Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upFirstboot: option to create "USB qube" is disabled when using USB mouse during installation #2276
Comments
rootkovska
added
bug
C: installer
P: major
labels
Aug 29, 2016
rootkovska
added this to the Release 3.2 milestone
Aug 29, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Aug 30, 2016
Member
Are you using wireless mouse? Or some other fancy one? Some of them
advertise being both keyboard and mouse. You can check that using
udevadm info -q all -n /dev/input/eventX (replace X with your mouse
device number - you can check all of them).
For example for Logitech receiver (with only mouse connected) I
get this:
(...)
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
(...)
and this:
(...)
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
(...)
Some workaround would be to add a "recheck" button to give a chance to
unplug USB keyboard (or something pretending to be one) and then enable
USB qube.
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
|
Are you using wireless mouse? Or some other fancy one? Some of them For example for Logitech receiver (with only mouse connected) I
and this:
Some workaround would be to add a "recheck" button to give a chance to Best Regards, |
rootkovska commentedAug 29, 2016
... while it should only be disabled if USB keyboard is being used.