From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 520C21381F3 for ; Mon, 3 Jun 2013 10:40:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CE2EE0A80; Mon, 3 Jun 2013 10:39:51 +0000 (UTC) Received: from icp-osb-irony-out3.external.iinet.net.au (icp-osb-irony-out3.external.iinet.net.au [203.59.1.219]) by pigeon.gentoo.org (Postfix) with ESMTP id A182FE09C0 for ; Mon, 3 Jun 2013 10:39:49 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkYFADhxrFF8lHy5/2dsb2JhbABZgwmxQosFg2wWdIIbNlEpFBYYAwIBAgE/BBUIAQGFcoIWmlegPY9EgjyBBgOJHo4ghh4jin+DHC8 X-IronPort-AV: E=Sophos;i="4.87,791,1363104000"; d="scan'208";a="130102173" Received: from unknown (HELO moriah.localdomain) ([124.148.124.185]) by icp-osb-irony-out3.iinet.net.au with ESMTP; 03 Jun 2013 18:39:47 +0800 Received: from localhost (localhost [127.0.0.1]) by moriah.localdomain (Postfix) with ESMTP id 6288417173 for ; Mon, 3 Jun 2013 18:39:46 +0800 (WST) X-Virus-Scanned: amavisd-new at lan.localdomain Received: from moriah.localdomain ([127.0.0.1]) by localhost (moriah.lan.localdomain [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RDYW1ANZIyGA for ; Mon, 3 Jun 2013 18:39:24 +0800 (WST) Received: from [192.168.44.3] (moriah [192.168.44.3]) by moriah.localdomain (Postfix) with ESMTP id 2648077D7 for ; Mon, 3 Jun 2013 18:39:24 +0800 (WST) Message-ID: <51AC725C.4070007@iinet.net.au> Date: Mon, 03 Jun 2013 18:39:24 +0800 From: William Kenworthy User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130320 Thunderbird/17.0.4 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] usbip Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: d2f39ea4-68d3-481b-872e-fb295cb3a7de X-Archives-Hash: 7ce5036b56d495aefc34f3030e72f6cd I am playing with usbip to export an afatech dvb usb stick to a VM. It appears to work up until it tries to load the firmware (from the vm) and fails. Google i'snt helping except very old messages saying there are problems with resetting and firmware loading. Can someone confirm that it is possible to load firmware onto a usb device using usbip? The device does work locally on its host. >From dmesg in the VM. > [23985.513903] usbcore: registered new interface driver dvb_usb_af9015 > [24016.332475] vhci_hcd vhci_hcd: rhport(0) sockfd(3) devid(262151) speed(3) > [24016.332774] vhci_hcd: changed 1 > [24016.610146] usb 1-1: new high-speed USB device number 23 using vhci_hcd > [24016.850160] usb 1-1: new high-speed USB device number 24 using vhci_hcd > [24017.090149] usb 1-1: new high-speed USB device number 25 using vhci_hcd > [24017.090153] usb 1-1: SetAddress Request (25) to port 0 > [24017.118944] usb 1-1: New USB device found, idVendor=15a4, idProduct=9016 > [24017.118948] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 > [24017.118949] usb 1-1: Product: DVB-T 2 > [24017.118951] usb 1-1: Manufacturer: Afatech > [24017.118952] usb 1-1: SerialNumber: 010101010600001 > [24017.121842] usb 1-1: dvb_usb_v2: found a 'Afatech AF9015 reference design' in warm state > [24017.123844] Afatech DVB-T 2: Fixing fullspeed to highspeed interval: 10 -> 7 > [24017.124097] usb 1-1: dvb_usb_af9015: command failed=2 > [24017.124375] input: Afatech DVB-T 2 as /devices/platform/vhci_hcd/usb1/1-1/1-1:1.1/input/input10 > [24017.124461] hid-generic 0003:15A4:9016.0008: input,hidraw0: USB HID v1.01 Keyboard [Afatech DVB-T 2] on usb-vhci_hcd-1/input1 > [24017.125164] usb 1-1: dvb_usb_af9015: command failed=2 > [24017.126392] usb 1-1: dvb_usb_af9015: command failed=2 > [24017.127185] usb 1-1: dvb_usb_af9015: command failed=2 > [24017.127188] usb 1-1: dvb_usb_af9015: eeprom read failed=-5 > [24017.127190] usb 1-1: dvb_usb_v2: 'Afatech AF9015 reference design' error while loading driver (-5) > [24017.127203] usb 1-1: dvb_usb_v2: 'Afatech AF9015 reference design' successfully deinitialized and disconnected > myth