Bug 176761
Summary: | snd-powermac not loaded auotmatically anymore | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jesse Barnes <jbarnes> | ||||
Component: | udev | Assignee: | Harald Hoyer <harald> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | redhat, savelov, shrek-m | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | powerpc | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2006-03-24 16:17:25 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Jesse Barnes
2006-01-01 19:11:56 UTC
I also see this problem. I am using an iBook. After the system boots I have to manually modprobe snd-pcm-oss and snd-pcm-mixer. This was not necessary before. However, like Jesse, I do not know at what point this problem surfaced. I am tracking Raw Hide. Just FYI, this still occurs using the 2.6.15-1.1898_FC5 kernel. still no sound after system boot - powermac g5 2.6.15-1.1948_FC5 udev-084-1.ppc64 udev-084-1.1.ppc # esd ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0' ALSA lib conf.c:3492:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings ALSA lib conf.c:3492:(_snd_config_evaluate) function snd_func_concat returned error: No such device ALSA lib confmisc.c:1072:(snd_func_refer) error evaluating name ALSA lib conf.c:3492:(_snd_config_evaluate) function snd_func_refer returned error: No such device ALSA lib conf.c:3961:(snd_config_expand) Evaluate error: No such device ALSA lib pcm.c:2099:(snd_pcm_open_noupdate) Unknown PCM default # modprobe snd_powermac # esd "duedeldidei" Having the same exact problem here on my powerbook. Attaching scsound.log Created attachment 124899 [details]
scsound.log
*** Bug 185195 has been marked as a duplicate of this bug. *** probably sound modules should be loaded in /etc/sysconfig/modules/udev-stw.modules? currently, it loads only #!/bin/sh for i in nvram floppy parport_pc parport lp;do modprobe $i >/dev/null 2>&1 done |