From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EpRNx-0002de-8C for qemu-devel@nongnu.org; Thu, 22 Dec 2005 09:25:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EpRNs-0002cG-Ns for qemu-devel@nongnu.org; Thu, 22 Dec 2005 09:25:35 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EpRNs-0002c0-AJ for qemu-devel@nongnu.org; Thu, 22 Dec 2005 09:25:32 -0500 Received: from [217.16.24.5] (helo=mh.altlinux.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EpRN0-00068H-9z for qemu-devel@nongnu.org; Thu, 22 Dec 2005 09:24:38 -0500 Received: from basalt.office.altlinux.org (localhost.localdomain [127.0.0.1]) by mh.altlinux.org (Postfix) with ESMTP id 003AB5F406 for ; Thu, 22 Dec 2005 17:24:26 +0300 (MSK) Date: Thu, 22 Dec 2005 17:24:25 +0300 From: "Anton D. Kachalov" Message-ID: <20051222142425.GA16504@basalt.office.altlinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] QEMU 0.8.0 & USB Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello! I have problem with any USB devices. After insert, I add my usb to guest OS by command like this: usb_add host:0a89:0004 In guest OS it appeared for 5 seconds, then going to offline state and become to be not accessible. In host log: usb 3-1: usbfs: USBDEVFS_CONTROL failed cmd qemu rqt 66 rq 0 len 8 ret -110 usb 3-1: usbfs: USBDEVFS_CONTROL failed cmd qemu rqt 66 rq 0 len 8 ret -110 usb 3-1: usbfs: USBDEVFS_CONTROL failed cmd qemu rqt 66 rq 0 len 8 ret -110 usb 3-1: usbfs: USBDEVFS_CONTROL failed cmd qemu rqt 66 rq 0 len 8 ret -110 usb 3-1: usbfs: USBDEVFS_CONTROL failed cmd qemu rqt 194 rq 0 len 16 ret -84 usb 3-1: usbfs: USBDEVFS_CONTROL failed cmd qemu rqt 66 rq 0 len 8 ret -84 usb 3-1: usbfs: USBDEVFS_CONTROL failed cmd qemu rqt 66 rq 0 len 8 ret -71 usb 3-1: usbfs: USBDEVFS_CONTROL failed cmd qemu rqt 194 rq 0 len 16 ret -71 I've tryed to unplug and then replug, but the same things happen after usb_add command. What wrong? -- mouse