On Sat, 08 May 2004 05:31, Ron Hunter-Duvar wrote:
> On May 7, 2004 04:57, John Layt wrote:
> ...
>
> > Note on my system the ltmodem is actually at /dev/tts/LT0, /dev/modem is
> > dynamically created when first referred to and made to point to this by
> > the alias lines added to the modprobe.conf file.
> >
> > John.
>
> ...
>
> Sorry to intrude on your thread, but I want to explore your comment above
> for my cd-rw device assignment. Are you saying that if I add a line like:
>
> alias sg0 scd0
>
> to my modprobe.conf that this will create a /dev/sg0 link that points to
> my /dev/scd0 (instead of sg0 poining to some non-existent generic scsi
> device)? This won't break anything else?
Ummm, not sure :-) I do know that it applies for loading of driver modules.
As I understand it, if you have an LTmodem, and that on "modprobe lt_modem"
it creates the device file /dev/tts/LT0, if you have the following line in
modules.conf or modprobe.conf:
alias /dev/modem lt_serial
then if your ppp dial-up program attempts to read /dev/modem, the system loads
the lt_modem module, and if successful, then creates the sym-link
from /dev/modem to the device file created by the driver. When the modules
gets removed, (i.e. ppp disconnects), then the sym-links get removed.
Take a look at the man pages for modules.conf and modprobe.conf for more
details.
John.
____________________________________________________
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________