Bug 139615

Summary: yast/alsaconf not able to configure audio feature for ICH5 on Asus P4C800 Delux mobo
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Timur Mehrvarz <blackdir>
Component: SoundAssignee: Takashi Iwai <tiwai>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: i686   
OS: SuSE Linux 10.0   
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: additional input: aplay -vv output
asound file as requested

Description Timur Mehrvarz 2005-12-16 16:41:07 UTC
I just installed SUSE 10.0 on a Asus P4C800 Delux mobo (new installation).
Although Yast2 recognize the audio board (as ASUS P4C800), audio is not working at all (meaning no wav play, no mp3, no audio in mpeg, no audio in qtime video, etc). Also testing feature in Yast2 does not produce sound.

Previously audio on Suse 9.3 was working perfectly and still does when I boot the same PC with XP.

I tried to set the "buggy" thing on 1 instead of 0 but same result.

Same results using alsasound (at init 3 level): no sound!

kmix settings are OK and same for alsactl (meaning volume is not 0)

suggestions?
Comment 1 Timur Mehrvarz 2005-12-17 17:18:25 UTC
BElow the outcome of hwinfo --sound


22: PCI 1f.5: 0401 Multimedia audio controller
  [Created at pci.277]
  UDI: /org/freedesktop/Hal/devices/pci_8086_24d5
  Unique ID: W60f.Gpw6SvtFY3D
  SysFS ID: /devices/pci0000:00/0000:00:1f.5
  SysFS BusID: 0000:00:1f.5
  Hardware Class: sound
  Model: "ASUSTeK P4P800 Mainboard"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0x24d5 "82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller"
  SubVendor: pci 0x1043 "ASUSTeK Computer Inc."
  SubDevice: pci 0x80f3 "P4P800 Mainboard"
  Revision: 0x02
  Driver: "Intel ICH"
  I/O Ports: 0xe800-0xe8ff (rw)
  I/O Ports: 0xee80-0xeebf (rw)
  Memory Range: 0xf7fff800-0xf7fff9ff (rw,non-prefetchable)
  Memory Range: 0xf7fff400-0xf7fff4ff (rw,non-prefetchable)
  IRQ: 217 (2126 events)
  Module Alias: "pci:v00008086d000024D5sv00001043sd000080F3bc04sc01i00"
  Driver Info #0:
    Driver Status: snd_intel8x0 is active
    Driver Activation Cmd: "modprobe snd_intel8x0"
  Driver Info #1:
    Driver Status: i810_audio is not active
    Driver Activation Cmd: "modprobe i810_audio"
  Config Status: cfg=yes, avail=yes, need=no, active=unknown
Comment 2 Timur Mehrvarz 2005-12-18 11:58:55 UTC
Created attachment 61328 [details]
additional input: aplay -vv output

I tested the audio capabilities using aaplay, but no success: for aplay audio seems to work properly but no sound.

Attached the output of aplay --v sound_name.wav
Comment 3 Takashi Iwai 2006-01-03 20:13:04 UTC
If aplay went throught, the problem is likely in the mixer configuration.
Please attach /etc/asound.state for more debugging.  The points to be checked are:
- unmute and raise 'Master', 'Headphone' and 'PCM' volumes
- turn on 'External Amplifier' switch
- turn off 'Line Jack Sense' and 'Headphone Jack Sense' switches
Comment 4 Timur Mehrvarz 2006-01-12 18:43:30 UTC
Created attachment 63174 [details]
asound file as requested

Requested file attached after checking with kmix and yast 

- unmute and raise 'Master', 'Headphone' and 'PCM' volumes
- turn on 'External Amplifier' switch
- turn off 'Line Jack Sense' and 'Headphone Jack Sense' switches
Comment 5 Takashi Iwai 2006-01-19 14:29:23 UTC
Make sure that you reall did all above.  Then run "alsactl -f asound.state store", and attach the new file again.
Also, turn on 'Exchange Front/Surround' switch off, too.
Comment 6 Timur Mehrvarz 2006-01-23 12:37:31 UTC
I dunno if it was Exchange Front/Surround switch but now audio is working once again. Thanks for your help!