From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOcYg-0005Zr-Lt for qemu-devel@nongnu.org; Thu, 31 Jul 2008 14:07:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOcYc-0005Wn-Q3 for qemu-devel@nongnu.org; Thu, 31 Jul 2008 14:07:25 -0400 Received: from [199.232.76.173] (port=58382 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOcYc-0005Wj-9S for qemu-devel@nongnu.org; Thu, 31 Jul 2008 14:07:22 -0400 Received: from ns1.hotelicom.com ([66.119.173.146]:40488 helo=hotelicom.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KOcYc-0001u4-5m for qemu-devel@nongnu.org; Thu, 31 Jul 2008 14:07:22 -0400 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by hotelicom.com (Postfix) with ESMTP id 63FD8C9AB20 for ; Thu, 31 Jul 2008 11:07:08 -0700 (PDT) Message-ID: <4891FF49.4030101@hotelicom.com> Date: Thu, 31 Jul 2008 11:07:05 -0700 From: Kyle Jones MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] usb_linux_update_endp_table: No such file or directory 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 Hi, I don't really know where to post this, but I hope this is correct... When I run: qemu -usb -usbdevice host:05ac:1292 -smb /home/uare/itunes -boot c -m 512 -hda image.qcow2 I get: usb_linux_update_endp_table: No such file or directory Warning: could not add USB device host:05ac:1292 lsusb gives me: Bus 002 Device 004: ID 05ac:1292 Apple Computer, Inc. uname -a gives me: Linux enigma 2.6.26-gentoo #1 SMP Mon Jul 28 11:15:01 PDT 2008 i686 Intel(R) Pentium(R) Dual CPU T2330 @ 1.60GHz GenuineIntel GNU/Linux qemu |grep version gives me: QEMU PC emulator version 0.9.1, Copyright (c) 2003-2008 Fabrice Bellard ls /proc/bus/usb/002/004 -al gives me -rw-r--r-- 1 root root 268 Jul 31 10:54 /proc/bus/usb/002/004 Now the whole purpose is for me to be able to use USB in the host environment, so I hope you can help, Thanks, Kyle