this post was submitted on 18 Aug 2023
3 points (100.0% liked)

Linux Questions

982 readers
1 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 1 year ago
MODERATORS
 

Recently, I ran into an issue where my bluetooth headphones suddenly got super glitchy when working from my parents house. I found out from the Arch Wiki (see Section 2.4.5) that the reason is that in my laptop the Bluetooth and Wifi are on the same card/chip.

I was able to mitigate by forcing my wifi to 5Ghz. But I am wondering the why behind this. I know BT and older wifi protocols operate in the same 2.4Ghz range. But as the wiki states, this is not a problem on Windows, only Linux. So it must be a driver thing? But for it to be not tied to any specific hardware in the wiki, is it just an architectural thing that can't be fixed in the kernel or something?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

The people that wrote that are responsible for the kernel. You can't get more general than the kernel. Other people are involved in the specifics.