No Takers?
Apparently, nobody wants to touch this one. Ok, fair enough, here's what i've found out so far, and it can be applied to other Lucent chipset modems...
1) It is necessary to make certain that the driver is installed. One does this by opening a shell, su to root, and typing in the following command rpm -qa | grep ltmodem.
If the driver is installed, a return will be echoed. If not, nothing will be returned.
In my case the driver was installed.
2)The next step is to make certain that the symbolic link to /dev/modemexists. A root terminal is opened, and the command ln -s /dev/ttyLT0 /dev/modem. In my case, the link is already existent, and i have verified it's existence by checking out the /dev directory.
3)Configure the ISP using YaST2.
4)Open another terminal, su to root, and enter the following instructions: cd /etc/modprobe.d/.
5)create a file called modem, and enter the following information into it:
alias char-major-62 ltserial
alias /dev/tts/LT0 ltserial(I think this may be a typo, and what was intended was /dev/ttyLT0, but I don't know for certain)
alias /dev/modem ltserial
6)Restart network services using the following command: /etc/init.d/network restart
NOW the only thing I need to do is figure out how to create the modemfile from the terminal. The BASH manual assumes that everybody knows how to do that.
This is far too much aggrivation for an old DOS user.
|