raspberry pi zero keyboard and mouse not working

August 21, 2023, 07:50

aled_vickers

i recently bought a raspberry pi zero and my keyboard nor mouse works with it, making it useless until i figure out why. I tested all of these products and they all work fine but there is simply no input to the raspberry pi zero. great if you can help if not i understand

null

The reason is that the current of the USB on the Pi is not sufficient for keyboard and/or mouse. So either get a USB hub with power supply or download the Raspberry Pi imager and set user, password and WiFi connection so you can connect to the Pi via ssh. https://www.raspberrypi.com/documentation/computers/getting-started.html#advanced-options

aled_vickers

I can confirm that there is enough power as the usb adapter lights up but it doesnā€™t seem to be sending any signal from the mouse or keyboard

aled_vickers

Could the micro usb to female usb be unable to convey info?

oops.se

So you don't have a USB hub, just a OTG cable? Please describe your setup in more details, what keyboard, mouse and connected?

aled_vickers

Yes I have an OTG cable to a USB hub which is unpowered, plugged into the USB hub is and old original dell keyboard and a Bluetooth Logitech mouse with a receiver. I have also tried only using the OTG cable with both the mouse and keyboard individually.

aled_vickers

Also I got this error message when booting the pi if this helps

oops.se

Add the line:
options usbcore use_both_schemes=y
To:
/etc/modprobe.d/options
And reboot

oops.se

By the way, do you also get this error ?
Bluetooth: hci0: command 0x0c03 tx timeout

aled_vickers

Also no I did not get that error.

oops.se

ssh?

aled_vickers

I havenā€™t gotten that to work yet Iā€™ve done many tutorials over the past couple of days but once it asks for the user ā€œpiā€ and password ā€œraspberryā€ and it simply does not work as it gets denied.

oops.se

its a file you need to create