-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USB does not work on certain computers #239
Comments
Hi, I'm your friend. I tried creating the BIOS file and now it doesn't give me the KEYBOARD NOT FOUND error anymore but I still can't use the keyboard. It's a new Dell Precision 3460 with Xpenology. The keyboard doesn't work on the Xpenology boot screen... I don't know if there are any other options to try. Thank you very much. |
Hi @nuvolacat, can you try to enter UEFI/BIOS using a real keyboard and check, if your KVM mouse works there? Than we have the same behaviour as I have in #190. Maybe that helps to get hands on that issue. |
Wow! The mouse in UEFI/BIOS setup works fine. Well, either it's a specific problem with DELL or maybe with some NanoKVM firmware update it can be solved. Hopefully they're aware of the problem. |
Hey guys, I think I've found the root of the problem! Some specific computer models need the USB DP/DN pins to be at a low level for a while before they can recognize new USB devices, and lets them enter USB detection mode. But with self-powered devices like NanoKVM, this low-level time is often overlooked, which is why some hosts (like DELL) can't detect when a USB device is plugged in. echo > /sys/kernel/config/usb_gadget/g0/UDC
sleep 1
ls /sys/class/udc/ | cat > /sys/kernel/config/usb_gadget/g0/UDC Looking forward to hearing back from everyone! |
Hi @Z2Z-GuGu, |
In my case it still doesn't work. In BIOS/UEFI setup mode I can use the mouse without problems but the keyboard doesn't work. I have tried it on my two Dell servers and the exact same thing happens on both. The only progress is the fix proposed at #190 |
Hi @Z2Z-GuGu , I tried your script in the following combinations with my Optiplex 3000
Results:
So there is no improvement for my topic (#190 ) Let me know if I can test anything further. |
Hi @Z2Z-GuGu , I saw the update to 2.1.4 being available today and did the update. Result: still no improvement for #190 What about you @Sergiio & @nuvolacat - do you see an improvement? |
It doesn't work for me. It's a shame, really. |
Sorry, I've been away from home for a few days. I have updated NanoKVM and it works on Windows. In the BIOS I don't have a keyboard or mouse. But it does seem to work on Windows. Its something! |
I recently purchased NanoKVM and used it on a Mac mini, it worked correctly.
The problem was when connecting it to a Dell Precision 3660 desktop and a Lenovo desktop.
On both computers, I get an image but the mouse-keyboard does not work, as if it were not connected. The Dell runs Windows and Linux, the same thing happens on both systems. In the case of the Lenovo, it has Ubuntu.
I have updated NanoKVM to the latest version, the same thing happens.
I have changed the USB for several high quality ones that I had at home, the same thing happens.
Exactly the same thing happens to my friend, we have the same Dell model.
The text was updated successfully, but these errors were encountered: