Page: Previous  1, 2, 3, 4  Next

xav
Status: Interested
Joined: 17 May 2021
Posts: 17
Location: Grenoble, France
Reply Quote
Bingo !
I have tested your last two kernels, and am now running 5.12.0-5.1. Wireless is fully back again, fans aren't running anymore.
Thanks a lot for your work !
Back to top
damentz
Status: Assistant
Joined: 09 Sep 2008
Posts: 1122
Reply Quote
Glad the latest kernel works for you! Marking thread as resolved.
Back to top
xav
Status: Interested
Joined: 17 May 2021
Posts: 17
Location: Grenoble, France
Reply Quote
Ok I'm sorry there's still a problem: BT doesn't work, only wifi works (I hadn't tested it before).
It's not a big issue for me but nevertheless it's not fully fixed.
Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4127
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
'BT Doesn't work' doesn't really narrow down the issue unfortunately.

If you install current git master inxi [version 3.3.04], NOT frozen distro version, then run: inxi -bEay and show that output here, that provides a good snapshot of what is going on with bluetooth, including the different levels of failure if applicable.

There's so many things that can go wrong with bluetooth that it's not possible to randomly diagnose bluetooth issues.
Back to top
xav
Status: Interested
Joined: 17 May 2021
Posts: 17
Location: Grenoble, France
Reply Quote
Oh sorry I missed your message.
Here it is, the gist of it seems to be "Bluetooth: Message: No bluetooth data found." ...
:: Code ::
System:
  Host: dev5 Kernel: 5.12.0-8.5-liquorix-amd64 x86_64 bits: 64 compiler: gcc
  v: 10.2.1
  parameters: audit=0 intel_pstate=disable
  BOOT_IMAGE=/vmlinuz-5.12.0-8.5-liquorix-amd64 root=/dev/mapper/dev5--vg-root
  ro quiet
  Desktop: GNOME 3.38.4 tk: GTK 3.24.24 wm: gnome-shell dm: GDM3 3.38.2.1
  Distro: Debian GNU/Linux 11 (bullseye)
Machine:
  Type: Laptop System: Dell product: XPS 15 9500 v: N/A
  serial: <superuser required> Chassis: type: 10 serial: <superuser required>
  Mobo: Dell model: 0XWT2F v: A02 serial: <superuser required> UEFI: Dell
  v: 1.7.1 date: 03/29/2021
Battery:
  ID-1: BAT0 charge: 80.4 Wh (100.0%) condition: 80.4/84.3 Wh (95.4%)
  volts: 12.7 min: 11.4 model: SMP DELL 70N2F95 type: Li-poly serial: 727
  status: Full
CPU:
  Info: 8-Core Intel Core i9-10885H [MT MCP] arch: Comet Lake speed: 2401 MHz
  min/max: 800/2401 MHz
Graphics:
  Device-1: Intel CometLake-H GT2 [UHD Graphics] vendor: Dell driver: i915
  v: kernel bus-ID: 00:02.0 chip-ID: 8086:9bc4 class-ID: 0300
  Device-2: NVIDIA TU117M [GeForce GTX 1650 Ti Mobile] vendor: Dell
  driver: nouveau v: kernel bus-ID: 01:00.0 chip-ID: 10de:1f95 class-ID: 0302
  Device-3: Realtek Integrated_Webcam_HD type: USB driver: uvcvideo
  bus-ID: 1-11:3 chip-ID: 0bda:5510 class-ID: fe01 serial: 200901010001
  Display: x11 server: X.Org 1.20.11 compositor: gnome-shell driver:
  loaded: modesetting unloaded: fbdev,vesa display-ID: :0 screens: 1
  Screen-1: 0 s-res: 4480x1952 s-dpi: 96 s-size: 1185x516mm (46.7x20.3")
  s-diag: 1292mm (50.9")
  Monitor-1: eDP-1 res: 1920x1200 hz: 60 dpi: 145 size: 336x210mm (13.2x8.3")
  diag: 396mm (15.6")
  Monitor-2: DP-1 res: 2560x1600 hz: 60 dpi: 101 size: 641x400mm (25.2x15.7")
  diag: 756mm (29.7")
  Message: Unable to show advanced data. Required tool glxinfo missing.
Network:
  Device-1: Intel I210 Gigabit Network vendor: CalDigit driver: igb v: kernel
  port: <unassigned> bus-ID: 0b:00.0 chip-ID: 8086:1533 class-ID: 0200
  Device-2: Qualcomm QCA6390 Wireless Network Adapter [AX500-DBS ]
  vendor: Rivet Networks driver: ath11k_pci v: kernel port: <unassigned>
  bus-ID: 6d:00.0 chip-ID: 17cb:1101 class-ID: 0280
Bluetooth:
  Message: No bluetooth data found.
Drives:
  Local Storage: total: 1.19 TiB used: 158.24 GiB (13.0%)
Info:
  Processes: 347 Uptime: 6m wakeups: 97 Memory: 62.57 GiB
  used: 3.44 GiB (5.5%) Init: systemd v: 247 runlevel: 5 tool: systemctl
  Compilers: gcc: 10.2.1 alt: 10 Packages: apt: 2458 lib: 1412 Shell: Bash
  v: 5.1.8 running-in: tilix inxi: 3.3.04
[/b]
Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4127
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
I suspect you don't have bluez, bluez-tools, and btusb installed. Try it again after making sure those are installed, then try:

inxi -Ea

and see it shows. If not, try the following stuff:

note that the revised inxi logic for bluetooth is fairly robust, but there are some things users have to do at times to enable bluetooth when it simply does not show but is certainly there.

Also be aware that laptops have physical bluetooth off switches, you can see if that's active by:

/usr/sbin/rfkill list

You're looking for something like bluetooth hard blocked: yes

There's another bluetooth thing that can make bluetooth not available

connmanctl enable bluetooth

I've seen at least one system with usb bluetooth where nothing showed until I ran that command.

Note that bluetooth has zero connection to your original issue.
Back to top
xav
Status: Interested
Joined: 17 May 2021
Posts: 17
Location: Grenoble, France
Reply Quote
It doesn't show.
:: Code ::
❯ /usr/sbin/rfkill list
0: phy0: Wireless LAN
   Soft blocked: no
   Hard blocked: no

:: Code ::
❯ sudo connmanctl enable bluetooth
Error bluetooth: Method "SetProperty" with signature "sv" on interface "net.connman.Technology" doesn't exist


Effectively I don't have bluez-tools installed (and btusb doesn't exist), but what's strange is that bluetooth works with the stock 5.10 debian kernel, only when I reboot into your kernel it doesn't work anymore.
Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4127
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
lsmod | grep bluetooth

I thought btusb was owned by a package, but it appears not to be, might be part of stock kernel, or part of another.

On my system, the module 'bluetooth' owns btrtl,btintel,btbcm,bnep,btusb.

It may be that you need a specific firmware, that would depend on what the device is. Not its brand name, the actual chip that runs the bluetooth.

If the device shows on 5.10 debian, that does suggest that it might be a firmware issue, maybe.

What does inxi -Jx show?

There may be a 'Device' in there that inxi was unable to determine was bluetooth but which is, that would be the device that did not load btusb.

Liquorix isn't my kernel, it's damentz's, but this issue is more in my area.
Back to top
xav
Status: Interested
Joined: 17 May 2021
Posts: 17
Location: Grenoble, France
Reply Quote
:: Code ::
❯ lsmod | grep bluetooth
bluetooth             524288  12 btrtl,btqca,btintel,hci_uart,bnep
ecdh_generic           16384  1 bluetooth
rfkill                 32768  8 bluetooth,dell_laptop,cfg80211
crc16                  16384  2 bluetooth,ext4

:: Code ::
❯ ./inxi -Jx
USB:       Hub-1: 1-0:1 info: Full speed (or root) Hub ports: 16 rev: 2.0
           Device-1: 1-10:2 info: Shenzhen Goodix FingerPrint type: <vendor specific> driver: N/A rev: 2.0
           Device-2: 1-11:3 info: Realtek Integrated_Webcam_HD type: Video driver: uvcvideo rev: 2.0
           Hub-2: 2-0:1 info: Full speed (or root) Hub ports: 10 rev: 3.1
           Hub-3: 3-0:1 info: Full speed (or root) Hub ports: 2 rev: 2.0
           Hub-4: 4-0:1 info: Full speed (or root) Hub ports: 2 rev: 3.1

Apparently you think BT is over USB, but on my laptop it's part of the wifi card (ath11k).
I don't get it, if debian's 5.10 works it's that it finds the firmware AFAIU. and /lib/firmware is the same in any kernel. Isn't it more of a driver issue then ?

Sorry for the confusion with damentz, I'm new here :)
Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4127
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
Oh, now I get it . those two in one wifi cards can be a real issue. Note that many or most but not all of them actually have a little usb bus to run the bluetooth part, but I've also seen in very rare but real cases bluetooth not running on the usb bus. Raspberry pi has it on a special type of serial bus, other devices may be on the pci bus, but sometimes with these 2 in one cards there are issues.

This may be enough information to let damentz determine if the issue could in fact be kernel related.

firmware-atheros may or may not help, but I don't really know about those 2 in one wifi/bluetooth devices, 'most' are wifi plus a tiny usb bus driven bluetooth, but I have never actually seen data from one so can't say.

I've seen this type of issue reported before but didn't pay attention to the details, sorry.

I can tell you a few things since I fairly recently did the bluetooth logic: your bluetooth devices is not seen as part of the pci bus, though you can check lspci to make sure. It's also not seen as part of the usb bus, which almost all consumer bluetooth devices are, in fact, I was talking to a guy into the kernel scene and he'd actually never even seen a non usb bluetooth device, but they do exist.

This issue seems to be similar: Qualcomm QCA6390 Wireless Network Adapter
The fix there is installing 'linux-firmware package. or firmware-linux which is a metapackage, ideally you'd know which firmware to install to avoid installing a whole bunch, but it's possible the firmware you needed was not included in the liquorix package.
Back to top
Display posts from previous:   
Page: Previous  1, 2, 3, 4  Next
All times are GMT - 8 Hours