View previous topic :: View next topic |
Author |
Message |
iTux Guru

Joined: 07 Sep 2004 Posts: 586 Location: Toronto
|
Posted: Wed Nov 24, 2004 8:23 pm Post subject: udev - aliases in modules.conf ignored? |
|
|
Hi,
I switched from devfs to udev. However, some modules that were getting loaded through an alias line in modules.conf are no longer getting loaded.
On my PC, to get to the internet, the ppp_generic modules do not get loaded although I have:
alias /dev/ppp ppp_generic
in modules.conf.
And the ppp is complaining about missing /dev/ppp (so it is requesting it). Loading the module manually via modprobe works fine.
I have a similar problem on my PowerPC (that I switched first to udev) with the sound modules:
https://forums.gentoo.org/viewtopic.php?t=256417
Any idea?
Thanks,
iTux |
|
Back to top |
|
 |
dsd Developer

Joined: 30 Mar 2003 Posts: 2162 Location: nr London
|
Posted: Wed Nov 24, 2004 8:37 pm Post subject: |
|
|
when you were using devfs, devfs loaded the ppp_generic driver when you tried to access /dev/ppp
this type of behaviour caused problems and udev deliberately avoids this kind of functionality. _________________ http://dev.gentoo.org/~dsd |
|
Back to top |
|
 |
iTux Guru

Joined: 07 Sep 2004 Posts: 586 Location: Toronto
|
Posted: Thu Nov 25, 2004 3:24 am Post subject: |
|
|
dsd wrote: | when you were using devfs, devfs loaded the ppp_generic driver when you tried to access /dev/ppp
this type of behaviour caused problems and udev deliberately avoids this kind of functionality. |
Thanks.
So I guess best solution is to autoload them at startup.
iTux |
|
Back to top |
|
 |
|