You are not logged in.
After upgrade udev and initscripts I have problem with soundcard (ISA card, module snd-cs4236)
I have my own kernel 2.6.15.6 without INITRD.
In /etc/rc.conf I have MOD_AUTOLOAD="yes"
With alsaconf I edited my /etc/modprobe.conf, because without editing this file the soundcard dont work.
When I load module snd-cs4236 manually (modprobe snd-cs4236) and I start alsa (/etc/rc.d/alsa start) the soundcard works correctly.
But when I edit my /etc/rc.conf
MODULES=(snd-cs4236)
DAEMONS=(..................... alsa)
the soundcard dont work correctly. I dont hear sound. I hear hum and "wild sound". (soundcard dont work correctly)
Offline
If you're using MOD_AUTOLOAD and the latest udev, you should remove any sound related entries from /etc/modprobe.conf, and it is also not necessary to put the module in the MODULES array.
Offline
when I will remove sound options from /etc/modprobe.conf, my ISA card on laptop dont work.
any idea to solve this problem?
and infrared is the same, dont work without editing /etc/modprobe.conf
Offline
hwdetect (MOD_AUTOLOAD="yes") dont detect this ISA card!!
Offline
only remove the oss modules from modprobe.conf
Offline
Hi tpowa, I dont have oss module in /etc/modprobe.conf! Only alias nsc-ircc, alias snd-cs4236 and options for this infrared and soundcard! It is old isa soundcard cirrus-logic snd-cs4236. With udev 084-3 it works fine,but I upgraded udev and I dont have package udev 084-3,yet.
Offline
then don't use the alias and only specify options in modprobe.conf
Offline
It dont work correctky. The result is same! I must load snd-cs4236 manually! When I edit /etc/rc.conf MODULES=(snd-cs4236),soundcard dont work correctly. I deleted alias lines in /etc/modprobe.conf!
Offline
well, that udev cannot detect your sound card should be clear, load all modules you need by hand in MODULES= then it will work.
Offline
Tpowa, with MOD_AUTOLOAD="no"??
Offline
no you can leave it on yes, because MODULES= is executed before udev does the autoload.
Offline
Tpowa, when I use MOD_AUTOLOAD="yes" and I edit /etc/rc.conf
MOD_AUTOLOAD="yes"
MODULES=(snd-cs4236)
dont work correctly!!!
____________________________________________________________
with udev 084-3
MOD_AUTOLOAD="yes"
MODULES=(snd-cs4236)
works fine, but I dont have package udev 084-3, yet!!!!
____________________________________________________________
with udev 087-1, when I use
MOD_AUTOLOAD="yes"
MODULE=()
and I load manually module snd-cs4236 (modprobe snd-cs4236)
works fine!!!!!
Offline
somehow the module order is not working on your pc, check the lsmod output what is different and then check dmesg output what is different, then load the modules in correct order in MODULES= then your problem should be gone.
Sorry i can't tell you more i don't have such a hardware, but you have to determin the right loading order.
Offline
I think, that is problem networkcard with soundcard. Not irq, but memory.
Offline
I solved the problem.
Offline