Bug 435790

Summary: HD Realtek soundcard is wronlgy detected as HD Intel
Product: [Fedora] Fedora Reporter: Ionut Radu <ionut.radu>
Component: pciutilsAssignee: Martin Stransky <stransky>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 8CC: 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 Flags
scsconfig.log. Couldn't attach scsrun.log
none
scsrun.log none

Description Ionut Radu 2008-03-03 21:54:53 UTC
Description of problem:
system-config-soundcard detects an Acer Aspire 5315-2442 laptop soundcard as
being HD Intel when it is in fact HD Realtek. This results in no sound.

Version-Release number of selected component (if applicable):
2.0.6-11.fc8

How reproducible:
Just run system-config-soundcard on an Acer Aspire 5315-2442 laptop

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Ionut Radu 2008-03-03 21:54:53 UTC
Created attachment 296681 [details]
scsconfig.log. Couldn't attach scsrun.log

Comment 2 Ionut Radu 2008-03-03 21:56:16 UTC
Created attachment 296682 [details]
scsrun.log

Comment 3 Ionut Radu 2008-03-04 10:46:14 UTC
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.

Comment 4 Martin Stransky 2008-03-04 10:55:40 UTC
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

Comment 5 Ionut Radu 2008-03-04 19:01:02 UTC
After added model=acer to the "options snd-hda-intel index=0", sound suddenly
became functional. 

thanks.