Bug 100831 (ALC898@GA-Z77X)
Summary: | Sound doesnt work corectly on Gigabyte GA Z77X UD5H | ||
---|---|---|---|
Product: | Drivers | Reporter: | Daniel Buyer (daniel.buyer) |
Component: | Sound(ALSA) | Assignee: | Jaroslav Kysela (perex) |
Status: | NEEDINFO --- | ||
Severity: | normal | CC: | daniel.buyer, superquad.vortex2, tiwai |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://forums.gentoo.org/viewtopic-t-1021186.html | ||
Kernel Version: | 4.0.5 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Daniel Buyer
2015-07-02 19:34:59 UTC
you have to post output of alsa-info.sh https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/996245 Default sink name: alsa_output.pci-0000_00_1b.0.hdmi-stereo-extra1 Default source name: alsa_input.usb-046d_0821_A8C10AA0-00-U0x46d0x821.iec958-stereo seem pulseaudio default sink is hdmi instead of alc898 active profile: <output:hdmi-stereo-extra1+input:analog-stereo> sinks: alsa_output.pci-0000_00_1b.0.hdmi-stereo-extra1/#4: Built-in Audio Digital Stereo (HDMI) sources: alsa_input.pci-0000_00_1b.0.analog-stereo/#2: Built-in Audio Analog Stereo alsa_output.pci-0000_00_1b.0.hdmi-stereo-extra1.monitor/#6: Monitor of Built-in Audio Digital Stereo (HDMI) ports: analog-output: Analog Output (priority 9900, available: unknown) properties: analog-output-headphones: Headphones (priority 9000, available: unknown) properties: analog-input-microphone-front: Front Microphone (priority 8500, available: no) properties: analog-input-microphone-rear: Rear Microphone (priority 8200, available: no) properties: analog-input-linein: Line In (priority 8100, available: no) properties: iec958-stereo-output: Digital Output (S/PDIF) (priority 0, available: unknown) properties: hdmi-output-0: HDMI / DisplayPort (priority 5900, available: no) properties: hdmi-output-1: HDMI / DisplayPort 2 (priority 5800, available: yes) properties: Here is the output: http://www.alsa-project.org/db/?f=97d7e6321350a6f5425eb091f10519f9e0f9d03f I dont think its a pulse- problem, because i have tried all devices with "aplay -D" I have to go to work now, in 8 hours i can post everyhing you want to know! This is likely the wrong pin mapping, BIOS didn't change the codec default values at all. In addition to alsa-info.sh output, please check which jack corresponds to which pin via some program like hdajackretask or hda-analyzer. Some information is found in Documentation/sound/alsa/HD-Audio.txt. !Aplay/Arecord output !!-------------------- APLAY No protocol specified xcb_connection_has_error() returned true **** List of PLAYBACK Hardware Devices **** card 0: PCH [HDA Intel PCH], device 0: ALC898 Analog [ALC898 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: PCH [HDA Intel PCH], device 1: ALC898 Digital [ALC898 Digital] Subdevices: 1/1 Subdevice #0: subdevice #0 xcb_connection_has_error was reported by pulseaudio client-conf-x11.c 0.819699] ALSA device list: [ 0.819794] No soundcards found. [ 0.820030] Freeing unused kernel memory: 820K (ffffffff816e0000 - ffffffff817ad000) -- [ 10.243173] hub 4-3:1.0: 4 ports detected [ 10.292227] snd_hda_intel: unknown parameter 'cards_limit' ignored [ 10.294276] usb 3-3: New USB device found, idVendor=0bc2, idProduct=3101 -- [ 10.473067] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF [ 10.473252] snd_hda_intel 0000:01:00.1: Disabling MSI it is strange that "no sound cards found" appear at 0.819 second after boot (In reply to Raymond from comment #6) > 0.819699] ALSA device list: > [ 0.819794] No soundcards found. > [ 0.820030] Freeing unused kernel memory: 820K (ffffffff816e0000 - > ffffffff817ad000) > -- > [ 10.243173] hub 4-3:1.0: 4 ports detected > [ 10.292227] snd_hda_intel: unknown parameter 'cards_limit' ignored > [ 10.294276] usb 3-3: New USB device found, idVendor=0bc2, idProduct=3101 > -- > [ 10.473067] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF > [ 10.473252] snd_hda_intel 0000:01:00.1: Disabling MSI > > > it is strange that "no sound cards found" appear at 0.819 second after boot The message indicates nothing but that there is no active built-in sound driver. It doesn't count for the modules. |