* usb_linux_update_endp_table: No such file or directory @ 2008-10-18 14:57 Xavier Gnata 2008-10-18 17:23 ` Brian Jackson 0 siblings, 1 reply; 4+ messages in thread From: Xavier Gnata @ 2008-10-18 14:57 UTC (permalink / raw) To: kvm Hi, I'm trying to plug an Ipod on a winXP guest. The host is a 2.6.27 and I'm using kvm-77. I get this (as root to avoid stupid +w problems): husb: open device 7.7 husb: config #1 need -1 husb: 1 interfaces claimed for configuration 1 husb: grabbed usb device 7.7 usb_linux_update_endp_table: No such file or directory Warning: could not add USB device host:05ac:1262 kvm is supposed to work with every usb device, isn' it? This one is nothing else but a usb_mass_storage device so I cannot see where the problem is. Xavier ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: usb_linux_update_endp_table: No such file or directory 2008-10-18 14:57 usb_linux_update_endp_table: No such file or directory Xavier Gnata @ 2008-10-18 17:23 ` Brian Jackson [not found] ` <067B56CF-8AB8-4BF5-A1D0-2D63AD9EF054-kYYYNj0UG5RBDgjK7y7TUQ@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Brian Jackson @ 2008-10-18 17:23 UTC (permalink / raw) To: Xavier Gnata; +Cc: kvm@vger.kernel.org A lot of newer iPods and iPhones require usb2 which qemu/KVM does not emulate. You also want to make sure nothing in the host is claiming it before the guest does. On Oct 18, 2008, at 9:57 AM, Xavier Gnata <xavier.gnata@gmail.com> wrote: > Hi, > > I'm trying to plug an Ipod on a winXP guest. > The host is a 2.6.27 and I'm using kvm-77. > > I get this (as root to avoid stupid +w problems): > > husb: open device 7.7 > husb: config #1 need -1 > husb: 1 interfaces claimed for configuration 1 > husb: grabbed usb device 7.7 > usb_linux_update_endp_table: No such file or directory > Warning: could not add USB device host:05ac:1262 > > kvm is supposed to work with every usb device, isn' it? > This one is nothing else but a usb_mass_storage device so I cannot > see where the problem is. > > Xavier > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <067B56CF-8AB8-4BF5-A1D0-2D63AD9EF054-kYYYNj0UG5RBDgjK7y7TUQ@public.gmane.org>]
* Re: usb_linux_update_endp_table: No such file or directory [not found] ` <067B56CF-8AB8-4BF5-A1D0-2D63AD9EF054-kYYYNj0UG5RBDgjK7y7TUQ@public.gmane.org> @ 2010-03-28 21:23 ` scar 2010-03-28 21:42 ` Brian Jackson 0 siblings, 1 reply; 4+ messages in thread From: scar @ 2010-03-28 21:23 UTC (permalink / raw) To: kvm-u79uwXL29TY76Z2rM5mHXA -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Brian Jackson @ 10/18/2008 10:23 AM: > On Oct 18, 2008, at 9:57 AM, Xavier Gnata <xavier.gnata-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> Hi, >> >> I'm trying to plug an Ipod on a winXP guest. >> The host is a 2.6.27 and I'm using kvm-77. >> >> I get this (as root to avoid stupid +w problems): >> >> husb: open device 7.7 >> husb: config #1 need -1 >> husb: 1 interfaces claimed for configuration 1 >> husb: grabbed usb device 7.7 >> usb_linux_update_endp_table: No such file or directory >> Warning: could not add USB device host:05ac:1262 >> >> kvm is supposed to work with every usb device, isn' it? >> This one is nothing else but a usb_mass_storage device so I cannot see >> where the problem is. >> > A lot of newer iPods and iPhones require usb2 which qemu/KVM does not > emulate. You also want to make sure nothing in the host is claiming it > before the guest does. apparently this is still the case? or is there a way to turn on usb2? ;) i am on ubuntu 9.04/linux 2.6.28-18-generic and kvm 84 and getting the same error. thanks -----BEGIN PGP SIGNATURE----- iEYEAREIAAYFAkuvyMwACgkQXhfCJNu98qAnRACgnIrwdxqrCe4bpJOqNU3gaSVz ST0AmwbsXC6nPsWo1P6B1gnm6DyWCSAJ =FgnN -----END PGP SIGNATURE----- -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: usb_linux_update_endp_table: No such file or directory 2010-03-28 21:23 ` scar @ 2010-03-28 21:42 ` Brian Jackson 0 siblings, 0 replies; 4+ messages in thread From: Brian Jackson @ 2010-03-28 21:42 UTC (permalink / raw) To: scar; +Cc: kvm On Sunday 28 March 2010 16:23:24 scar wrote: > Brian Jackson @ 10/18/2008 10:23 AM: > > On Oct 18, 2008, at 9:57 AM, Xavier Gnata <xavier.gnata@gmail.com> wrote: > >> Hi, > >> > >> I'm trying to plug an Ipod on a winXP guest. > >> The host is a 2.6.27 and I'm using kvm-77. > >> > >> I get this (as root to avoid stupid +w problems): > >> > >> husb: open device 7.7 > >> husb: config #1 need -1 > >> husb: 1 interfaces claimed for configuration 1 > >> husb: grabbed usb device 7.7 > >> usb_linux_update_endp_table: No such file or directory > >> Warning: could not add USB device host:05ac:1262 > >> > >> kvm is supposed to work with every usb device, isn' it? > >> This one is nothing else but a usb_mass_storage device so I cannot see > >> where the problem is. > > > > A lot of newer iPods and iPhones require usb2 which qemu/KVM does not > > emulate. You also want to make sure nothing in the host is claiming it > > before the guest does. > > apparently this is still the case? or is there a way to turn on usb2? > ;) i am on ubuntu 9.04/linux 2.6.28-18-generic and kvm 84 and getting > the same error. > > thanks > USB2/ehci is still not supported (certainly not in something as old as kvm-84). There was some work going on recently to support it, but I don't know how far they have made it. ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-03-28 21:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-18 14:57 usb_linux_update_endp_table: No such file or directory Xavier Gnata
2008-10-18 17:23 ` Brian Jackson
[not found] ` <067B56CF-8AB8-4BF5-A1D0-2D63AD9EF054-kYYYNj0UG5RBDgjK7y7TUQ@public.gmane.org>
2010-03-28 21:23 ` scar
2010-03-28 21:42 ` Brian Jackson
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox