[haiku-bugs] Re: [Haiku] #12356: [hda] 5 Series/3400 Series Chipset detected but no audio

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Fri, 03 Apr 2020 10:06:48 -0000

#12356: [hda] 5 Series/3400 Series Chipset detected but no audio
---------------------------------+----------------------------
   Reporter:  vidrep             |      Owner:  korli
       Type:  bug                |     Status:  new
   Priority:  normal             |  Milestone:  Unscheduled
  Component:  Drivers/Audio/HDA  |    Version:  R1/Development
 Resolution:                     |   Keywords:
 Blocked By:                     |   Blocking:
Has a Patch:  0                  |   Platform:  All
---------------------------------+----------------------------
Comment (by ttcoder):

 Glad you could setup and build it! It should work something like this:

 - open a Terminal precisely in the directory where "multi_audio_test" was
 built.

 Check that it runs invoking it with dot-slash:

 {{{
 ./multi_audio_test
 }}}

 If your terminal is cd'ed in the right directory, it will find the
 executable, which will guide you about a missing argument:

 {{{
 Usage: multi_audio_test <device>
 }}}

 So invoke it with the correct argument, typically :

 {{{
 ./multi_audio_test /dev/audio/hmulti/hda/0
 }}}

 Then in the resulting prompt you can type "help" to list the available
 prompt commands. The interesting one here is likely "play" : if that
 commands is silent, it will confirm that the HDA driver is the culprit.
 Otherwise it's media_server.

 ***

 By the way,
 you will probably need to shut down the media_server first before doing
 any of the above, or the above command will not be able to open the
 device:

 {{{
 launch_roster stop x-vnd.haiku-media_server
 kill media_server
 kill media_addon_server
 }}}
-- 
Ticket URL: <https://dev.haiku-os.org/ticket/12356#comment:16>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: