You are not logged in.
Pages: 1
After I disabled hotplug and went with hwd my Epox 8RDA+ nforce2 onboard sound stopped working, has anyone else experiencec this and know how to fix this?
Offline
I suggest you reenable hotplug and check with lsmod which modules you have running. Then disable hotplug, enable hwd and check whether hwd has loaded the modules or not. If not, just add them to modules array in rc.conf and voilá.
.murkus
Offline
give hwdetect a try by enabling:
MOD_AUTOLOAD="yes"
in rc.conf
hwd is good, hwdetect is better
Offline
I suggest you reenable hotplug and check with lsmod which modules you have running. Then disable hotplug, enable hwd and check whether hwd has loaded the modules or not. If not, just add them to modules array in rc.conf and voilá.
I don't have hotplug anymore, and when I tried to install it i was asked to remove udev, and that doesn't sound like a good idea to me
give hwdetect a try by enabling:
MOD_AUTOLOAD="yes"
in rc.conf
hwd is good, hwdetect is better
Do I have to install anything for that to work? Because when i tried it, it did nothing.
Offline
Hotplug is deprecated by the udev in [testing].
Make sure your initscripts are up-to-date. And comment out hwd from the DAEMON array of rc.conf.
Offline
Hotplug is deprecated by the udev in [testing].
Make sure your initscripts are up-to-date. And comment out hwd from the DAEMON array of rc.conf.
Turns out my kernel version is too old i have 2.6.10 and hwdetect needs 2.6.14. So im stuck.
Offline
How about installing a current kernel? :?
(If you're sticking with the old one to keep DevFS, then I'll advice you that the current version of uDev doesn't seem to have any problems, and works better for me than DevFS ever did.)
Offline
How about installing a current kernel? :?
(If you're sticking with the old one to keep DevFS, then I'll advice you that the current version of uDev doesn't seem to have any problems, and works better for me than DevFS ever did.)
Yea, I should probably upgrade the kernel, I'm not very good at doing that tho, and I'm kind of afraid that it would fsck my whole system up. :x
Anyways, I found the problem, it was kind of obvious, lshwd didn't load the nvsound module which seems to be a pretty obvious module to load
Offline
Simple Question:
Should I switch from
DAEMONS=(... hotplug ...)
to
DAEMONS=(... hwdetect ...)
Gruß, Johannes
http://www.hehejo.de
http://gallery.hehejo.de/jo
Offline
no!
hwdetect is triggered by
MOD_AUTOLOAD="yes"
in rc.conf
Offline
Ah ok.
But no hotplug anymore?
Gruß, Johannes
http://www.hehejo.de
http://gallery.hehejo.de/jo
Offline
no hotplug anymore
!hotplug
Offline
thank you
Gruß, Johannes
http://www.hehejo.de
http://gallery.hehejo.de/jo
Offline
Using hwdetect instead of hotplug I have a error while booting:
/etc/hwdetect not found
The alsarestorescript says: no soundcard found.
However, checking the loaded soundmodules via hwdetect --show-sound shows that all needed drivers are loaded.
Sound is "running" - but the mixerlevel is always 0.
Why?
Gruß, Johannes
http://www.hehejo.de
http://gallery.hehejo.de/jo
Offline
hwdetect is triggered if MOD_AUTOLOAD="yes" is in rc.conf
nothing else is needed.
to execute hwdetect by hand jsut run hwdetect --help as root
Offline
Ok, that's in my rc.conf.
I obeserve the behavior a litte bit .. thank you
Gruß, Johannes
http://www.hehejo.de
http://gallery.hehejo.de/jo
Offline
Hello, while boot and shutdown I get these two messages:
(boot)
etc/rc.multi: line 16: etc/rc.d/hwdetext No suche file or directory
etc/rc.shutdown: line 21: etc/rc.d/hwdetext No suche file or directory
Gruß, Johannes
http://www.hehejo.de
http://gallery.hehejo.de/jo
Offline
Pages: 1