Opened 14 years ago

Last modified 2 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)

syslog (191.0 KB ) - added by siarzhuk 14 years ago.
System log booting Haiku hrev36901 with native HDA driver
syslog.37016 (115.2 KB ) - added by siarzhuk 14 years ago.
System log acquired with hrev37016
trace.txt (2.7 MB ) - added by beaglejoe 2 years ago.

Change History (16)

by siarzhuk, 14 years ago

Attachment: syslog added

System log booting Haiku hrev36901 with native HDA driver

by siarzhuk, 14 years ago

Attachment: syslog.37016 added

System log acquired with hrev37016

comment:1 by siarzhuk, 14 years ago

I have seen changes at hrev37012 about the same IDT audio codec. I have checked with hrev37016. Unfortunately there are no changes in behavior - neither any sound from outputs nor new controls in Media preferences.

comment:2 by siarzhuk, 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 modeenf, 13 years ago

Any news? don't have that hardware but I do uses HDA and have no input options ether.

comment:4 by pulkomandy, 6 years ago

Milestone: R1R1/beta2

comment:5 by ttcoder, 5 years ago

Cc: ttcoder added

comment:6 by pulkomandy, 4 years ago

Milestone: R1/beta2Unscheduled

Removing HDA audio tickets from Beta2 milestone, no one has worked on it and opensound is available at least as a stopgap.

comment:7 by cocobean, 3 years ago

Last edited 3 years ago by cocobean (previous) (diff)

comment:8 by korli, 3 years ago

@cocobean, if you didn't test on a Dell Studio 1747 laptop, it's worthless.

comment:9 by korli, 2 years ago

siarzhuk, any chance for you to check with a current nightly?

comment:10 by beaglejoe, 2 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 korli, 2 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 beaglejoe, 2 years ago

Attachment: trace.txt added

comment:12 by beaglejoe, 2 years ago

@korli, log from Linux Mint 17

comment:13 by korli, 2 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.

Note: See TracTickets for help on using tickets.