|
我的机器是dell inspiron 2650, 里面是pctel 2304 WT的软猫.
找到了pctel-0.9.6.tar.gz,里面的ChangeLog说可以支持我这种型号的modem
./configure --with-hal=i8xx --with-kernel-includes=/opt/src/linux/include
./make
./make install
insmod pctel
pctel.o: The module you are trying to load (pctel.o) is compiled with a gcc
version 2 compiler, while the kernel you are running is compiled with
a gcc version 3 compiler. This is known to not work.
不理它...
insmod -f pctel
insmod ptserial
看了/var/log/messages
Feb 7 14:51:46 inspiron kernel: AC97 modem device found: devnum = 8000FE00, devid = 8086/2486
Feb 7 14:51:46 inspiron kernel: iobase_0=0x2400, iobase_1=0x2000,irq=10
Feb 7 14:51:46 inspiron kernel: PCTel driver version 0.9.5 [5.05c-4.27.215 (09-14-2001)] (MR) (2002-01-31) with MANY_PORTS SHARE_IRQ SERIAL_PCI AUDIO_ROUTING[INTEL] enabled.
Feb 7 14:51:46 inspiron kernel: PCTel driver built on [Linux 2.4.20-ff i686 i686 "2.4.20-ff <132116>"] with gcc-gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7).
Feb 7 14:51:46 inspiron kernel: ttyS15 at 0x2400 (irq = 10) is a PCTel
Feb 7 14:51:46 inspiron kernel: PCI: Found IRQ 10 for device 00:1f.6
Feb 7 14:51:46 inspiron kernel: PCI: Sharing IRQ 10 with 00:1f.3
Feb 7 14:51:46 inspiron kernel: PCI: Sharing IRQ 10 with 00:1f.5
Feb 7 14:51:46 inspiron kernel: PCI: Sharing IRQ 10 with 02:01.0
好象是检测到了.可是...
wvdialconf newconf
Scanning your serial ports for a modem.
Port Scan<*1>: Scanning ttyS15 first, /dev/modem is a link to it.
ttyS15<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 4800 baud
ttyS15<*1>: ATQ0 V1 E1 -- failed with 4800 baud, next try: 9600 baud
ttyS15<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 19200 baud
ttyS15<*1>: ATQ0 V1 E1 -- failed with 19200 baud, next try: 115200 baud
ttyS15<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
Port Scan<*1>: ircomm0 ircomm1 ircomm2 ircomm3 ircomm4 ircomm5 ircomm6 ircomm7
Port Scan<*1>: ircomm8 ircomm9 S0 S1 S2 S3 S4 S5
Port Scan<*1>: S6 S7 S8 S10 S11 S12 S13 S14
Port Scan<*1>: S16 S17 S18 S19 S20 S21 S22 S23
Port Scan<*1>: S24 S25 S26 S27 S28 S29 S30 S31
Port Scan<*1>: SA0 SA1 SA2 SC0 SC1 SC2 SC3 SI0
Port Scan<*1>: SI1 SI2 SI3 SI4 SI5 SI6 SI7 SI8
Port Scan<*1>: SI9 SI10 SI11 SI12 SI13 SI14 SI15 SR0
Port Scan<*1>: SR1 SR2 SR3 SR4 SR5 SR6 SR7 SR8
Port Scan<*1>: SR9 SR10 SR11 SR12 SR13 SR14 SR15 SR16
Port Scan<*1>: SR17 SR18 SR19 SR20 SR21 SR22 SR23 SR24
Port Scan<*1>: SR25 SR26 SR27 SR28 SR29 SR30 SR31 SR256
Port Scan<*1>: SR257 SR258 SR259 SR260 SR261 SR262 SR263 SR264
Port Scan<*1>: SR265 SR266 SR267 SR268 SR269 SR270 SR271 SR272
Port Scan<*1>: SR273 SR274 SR275 SR276 SR277 SR278 SR279 SR280
Port Scan<*1>: SR281 SR282 SR283 SR284 SR285 SR286 SR287 USB0
Port Scan<*1>: USB1 USB2 USB3 USB4 USB5 USB6 USB7 USB8
Port Scan<*1>: USB9 USB10 USB11 USB12 USB13 USB14 USB15 ircomm10
Port Scan<*1>: ircomm11 ircomm12 ircomm13 ircomm14 ircomm15 S9
Sorry, no modem was detected! Is it in use by another program?
Did you configure it properly with setserial?
Please read the FAQ at http://open.nit.ca/wvdial/
If you still have problems, send mail to wvdial-list@lists.nit.ca.
看来是编译模块时的问题.
可是我的系统是RH 8.0,里面是gcc 3.2,没有装过其它的gcc版本阿?
怎么会说我编译的module是用的gcc version 2呢?
是不是编译时要加什么option啊? |
|