Page 1 of 1

bug in ehci module of kernel version 2.6.27.1

PostPosted: 05 May 2009, 13:01
by abhishekkumar
Hi,

I have noticed that there is a bug in ehci module of kernel version 2.6.27.1 of YDL6.1
which prevents me from using usb headphone on ps3.

when I remove this module thing works fine.
Please let me know if you have a solution or if it has been resolved in later kernel versions

thanks,
Abhishek Kumar

Re: bug in ehci module of kernel version 2.6.27.1

PostPosted: 05 May 2009, 16:25
by billb
So that module provides support for high speed USB 2.0 devices? How do you remove it?

Like this?

Code: Select all
modprobe -r ehci_hcd


Wondering if that's why I have so much trouble getting USB microphones to work ...

Re: bug in ehci module of kernel version 2.6.27.1

PostPosted: 08 May 2009, 08:11
by abhishekkumar
you can remove ehci_hcd using
modprobe -r ehci_hcd or
rmmod ehci_hcd

I want to know if there is any fix to this.

Thanks,
Abhishek Kumar