Opened 14 years ago
Last modified 3 years ago
#6049 new bug
No sound on Dell Studio 1747 with [8086:3b46] and [1002:aa38] onboard HDA controllers.
Reported by: | siarzhuk | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Drivers/Audio/HDA | Version: | R1/alpha2 |
Keywords: | Cc: | ttcoder | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Test System: Dell Studio 1747 Laptop has two audio controllers onboard:
device Multimedia controller (Audio device) [4|3|0] vendor 8086: Intel Corporation device 3b56: 5 Series/3400 Series Chipset High Definition Audio [...] device Multimedia controller (Audio device) [4|3|0] vendor 1002: ATI Technologies Inc device aa38: RV710/730
This laptop has internal speackers and three 3,5 mm jacks at left side marked as "mic", "headphones", "headphones" symbols. The HDMI output is also on this side. The User manual says about both headphone jacks as "they produce the same sound" - looks like this is just parallel connections for the same audio output. That laptop was booting Haiku hrev36901
Test Results:
1) Media Preferences allows only control "Left Headphones" and "Line out" on "Output" pane and have no controls on "Input" pane.
2) There are no sounds neither from internal speakers nor from both Headphones 3,5 mm jacks.
3) This hardware in windows 7 represents two devices:
- ATI High Definition Audio Device (FUNC_01/VEN_1002/DEV_AA01)
- IDT High Definition Audio CODEC (FUNC_01/VEN_111D/DEV_7675)
following outputs:
- ATI HDMI Output (ATI HDA)
- Speaker/Headphones (IDT HDA)
- Independent (R.T.C) Headphones (IDT HDA)
and following inputs:
- Microphone/Line-In (IDT HDA) # - correspond to the "left" 3,5 mic jack
- Microphonesarray (IDT HDA) # - looks like internally mount in the laptop
- Playback Recording (IDT HDA)
The Problems:
1) There are no sound during playback of any audo data files, neither from internal speakers nor from headphones.
2) There are no controls in the Media Preferences for external microphone and internal microphonesarray.
Note: OpenSound was also tested on this system with removed native hda driver. The boot process has stopped with following debug output lines:
oss_load_options(): oss_core oss:init_osscore: 0x00000000 oss:matching pci 8086, 3b56 oss_load_options(): oss_hdaudio add_memory_type_range(418, 0xf0c000000, 0x4000, 0) install_io_interrupt_handler (5, 0x81df730c, 0xccd2c1a0, 0) = 0x00000000
Attachments (3)
Change History (16)
by , 14 years ago
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Adding
{ HDA_ALL, HDA_ALL, IDT_VENDORID, 0x7675, HDA_QUIRK_GPIO0, 0},
into codec quirks table changes nothing. Are there any suggestions to try?
comment:3 by , 13 years ago
Any news? don't have that hardware but I do uses HDA and have no input options ether.
comment:4 by , 6 years ago
Milestone: | R1 → R1/beta2 |
---|
comment:5 by , 6 years ago
Cc: | added |
---|
comment:6 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:8 by , 4 years ago
@cocobean, if you didn't test on a Dell Studio 1747 laptop, it's worthless.
comment:10 by , 3 years ago
@korli, I have a Dell Studio 1737 which seems very similar.
- Internal speakers
- 2 headphone jacks
- Mic jack
- built-in mic array
I booted it from hrev55959 cd
No sound from speakers
No sound from one of the headphone jacks
The second headphone jack produces sound so low that I would not have heard it over the fan, but I happened to be using noise canceling headphones.
I did not try the mics
comment:11 by , 3 years ago
@beagljoe, if you have a Linux installed:
enable hda debug: sudo bash -c "echo 1 > /sys/kernel/debug/tracing/events/hda/enable"
restart alsa: sudo alsa force-reload
dump the logs (it might take some time): sudo less /sys/kernel/debug/tracing/trace
by , 3 years ago
comment:13 by , 3 years ago
@beaglejoe, a bit old maybe. Actually only such logs are of interest:
alsa-sink-ALC25-1552 [002] .... 1406.813612: hda_send_cmd: [0000:00:1f.3:0] val=0x00170500 alsa-sink-ALC25-1552 [002] .... 1406.813830: hda_get_response: [0000:00:1f.3:0] val=0x00000000 alsa-sink-ALC25-1552 [002] .... 1406.813834: hda_send_cmd: [0000:00:1f.3:0] val=0x00270500 alsa-sink-ALC25-1552 [002] .... 1406.814058: hda_get_response: [0000:00:1f.3:0] val=0x00000000
Might try on a Ubuntu 20.04 live usb.
System log booting Haiku hrev36901 with native HDA driver