LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 05-12-2024, 08:41 AM   #1
Nishtya
Member
 
Registered: Feb 2004
Distribution: Mint Cinnamon, Debian sid KDE, PCLOS Cinnamon, Manjaro XFCE
Posts: 287

Rep: Reputation: 35
Debian sid cannot find laptop bluetooth - other distros can


No stranger here to Debian in a variety of branches and derivatives but this one has me stumped.

I have 4 linux distros installed and only sid is having a problem finding the laptop's adapter. This installation is a few months old and otherwise fine. I net installed from a nightly trixie mini and changed over to unstable immediately to update and have had no other issues at all with it - KDE desktop.

I decided to finally try and pair my cell phone with it (moto g) and no adapter found (not using a dongle and don't have one to try). I brought in another package of drivers for the intel cards and that did not help. Checked it out in Mint cinnamon, PCLOS (debian flavor) and Manjaro stable. No issues finding the adapter and pairing my phone.

Before I spend hours downloading a live bookworm image (nursing home wifi at the speed of dialup) any suggestions on what else I might try? I can give you output from sid here or any of the working installs.

I realize you need specific info but please advise what I need to possibly remove from the output to avoid posting sensitive info from a security standpoint.
 
Old 05-12-2024, 10:01 AM   #2
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,145
Blog Entries: 21

Rep: Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482
Code:
$ inxi -Eaz
Bluetooth:
  Device-1: Cambridge Silicon Radio Bluetooth Dongle (HCI mode) driver: btusb
    v: 0.8 type: USB rev: 2.0 speed: 12 Mb/s lanes: 1 mode: 1.1 bus-ID: 1-1.2:3
    chip-ID: 0a12:0001 class-ID: e001
  Report: hciconfig ID: hci0 rfk-id: 1 state: up address: <filter> bt-v: 4.0
    lmp-v: 6 sub-v: 22bb hci-v: 6 rev: 22bb class-ID: 6c010c
  Info: acl-mtu: 310:10 sco-mtu: 64:8 link-policy: rswitch hold sniff park
    link-mode: peripheral accept service-classes: rendering, capturing, audio,
    telephony
I am on stable repos though with this kernel

Code:
$ uname -a
Linux antiX-23.1 6.1.60-antix.1-amd64-smp #1 SMP PREEMPT_DYNAMIC Tue Oct 31 01:27:40 EET 2023 x86_64 GNU/Linux
 
1 members found this post helpful.
Old 05-12-2024, 10:11 AM   #3
Nishtya
Member
 
Registered: Feb 2004
Distribution: Mint Cinnamon, Debian sid KDE, PCLOS Cinnamon, Manjaro XFCE
Posts: 287

Original Poster
Rep: Reputation: 35
Here you go
Code:
~$ inxi -Eaz
Bluetooth:
  Device-1: Qualcomm Atheros driver: N/A type: USB rev: 1.1 speed: 12 Mb/s
    lanes: 1 mode: 1.1 bus-ID: 1-8:7 chip-ID: 0cf3:e005 class-ID: e001

~$ uname -a
Linux debian-Sid 6.7.12-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.7.12-1 (2024-04-24) x86_64 GNU/Linux
Network is not my strong suit in linux or windows but I can tell you that my other installs output are like yours with HCI, but sid here doesn't.

Since this started with a minimalist net install I keep thinking I must have forgot to add some vital package. This is the leanest/cleanest install I have ever had due to the lack of decent wifi. Presently downloading live bookworm and I will see if that recognizes the bluetooth

update - booted 12.5 stable/KDE and it recognized adapter immediately and can pair with phone. I don't think this is an issue with sid's newer pkgs though. (live KDE neon finds the adapter also). I must have missed something when installing this. I have been using it more than my daily driver* lately and I have it just the way I want it - it is rock solid through all its updates so far. I will never have a leaner install and KDE even. I had a miserable time trying to upgrade a full testing install to sid. So I went with the nightly mini route

*I know, I know. Sid isn't for daily but...

Last edited by Nishtya; 05-12-2024 at 10:39 AM. Reason: updated for new info
 
Old 05-12-2024, 11:31 AM   #4
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS, Manjaro
Posts: 5,718

Rep: Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735
Quote:
Originally Posted by Nishtya View Post
No stranger here to Debian in a variety of branches and derivatives but this one has me stumped.

I have 4 linux distros installed and only sid is having a problem finding the laptop's adapter. This installation is a few months old and otherwise fine. I net installed from a nightly trixie mini and changed over to unstable immediately to update and have had no other issues at all with it - KDE desktop.

I decided to finally try and pair my cell phone with it (moto g) and no adapter found (not using a dongle and don't have one to try). I brought in another package of drivers for the intel cards and that did not help. Checked it out in Mint cinnamon, PCLOS (debian flavor) and Manjaro stable. No issues finding the adapter and pairing my phone.

Before I spend hours downloading a live bookworm image (nursing home wifi at the speed of dialup) any suggestions on what else I might try? I can give you output from sid here or any of the working installs.

I realize you need specific info but please advise what I need to possibly remove from the output to avoid posting sensitive info from a security standpoint.
SID is where you go in Debian to test things that might, or are even KNOWN, to break things. That is what SID is for. For regular testing where things SHOULD work, at least somewhat/kinda, you use the testing branch. If I load up SID and something does not work, well that is exactly what I expected.
 
Old 05-12-2024, 12:34 PM   #5
Nishtya
Member
 
Registered: Feb 2004
Distribution: Mint Cinnamon, Debian sid KDE, PCLOS Cinnamon, Manjaro XFCE
Posts: 287

Original Poster
Rep: Reputation: 35
Please scroll up

Quote:
Originally Posted by Nishtya View Post
update - booted 12.5 stable/KDE and it recognized adapter immediately and can pair with phone. I don't think this is an issue with sid's newer pkgs though. (live KDE neon finds the adapter also). I must have missed something when installing this. I have been using it more than my daily driver* lately and I have it just the way I want it - it is rock solid through all its updates so far. I will never have a leaner install and KDE even. I had a miserable time trying to upgrade a full testing install to sid. So I went with the nightly mini route

*I know, I know. Sid isn't for daily but...
It is just one of 4 installs (not including windows) and the only "unstable" pony in my stable of LTS and/or rolling distros. Data backed up in three different places and I have a live USB with persistence kept updated for emergency access from another machine. I do want to create a persistent live with legacy BIOS too for extra insurance.

This is the calmest leanest cleanest install I have had of any in a decade at least. Never had a KDE that just sips resources even with the eye candy flowing. Just trying to hang onto it and since other users with this adapter don't seem to be posting a problem I am sure it was my oversight when doing a mini net-install, picking and choosing what I might need.

I must have missed something. I will find it eventually. I always do. Why do you think I have so many at a time? I like solving puzzles but don't have the experience with an issue in this area.

Solved - FWIW I don't know if this might ever help someone else but here goes: I took a screenshot of the installed packages on the live bookworm and compared to what I have installed on sid here. Removed bluetooth pkgs that were not in live bookworm and added 3 packages that were missing from my sid install. Viola. Bluetooth adapter right there. I knew something was missing, I purposely chose not to install unneeded drivers because of the awful wifi where I am currently housed.

Last edited by Nishtya; 05-12-2024 at 02:34 PM.
 
  


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 Stopped Working "Unknown Bluetooth Controller in /etc/bluetooth/main.conf" PasBern Linux - Hardware 5 06-15-2021 10:39 AM
[SOLVED] bluetooth dongle + bluetooth speaker but no sound on the bluetooth speaker vonbiber Slackware 4 05-11-2017 09:53 AM
will the ltmodem drivers work in debian sid (knoppix sid) maximalred Debian 5 05-29-2009 10:44 AM
Debian Etch to Sid? How Stable is Sid? xxAlk3XKidXx Debian 28 02-25-2007 06:32 PM
What our the differences between debian (Sid) and knoppix 3.4 (Sid)? maximalred Debian 6 06-06-2004 08:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 08:38 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