LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: Michael Firkins <michael@home.lyppard.com.au>
  To  : magpie <cabernet@e-access.com.au>
LinuxSA <linuxsa@linuxsa.org.au> Date: Tue, 2 Dec 2003 10:56:46 +0930

Re: Device Node

hi

On Tue, 2 Dec 2003 11:29:59 +1030, magpie wrote
> I need to create a /dev/node for /dev/modem on this PC. Can 
> anyone suggest a command to do this. Internet is via ISDN so 
> the system probably thought it was not needed. Now I want to 
> get a fax going.

Hmm. Anytime I've seen it, /dev/modem is a symlink to /dev/ttySx

Your modem is on a serial port, right? Which one? Once you know that,
all you have to do is either use the device directly (use /dev/ttySx
instead of /dev/modem) or create the symlink manually:

ln -s /dev/ttySx /dev/modem

If you are missing /dev/ttySx completely, have a look at the MAKEDEV
script in /dev

Regards,

Michael

> 
> Brian Marr
> --
> 
> -- 
> LinuxSA WWW: http://www.linuxsa.org.au/ IRC: #linuxsa on irc.freenode.net
> To unsubscribe from the LinuxSA list:
>   mail linuxsa-request@linuxsa.org.au with "unsubscribe" as 
> the subject


--
Open WebMail (http://openwebmail.org)on Debian (http://www.debian.org)

-- 
LinuxSA WWW: http://www.linuxsa.org.au/ IRC: #linuxsa on irc.freenode.net
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page