Hi Marvin,
Sorry, the effort was unsuccessful.
What can be done next?
The output of terminal is:
Password:
linux-k5vv:/home/nayan # mknod -m 600 /dev/slamr0 c 242 0
linux-k5vv:/home/nayan # modprobe ungrab-winmodem
linux-k5vv:/home/nayan # modprobe slamr
linux-k5vv:/home/nayan # slmodemd -c INDIA /dev/slamr0
SmartLink Soft Modem: version 2.9.11 Jun 10 2007 19:37:06
symbolic link `/dev/ttySL0' -> `/dev/pts/2' created.
modem `slamr0' created. TTY is `/dev/pts/2'
Use `/dev/ttySL0' as modem device, Ctrl+C for termination.
linux-k5vv:/home/nayan # ls -l /dev/ttySL0 /dev/pts/*
ls: cannot access /dev/ttySL0: No such file or directory
crw--w---- 1 nayan tty 136, 0 2007-06-11 20:01 /dev/pts/0
crw------- 1 nayan tty 136, 1 2007-06-11 20:08 /dev/pts/1
linux-k5vv:/home/nayan # ls -l /dev/ttySL0 /dev/pts/2
ls: cannot access /dev/ttySL0: No such file or directory
ls: cannot access /dev/pts/2: No such file or directory
linux-k5vv:/home/nayan # wvdialconf /etc/wvdial.conf
Scanning your serial ports for a modem.
ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyS0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyS0<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
ttyS1<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyS1<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyS1<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
Port Scan<*1>: S2 S3
ttyS4<Info>: No such device or address
Port Scan<*1>: S4
ttyS5<Info>: No such device or address
Port Scan<*1>: S5
ttyS6<Info>: No such device or address
Port Scan<*1>: S6
ttyS7<Info>: No such device or address
Port Scan<*1>: S7
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@xxxxxxxxxxxxx
linux-k5vv:/home/nayan #
----- Original Message -----
From: "Marvin Stodolsky" <marvin.stodolsky@xxxxxxxxx>
To: "nayan nakhare" <nayannakhare@xxxxxxxxx>
Cc: <DISCUSS@xxxxxxxxxxxxx>
Sent: Monday, June 11, 2007 5:29 AM
Subject: Re: Nayan, India
Nayan,
THe compile processes were fine. After rebooting do
$ su - root
# mknod -m 600 /dev/slamr0 c 242 0
as devices generally are created in RAM space and do not survive
shutdown.
But this can be automated later. Again do
# modprobe ungrab-winmodem
# modprobe slamr
# slmodemd -c INDIA /dev/slamr0
Check for port creation:
# ls -l /dev/ttySL0 /dev/pts/*
If there is a symbolic link:
/dev/ttySL0 --> /dev/pts/N
N some number. Again try
# wvdialconf /etc/wvdial.conf
MarvS