On Tue, Jan 24, 2012 at 05:33:24PM +0100, Gregor Pintar wrote:
> Hello.
>
> As you can see from dmesg output, Creative Sound Blaster X-Fi HD USB
> doesn't work on OpenBSD 5.0.
> Doesn't uaudio support all usb sound cards?
most standard cards (aka those that work without drivers on windows
and macos) should work. Certain cards are not 100% standard and
require quirks. The uaudio driver is not 100% complete either.
uaudio cards don't work through USB 2.0 hubs.
Your card seems somewhat standard but I can't figure out what's wrong
exactly. Does it generate interrupts? Could you try the following?
cat /dev/sound0 >/tmp/foo
does this generate an emtpy file or an error? And what about the following:
cat /bsd >/dev/sound0
do you hear noise?
While above commands are running (if they run at all), if you run
"audioctl" multiple times, do play.samples, play.errors,
record.samples, record.errors increase?
-- Alexandre