LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-09-2019, 10:18 AM   #1
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
bluetooth Mouse sticking ... how to stop it from doing that?


Ive been trying and reading up on this hcitool, and the issues I see are when the mouse is idle for a moment of time, then it seems to drop the connection.

Where it will be working just fine then if I do something like open another tab in FireFox, the mouse just stops working, and i have to turn it off then on again and wait and wait for it to re-connect. I've added a few things to the config files but it has not elevated this situation.

this is in Slackware, but it is doing the same thing in Void Linux as well. so it is a hw / sw issue.

uncommented this
Code:
$ cat  /etc/bluetooth/input.conf
# Configuration file for the input service

# This section contains options which are not specific to any
# particular interface
[General]

# Set idle timeout (in minutes) before the connection will
# be disconnect (defaults to 0 for no timeout)
IdleTimeout=0

# Enable HID protocol handling in userspace input profile
# Defaults to false (HIDP handled in HIDP kernel module)
UserspaceHID=true
in /etc/bluetooth/main.conf
Code:
# AutoEnable defines option to enable all controllers when they are found.
# This includes adapters present on start as well as adapters that are plugged
# in later on. Defaults to 'false'.
#AutoEnable=false
AutoEnable=true
Code:
$ sudo dmesg | grep -i blue
[   10.493337] Bluetooth: Core ver 2.22
[   10.496932] Bluetooth: HCI device and connection manager initialized
[   10.498832] Bluetooth: HCI socket layer initialized
[   10.500790] Bluetooth: L2CAP socket layer initialized
[   10.500795] Bluetooth: SCO socket layer initialized
[   10.541566] Bluetooth: hci0: read Intel version: 370810011002270d00
[   10.543724] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-1.10.2.27.d.bseq
[   10.804708] Bluetooth: hci0: Intel firmware patch completed and activated
[   16.634404] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   16.634406] Bluetooth: BNEP filters: protocol multicast
[   16.634554] Bluetooth: BNEP socket layer initialized
[   23.398615] Bluetooth: RFCOMM TTY layer initialized
[   23.398621] Bluetooth: RFCOMM socket layer initialized
[   23.398626] Bluetooth: RFCOMM ver 1.11
[   31.796974] input: Bluetooth Mouse as /devices/virtual/misc/uhid/0005:05AC:3232.0003/input/input27
[   31.797430] hid-generic 0005:05AC:3232.0003: input,hidraw2: BLUETOOTH HID v0.01 Mouse [Bluetooth Mouse] on 34:02:86:24:71:FA

Last edited by BW-userx; 03-09-2019 at 10:19 AM.
 
Old 03-09-2019, 11:00 AM   #2
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,763

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
When my wireless mouse starts doing that it means the battery is low.
 
Old 03-09-2019, 12:15 PM   #3
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by scasey View Post
When my wireless mouse starts doing that it means the battery is low.
I just got this and it is brand new batteries.
 
Old 03-09-2019, 03:43 PM   #4
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
var/log/syslog
Code:
Mar  3 14:16:48 slackcurdvd bluetoothd[992]: Access denied: org.bluez.Error.Rejected
Mar  3 14:17:15 slackcurdvd bluetoothd[992]: Can't get HIDP connection info
Mar  3 14:17:21 slackcurdvd bluetoothd[992]: connect error: Host is down (112)
Mar  3 14:41:13 slackcurdvd bluetoothd[992]: Can't get HIDP connection info
Mar  3 14:41:18 slackcurdvd bluetoothd[992]: connect error: Host is down (112)
Mar  3 14:41:27 slackcurdvd bluetoothd[992]: Can't get HIDP connection info
Mar  3 14:41:32 slackcurdvd bluetoothd[992]: connect error: Host is down (112)
Mar  3 15:08:37 slackcurdvd bluetoothd[992]: Can't get HIDP connection info
Mar  3 15:08:38 slackcurdvd bluetoothd[992]: input-hid profile connect failed for 63:36:07:05:92:9E: Device or resource busy
Mar  3 15:08:42 slackcurdvd bluetoothd[992]: connect error: Host is down (112)
Mar  3 15:08:45 slackcurdvd bluetoothd[992]: Can't get HIDP connection info
Mar  3 15:08:51 slackcurdvd bluetoothd[992]: connect error: Host is down (112)
Mar  3 15:09:18 slackcurdvd bluetoothd[992]: HUP or ERR on socket: Connection timed out (110)
Mar  3 15:09:26 slackcurdvd bluetoothd[992]: Can't get HIDP connection info
Mar  3 15:09:31 slackcurdvd bluetoothd[992]: connect error: Host is down (112)
Mar  3 15:09:51 slackcurdvd bluetoothd[992]: Can't get HIDP connection info
Mar  3 15:09:59 slackcurdvd bluetoothd[992]: connect error: Connection timed out (110)
Mar  3 15:10:42 slackcurdvd bluetoothd[992]: No cache for 77:C7:31:F9:38:3B
Mar  3 15:10:42 slackcurdvd kernel: [ 3363.244314] Bluetooth: hci0: ACL packet for unknown connection handle 3585
Mar  3 15:46:59 slackcurdvd pulseaudio[1343]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.bluez was not provided by any .service files
Mar  4 06:38:14 slackcurdvd kernel: [  134.317969] Bluetooth: hci0: advertising data len corrected
Mar  4 06:38:18 slackcurdvd kernel: [  137.855975] Bluetooth: hci0: advertising data len corrected
Mar  4 09:16:50 slackcurdvd bluetoothd[1015]: Refusing input device connect: No such file or directory (2)
Mar  4 09:16:50 slackcurdvd bluetoothd[1015]: Refusing connection from 63:36:07:05:92:9E: unknown device
Mar  4 09:18:24 slackcurdvd bluetoothd[1015]: Can't get HIDP connection info
Mar  4 09:55:32 slackcurdvd bluetoothd[1015]: Can't get HIDP connection info
Mar  4 09:55:37 slackcurdvd bluetoothd[1015]: connect error: Host is down (112)
Mar  4 09:56:02 slackcurdvd bluetoothd[1015]: Can't get HIDP connection info
Mar  4 09:56:07 slackcurdvd bluetoothd[1015]: connect error: Host is down (112)
Mar  4 09:56:32 slackcurdvd bluetoothd[1015]: Can't get HIDP connection info
Mar  4 09:56:37 slackcurdvd bluetoothd[1015]: connect error: Host is down (112)
Mar  4 09:57:02 slackcurdvd bluetoothd[1015]: Can't get HIDP connection info
Mar  4 09:57:07 slackcurdvd bluetoothd[1015]: connect error: Host is down (112)
Mar  4 09:57:32 slackcurdvd bluetoothd[1015]: Can't get HIDP connection info
Mar  4 09:57:37 slackcurdvd bluetoothd[1015]: connect error: Host is down (112)
Mar  4 09:58:02 slackcurdvd bluetoothd[1015]: Can't get HIDP connection info
Mar  4 09:58:07 slackcurdvd bluetoothd[1015]: connect error: Host is down (112)
Mar  7 11:24:01 slackcurdvd bluetoothd[990]: Can't get HIDP connection info
Mar  7 11:24:06 slackcurdvd bluetoothd[990]: connect error: Host is down (112)
Mar  7 11:24:31 slackcurdvd bluetoothd[990]: Can't get HIDP connection info
Mar  7 11:24:31 slackcurdvd bluetoothd[990]: Refusing input device connect: Operation already in progress (114)
Mar  7 11:24:32 slackcurdvd bluetoothd[990]: Refusing input device connect: Operation already in progress (114)
Mar  7 13:54:20 slackcurdvd bluetoothd[990]: Can't get HIDP connection info
Mar  7 13:54:25 slackcurdvd bluetoothd[990]: connect error: Host is down (112)
Mar  7 13:54:50 slackcurdvd bluetoothd[990]: Can't get HIDP connection info
Mar  7 13:54:50 slackcurdvd bluetoothd[990]: Refusing input device connect: Operation already in progress (114)
Mar  7 13:54:51 slackcurdvd bluetoothd[990]: Refusing input device connect: Operation already in progress (114)
Mar  7 18:21:54 slackcurdvd bluetoothd[990]: Can't get HIDP connection info
Mar  7 18:21:59 slackcurdvd bluetoothd[990]: connect error: Host is down (112)
Mar  8 21:00:20 slackcurdvd bluetoothd[1030]: Can't get HIDP connection info
Mar  8 21:00:35 slackcurdvd bluetoothd[1030]: connect error: Connection timed out (110)
Mar  9 07:24:15 slackcurdvd bluetoothd[991]: Can't get HIDP connection info
Mar  9 07:24:20 slackcurdvd bluetoothd[991]: connect error: Host is down (112)
Mar  9 07:24:45 slackcurdvd bluetoothd[991]: Can't get HIDP connection info
Mar  9 07:24:50 slackcurdvd bluetoothd[991]: connect error: Host is down (112)
Mar  9 07:25:15 slackcurdvd bluetoothd[991]: Can't get HIDP connection info
Mar  9 07:25:20 slackcurdvd bluetoothd[991]: connect error: Host is down (112)
Mar  9 09:46:49 slackcurdvd bluetoothd[984]: connect error: Host is down (112)
Mar  9 09:47:14 slackcurdvd bluetoothd[984]: Refusing input device connect: Operation already in progress (114)
Mar  9 09:47:14 slackcurdvd bluetoothd[984]: Refusing input device connect: Operation already in progress (114)
Mar  9 10:01:57 slackcurdvd bluetoothd[984]: connect error: Host is down (112)
Mar  9 10:02:27 slackcurdvd bluetoothd[984]: connect error: Host is down (112)
Mar  9 14:10:02 slackcurdvd bluetoothd[984]: connect error: Host is down (112)
 
Old 03-11-2019, 05:01 AM   #5
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,928
Blog Entries: 45

Rep: Reputation: 3160Reputation: 3160Reputation: 3160Reputation: 3160Reputation: 3160Reputation: 3160Reputation: 3160Reputation: 3160Reputation: 3160Reputation: 3160Reputation: 3160
Member Response

Hi,

Quote:
Originally Posted by BW-userx View Post
I just got this and it is brand new batteries.
I would return the mouse if you just got it since it seems a power issue.

Hope this helps.
Have fun & enjoy!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] bluetooth dongle + bluetooth speaker but no sound on the bluetooth speaker vonbiber Slackware 4 05-11-2017 09:53 AM
Mouse not working on Damn Small Linux | Mouse: Omega Optical Mouse (16c Gaming Mouse) AndyDeveloper Linux - Hardware 3 04-09-2017 01:32 PM
Bluetooth Dongle and Bluetooth Mouse... Any ideas on this one? flipjarg Linux - Newbie 1 07-14-2010 07:04 AM
Mouse Pointer sticking in X. (Problem in Kubuntu and OpenSolaris) HiIamBill Linux - Hardware 1 09-07-2008 08:43 PM
Etrem not doing what it was doing? mrsolo Linux - Software 2 09-26-2004 12:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration