[usbip-devel] sharing usb soundcard --> This device cannot start. (Code 10) / BSOD
Status: Alpha
Brought to you by:
hirofuchi
From: Roger T. <tin...@br...> - 2012-03-13 09:05:37
|
Dear group I am trying to share a usb device which is acting as a soundcard with usbip. As server, I use ubuntu 11.04 server, as client I use Windows 7 (I tested with 32 bit and 64 bit). Sharing a regular USB stick is working without any problems, but I am not able to share the usb-soundcard. On my Windows 7 computer, the soundcard is getting displayed as "USB Device Over IP" under "Audio-/Video- and Gamecontrollers" with an exclamation mark. If I display the properties, the status is "This device cannot start. (Code 10)" (or similar, I am working with a german version). Both Windows systems (32 bit and 64 bit) crashed once with a blue screen as I was trying to connect to the soundcard using "usbip -a 192.168.126.201 2-1" for the first time! After that "initial BSOD", I was able to do an "usbip -a 192.168.126.201 2-1" without blue screen and the device is getting listed in device manager, but with the status "This device cannot start. (Code 10)" In the meantime, I am able to reproduce the blue screen by deinstalling the driver of the "USB Device Over IP" - device, then disconnecting and reconnecting the device. The problem is: usbaudio.sys PAGE_FAULT_IN_NONPAGED_AREA *** STOP: 0x00000050 (0x84000004, 0x00000000, 0xB4ADC381, 0x00000002) *** usbaudios.sys - Address B4ADC381 base at B4ACF000, DateStamp 4ce79c0f When I try to update the driver, Windows is saying that the driver is up to date Is there anyone able to help? Thanks, Roger Additional information: On ubuntu: root@ubuntu:~# usbip_bind_driver --list List USB devices - busid 2-1 (04d8:fb56) 2-1:1.0 -> snd-usb-audio 2-1:1.1 -> snd-usb-audio 2-1:1.2 -> usbhid - busid 2-2 (413c:8000) 2-2:1.0 -> btusb 2-2:1.1 -> btusb 2-2:1.2 -> none root@ubuntu:~# usbip_bind_driver --usbip 2-1 ** (process:965): DEBUG: 2-1:1.0 -> snd-usb-audio ** (process:965): DEBUG: unbinding interface ** (process:965): DEBUG: 2-1:1.1 -> snd-usb-audio ** (process:965): DEBUG: unbinding interface ** (process:965): DEBUG: 2-1:1.2 -> usbhid ** (process:965): DEBUG: unbinding interface ** (process:965): DEBUG: write "add 2-1" to /sys/bus/usb/drivers/usbip/match_busid ** Message: bind 2-1 to usbip, complete! root@ubuntu:~# On Windows 7: C:\Transfer\usbip_windows_v0.2.0.0_signed>usbip -l 192.168.126.201 - 192.168.126.201 2-1: Microchip Technology, Inc. : unknown product (04d8:fb56) : /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1 : (Defined at Interface level) (00/00/00) : 0 - Audio / Control Device / unknown protocol (01/01/00) : 1 - Audio / Streaming / unknown protocol (01/02/00) : 2 - Human Interface Device / No Subclass / None (03/00/00) C:\Transfer\usbip_windows_v0.2.0.0_signed>usbip -a 192.168.126.201 2-1 new usb device attached to usbvbus port 1 |