Bug 435790
| Summary: | HD Realtek soundcard is wronlgy detected as HD Intel | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ionut Radu <ionut.radu> | ||||||
| Component: | pciutils | Assignee: | Martin Stransky <stransky> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 8 | CC: | manuel.wolfshant | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i686 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-03-04 19:08:56 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
Ionut Radu
2008-03-03 21:54:53 UTC
Created attachment 296681 [details]
scsconfig.log. Couldn't attach scsrun.log
Created attachment 296682 [details]
scsrun.log
Actually I think the problem is in the pci-utils not in the system-config-soundcard. Windows is successfully using the Realtek audio driver from acer site : http://support.acer-euro.com/drivers/notebook/as_5315.html Note : this driver is the only audio driver available for my laptop on producer site. system-config-soundcard detects nothing, it juts reads data from kernel. HD Realtek means HD audio standard and it was designed by intel so the driver for this sound device is called HD Intel and works for all HD chips. Anyway, your sound card seems to be detected properly. The log looks sane. I can be some kernel misconfiguration. See this page: http://www.mjmwired.net/kernel/Documentation/sound/alsa/ALSA-Configuration.txt you may modify this line from /etc/modprobe.conf with: options snd-hda-intel index=0 model=acer After added model=acer to the "options snd-hda-intel index=0", sound suddenly became functional. thanks. |