From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5427f453775c276e58bf074abe81f2ce@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] VT6306 chip is for OHCI or UHCI? Date: Tue, 24 Aug 2004 23:06:24 -0400 From: Sape Mullender In-Reply-To: <3295504e65f34a4679465cd08279dd7a@granite.cias.osakafu-u.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: d956c534-eacd-11e9-9e20-41e7f4b1d025 > Indeed, it went fine apparently, but the binded /dev/audioctl, /dev/aud= iostat > /dev/volume didn't work. =E2=98=BA Try writing to the appropriate /dev/usb?/?/ep?data. It may be the case that the audio device isn't initialized properly becau= se the speed isn't set. I've no idea what you have to do to get it set. Anyway, if data gets consumed by /dev/usb?/?/ep?data, but no sounds happe= n, then you may have to find out how to program the mixer or the selector. You could time a cp pcm-file /dev/usb?/?/ep?data to measure the data rate and verify whether the setting is 44100 or 48000= . (I'm just telling you what I did in the past to debug these devices). Sape