Bug 389161

Summary: no sound on P5B plus
Product: [Fedora] Fedora Reporter: gms2567 <gms2567>
Component: alsa-libAssignee: Martin Stransky <stransky>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 8CC: wwoods
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-02-25 15:31:06 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
log file none

Description gms2567 2007-11-18 08:08:16 UTC
Description of problem:
There is no a sound after installation Fedora  8.
Motherboard - Asus P5B Plus with audio ADI 1988

Version-Release number of selected component (if applicable): alsa-lib-1.0.15.1.fc


How reproducible:


Steps to Reproduce:
1.Run system-sound-config
2.Test
3.
  
Actual results: 

I have a message:
Automatic detection of the sound card did not work.  This audio device will not
be available on the system.

You can find log files /root/scsconfig.log, /root/scsrun.log and file a new bug
at http://bugzilla.redhat.com.

Please click OK to continue.

Expected results:


Additional info:

Comment 1 gms2567 2007-11-18 08:08:16 UTC
Created attachment 262711 [details]
log file

Comment 2 gms2567 2007-11-19 15:46:37 UTC
I tried the maggic string "options snd-hda-intel model=3stack" in modprobe.conf 
but nothing results. Help!

Comment 3 Martin Stransky 2007-11-26 22:30:37 UTC
Hm, log looks sane, I don't see any problem there. I looks like your hardware is
now fully supported yet. Please check www.alsa-project.org site and report your
problem there (and attach the log there).

Comment 4 gms2567 2007-11-30 17:25:09 UTC
Hello, Martin!

Great thanks for your suggestion.

But I have some questions, may be you help me to find answers. Looking to the 
file srcrun.log I see some strings which I don’t understand:

Playing WAVE '/usr/share/system-config-soundcard/sound-sample.wav' : Signed 16 b
it Little Endian, Rate 44100 Hz, Stereo
cat: /etc/asound.conf: no such file or directory
FATAL: Module snd_hda_intel is in use.
cat: /etc/asound.conf: no such file or directory
ProbeCards, method =  hal


What does it mean? Why files asound.conf or  asoundfc are absent? Why module
snd_hda_intel is busy? May be thanks for pulseaudio? How can I check it?

Before installation Fedora 8 I tried Mandriva 2008 Free and after writing string
model=3stack in modeprobe.conf sound with same module worked perfectly.

Best regards,
Michael,
Gms2567 


Comment 5 Will Woods 2007-12-03 19:49:11 UTC
asound.conf is created by system-config-soundcard, so it's not expected to be
there until that runs successfully.

you can check to see if pulseaudio is running like this:
pulseaudio --check && echo "pulseaudio running"

if pulseaudio is running, that would explain why system-config-soundcard could
not remove the snd_hda_intel module.

Did you reboot after modifying modprobe.conf?