automatizing a modem installation...

automatizing a modem installation...

Post by Jason Byrn » Sun, 31 Dec 1899 09:00:00



Let's see...

you can probably at least figure out which port your modem is using
(ttyS?)... and then check the char-major/minor values.

For example... I have a HSP56 Micromodem (PCTel) on my computer... which
ends up using ttyS15.

ls -l /dev/ttyS15 looks like

crw-rw---- 62   79

(or something close)

62 is the char-major number... and 79 is the minor number

In /etc/conf.modules... I have:

alias char-major-62    pctel

(pctel is the module/driver for the modem).

----

make sure you did a 'depmod -a' to make your 'modules.dep' current.

If the driver needs to load other modules, etc... it might be easier to just
add a script to run '/sbin/modprobe blah' in a particular runlevel instead
of wrestling with /etc/conf.modules for loading several modules.


Quote:> Hi,

> I've just compiled the kernel 2.2.14 wich is abble to use a Winmodem
> Everithing is allright, I can dial up

> My problem is that I don't know how to automatize the modem installation
> I'm forced to type insmod-f ltmodem after linux starts.
> I think I must add an   alias char ....  in /etc/conf.modules but I don't
> know what

> thanks

 
 
 

1. Looking for a script to automatize FTPs...

I'm looking 4 a script that allows me to dl any data
without my intervention...

( sleep 6
   echo "user"
   sleep 6
   echo "password"
   sleep 10
   echo "bin"
   sleep 5
   echo "mget *"
   sleep 3600
   echo "quit"
) | ftp ftpsite

Ne ideas?
When i run this script... it seems that the 'echo' command sends
extra cr &/or nl... so the script gets desynched...
Ne ideas?
ijust want to log in through ftp, dl and exit

Help!

2. HP 6020i CDR..

3. Automatizing telnet and FTP

4. Is it just me?? (Re: Solaris)

5. Modem Installation and configuration

6. Ypbind Problems !?!

7. Modem Installation

8. HELP: Just finished installing Linux and LILO locks up

9. Installation of a hard modem in Linux

10. Bi-Directional Modem Installation FAQ?

11. modem installation in REDHAT 5.1??

12. Installation of Glib and Win95 modems ...

13. ISA/PNP Modem installation trouble