From owner-freebsd-current@FreeBSD.ORG Sat Nov 8 07:28:03 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC53C106567C for ; Sat, 8 Nov 2008 07:28:03 +0000 (UTC) (envelope-from root@free.fr) Received: from postfix1-g20.free.fr (postfix1-g20.free.fr [212.27.60.42]) by mx1.freebsd.org (Postfix) with ESMTP id 65F9E8FC08 for ; Sat, 8 Nov 2008 07:28:03 +0000 (UTC) (envelope-from root@free.fr) Received: from smtp6-g19.free.fr (smtp6-g19.free.fr [212.27.42.36]) by postfix1-g20.free.fr (Postfix) with ESMTP id 145002D99C59 for ; Sat, 8 Nov 2008 08:01:22 +0100 (CET) Received: from smtp6-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp6-g19.free.fr (Postfix) with ESMTP id 387D219771 for ; Sat, 8 Nov 2008 08:01:20 +0100 (CET) Received: from free.fr (evr27-1-88-172-40-194.fbx.proxad.net [88.172.40.194]) by smtp6-g19.free.fr (Postfix) with ESMTP id 170A319758 for ; Sat, 8 Nov 2008 08:01:19 +0100 (CET) From: Raoul To: freebsd-current@freebsd.org Date: Sat, 08 Nov 2008 08:01:16 +0100 Sender: root@free.fr Message-Id: <20081108070119.170A319758@smtp6-g19.free.fr> Subject: usb2_sound behaviour X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Nov 2008 07:28:03 -0000 Hi all, usb2_sound does not detect an mbox (Digidesign) usb sound box. world and kernel are all from this night. as you can see the box is detected by snd_uaudio, but not by usb2_sound. of course the box does not work at all even well detected by snd_uaudio, perhaps this will come later. i point out the detection problem at this moment. hope this serve best regards Raoul rmgls@free.fr -----------cut----------- usb2_sound_load="YEs" reboot kldstat: Id Refs Address Size Name 1 40 0xc0400000 bff630 kernel (/boot/kernel/kernel) 2 1 0xc1000000 2bdbc linux.ko (/boot/kernel/linux.ko) 3 1 0xc102c000 106dc if_iwi.ko (/boot/kernel/if_iwi.ko) 4 1 0xc103d000 2848 acpi_sony.ko (/boot/kernel/acpi_sony.ko) 5 1 0xc1040000 e15c usb2_sound.ko (/boot/kernel/usb2_sound.ko) 6 3 0xc104f000 52bb0 sound.ko (/boot/kernel/sound.ko) 7 3 0xc10a2000 3be58 usb2_core.ko (/boot/kernel/usb2_core.ko) 8 6 0xc10de000 e9fc netgraph.ko (/boot/kernel/netgraph.ko) 9 1 0xc10ed000 9bd4 ng_ubt.ko (/boot/kernel/ng_ubt.ko) 10 4 0xc53cb000 2000 ng_bluetooth.ko (/boot/kernel/ng_bluetooth.ko) 11 1 0xc53cd000 d000 ng_hci.ko (/boot/kernel/ng_hci.ko) 12 1 0xc545a000 10000 ng_l2cap.ko (/boot/kernel/ng_l2cap.ko) 13 1 0xc546c000 22000 ng_btsocket.ko (/boot/kernel/ng_btsocket.ko) 14 1 0xc5499000 4000 ng_socket.ko (/boot/kernel/ng_socket.ko) mbox2 connected in the usb port: ugen0: on uhub1 kldunload usb2_sound kldunload usb2_core kldunload sound kldload snd_uaudio Id Refs Address Size Name ... 15 1 0xc6232000 a000 snd_uaudio.ko (/boot/kernel/snd_uaudio.ko) 16 1 0xc623c000 47000 sound.ko (/boot/kernel/sound.ko) mbox insertion => dmesg: uaudio0: on uhub1 uaudio0: ignored audio interface with 2 endpoints uaudio0: ignored audio interface with 2 endpoints uaudio0: ignored audio interface with 2 endpoints uaudio0: ignored audio interface with 2 endpoints uaudio0: ignored setting with type 8193 format uaudio0: audio rev 1.00 uaudio0: 0 mixer controls pcm0: on uaudio0 pcm0: USB Audio: vendor=0x0dba, product=0x3000, release=0x0138 pcm0: using a default buffer size of 16384 pcm0: Mixer "vol" -> "none": child=0x00000010 pcm0: Mixer "pcm": parent="vol" pcm0: Soft PCM mixer ENABLED uaudio0: uaudio_query_formats: found a native record channel (stereo) continous min 8000 max 48000 24bit 3bytes/subframe X 2 channels = 6 bytes per sample uaudio0: uaudio_query_formats: found a native record channel (stereo) continous min 8000 max 48000 24bit 3bytes/subframe X 2 channels = 6 bytes per sample uaudio0: uaudio_query_formats: found a native record channel (stereo) continous min 8000 max 48000 24bit 3bytes/subframe X 2 channels = 6 bytes per sample uaudio0: uaudio_query_formats: found a native record channel (stereo) continous min 8000 max 48000 24bit 3bytes/subframe X 2 channels = 6 bytes per sample pcm0: clone manager: deadline=750ms flags=0x8000001e uaudio0: rec buf 0xc6294000 ----------cut----------