蓝牙与WiFi冲突
Tofloor
poster avatar
iahccc
deepin
2020-10-03 05:42
Author
deepin的蓝牙和WiFi冲突问题还没解决吗?
蓝牙耳机一连电脑,网络就很慢很慢。
在论坛上也没有看到合适的解决方案。
真的要劝退了。。。
Reply Favorite View the author
All Replies
gd0668
deepin
2020-10-03 06:12
#1
我的直接两边一起卡
Reply View the author
Ziggy
deepin
2020-10-03 06:27
#2
一般同频率的都会有影响吧,特别是2.4
Reply View the author
kirin2020
deepin
2020-10-03 07:03
#3
升级最新内核都解决不了吗??我的笔记本电脑升级到5.8.12,貌似好很多了
Reply View the author
iahccc
deepin
2020-10-03 08:07
#4
https://bbs.deepin.org/post/203238
升级最新内核都解决不了吗??我的笔记本电脑升级到5.8.12,貌似好很多了

没升,改天有空升级看看。
Reply View the author
iahccc
deepin
2020-10-03 08:09
#5
https://bbs.deepin.org/post/203238
我的直接两边一起卡

由于网络卡住了,所以我也没注意蓝牙是不是也卡了...
Reply View the author
haha020
deepin
2020-10-03 16:19
#6
其实是蓝牙跟2.4GWiFi频率接近,容易干扰而已
Reply View the author
mardou
deepin
2020-10-03 18:46
#7
在手提电脑中,蓝牙与wif,都是一个无线模块,在硬件上必然会共享一部分线路,所以有干扰可能是不可避免了。
Reply View the author
Shinglee
deepin
2020-10-10 07:27
#8
建议你升级蓝牙协议栈,目前deepin20的协议栈版本很老,升级最新,有可能能解决你的问题

建议最好用5.7以上的内核版本,至于怎么升级内核,论坛里有帖子教程,自己搜一下

右键桌面,打开终端,执行以下命令:
  1. sudo apt install build-essential dkms bc gcc libglib2.0-dev libdbus-1-dev libudev-dev libical-dev libreadline-dev -y
  2. cd ~/Desktop/
  3. wget https://mirrors.edge.kernel.org/pub/linux/bluetooth/bluez-5.54.tar.xz
  4. tar -xvf bluez-5.54.tar.xz
  5. cd bluez-5.54
  6. ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --localstatedir=/var
  7. sudo make
  8. sudo make install
  9. sudo reboot
Copy the Code

以上命令一行行的执行,确保每行执行完毕后再执行下一个
Reply View the author
lsklxy
deepin
2020-10-10 09:04
#9
可以试试wifi改为连接5g频段wifi信号
Reply View the author