|
Win Modem in Linux
Errors at Present
how to make KPPP recognise ttySL0 as port have no setserial command
Can dial if I
KPPP still says modem busy
[root@mordor leftfieldnz]# tail /var/log/messages Apr 25 11:32:47 mordor automount[3778]: >> showmount: can't get address for .directory Apr 25 11:32:47 mordor automount[3778]: lookup(program): lookup for .directory failed Apr 25 11:33:36 mordor kernel: slamr: no version for "struct_module" found: kernel tainted. Apr 25 11:33:36 mordor kernel: slamr: module license 'Smart Link Ltd.' taints kernel. Apr 25 11:33:36 mordor kernel: slamr: SmartLink AMRMO modem. Apr 25 11:33:36 mordor kernel: slamr: probe 8086:2486 ICH card... Apr 25 11:33:36 mordor kernel: slamr: mc97 codec is SIL21 Apr 25 11:33:36 mordor kernel: slamr: slamr0 is ICH card. Apr 25 11:33:36 mordor kernel: devfs_mk_dev: could not append to parent for slamr0 Apr 25 11:42:54 mordor su(pam_unix)[3982]: session opened for user root by (uid=501)
[root@mordor leftfieldnz]#dmesg
Have done the following
MCC says
lsmod says
Downloaded
As Root (SU)
everything ok
modprobe slamr
/usr/sbin/slmodemd --country=nz /dev/slamr0
Try kppp while running previous!
kppp using /dev/ttyS0
What Now I do not know?
useful links
./scanModem says
System Info
have looked at
have used
Modules
wvdial
Bill R
suggestions
Check your /etc/resolv.conf file and make sure that the namservers are set up
correctly Then on the command line (root) do a wvdial. Had similar problems
ourselves until SuSE came to our rescue!
> You might also check the irq jumper settings.
echo "atdt" > /dev/modem
where ##### is the number you would usually dial to connect to your ISP.
You should hear a dialtone (if you are connected to a phone line) for a
second, then hear the modem dialing the number, and possibly an
answer from the other modem. If you aren't connected to a phone line,
check to see if the serial device is being initialized on boot:
cat /proc/interrupts
minicom -s
alias char-major-212 slamr
symbolic link
type cd /etc/rc.d. Fire up your favorite text editor, and edit the rc.local file. Add your setserial command on a line before the "fi" statement. It will automatically be set every time you boot. Please note: J.t.Qbe pointed out to me that this paragraph is specific to Red Hat and its offspring. Check your Linux distribution's documentation for information on running commands at boot-up time.
Also check /etc/nsswitch.conf and make sure a line like
Hostname
/usr/sbin/pppd /dev/ttyS1 57600 debug connect "/usr/sbin/chat -v '' 'AT&F0' OK ATD5555555 CONNECT '\d\c' "
http://www.beginnerslinux.org -> Connecting to the Web
rpm -qa wvdial-1.53-3mdk.i586.rpm
|