Kernel 4.4.6 and xboxdrv
-
The Raspberry Pi devs released kernel 4.4.6 today. I updated but now xboxdrv won't start - I get this message:
[ERROR] USBController::on_read_data(): USB read failure: 32: LIBUSB_TRANSFER_STALL
I tried recompiling xboxdrv from the source and still the same message. The controllers were working before the upgrade so I'm pretty sure that the kernel upgrade is what broke it. Anyone have a clue how I might fix this? I'm going to see if there's a way to downgrade back to the 4.1.x kernel and see if that fixes things but I'd prefer to get the 4.4.x kernel working...
-
You could report it upstream - https://github.com/raspberrypi/linux
-
I just updated my system packages and I have kernel 4.1.19 - did you use rpi-update or something ? I wouldn't recommend using that to upgrade unless there is a specific need.
When kernels are stable they are packaged and can be installed via
apt-get update; apt-get dist-upgrade
if you did upgrade with rpi-update, you can use it to downgrade again by specifying a commit - https://github.com/Hexxeh/rpi-update
-
Yeah, I use rpi-update to update my kernel. I guess I'm a little OCD that way. Thanks to the pointer on downgrading the kernel, I'll give that a try tomorrow.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.