|
楼主 |
发表于 2002-7-22 14:20:45
|
显示全部楼层
PCTEL Linux PCI driver, version 0.9.2
-------------------------------------
Description
-----------
This package contains the PCTEL driver for various PCTEL modems for linux.
It should run on different kernel-versions and distributions.
Installation
------------
For installation, read INSTALL.
If your installation was succesfull, I would very much like to hear from you.
Please send me:
* kernel version (uname -r)
* distribution (if any)
* modem / chipset / hal
Questions, Infos
----------------
* First of all, please read the FAQ. Please read also the FAQ at
http://sayamindu.topcities.com/pctel.html
* If you have any questions, please ask the linmodems mailing
list. More information about this list: http://www.linmodems.org
If you send questions to me, do not expect an answer. The fastest way is
really to ask on the linmodems mailing list.
Please send the output of the command that did
not work! Do not just describe your problem, copy & paste the output of
your console.
output of the following commands can be helpful:
$ configure
$ make clean
$ make
$ make install
$ insmod pctel
$ insmod ptserial
$ tail /var/log/messages
$ uname -a
Again: do not just write "it did not work", otherwise, we might be unable to help
you and your email will be ignored.
TODO: Give a list of working modems / distros / kernel-versions
---
Jan Stifter, 2002-04-15
j.stifter@[no-spam]medres.ch
http://www.medres.ch/~jstifter/pctel/index.html
这是readme的内容,下面是install的内容:
PCTEL Linux PCI driver, version 0.9.2
-------------------------------------
Description
-----------
This package contains the PCTEL driver for various PCTEL modems for linux.
It is meant for kernel 2.4.x, up to 2.4.18 so far.
Installation
------------
0) Unpack the tarball by typing "tar zxvf pctel-0.9.2.tar.gz"
1) Go into that directory by typing "cd pctel-0.9.2"
2) Find out what chipset you have in your board:
3) ./configure
Options:
--with-hal=hal
Select one of: pct789, cm8738, i810, sis, via686a
--with-kernel-includes=/path/to/my/kernel-sources/include
If you don't have your kernel sources at /usr/src/linux, specifiy
your includes
4) Compile the modules by typing "make"
5) If everything went fine, get root by typing "su"
7) Install the drivers by typing "make install"
8) You are now ready to use your modules.
Type "insmod pctel" and "insmod ptserial".
You should see in your logs ("tail /var/log/messages") something like:
May 16 23:28:17 suba kernel: PCTel initialization. Country code is 2.
May 16 23:28:17 suba kernel: PCTel device[00:11.0](0x88) found "CTel Inc HSP MicroModem 56 (rev 01)" IOBASE 0xe800 IRQ 9.
May 16 23:28:17 suba kernel: PCTel driver version 0.9.2 [5.05c-4.27.215 (09-14-2001)]] (PCT789) (2001-08-18) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled.
May 16 23:28:17 suba kernel: PCTel driver built on [Linux 2.4.8 i686 unknown] with [2.95.3].
May 16 23:28:17 suba kernel: ttyS15 at 0xe800 (irq = 9) is a PCtel
Notes:
You can always uninstall the modules by typing "make uninstall". If you
need to recompile the modules, "make clean" and "make" are your friends.
Questions, Infos, Support
-------------------------
see README
---
Jan Stifter, 2002-03-04
j.stifter@[no-spam]medres.ch
http://www.medres.ch/~jstifter/pctel/
2001-08-05: Updated for Linux 2.4.7.
- Daniel Caujolle-Bert <segfault@club-internet.fr>
2001-08-08: Some bugs fixes/cleanups.
- Daniel Caujolle-Bert <segfault@club-internet.fr>
2001-10-29: some fixes/cleanups.
- JS |
|