Mouse won't work with Ubuntu..yes it's not broken
up vote
1
down vote
favorite
I installed Ubuntu 14.04 through USB on my Samsung ATIV Book 2. Everything was fine until today, when I connected my USB mouse, which is a Gigabyte M6880X Gaming Mouse, and it did not work. This mouse works fine on other devices. The command
sudo rmmod psmouse ; sudo modprobe psmouse
only restarts the trackpad.
lsusb
output shows:
Bus 001 Device 009: ID 0c45:64e0 Microdia
Bus 001 Device 010: ID 0cf3:3004 Atheros Communications, Inc.
Bus 001 Device 007: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
whether the mouse is plugged in, or not. Why can't Ubuntu detect my mouse?
14.04 usb mouse
add a comment |
up vote
1
down vote
favorite
I installed Ubuntu 14.04 through USB on my Samsung ATIV Book 2. Everything was fine until today, when I connected my USB mouse, which is a Gigabyte M6880X Gaming Mouse, and it did not work. This mouse works fine on other devices. The command
sudo rmmod psmouse ; sudo modprobe psmouse
only restarts the trackpad.
lsusb
output shows:
Bus 001 Device 009: ID 0c45:64e0 Microdia
Bus 001 Device 010: ID 0cf3:3004 Atheros Communications, Inc.
Bus 001 Device 007: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
whether the mouse is plugged in, or not. Why can't Ubuntu detect my mouse?
14.04 usb mouse
What does lsusb output show?
– wintermute
Oct 24 '15 at 12:54
If you want to know what exactly you have installed, see/var/log/apt/history.log
.
– Jos
Oct 24 '15 at 12:58
wintermute, I have added more info above in the original post
– ideaman924
Oct 24 '15 at 13:10
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I installed Ubuntu 14.04 through USB on my Samsung ATIV Book 2. Everything was fine until today, when I connected my USB mouse, which is a Gigabyte M6880X Gaming Mouse, and it did not work. This mouse works fine on other devices. The command
sudo rmmod psmouse ; sudo modprobe psmouse
only restarts the trackpad.
lsusb
output shows:
Bus 001 Device 009: ID 0c45:64e0 Microdia
Bus 001 Device 010: ID 0cf3:3004 Atheros Communications, Inc.
Bus 001 Device 007: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
whether the mouse is plugged in, or not. Why can't Ubuntu detect my mouse?
14.04 usb mouse
I installed Ubuntu 14.04 through USB on my Samsung ATIV Book 2. Everything was fine until today, when I connected my USB mouse, which is a Gigabyte M6880X Gaming Mouse, and it did not work. This mouse works fine on other devices. The command
sudo rmmod psmouse ; sudo modprobe psmouse
only restarts the trackpad.
lsusb
output shows:
Bus 001 Device 009: ID 0c45:64e0 Microdia
Bus 001 Device 010: ID 0cf3:3004 Atheros Communications, Inc.
Bus 001 Device 007: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
whether the mouse is plugged in, or not. Why can't Ubuntu detect my mouse?
14.04 usb mouse
14.04 usb mouse
edited Nov 26 at 11:09
asked Oct 24 '15 at 12:45
ideaman924
36119
36119
What does lsusb output show?
– wintermute
Oct 24 '15 at 12:54
If you want to know what exactly you have installed, see/var/log/apt/history.log
.
– Jos
Oct 24 '15 at 12:58
wintermute, I have added more info above in the original post
– ideaman924
Oct 24 '15 at 13:10
add a comment |
What does lsusb output show?
– wintermute
Oct 24 '15 at 12:54
If you want to know what exactly you have installed, see/var/log/apt/history.log
.
– Jos
Oct 24 '15 at 12:58
wintermute, I have added more info above in the original post
– ideaman924
Oct 24 '15 at 13:10
What does lsusb output show?
– wintermute
Oct 24 '15 at 12:54
What does lsusb output show?
– wintermute
Oct 24 '15 at 12:54
If you want to know what exactly you have installed, see
/var/log/apt/history.log
.– Jos
Oct 24 '15 at 12:58
If you want to know what exactly you have installed, see
/var/log/apt/history.log
.– Jos
Oct 24 '15 at 12:58
wintermute, I have added more info above in the original post
– ideaman924
Oct 24 '15 at 13:10
wintermute, I have added more info above in the original post
– ideaman924
Oct 24 '15 at 13:10
add a comment |
3 Answers
3
active
oldest
votes
up vote
2
down vote
This command worked for me (note the extra proto=
argument)
sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps
add a comment |
up vote
0
down vote
Looks like (re)installing software or loading modules isn't going to help because the mouse isn't even seen by lsusb
. Things I'd try:
- Try plugging the mouse in other USB ports on the same laptop
- Try plugging some other mouse instead of this one in the same USB port
- Try plugging some other device in the same USB port (e.g. a flash drive)
- Try booting Ubuntu liveUSB and checking if the mouse works there
Tried the first... All the USB ports still show the same 'lsusb' output.
– ideaman924
Oct 24 '15 at 13:18
Unfortunately, I do not have another mouse to test on, however I remember briefly that on day one, a wireless mouse via USB actually worked.
– ideaman924
Oct 24 '15 at 13:26
And yes, the USB port is NOT dead.
– ideaman924
Oct 24 '15 at 13:26
Tried the last measure... And the liveUSB will not recognize the USB mouse... Maybe since it's a gaming mouse, and it needs awesomesauce drivers?
– ideaman924
Oct 24 '15 at 13:32
That's really strange. What system was there before? You can also try other Linux LiveUSB, or even an unofficial Windows one to see if the problem persists.
– wintermute
Oct 24 '15 at 13:45
|
show 1 more comment
up vote
0
down vote
accepted
Okay, I've gotten another mouse.
Seems like some Gigabyte mouse doesn't play well with the Linux kernel.
Thanks to everyone who helped me diagnose the issue. Hope Gigabyte mouse support comes soon.
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
This command worked for me (note the extra proto=
argument)
sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps
add a comment |
up vote
2
down vote
This command worked for me (note the extra proto=
argument)
sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps
add a comment |
up vote
2
down vote
up vote
2
down vote
This command worked for me (note the extra proto=
argument)
sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps
This command worked for me (note the extra proto=
argument)
sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps
edited Jan 15 '17 at 10:22
knb
1,82421931
1,82421931
answered Jan 15 '17 at 4:36
raj
1213
1213
add a comment |
add a comment |
up vote
0
down vote
Looks like (re)installing software or loading modules isn't going to help because the mouse isn't even seen by lsusb
. Things I'd try:
- Try plugging the mouse in other USB ports on the same laptop
- Try plugging some other mouse instead of this one in the same USB port
- Try plugging some other device in the same USB port (e.g. a flash drive)
- Try booting Ubuntu liveUSB and checking if the mouse works there
Tried the first... All the USB ports still show the same 'lsusb' output.
– ideaman924
Oct 24 '15 at 13:18
Unfortunately, I do not have another mouse to test on, however I remember briefly that on day one, a wireless mouse via USB actually worked.
– ideaman924
Oct 24 '15 at 13:26
And yes, the USB port is NOT dead.
– ideaman924
Oct 24 '15 at 13:26
Tried the last measure... And the liveUSB will not recognize the USB mouse... Maybe since it's a gaming mouse, and it needs awesomesauce drivers?
– ideaman924
Oct 24 '15 at 13:32
That's really strange. What system was there before? You can also try other Linux LiveUSB, or even an unofficial Windows one to see if the problem persists.
– wintermute
Oct 24 '15 at 13:45
|
show 1 more comment
up vote
0
down vote
Looks like (re)installing software or loading modules isn't going to help because the mouse isn't even seen by lsusb
. Things I'd try:
- Try plugging the mouse in other USB ports on the same laptop
- Try plugging some other mouse instead of this one in the same USB port
- Try plugging some other device in the same USB port (e.g. a flash drive)
- Try booting Ubuntu liveUSB and checking if the mouse works there
Tried the first... All the USB ports still show the same 'lsusb' output.
– ideaman924
Oct 24 '15 at 13:18
Unfortunately, I do not have another mouse to test on, however I remember briefly that on day one, a wireless mouse via USB actually worked.
– ideaman924
Oct 24 '15 at 13:26
And yes, the USB port is NOT dead.
– ideaman924
Oct 24 '15 at 13:26
Tried the last measure... And the liveUSB will not recognize the USB mouse... Maybe since it's a gaming mouse, and it needs awesomesauce drivers?
– ideaman924
Oct 24 '15 at 13:32
That's really strange. What system was there before? You can also try other Linux LiveUSB, or even an unofficial Windows one to see if the problem persists.
– wintermute
Oct 24 '15 at 13:45
|
show 1 more comment
up vote
0
down vote
up vote
0
down vote
Looks like (re)installing software or loading modules isn't going to help because the mouse isn't even seen by lsusb
. Things I'd try:
- Try plugging the mouse in other USB ports on the same laptop
- Try plugging some other mouse instead of this one in the same USB port
- Try plugging some other device in the same USB port (e.g. a flash drive)
- Try booting Ubuntu liveUSB and checking if the mouse works there
Looks like (re)installing software or loading modules isn't going to help because the mouse isn't even seen by lsusb
. Things I'd try:
- Try plugging the mouse in other USB ports on the same laptop
- Try plugging some other mouse instead of this one in the same USB port
- Try plugging some other device in the same USB port (e.g. a flash drive)
- Try booting Ubuntu liveUSB and checking if the mouse works there
answered Oct 24 '15 at 13:15
wintermute
4772417
4772417
Tried the first... All the USB ports still show the same 'lsusb' output.
– ideaman924
Oct 24 '15 at 13:18
Unfortunately, I do not have another mouse to test on, however I remember briefly that on day one, a wireless mouse via USB actually worked.
– ideaman924
Oct 24 '15 at 13:26
And yes, the USB port is NOT dead.
– ideaman924
Oct 24 '15 at 13:26
Tried the last measure... And the liveUSB will not recognize the USB mouse... Maybe since it's a gaming mouse, and it needs awesomesauce drivers?
– ideaman924
Oct 24 '15 at 13:32
That's really strange. What system was there before? You can also try other Linux LiveUSB, or even an unofficial Windows one to see if the problem persists.
– wintermute
Oct 24 '15 at 13:45
|
show 1 more comment
Tried the first... All the USB ports still show the same 'lsusb' output.
– ideaman924
Oct 24 '15 at 13:18
Unfortunately, I do not have another mouse to test on, however I remember briefly that on day one, a wireless mouse via USB actually worked.
– ideaman924
Oct 24 '15 at 13:26
And yes, the USB port is NOT dead.
– ideaman924
Oct 24 '15 at 13:26
Tried the last measure... And the liveUSB will not recognize the USB mouse... Maybe since it's a gaming mouse, and it needs awesomesauce drivers?
– ideaman924
Oct 24 '15 at 13:32
That's really strange. What system was there before? You can also try other Linux LiveUSB, or even an unofficial Windows one to see if the problem persists.
– wintermute
Oct 24 '15 at 13:45
Tried the first... All the USB ports still show the same 'lsusb' output.
– ideaman924
Oct 24 '15 at 13:18
Tried the first... All the USB ports still show the same 'lsusb' output.
– ideaman924
Oct 24 '15 at 13:18
Unfortunately, I do not have another mouse to test on, however I remember briefly that on day one, a wireless mouse via USB actually worked.
– ideaman924
Oct 24 '15 at 13:26
Unfortunately, I do not have another mouse to test on, however I remember briefly that on day one, a wireless mouse via USB actually worked.
– ideaman924
Oct 24 '15 at 13:26
And yes, the USB port is NOT dead.
– ideaman924
Oct 24 '15 at 13:26
And yes, the USB port is NOT dead.
– ideaman924
Oct 24 '15 at 13:26
Tried the last measure... And the liveUSB will not recognize the USB mouse... Maybe since it's a gaming mouse, and it needs awesomesauce drivers?
– ideaman924
Oct 24 '15 at 13:32
Tried the last measure... And the liveUSB will not recognize the USB mouse... Maybe since it's a gaming mouse, and it needs awesomesauce drivers?
– ideaman924
Oct 24 '15 at 13:32
That's really strange. What system was there before? You can also try other Linux LiveUSB, or even an unofficial Windows one to see if the problem persists.
– wintermute
Oct 24 '15 at 13:45
That's really strange. What system was there before? You can also try other Linux LiveUSB, or even an unofficial Windows one to see if the problem persists.
– wintermute
Oct 24 '15 at 13:45
|
show 1 more comment
up vote
0
down vote
accepted
Okay, I've gotten another mouse.
Seems like some Gigabyte mouse doesn't play well with the Linux kernel.
Thanks to everyone who helped me diagnose the issue. Hope Gigabyte mouse support comes soon.
add a comment |
up vote
0
down vote
accepted
Okay, I've gotten another mouse.
Seems like some Gigabyte mouse doesn't play well with the Linux kernel.
Thanks to everyone who helped me diagnose the issue. Hope Gigabyte mouse support comes soon.
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Okay, I've gotten another mouse.
Seems like some Gigabyte mouse doesn't play well with the Linux kernel.
Thanks to everyone who helped me diagnose the issue. Hope Gigabyte mouse support comes soon.
Okay, I've gotten another mouse.
Seems like some Gigabyte mouse doesn't play well with the Linux kernel.
Thanks to everyone who helped me diagnose the issue. Hope Gigabyte mouse support comes soon.
answered Oct 25 '15 at 11:44
ideaman924
36119
36119
add a comment |
add a comment |
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%2f689333%2fmouse-wont-work-with-ubuntu-yes-its-not-broken%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
What does lsusb output show?
– wintermute
Oct 24 '15 at 12:54
If you want to know what exactly you have installed, see
/var/log/apt/history.log
.– Jos
Oct 24 '15 at 12:58
wintermute, I have added more info above in the original post
– ideaman924
Oct 24 '15 at 13:10