LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Ltmodem (https://www.linuxquestions.org/questions/slackware-14/ltmodem-30529/)

wickdgin 09-16-2002 06:04 PM

Ltmodem
 
Ok, I got the modem on my combo nic card working great. However, I will only make use of it once in a blue moon... so I want to use a rc script and start it up as needed.

Now this is what it put in my modules.conf:

# lt_drivers: autoloading and insertion parameter usage
alias char-major-62 lt_serial
alias /dev/tts/LT0 lt_serial
alias /dev/modem lt_serial
# The next two lines are syntax examples, only Rarely Needed, to automate parameter usage during lt_drivers insertion. See documentation for details.
# options lt_modem vendor_id=0x115d device_id=0x0420
# options lt_modem Forced=3,0x130,0x2f8,0
# section for lt_drivers ends

# This block installed with Lucent modem drivers is for PPP related support
alias /dev/ppp ppp_generic
alias char-major-108 ppp_generic
alias tty-ldisc-3 ppp_async
alias tty-ldisc-14 ppp_synctty
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate

What else would I need in the 'start' function of my script, just 'insmod lt_modem' and 'insmod lt_serial' or do I need more?


All times are GMT -5. The time now is 03:29 AM.