Bug 151591
Summary: | snd_powermac modul is not configured - powerbook g4 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | shrek-m <shrek-m> |
Component: | kudzu | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4 | CC: | bugzilla_rhn, fcbugs, rvokal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | powerpc | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 1.1.114-1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-04-27 17:14:24 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: | |||
Bug Depends On: | |||
Bug Blocks: | 136451 |
Description
shrek-m
2005-03-20 14:19:15 UTC
*** Bug 155191 has been marked as a duplicate of this bug. *** If you remove /etc/sysconfig/hwconf, and run 'kudzu -q', does it configure it? Never mind. Fixed in 0.1.114-1. sorry, there is nothing what is configured now correctly. # yum -d0 list kudzu Installed Packages kudzu.ppc 1.1.114-1 installed # mv /etc/sysconfig/hwconf . # kudzu # kudzu -q # # LANG=C ls /etc/sysconfig/hw* ls: /etc/sysconfig/hw*: No such file or directory ok, after rebooting there is a hwconfig with exactly the same class:AUDIO but nothing in modprobe.conf and no sound. Following those steps on my powermac G4, it works for me: # rm /etc/sysconfig/hwconf # kudzu # cat /etc/modprobe.conf alias eth0 sungem alias usb-controller ohci-hcd alias ieee1394-controller ohci1394 alias snd-card-0 snd-powermac options snd-card-0 index=0 options snd-powermac index=0 remove snd-powermac { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-powermac sorry, it seems that # mv /etc/sysconfig/hwconf . was the culprit. # mv hwconf hwconf-old and following once again your steps are ok now. thanks. |