您尚未登录。

#1 2016-03-15 21:20:02

kevinxyz
会员
注册时间: 2016-03-15
帖子: 4

系统装完后搜不到蓝牙?

装的是GNOME Bluetooth
不过Blueberry貌似也搜不到我的蓝牙鼠标?

也许跟BIOS的设置有关?

离线

#2 2016-03-15 21:43:10

vickycq
等待验证会员
所在地: 山东省寿光县
注册时间: 2015-11-09
帖子: 111
个人网站

Re: 系统装完后搜不到蓝牙?

终端执行下面指令将结果全部复制贴上来

uname -a
hciconfig -a
hcitool scan
sudo lshw -numeric -C net
dmesg | grep -i blue

最近编辑记录 vickycq (2016-03-15 21:48:34)


老师你说我能考上什么,我说你只要学前途无量,他说:我也是这么想的
你已经掉到一半了,你大喊一声:“老师,我写跑题了。”
你不能说我的幸福就是苏轼如何如何

离线

#3 2016-03-15 22:08:56

kevinxyz
会员
注册时间: 2016-03-15
帖子: 4

Re: 系统装完后搜不到蓝牙?

vickycq 说:

终端执行下面指令将结果全部复制贴上来

uname -a
hciconfig -a
hcitool scan
sudo lshw -numeric -C net
dmesg | grep -i blue

Linux kevin 4.4.5-1-ARCH #1 SMP PREEMPT Thu Mar 10 07:38:19 CET 2016 x86_64 GNU/Linux

bash: hciconfig: 未找到命令
sudo: lshw:找不到命令

[    4.175768] Bluetooth: Core ver 2.21
[    4.175777] Bluetooth: HCI device and connection manager initialized
[    4.175779] Bluetooth: HCI socket layer initialized
[    4.175781] Bluetooth: L2CAP socket layer initialized
[    4.175784] Bluetooth: SCO socket layer initialized
[    4.220583] Bluetooth: HCI UART driver ver 2.3
[    4.220585] Bluetooth: HCI UART protocol H4 registered
[    4.220586] Bluetooth: HCI UART protocol BCSP registered
[    4.220587] Bluetooth: HCI UART protocol LL registered
[    4.220588] Bluetooth: HCI UART protocol ATH3K registered
[    4.220588] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    4.220605] Bluetooth: HCI UART protocol Intel registered
[    4.220614] Bluetooth: HCI UART protocol BCM registered
[    4.220615] Bluetooth: HCI UART protocol QCA registered
[    5.439576] Bluetooth: hci0: BCM: chip id 110
[    5.455620] Bluetooth: hci0: DESKTOP-9BRTOE7
[    5.456564] Bluetooth: hci0: BCM (003.006.007) build 1703
[    5.456621] bluetooth hci0: Direct firmware load for brcm/BCM-0a5c-6412.hcd failed with error -2
[    5.456629] Bluetooth: hci0: BCM: Patch brcm/BCM-0a5c-6412.hcd not found

离线

#4 2016-03-16 09:06:49

vickycq
等待验证会员
所在地: 山东省寿光县
注册时间: 2015-11-09
帖子: 111
个人网站

Re: 系统装完后搜不到蓝牙?

kevinxyz 说:

bash: hciconfig: 未找到命令
sudo: lshw:找不到命令

要确认你的无线网卡硬件
最好也说明你的机器型号
终端执行下面指令将结果全部复制贴上来

lspci -knn | grep -iA2 net

最近编辑记录 vickycq (2016-03-16 09:22:21)


老师你说我能考上什么,我说你只要学前途无量,他说:我也是这么想的
你已经掉到一半了,你大喊一声:“老师,我写跑题了。”
你不能说我的幸福就是苏轼如何如何

离线

#5 2016-03-16 16:45:45

kevinxyz
会员
注册时间: 2016-03-15
帖子: 4

Re: 系统装完后搜不到蓝牙?

vickycq 说:
kevinxyz 说:

bash: hciconfig: 未找到命令
sudo: lshw:找不到命令

要确认你的无线网卡硬件
最好也说明你的机器型号
终端执行下面指令将结果全部复制贴上来

lspci -knn | grep -iA2 net

3a:00.0 Network controller [0280]: Broadcom Corporation BCM4350 802.11ac Wireless Network Adapter [14e4:43a3] (rev 08)
    Subsystem: Dell Device [1028:0021]
    Kernel driver in use: brcmfmac

离线

#6 2016-03-16 17:47:24

vickycq
等待验证会员
所在地: 山东省寿光县
注册时间: 2015-11-09
帖子: 111
个人网站

Re: 系统装完后搜不到蓝牙?

kevinxyz 说:

BCM4350 802.11ac Wireless Network Adapter [14e4:43a3] (rev 08)
[    5.456621] bluetooth hci0: Direct firmware load for brcm/BCM-0a5c-6412.hcd failed with error -2
[    5.456629] Bluetooth: hci0: BCM: Patch brcm/BCM-0a5c-6412.hcd not found

1. 下载 http://downloads.dell.com/FOLDER0327292 … 20_A00.EXE
2. 用 p7zip 解开 exe
3. 取出 Win32/BCM4350C5_003.006.007.0095.1703.hex
4. 用 hex2hcd 将其转换为 BCM-0a5c-6412.hcd
5. 拷贝到 /lib/firmware/brcm/
6. 重新启动计算机

参考 https://wiki.archlinux.org/index.php/De … #Bluetooth

最近编辑记录 vickycq (2016-03-16 17:48:04)


老师你说我能考上什么,我说你只要学前途无量,他说:我也是这么想的
你已经掉到一半了,你大喊一声:“老师,我写跑题了。”
你不能说我的幸福就是苏轼如何如何

离线

#7 2016-03-20 23:58:32

kevinxyz
会员
注册时间: 2016-03-15
帖子: 4

Re: 系统装完后搜不到蓝牙?

vickycq 说:
kevinxyz 说:

BCM4350 802.11ac Wireless Network Adapter [14e4:43a3] (rev 08)
[    5.456621] bluetooth hci0: Direct firmware load for brcm/BCM-0a5c-6412.hcd failed with error -2
[    5.456629] Bluetooth: hci0: BCM: Patch brcm/BCM-0a5c-6412.hcd not found

1. 下载 http://downloads.dell.com/FOLDER0327292 … 20_A00.EXE
2. 用 p7zip 解开 exe
3. 取出 Win32/BCM4350C5_003.006.007.0095.1703.hex
4. 用 hex2hcd 将其转换为 BCM-0a5c-6412.hcd
5. 拷贝到 /lib/firmware/brcm/
6. 重新启动计算机

参考 https://wiki.archlinux.org/index.php/De … #Bluetooth

[    4.591348] Bluetooth: Core ver 2.21
[    4.591361] Bluetooth: HCI device and connection manager initialized
[    4.591363] Bluetooth: HCI socket layer initialized
[    4.591365] Bluetooth: L2CAP socket layer initialized
[    4.591368] Bluetooth: SCO socket layer initialized
[    4.596625] Bluetooth: HCI UART driver ver 2.3
[    4.596627] Bluetooth: HCI UART protocol H4 registered
[    4.596628] Bluetooth: HCI UART protocol BCSP registered
[    4.596629] Bluetooth: HCI UART protocol LL registered
[    4.596629] Bluetooth: HCI UART protocol ATH3K registered
[    4.596630] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    4.596650] Bluetooth: HCI UART protocol Intel registered
[    4.596658] Bluetooth: HCI UART protocol BCM registered
[    4.596658] Bluetooth: HCI UART protocol QCA registered
[    5.595004] Bluetooth: hci0: BCM: chip id 110
[    5.611025] Bluetooth: hci0: Dell DW1820A
[    5.612016] Bluetooth: hci0: BCM (003.006.007) build 1703
[    6.036268] Bluetooth: hci0: BCM (003.006.007) build 1703
[    6.052261] Bluetooth: hci0: Dell DW1820A
做完后还是搜不到,不知道是什么问题

离线

#8 2016-03-27 22:39:07

luxni
会员
注册时间: 2014-06-08
帖子: 280

Re: 系统装完后搜不到蓝牙?

systemctl --all | grep bluetooth
查看蓝牙服务启动没有

pacman -Qs bluez
查看蓝牙框架安装没


虽然人菜菜的,但也想做个有趣的人。

离线

页脚