Opened 15 years ago
Last modified 2 years ago
#5171 new bug
No sound with nVidia HDA MCP79
Reported by: | VinDuv | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Drivers/Audio/HDA | Version: | R1/Development |
Keywords: | Cc: | HubertNG@… | |
Blocked By: | Blocking: | #11629 | |
Platform: | All |
Description
This is hrev34776.
MediaPlayer works correctly, but no sound comes out.
device Multimedia controller (Audio device) [4|3|0] vendor 10de: nVidia Corporation device 0ac0: MCP79 High Definition Audio
Attachments (3)
Change History (13)
by , 15 years ago
Attachment: | syslog.txt added |
---|
comment:1 by , 15 years ago
yep, native HDA driver have problem with nVidia HDA chipset. Maybe you could try OSS driver (previously remove hda driver).
comment:2 by , 15 years ago
Cc: | added |
---|
comment:3 by , 15 years ago
Could you try the headphones jack ?
The syslog seems correct, ie the quirks are activated and seem to be wrong (I took them from FreeBSD btw). Could you try the following patch ? I would think GPIO3 is supposed to be for speakers, GPIO1 for headphones.
Index: hda_codec.cpp =================================================================== --- hda_codec.cpp (révision 35524) +++ hda_codec.cpp (copie de travail) @@ -1306,7 +1306,7 @@ } hda_codec_quirks[] = { { HDA_ALL, HDA_ALL, HDA_ALL, HDA_ALL, HDA_QUIRK_IVREF, 0 }, { HDA_ALL, HDA_ALL, HDA_ALL, HDA_ALL, HDA_QUIRK_IVREF, 0 }, - { 0x10de, 0xcb79, CIRRUSLOGIC_VENDORID, 0x4206, HDA_QUIRK_GPIO1 | HDA_QUIRK_GPIO3, 0 }, // MacBook Pro 5.5 + { 0x10de, 0xcb79, CIRRUSLOGIC_VENDORID, 0x4206, HDA_QUIRK_GPIO3, 0 }, // MacBook Pro 5.5 { 0x8384, 0x7680, SIGMATEL_VENDORID, 0x7680, HDA_QUIRK_GPIO0 | HDA_QUIRK_GPIO1, 0}, // Apple Intel Mac { 0x106b, 0x00a3, REALTEK_VENDORID, 0x0885, HDA_QUIRK_GPIO0, 0}, // MacBook };
Thanks!
comment:4 by , 15 years ago
Still no sound in hrev35592 with the patch (with or without headphones). New syslog attached.
comment:6 by , 10 years ago
Blocking: | 11629 added |
---|
comment:7 by , 6 years ago
Milestone: | R1 → R1/beta2 |
---|
comment:8 by , 5 years ago
Milestone: | R1/beta2 → Unscheduled |
---|
Removing HDA audio tickets from Beta2 milestone, no one has worked on it and opensound is available at least as a stopgap.
comment:10 by , 2 years ago
Still no sound with hrev56235 (x86_64, built from source and directly installed to a partition — it's easier on this machine).
Syslog attached.
syslog