I connected my modem on the com1 (/dev/ttyS0)
but it can't be detected
my lsmod is below :
# lsmod
Module Size Used by Not tainted
generic_serial 8176 0 (unused)
msdos 4668 0 (unused)
nls_cp950 98432 1 (autoclean)
nls_big5 512 0 (unused)
I can't find any more related in modconf
Is any module necessary but I didn't load ?
The "wvdial" said :
--------------------------------------------------------------
# wvdial
--> WvDial: Internet dialer version 1.53
--> Initializing modem.
--> Sending: ATZ
--> Sending: ATQ0
--> Re-Sending: ATZ
--> Modem not responding.
Scanning your serial ports for a modem.
Port Scan<*1>: Scanning ttyS0 first, /dev/modem is a link to it.
ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 4800 baud
ttyS0<*1>: ATQ0 V1 E1 --
ttyS0<*1>: failed with 4800 baud, next try: 9600 baud
ttyS0<*1>: ATQ0 V1 E1 --
ttyS0<*1>: failed with 9600 baud, next try: 19200 baud
ttyS0<*1>: ATQ0 V1 E1 --
ttyS0<*1>: failed with 19200 baud, next try: 115200 baud
ttyS0<*1>: ATQ0 V1 E1 --
ttyS0<*1>: and failed too at 115200, giving up.
ttyS1<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 4800 baud
ttyS1<*1>: ATQ0 V1 E1 -- failed with 4800 baud, next try: 9600 baud
ttyS1<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 19200 baud
ttyS1<*1>: ATQ0 V1 E1 -- failed with 19200 baud, next try: 115200 baud
ttyS1<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
Port Scan<*1>: S2 S3 ACM0 ACM1 ACM2 ACM3 ACM4 ACM5
Port Scan<*1>: ACM6 ACM7 ACM8 ACM9 ACM10 ACM11 ACM12 ACM13
Port Scan<*1>: ACM14 ACM15 USB0 USB1 USB2 USB3 USB4 USB5
Port Scan<*1>: USB6 USB7 USB8 USB9 USB10 USB11 USB12 USB13
Port Scan<*1>: USB14 USB15
Sorry, no modem was detected! Is it in use by another program?
Did you configure it properly with setserial?
-----------------------------------------------------------------
Then I do :
#setserial /dev/ttyS0
/dev/ttyS0, UART: 16550A, Port: 0x03f8, IRQ: 4
but wvdial still not detected the dame modem...
so
What should I do ?
Thanks