Opened 15 years ago
Last modified 2 years ago
#5167 new bug
Intel HD Audio Controller [8086:293E] chipset recognized, but no sound
Reported by: | cssvb94 | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Drivers/Audio/HDA | Version: | R1/Development |
Keywords: | Cc: | starsseed@… | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
GCC4 build hrev34759. Audio device is recognized and working under Linux and Win7. When media settings are opened no input control widgets are shown. Screenshots attached. Linux lshw and lspci output attached. Haiku syslog also attached.
Attachments (5)
Change History (17)
by , 15 years ago
Attachment: | screenshot1.png added |
---|
by , 15 years ago
Attachment: | screenshot2.png added |
---|
by , 15 years ago
comment:1 by , 15 years ago
Version: | R1/alpha1 → R1/Development |
---|
comment:2 by , 15 years ago
Could you please try with the following diff ?
Index: src/add-ons/kernel/drivers/audio/hda/hda_codec.cpp =================================================================== --- src/add-ons/kernel/drivers/audio/hda/hda_codec.cpp (revision 36496) +++ src/add-ons/kernel/drivers/audio/hda/hda_codec.cpp (working copy) @@ -46,6 +46,7 @@ #define ANALOGDEVICES_VENDORID 0x11d4 #define CIRRUSLOGIC_VENDORID 0x1013 #define CONEXANT_VENDORID 0x14f1 +#define IDT_VENDORID 0x111d #define REALTEK_VENDORID 0x10ec #define SIGMATEL_VENDORID 0x8384 @@ -1328,7 +1329,9 @@ { 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 { 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 + { HDA_ALL, HDA_ALL, IDT_VENDORID, 0x76b2, HDA_QUIRK_GPIO0, 0}, };
comment:3 by , 15 years ago
Thank you korli, but I'm still not able to boot into Haiku to test it. Ref: ticket #5703.
comment:6 by , 13 years ago
Cc: | added |
---|
comment:9 by , 10 years ago
Yes, same issue. No sound, no audio sliders in settings. No issues under other OSs (Linux (any flavor), FreeBSD, Windows) Log shows that kernel recognizes it, but that's it. Restarting media services doesn't do anything useful. I would help with testing, but since I reported it 5 years! ago, not so much a progress or attention. I really like Haiku and I want to use it at least to play some music.
comment:10 by , 6 years ago
Milestone: | R1 → R1/beta2 |
---|
comment:11 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.
Linux lshw