jeremyb31 / bluetooth-5.15

5 stars 0 forks source link

Bad return status for module build on kernel: 6.5.0-28-generic (x86_64) #2

Closed ImpossibleS5 closed 4 months ago

ImpossibleS5 commented 4 months ago

I tried installing your bluetooth driver because after updating the kernel to the latest version blueman stopped running, I'm new to Linux, please help.

I did everything strictly according to the guide, disabled SecureBoot and got the following output in the terminal: Снимок экрана от 2024-04-25 01-12-11 Снимок экрана от 2024-04-25 01-09-21

make.log file from /var/lib/dkms/btusb/4.1/build/make.log: Снимок экрана от 2024-04-25 01-09-58

uname -a print: Linux impossibles5-Redmi-Book-Pro-15-2023 6.5.0-28-generic #29~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Apr 4 14:39:20 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

UPD: I found the guide here: Linux Mint Forums

jeremyb31 commented 4 months ago

What results from terminal for lsusb; dmesg|egrep -i 'blue|firm'

ImpossibleS5 commented 4 months ago

lsusb Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 006 Device 005: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet Bus 006 Device 004: ID 05e3:0749 Genesys Logic, Inc. SD Card Reader and Writer Bus 006 Device 003: ID 05e3:0626 Genesys Logic, Inc. USB3.1 Hub Bus 006 Device 002: ID 2109:0822 VIA Labs, Inc. USB3.1 Hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 005 Device 006: ID 2109:8822 VIA Labs, Inc. USB Billboard Device
Bus 005 Device 007: ID 0416:c345 Winbond Electronics Corp. Gaming Keyboard Bus 005 Device 004: ID 05e3:0608 Genesys Logic, Inc. Hub Bus 005 Device 008: ID 3142:00a8 fifine Microphones fifine Microphone Bus 005 Device 005: ID 046d:c53f Logitech, Inc. USB Receiver Bus 005 Device 003: ID 05e3:0610 Genesys Logic, Inc. Hub Bus 005 Device 002: ID 2109:2822 VIA Labs, Inc. USB2.0 Hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 002: ID 2b7e:c687 SunplusIT Inc XiaoMi USB 2.0 Webcam Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 002: ID 046d:0893 Logitech, Inc. StreamCam Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 35f5:7922 MediaTek Inc. Wireless_Device Bus 001 Device 002: ID 10a5:9201 FPC FPC Sensor Controller L:0001 FW:021.26.2.040 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

dmesg|egrep -i 'blue|firm' [ 0.320608] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] not reserved in ACPI motherboard resources [ 2.646999] [drm] Loading DMUB firmware via PSP: version=0x08001E00 [ 2.647527] [drm] Found VCN firmware Version ENC: 1.12 DEC: 5 VEP: 0 Revision: 0 [ 2.647533] amdgpu 0000:04:00.0: amdgpu: Will use PSP to load VCN firmware [ 8.911081] Bluetooth: Core ver 2.22 [ 8.911105] NET: Registered PF_BLUETOOTH protocol family [ 8.911106] Bluetooth: HCI device and connection manager initialized [ 8.911111] Bluetooth: HCI socket layer initialized [ 8.911113] Bluetooth: L2CAP socket layer initialized [ 8.911118] Bluetooth: SCO socket layer initialized [ 9.151657] mt7921e 0000:01:00.0: WM Firmware Version: ____000000, Build Time: 20231120183441 [ 11.056494] Bluetooth: hci0: Opcode 0x0c03 failed: -110 [ 12.074955] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 12.074959] Bluetooth: BNEP filters: protocol multicast [ 12.074963] Bluetooth: BNEP socket layer initialized

service bluetooth status
● bluetooth.service - Bluetooth service Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled) Active: active (running) since Sun 2024-04-28 22:24:21 MSK; 26min ago Docs: man:bluetoothd(8) Main PID: 862 (bluetoothd) Status: "Running" Tasks: 1 (limit: 16189) Memory: 1.8M CPU: 30ms CGroup: /system.slice/bluetooth.service └─862 /usr/lib/bluetooth/bluetoothd

апр 28 22:24:21 impossibles5-Redmi-Book-Pro-15-2023 systemd[1]: Starting Bluetooth service... апр 28 22:24:21 impossibles5-Redmi-Book-Pro-15-2023 bluetoothd[862]: Bluetooth daemon 5.64 апр 28 22:24:21 impossibles5-Redmi-Book-Pro-15-2023 bluetoothd[862]: Starting SDP server апр 28 22:24:21 impossibles5-Redmi-Book-Pro-15-2023 systemd[1]: Started Bluetooth service. апр 28 22:24:21 impossibles5-Redmi-Book-Pro-15-2023 bluetoothd[862]: Bluetooth management interface 1.22 initialized

rfkill list 0: hci0: Bluetooth Soft blocked: no Hard blocked: no 1: phy0: Wireless LAN Soft blocked: yes Hard blocked: no

jeremyb31 commented 4 months ago

In terminal

sudo apt install git dkms git clone https://github.com/jeremyb31/bluetooth-6.5.git sudo dkms add ./bluetooth-6.5 sudo dkms install btusb/4.1

Then reboot

ImpossibleS5 commented 4 months ago

Thanks man!