USB Mice not working, but USB Keyboard is
up vote
0
down vote
favorite
I am new to Linux based operating systems, and I decided to dual (boot/load?) Windows 10 and version 18.04 of Ubuntu. I am not booting from a USB as I do not have one available. It is being dual booted from my harddisk.
I have tried several mice, all of which work on Windows 10 (including the one I'm using currently, which is just a plain, $10 Logitech mouse from Walmart) but they do not want to work on Ubuntu.
Upon getting to the Ubuntu OS screen—where one can see the icons, press ctrl+alt+t, etc.—my mouse is frozen in the bottom right-hand side of the screen. My mouse will light up for a few minutes, and then turn off. This happened to all of my mice, regardless of what USB port it was in. I am able to use keyboard commands.
Is there anything I can do to get my mice working in Ubuntu?
As I said, and I feel like it's worth repeating: all of my mice (three of them) work completely fine on two laptops and my desktop while on Windows 10. There are only issues when I am loaded onto Ubuntu.
I do not consider this to be a duplicate question, as none of the other questions of this sort answered it in such a way that solved my problem.
18.04 mouse
|
show 3 more comments
up vote
0
down vote
favorite
I am new to Linux based operating systems, and I decided to dual (boot/load?) Windows 10 and version 18.04 of Ubuntu. I am not booting from a USB as I do not have one available. It is being dual booted from my harddisk.
I have tried several mice, all of which work on Windows 10 (including the one I'm using currently, which is just a plain, $10 Logitech mouse from Walmart) but they do not want to work on Ubuntu.
Upon getting to the Ubuntu OS screen—where one can see the icons, press ctrl+alt+t, etc.—my mouse is frozen in the bottom right-hand side of the screen. My mouse will light up for a few minutes, and then turn off. This happened to all of my mice, regardless of what USB port it was in. I am able to use keyboard commands.
Is there anything I can do to get my mice working in Ubuntu?
As I said, and I feel like it's worth repeating: all of my mice (three of them) work completely fine on two laptops and my desktop while on Windows 10. There are only issues when I am loaded onto Ubuntu.
I do not consider this to be a duplicate question, as none of the other questions of this sort answered it in such a way that solved my problem.
18.04 mouse
1
You have said you are using the latest version of Ubuntu, which is Ubuntu 18.10 (2018.October release), but have tagged 18.04 (2018.April release) so please confirm you version. I would also suggest adding the command & output oflsusb
(list usb devices) to your question (edit it & add there, not as a comment please, and when mouse is attached of course)
– guiverc
Dec 1 at 23:23
Apologies, it is indeed 18.04. I will correct it.
– Sermo
Dec 1 at 23:24
Better yet, if I'm troubleshooting a usb device, Ilsusb >before.txt
ie. save the list of usb devices to a text file, add the device I want to diagnose, thenlsusb >after.txt
to get that info, thendiff before.txt after.txt
to see the differences. (filenames are examples only) This maybe helpful for you for each mouse - confirm it's recognized, and how mouse-device identifies itself to the OS... just a thought
– guiverc
Dec 1 at 23:29
Look at your BIOS settings for USB and see if it's set forlegacy
. Report back to @heynnema
– heynnema
Dec 2 at 3:18
Yes, it is set to legacy @heynnema
– Sermo
Dec 2 at 3:26
|
show 3 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am new to Linux based operating systems, and I decided to dual (boot/load?) Windows 10 and version 18.04 of Ubuntu. I am not booting from a USB as I do not have one available. It is being dual booted from my harddisk.
I have tried several mice, all of which work on Windows 10 (including the one I'm using currently, which is just a plain, $10 Logitech mouse from Walmart) but they do not want to work on Ubuntu.
Upon getting to the Ubuntu OS screen—where one can see the icons, press ctrl+alt+t, etc.—my mouse is frozen in the bottom right-hand side of the screen. My mouse will light up for a few minutes, and then turn off. This happened to all of my mice, regardless of what USB port it was in. I am able to use keyboard commands.
Is there anything I can do to get my mice working in Ubuntu?
As I said, and I feel like it's worth repeating: all of my mice (three of them) work completely fine on two laptops and my desktop while on Windows 10. There are only issues when I am loaded onto Ubuntu.
I do not consider this to be a duplicate question, as none of the other questions of this sort answered it in such a way that solved my problem.
18.04 mouse
I am new to Linux based operating systems, and I decided to dual (boot/load?) Windows 10 and version 18.04 of Ubuntu. I am not booting from a USB as I do not have one available. It is being dual booted from my harddisk.
I have tried several mice, all of which work on Windows 10 (including the one I'm using currently, which is just a plain, $10 Logitech mouse from Walmart) but they do not want to work on Ubuntu.
Upon getting to the Ubuntu OS screen—where one can see the icons, press ctrl+alt+t, etc.—my mouse is frozen in the bottom right-hand side of the screen. My mouse will light up for a few minutes, and then turn off. This happened to all of my mice, regardless of what USB port it was in. I am able to use keyboard commands.
Is there anything I can do to get my mice working in Ubuntu?
As I said, and I feel like it's worth repeating: all of my mice (three of them) work completely fine on two laptops and my desktop while on Windows 10. There are only issues when I am loaded onto Ubuntu.
I do not consider this to be a duplicate question, as none of the other questions of this sort answered it in such a way that solved my problem.
18.04 mouse
18.04 mouse
edited Dec 1 at 23:24
asked Dec 1 at 22:51
Sermo
1011
1011
1
You have said you are using the latest version of Ubuntu, which is Ubuntu 18.10 (2018.October release), but have tagged 18.04 (2018.April release) so please confirm you version. I would also suggest adding the command & output oflsusb
(list usb devices) to your question (edit it & add there, not as a comment please, and when mouse is attached of course)
– guiverc
Dec 1 at 23:23
Apologies, it is indeed 18.04. I will correct it.
– Sermo
Dec 1 at 23:24
Better yet, if I'm troubleshooting a usb device, Ilsusb >before.txt
ie. save the list of usb devices to a text file, add the device I want to diagnose, thenlsusb >after.txt
to get that info, thendiff before.txt after.txt
to see the differences. (filenames are examples only) This maybe helpful for you for each mouse - confirm it's recognized, and how mouse-device identifies itself to the OS... just a thought
– guiverc
Dec 1 at 23:29
Look at your BIOS settings for USB and see if it's set forlegacy
. Report back to @heynnema
– heynnema
Dec 2 at 3:18
Yes, it is set to legacy @heynnema
– Sermo
Dec 2 at 3:26
|
show 3 more comments
1
You have said you are using the latest version of Ubuntu, which is Ubuntu 18.10 (2018.October release), but have tagged 18.04 (2018.April release) so please confirm you version. I would also suggest adding the command & output oflsusb
(list usb devices) to your question (edit it & add there, not as a comment please, and when mouse is attached of course)
– guiverc
Dec 1 at 23:23
Apologies, it is indeed 18.04. I will correct it.
– Sermo
Dec 1 at 23:24
Better yet, if I'm troubleshooting a usb device, Ilsusb >before.txt
ie. save the list of usb devices to a text file, add the device I want to diagnose, thenlsusb >after.txt
to get that info, thendiff before.txt after.txt
to see the differences. (filenames are examples only) This maybe helpful for you for each mouse - confirm it's recognized, and how mouse-device identifies itself to the OS... just a thought
– guiverc
Dec 1 at 23:29
Look at your BIOS settings for USB and see if it's set forlegacy
. Report back to @heynnema
– heynnema
Dec 2 at 3:18
Yes, it is set to legacy @heynnema
– Sermo
Dec 2 at 3:26
1
1
You have said you are using the latest version of Ubuntu, which is Ubuntu 18.10 (2018.October release), but have tagged 18.04 (2018.April release) so please confirm you version. I would also suggest adding the command & output of
lsusb
(list usb devices) to your question (edit it & add there, not as a comment please, and when mouse is attached of course)– guiverc
Dec 1 at 23:23
You have said you are using the latest version of Ubuntu, which is Ubuntu 18.10 (2018.October release), but have tagged 18.04 (2018.April release) so please confirm you version. I would also suggest adding the command & output of
lsusb
(list usb devices) to your question (edit it & add there, not as a comment please, and when mouse is attached of course)– guiverc
Dec 1 at 23:23
Apologies, it is indeed 18.04. I will correct it.
– Sermo
Dec 1 at 23:24
Apologies, it is indeed 18.04. I will correct it.
– Sermo
Dec 1 at 23:24
Better yet, if I'm troubleshooting a usb device, I
lsusb >before.txt
ie. save the list of usb devices to a text file, add the device I want to diagnose, then lsusb >after.txt
to get that info, then diff before.txt after.txt
to see the differences. (filenames are examples only) This maybe helpful for you for each mouse - confirm it's recognized, and how mouse-device identifies itself to the OS... just a thought– guiverc
Dec 1 at 23:29
Better yet, if I'm troubleshooting a usb device, I
lsusb >before.txt
ie. save the list of usb devices to a text file, add the device I want to diagnose, then lsusb >after.txt
to get that info, then diff before.txt after.txt
to see the differences. (filenames are examples only) This maybe helpful for you for each mouse - confirm it's recognized, and how mouse-device identifies itself to the OS... just a thought– guiverc
Dec 1 at 23:29
Look at your BIOS settings for USB and see if it's set for
legacy
. Report back to @heynnema– heynnema
Dec 2 at 3:18
Look at your BIOS settings for USB and see if it's set for
legacy
. Report back to @heynnema– heynnema
Dec 2 at 3:18
Yes, it is set to legacy @heynnema
– Sermo
Dec 2 at 3:26
Yes, it is set to legacy @heynnema
– Sermo
Dec 2 at 3:26
|
show 3 more comments
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1097776%2fusb-mice-not-working-but-usb-keyboard-is%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1097776%2fusb-mice-not-working-but-usb-keyboard-is%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
You have said you are using the latest version of Ubuntu, which is Ubuntu 18.10 (2018.October release), but have tagged 18.04 (2018.April release) so please confirm you version. I would also suggest adding the command & output of
lsusb
(list usb devices) to your question (edit it & add there, not as a comment please, and when mouse is attached of course)– guiverc
Dec 1 at 23:23
Apologies, it is indeed 18.04. I will correct it.
– Sermo
Dec 1 at 23:24
Better yet, if I'm troubleshooting a usb device, I
lsusb >before.txt
ie. save the list of usb devices to a text file, add the device I want to diagnose, thenlsusb >after.txt
to get that info, thendiff before.txt after.txt
to see the differences. (filenames are examples only) This maybe helpful for you for each mouse - confirm it's recognized, and how mouse-device identifies itself to the OS... just a thought– guiverc
Dec 1 at 23:29
Look at your BIOS settings for USB and see if it's set for
legacy
. Report back to @heynnema– heynnema
Dec 2 at 3:18
Yes, it is set to legacy @heynnema
– Sermo
Dec 2 at 3:26