NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/42055: hdaudio doesn't work on Dell Inspiron 6400



The following reply was made to PR kern/42055; it has been noted by GNATS.

From: Aleksej Saushev <asau%inbox.ru@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: tech-multimedia%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost, 
netbsd-bugs%netbsd.org@localhost
Subject: Re: kern/42055: hdaudio doesn't work on Dell Inspiron 6400
Date: Thu, 19 Nov 2009 00:01:41 +0300

 "Jonathan A. Kollasch" <jakllsch%kollasch.net@localhost> writes:
 
 >  hdaudio has improved it's mixer control abilities significantly
 >  in the past months.  If there is still trouble with the mixer
 >  setup, please post `hdaudiocfg info` and `hdaudiocfg get 0 1`
 >  (using appropriate codec number and nid numbers for your AFG
 >  codec, of course) output.
 
 Script started on Wed Nov 18 23:38:52 2009
 $ hdaudioctl info
 usage: hdaudioctl [-f dev] list
        hdaudioctl [-f dev] get <codecid> <nid>
        hdaudioctl [-f dev] set <codecid> <nid> [plist]
        hdaudioctl [-f dev] graph <codecid> <nid>
 $ hdaudioctl list
 codecid 0x00 nid 0x01 vendor 0x8384 product 0x7690 subsystem 0x01BD1028 device 
hdafg0
 codecid 0x01 nid 0x02 vendor 0x14F1 product 0x2BFA subsystem 0x01BD1028 device 
<none>
 $ hdaudioctl get 0 1
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" 
"http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
 <plist version="1.0">
 <array>
        <dict>
                <key>config</key>
                <integer>0x40f000f0</integer>
                <key>nid</key>
                <integer>8</integer>
        </dict>
        <dict>
                <key>config</key>
                <integer>0x40f000f1</integer>
                <key>nid</key>
                <integer>9</integer>
        </dict>
        <dict>
                <key>config</key>
                <integer>0x421101f</integer>
                <key>nid</key>
                <integer>13</integer>
        </dict>
        <dict>
                <key>config</key>
                <integer>0x90170110</integer>
                <key>nid</key>
                <integer>14</integer>
        </dict>
        <dict>
                <key>config</key>
                <integer>0x40f000f2</integer>
                <key>nid</key>
                <integer>15</integer>
        </dict>
        <dict>
                <key>config</key>
                <integer>0x4a11020</integer>
                <key>nid</key>
                <integer>16</integer>
        </dict>
        <dict>
                <key>config</key>
                <integer>0x40f000f3</integer>
                <key>nid</key>
                <integer>17</integer>
        </dict>
        <dict>
                <key>config</key>
                <integer>0x40f000f4</integer>
                <key>nid</key>
                <integer>18</integer>
        </dict>
 </array>
 </plist>
 Script done on Wed Nov 18 23:39:38 2009
 
 >  What audio output drivers were those programs using?
 
 Presumably OSS. How can I check it to be sure?
 ktrace? What should I look for?
 
 >  As a additional point of reference, you may also want
 >  to try audioplay(1).
 
 I've tried to play files of this type:
 
 RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, stereo 44100 Hz
 
 No sound, though audioplay reports progress when I send SIGINFO to it.
 
 
 -- 
 HE CE3OH...
 


Home | Main Index | Thread Index | Old Index