Bugzilla – Bug 117046
no sound driver loaded after install
Last modified: 2008-07-16 15:46:46 UTC
f55:~ # head /etc/sysconfig/hardware/hwcfg-* ==> /etc/sysconfig/hardware/hwcfg-bus-pci-0000:00:0d.0 <== MODULE='via-rhine' MODULE_OPTIONS='' STARTMODE='auto' ==> /etc/sysconfig/hardware/hwcfg-bus-pci-00:0c.5 <== MODULE='snd-via82xx' STARTMODE='auto' ==> /etc/sysconfig/hardware/hwcfg-static-printer <== STARTMODE='auto' MODULE='lp' via-rhine loads, sound is not loaded.
Can the module be loaded manually after boot?
yes, alsaconf works ok.
Hmm, maybe the filename is invalid? Does the behavior change if you rename it as hwcfg-bus-pci-0000:00:0c.5 ?
Created attachment 49936 [details] bug117046.tar.bz2
this helps. sysfs has the long name, lspci not. some tool is using lspci output it seems. thats wrong. but the kernel should be fixed as well, no idea who still relies on the short names without pci domain.
Then it's a bug of alsaconf, too. The quirk-fixed version is below.
Created attachment 49941 [details] fixed alsaconf
yes, that works
The fixed package was submitted to STABLE.