Leap 15.2 and Bluetooth mouse problem
Hi ! I'm struggling to connect Bluetooth mouse via USB BT 4 dongle (some unknown brand from China bought in domestic store). Everything works on Windows, so its seems to be a software issue on Leap 15.2. For whatever reason system can't init device: Can't init device hci0: Invalid argument (22) I can buy another Bluetooth dongle but I'm not sure problem will be solved because it could be again same chipset (Cambridge Silicon Radio). All possible output below. Thanks in advance. # ----------------------------------------- # uname -r 5.3.18-lp152.87-default # ----------------------------------------- # sudo systemctl status bluetooth.service ● bluetooth.service - Bluetooth service Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled) Active: active (running) since Thu 2021-09-02 19:04:19 EEST; 28min ago Docs: man:bluetoothd(8) Main PID: 2978 (bluetoothd) Status: "Running" Tasks: 1 CGroup: /system.slice/bluetooth.service └─2978 /usr/lib/bluetooth/bluetoothd Sep 02 19:04:19 linux-ijnq systemd[1]: Starting Bluetooth service... Sep 02 19:04:19 linux-ijnq bluetoothd[2978]: Bluetooth daemon 5.48 Sep 02 19:04:19 linux-ijnq systemd[1]: Started Bluetooth service. Sep 02 19:04:19 linux-ijnq bluetoothd[2978]: Starting SDP server Sep 02 19:04:19 linux-ijnq bluetoothd[2978]: Bluetooth management interface 1.14 initialized # ----------------------------------------- # groups andrei andrei : users dialout lp # ----------------------------------------- # rfkill ID TYPE DEVICE SOFT HARD 0 bluetooth hci0 unblocked unblocked # ----------------------------------------- # hciconfig hci0 up Can't init device hci0: Invalid argument (22) # ----------------------------------------- # hciconfig iscan hci0: Type: Primary Bus: USB BD Address: 00:1A:7D:DA:71:13 ACL MTU: 679:8 SCO MTU: 48:16 DOWN RX bytes:1765 acl:0 sco:0 events:55 errors:0 TX bytes:170 acl:0 sco:0 commands:55 errors:0 # ----------------------------------------- # lsusb | grep -i blue Bus 001 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode) # ----------------------------------------- # sudo dmesg | egrep -i 'blue|firm' [ 0.194364] Spectre V2 : Enabling Restricted Speculation for firmware calls [ 4.221648] Bluetooth: Core ver 2.22 [ 4.221666] Bluetooth: HCI device and connection manager initialized [ 4.221672] Bluetooth: HCI socket layer initialized [ 4.221674] Bluetooth: L2CAP socket layer initialized [ 4.221677] Bluetooth: SCO socket layer initialized [ 4.985394] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 4.985395] Bluetooth: BNEP filters: protocol multicast [ 4.985398] Bluetooth: BNEP socket layer initialized
Hello, In the Message; Subject : Leap 15.2 and Bluetooth mouse problem Message-ID : <0536552f-c13d-6083-7ce4-03dbbd52668b@starlett.lv> Date & Time: Thu, 2 Sep 2021 22:10:02 +0300 [AV] == Andrei Verovski <andreil1@starlett.lv> has written: [...] AV> # ----------------------------------------- AV> # rfkill AV> ID TYPE DEVICE SOFT HARD AV> 0 bluetooth hci0 unblocked unblocked AV> # ----------------------------------------- AV> # hciconfig hci0 up AV> Can't init device hci0: Invalid argument (22) How about this? ; $ sudo hciconfig hci0 down $ sudo rmmod btusb $ sudo modprobe btusb $ sudo hciconfig hci0 up Regards. --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "Tim Cook, the C.E.O. of Apple, said earlier this year that he would o not let his nephew join social networks. Bill Gates banned cellphone until his children were teenagers, and Melinda Gates wrote that she wished they had waited even longer. Steve Jobs would notlet his young children near iPads." -- The New York Times --
Hi, same error: Can't init device hci0: Invalid argument (22) On 9/3/21 01:56, Masaru Nomiya wrote:
Hello,
In the Message;
Subject : Leap 15.2 and Bluetooth mouse problem Message-ID : <0536552f-c13d-6083-7ce4-03dbbd52668b@starlett.lv> Date & Time: Thu, 2 Sep 2021 22:10:02 +0300
[AV] == Andrei Verovski <andreil1@starlett.lv> has written:
[...] AV> # -----------------------------------------
AV> # rfkill AV> ID TYPE DEVICE SOFT HARD AV> 0 bluetooth hci0 unblocked unblocked
AV> # -----------------------------------------
AV> # hciconfig hci0 up AV> Can't init device hci0: Invalid argument (22)
How about this? ;
$ sudo hciconfig hci0 down $ sudo rmmod btusb $ sudo modprobe btusb $ sudo hciconfig hci0 up
Regards.
--- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "Tim Cook, the C.E.O. of Apple, said earlier this year that he would o not let his nephew join social networks. Bill Gates banned cellphone until his children were teenagers, and Melinda Gates wrote that she wished they had waited even longer. Steve Jobs would notlet his young children near iPads." -- The New York Times --
On 2021-09-03 01:45, Andrei Verovski wrote:
Hi,
same error: Can't init device hci0: Invalid argument (22)
Yes that's the 'high level' error report which is uninformative. you need to see what the kernel is saying. You might find that somewhere in the /var/log, wither in the boot messages or the file 'messages' I often 'tail' that file in an xterm while doing modrpobe or insert of USB devices. -- “Reality is so complex, we must move away from dogma, whether it’s conspiracy theories or free-market,” -- James Glattfelder. http://jth.ch/jbg
Hi, Upgraded 15.2 to 15.3, same problem. hciconfig / hcitool dpreciated, used btmgmt instead. #btmgmt power on Set Powered for hci0 failed with status 0x11 (Invalid Index) echo show | sudo bluetoothctl | awk '/Powered/{print $2;}' Shows nothing. Have to replace bluetooth USB dongle. On 9/3/21 08:45, Andrei Verovski wrote:
Hi,
same error: Can't init device hci0: Invalid argument (22)
On 9/3/21 01:56, Masaru Nomiya wrote:
Hello,
In the Message;
Subject : Leap 15.2 and Bluetooth mouse problem Message-ID : <0536552f-c13d-6083-7ce4-03dbbd52668b@starlett.lv> Date & Time: Thu, 2 Sep 2021 22:10:02 +0300
[AV] == Andrei Verovski <andreil1@starlett.lv> has written:
[...] AV> # -----------------------------------------
AV> # rfkill AV> ID TYPE DEVICE SOFT HARD AV> 0 bluetooth hci0 unblocked unblocked
AV> # -----------------------------------------
AV> # hciconfig hci0 up AV> Can't init device hci0: Invalid argument (22)
How about this? ;
$ sudo hciconfig hci0 down $ sudo rmmod btusb $ sudo modprobe btusb $ sudo hciconfig hci0 up
Regards.
--- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "Tim Cook, the C.E.O. of Apple, said earlier this year that he would o not let his nephew join social networks. Bill Gates banned cellphone until his children were teenagers, and Melinda Gates wrote that she wished they had waited even longer. Steve Jobs would notlet his young children near iPads." -- The New York Times --
Hello, In the Message; Subject : Re: Leap 15.2 and Bluetooth mouse problem Message-ID : <3031245f-3ca5-1578-fb20-31ef327ed668@starlett.lv> Date & Time: Sat, 4 Sep 2021 15:27:05 +0300 [AV] == Andrei Verovski <andreil1@starlett.lv> has written: AV> Hi, AV> Upgraded 15.2 to 15.3, same problem. AV> hciconfig / hcitool dpreciated, used btmgmt instead. AV> #btmgmt power on AV> Set Powered for hci0 failed with status 0x11 (Invalid Index) AV> echo show | sudo bluetoothctl | awk '/Powered/{print $2;}' AV> Shows nothing. AV> Have to replace bluetooth USB dongle. You've might got the kernel issue, as Anton pointed out. Please have a look; https://bugzilla.kernel.org/show_bug.cgi?id=60824 Regards & Good Night. --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "Three young men died for Rationalization. Yet, Margaret Bloody Thatcher LIVES!" 'Brassed Off'
participants (3)
-
Andrei Verovski
-
Anton Aylward
-
Masaru Nomiya