Microsoft Arc Mouse (Bluetooth) stops scrolling after suspend Ubuntu 19.04 Unicorn Meta Zoo...
How can I wire a 9-position switch so that each position turns on one more LED than the one before?
Married in secret, can marital status in passport be changed at a later date?
Will temporary Dex penalties prevent you from getting the benefits of the "Two Weapon Fighting" feat if your Dex score falls below the prerequisite?
Israeli soda type drink
false 'Security alert' from Google - every login generates mails from 'no-reply@accounts.google.com'
In search of the origins of term censor, I hit a dead end stuck with the greek term, to censor, λογοκρίνω
Is it accepted to use working hours to read general interest books?
`FindRoot [ ]`::jsing: Encountered a singular Jacobian at a point...WHY
Are these square matrices always diagonalisable?
TV series episode where humans nuke aliens before decrypting their message that states they come in peace
Does a Draconic Bloodline sorcerer's doubled proficiency bonus for Charisma checks against dragons apply to all dragon types or only the chosen one?
What was Apollo 13's "Little Jolt" after MECO?
Stretch a Tikz tree
Why is arima in R one time step off?
How to translate "red flag" into Spanish?
Did war bonds have better investment alternatives during WWII?
Raising a bilingual kid. When should we introduce the majority language?
Why do people think Winterfell crypts is the safest place for women, children & old people?
Is there a way to fake a method response using Mock or Stubs?
Like totally amazing interchangeable sister outfit accessory swapping or whatever
A journey... into the MIND
/bin/ls sorts differently than just ls
What is ls Largest Number Formed by only moving two sticks in 508?
What were wait-states, and why was it only an issue for PCs?
Microsoft Arc Mouse (Bluetooth) stops scrolling after suspend Ubuntu 19.04
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraBluetooth Problem Ubuntu 18.04 LTSScrolling not working after suspend, looking for permanent solutionBluetooth (Atheros AR5BBU22) not workingI cannot get my webcam to work on ubuntu 15.04Bluetooth hardware is not detected after and upgrade to Ubuntu 15.10Ubuntu 15.10 & Globalsat BT-338 Bluetooth GPS - org.bluez.Error.NotAvailableQualcomm Atheros AR9485 Bluetooth adapter NOT FOUNDBluetooth (Atheros AR3012 0CF3:3004) does not work on Ubuntu 16.04Microsoft Arc Touch Bluetooth Mouse not working on Ubuntu 16.04Ubuntu 17.10 Cherry Trail problem with sound - funny and sadwl module is loaded but not workingBluetooth can't turn on
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I just installed Ubuntu 19.04 on my Dell Laptop (Latitude 1790) and I'm using a Microsoft Arc Mouse. When the laptop suspends and then resumes the Arc Mouse continues to work but scrolling stops functioning with the touch surface.
Restarting the laptop re-enables scrolling. However, stop and restarting bluetooth and re-pairing the mouse do not re-enable scrolling.
I suspect something related to this question may solve the problem:
Scrolling not working after suspend, looking for permanent solution
Unfortunately, I don't know how to determine the mouse device to put in the script to re-probe the device and restart scrolling. Can anyone tell me how to determine the device? Alternatively, is there another approach to solving this issue?
I've looked in lsmod but there isn't anything obvious. Here are the two lines that mention bluetooth.
bluetooth 557056 43 btrtl,btintel,btbcm,bnep,btusb,rfcomm
ecdh_generic 28672 2 bluetooth
Here are all the lsmod devices listed above or that contain bt.
dell_rbtn 20480 0
btusb 49152 0
btrtl 20480 1 btusb
btbcm 16384 1 btusb
btintel 24576 1 btusb
bluetooth 557056 43 btrtl,btintel,btbcm,bnep,btusb,rfcomm
The laptop also has a touchpad and scrolling continues to work on the touchpad after suspend. I think this means the issue is isolated to the Arc Mouse.
drivers mouse suspend bluetooth 19.04
add a comment |
I just installed Ubuntu 19.04 on my Dell Laptop (Latitude 1790) and I'm using a Microsoft Arc Mouse. When the laptop suspends and then resumes the Arc Mouse continues to work but scrolling stops functioning with the touch surface.
Restarting the laptop re-enables scrolling. However, stop and restarting bluetooth and re-pairing the mouse do not re-enable scrolling.
I suspect something related to this question may solve the problem:
Scrolling not working after suspend, looking for permanent solution
Unfortunately, I don't know how to determine the mouse device to put in the script to re-probe the device and restart scrolling. Can anyone tell me how to determine the device? Alternatively, is there another approach to solving this issue?
I've looked in lsmod but there isn't anything obvious. Here are the two lines that mention bluetooth.
bluetooth 557056 43 btrtl,btintel,btbcm,bnep,btusb,rfcomm
ecdh_generic 28672 2 bluetooth
Here are all the lsmod devices listed above or that contain bt.
dell_rbtn 20480 0
btusb 49152 0
btrtl 20480 1 btusb
btbcm 16384 1 btusb
btintel 24576 1 btusb
bluetooth 557056 43 btrtl,btintel,btbcm,bnep,btusb,rfcomm
The laptop also has a touchpad and scrolling continues to work on the touchpad after suspend. I think this means the issue is isolated to the Arc Mouse.
drivers mouse suspend bluetooth 19.04
Do you have a driver namespsmouse
too?
– WinEunuuchs2Unix
6 hours ago
There is no dev psmouse. It is a bluetooth mouse so it is connected through the bluetooth sub-system.sudo lsmod | grep psmouse
shows psmouse is not present.
– RaidPinata
5 hours ago
If I restart the bluetooth service, usingsudo service bluetooth restart
, I get scroll functionality back. Based on one of the answers to [askubuntu.com/questions/1040497/…. I'd hope I could do something a bit less extreme.
– RaidPinata
5 hours ago
What makes it extreme?
– WinEunuuchs2Unix
4 hours ago
add a comment |
I just installed Ubuntu 19.04 on my Dell Laptop (Latitude 1790) and I'm using a Microsoft Arc Mouse. When the laptop suspends and then resumes the Arc Mouse continues to work but scrolling stops functioning with the touch surface.
Restarting the laptop re-enables scrolling. However, stop and restarting bluetooth and re-pairing the mouse do not re-enable scrolling.
I suspect something related to this question may solve the problem:
Scrolling not working after suspend, looking for permanent solution
Unfortunately, I don't know how to determine the mouse device to put in the script to re-probe the device and restart scrolling. Can anyone tell me how to determine the device? Alternatively, is there another approach to solving this issue?
I've looked in lsmod but there isn't anything obvious. Here are the two lines that mention bluetooth.
bluetooth 557056 43 btrtl,btintel,btbcm,bnep,btusb,rfcomm
ecdh_generic 28672 2 bluetooth
Here are all the lsmod devices listed above or that contain bt.
dell_rbtn 20480 0
btusb 49152 0
btrtl 20480 1 btusb
btbcm 16384 1 btusb
btintel 24576 1 btusb
bluetooth 557056 43 btrtl,btintel,btbcm,bnep,btusb,rfcomm
The laptop also has a touchpad and scrolling continues to work on the touchpad after suspend. I think this means the issue is isolated to the Arc Mouse.
drivers mouse suspend bluetooth 19.04
I just installed Ubuntu 19.04 on my Dell Laptop (Latitude 1790) and I'm using a Microsoft Arc Mouse. When the laptop suspends and then resumes the Arc Mouse continues to work but scrolling stops functioning with the touch surface.
Restarting the laptop re-enables scrolling. However, stop and restarting bluetooth and re-pairing the mouse do not re-enable scrolling.
I suspect something related to this question may solve the problem:
Scrolling not working after suspend, looking for permanent solution
Unfortunately, I don't know how to determine the mouse device to put in the script to re-probe the device and restart scrolling. Can anyone tell me how to determine the device? Alternatively, is there another approach to solving this issue?
I've looked in lsmod but there isn't anything obvious. Here are the two lines that mention bluetooth.
bluetooth 557056 43 btrtl,btintel,btbcm,bnep,btusb,rfcomm
ecdh_generic 28672 2 bluetooth
Here are all the lsmod devices listed above or that contain bt.
dell_rbtn 20480 0
btusb 49152 0
btrtl 20480 1 btusb
btbcm 16384 1 btusb
btintel 24576 1 btusb
bluetooth 557056 43 btrtl,btintel,btbcm,bnep,btusb,rfcomm
The laptop also has a touchpad and scrolling continues to work on the touchpad after suspend. I think this means the issue is isolated to the Arc Mouse.
drivers mouse suspend bluetooth 19.04
drivers mouse suspend bluetooth 19.04
asked 9 hours ago
RaidPinataRaidPinata
615
615
Do you have a driver namespsmouse
too?
– WinEunuuchs2Unix
6 hours ago
There is no dev psmouse. It is a bluetooth mouse so it is connected through the bluetooth sub-system.sudo lsmod | grep psmouse
shows psmouse is not present.
– RaidPinata
5 hours ago
If I restart the bluetooth service, usingsudo service bluetooth restart
, I get scroll functionality back. Based on one of the answers to [askubuntu.com/questions/1040497/…. I'd hope I could do something a bit less extreme.
– RaidPinata
5 hours ago
What makes it extreme?
– WinEunuuchs2Unix
4 hours ago
add a comment |
Do you have a driver namespsmouse
too?
– WinEunuuchs2Unix
6 hours ago
There is no dev psmouse. It is a bluetooth mouse so it is connected through the bluetooth sub-system.sudo lsmod | grep psmouse
shows psmouse is not present.
– RaidPinata
5 hours ago
If I restart the bluetooth service, usingsudo service bluetooth restart
, I get scroll functionality back. Based on one of the answers to [askubuntu.com/questions/1040497/…. I'd hope I could do something a bit less extreme.
– RaidPinata
5 hours ago
What makes it extreme?
– WinEunuuchs2Unix
4 hours ago
Do you have a driver names
psmouse
too?– WinEunuuchs2Unix
6 hours ago
Do you have a driver names
psmouse
too?– WinEunuuchs2Unix
6 hours ago
There is no dev psmouse. It is a bluetooth mouse so it is connected through the bluetooth sub-system.
sudo lsmod | grep psmouse
shows psmouse is not present.– RaidPinata
5 hours ago
There is no dev psmouse. It is a bluetooth mouse so it is connected through the bluetooth sub-system.
sudo lsmod | grep psmouse
shows psmouse is not present.– RaidPinata
5 hours ago
If I restart the bluetooth service, using
sudo service bluetooth restart
, I get scroll functionality back. Based on one of the answers to [askubuntu.com/questions/1040497/…. I'd hope I could do something a bit less extreme.– RaidPinata
5 hours ago
If I restart the bluetooth service, using
sudo service bluetooth restart
, I get scroll functionality back. Based on one of the answers to [askubuntu.com/questions/1040497/…. I'd hope I could do something a bit less extreme.– RaidPinata
5 hours ago
What makes it extreme?
– WinEunuuchs2Unix
4 hours ago
What makes it extreme?
– WinEunuuchs2Unix
4 hours ago
add a comment |
0
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',
autoActivateHeartbeat: false,
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%2f1136470%2fmicrosoft-arc-mouse-bluetooth-stops-scrolling-after-suspend-ubuntu-19-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
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.
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%2f1136470%2fmicrosoft-arc-mouse-bluetooth-stops-scrolling-after-suspend-ubuntu-19-04%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
Do you have a driver names
psmouse
too?– WinEunuuchs2Unix
6 hours ago
There is no dev psmouse. It is a bluetooth mouse so it is connected through the bluetooth sub-system.
sudo lsmod | grep psmouse
shows psmouse is not present.– RaidPinata
5 hours ago
If I restart the bluetooth service, using
sudo service bluetooth restart
, I get scroll functionality back. Based on one of the answers to [askubuntu.com/questions/1040497/…. I'd hope I could do something a bit less extreme.– RaidPinata
5 hours ago
What makes it extreme?
– WinEunuuchs2Unix
4 hours ago