Macbookpro2015版蓝牙驱动?
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
-
- 帖子: 41
- 注册时间: 2009-07-09 8:37
Macbookpro2015版蓝牙驱动?
装了15.10,各方面非常不错,用起很爽,但蓝牙始终不能启用,求大神提供一个解决方法
- vickycq
- 帖子: 4507
- 注册时间: 2011-03-20 13:12
- 系统: Debian
- 来自: 山东省寿光县
- 联系:
Re: Macbookpro2015版蓝牙驱动?
终端执行下面指令将结果全部复制贴上来
代码: 全选
uname -a
hciconfig -a
sudo lshw -numeric -C net
dmesg | grep -i blue
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
欢迎所有 Debian GNU/Linux 用户
-
- 帖子: 41
- 注册时间: 2009-07-09 8:37
Re: Macbookpro2015版蓝牙驱动?
yiping@MacBookPro:~$ uname -a
Linux MacBookPro 4.2.0-30-generic #36-Ubuntu SMP Fri Feb 26 00:58:07 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
yiping@MacBookPro:~$ hciconfig -a
yiping@MacBookPro:~$ sudo lshw -numeric -C net
[sudo] yiping 的密码:
*-network
description: Wireless interface
product: BCM43602 802.11ac Wireless LAN SoC [14E4:43BA]
vendor: Broadcom Corporation [14E4]
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlp3s0
version: 01
serial: a4:5e:60:f2:2f:d9
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=brcmfmac driverversion=7.35.177.56 firmware=01-f0a43dc2 ip=192.168.3.17 latency=0 multicast=yes wireless=IEEE 802.11abgn
resources: irq:63 memory:c1400000-c1407fff memory:c1000000-c13fffff
yiping@MacBookPro:~$ dmesg | grep -i blue
[ 1.718938] usb 1-3: Product: Bluetooth USB Host Controller
[ 2.047123] input: Broadcom Corp. Bluetooth USB Host Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:05AC:8290.0001/input/input5
[ 2.100501] hid-generic 0003:05AC:8290.0001: input,hidraw1: USB HID v1.11 Keyboard [Broadcom Corp. Bluetooth USB Host Controller] on usb-0000:00:14.0-3/input0
[ 2.100621] input: Broadcom Corp. Bluetooth USB Host Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:05AC:8290.0002/input/input7
[ 2.156540] hid-generic 0003:05AC:8290.0002: input,hidraw3: USB HID v1.11 Mouse [Broadcom Corp. Bluetooth USB Host Controller] on usb-0000:00:14.0-3/input1
[ 3.102168] Bluetooth: Core ver 2.20
[ 3.102182] Bluetooth: HCI device and connection manager initialized
[ 3.102185] Bluetooth: HCI socket layer initialized
[ 3.102188] Bluetooth: L2CAP socket layer initialized
[ 3.102193] Bluetooth: SCO socket layer initialized
[ 8.848225] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 8.848228] Bluetooth: BNEP filters: protocol multicast
[ 8.848232] Bluetooth: BNEP socket layer initialized
Linux MacBookPro 4.2.0-30-generic #36-Ubuntu SMP Fri Feb 26 00:58:07 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
yiping@MacBookPro:~$ hciconfig -a
yiping@MacBookPro:~$ sudo lshw -numeric -C net
[sudo] yiping 的密码:
*-network
description: Wireless interface
product: BCM43602 802.11ac Wireless LAN SoC [14E4:43BA]
vendor: Broadcom Corporation [14E4]
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlp3s0
version: 01
serial: a4:5e:60:f2:2f:d9
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=brcmfmac driverversion=7.35.177.56 firmware=01-f0a43dc2 ip=192.168.3.17 latency=0 multicast=yes wireless=IEEE 802.11abgn
resources: irq:63 memory:c1400000-c1407fff memory:c1000000-c13fffff
yiping@MacBookPro:~$ dmesg | grep -i blue
[ 1.718938] usb 1-3: Product: Bluetooth USB Host Controller
[ 2.047123] input: Broadcom Corp. Bluetooth USB Host Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:05AC:8290.0001/input/input5
[ 2.100501] hid-generic 0003:05AC:8290.0001: input,hidraw1: USB HID v1.11 Keyboard [Broadcom Corp. Bluetooth USB Host Controller] on usb-0000:00:14.0-3/input0
[ 2.100621] input: Broadcom Corp. Bluetooth USB Host Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:05AC:8290.0002/input/input7
[ 2.156540] hid-generic 0003:05AC:8290.0002: input,hidraw3: USB HID v1.11 Mouse [Broadcom Corp. Bluetooth USB Host Controller] on usb-0000:00:14.0-3/input1
[ 3.102168] Bluetooth: Core ver 2.20
[ 3.102182] Bluetooth: HCI device and connection manager initialized
[ 3.102185] Bluetooth: HCI socket layer initialized
[ 3.102188] Bluetooth: L2CAP socket layer initialized
[ 3.102193] Bluetooth: SCO socket layer initialized
[ 8.848225] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 8.848228] Bluetooth: BNEP filters: protocol multicast
[ 8.848232] Bluetooth: BNEP socket layer initialized
- vickycq
- 帖子: 4507
- 注册时间: 2011-03-20 13:12
- 系统: Debian
- 来自: 山东省寿光县
- 联系:
Re: Macbookpro2015版蓝牙驱动?
代码: 全选
cd
wget https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/plain/brcm/brcmfmac43602-pcie.bin
sudo mv brcmfmac43602-pcie.bin /lib/firmware/brcm
如无效,尝试安装 bcmwl-kernel-source 或 broadcom-sta-dkms
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
欢迎所有 Debian GNU/Linux 用户
- KOSKERS
- 帖子: 1454
- 注册时间: 2008-11-01 13:38
Re: Macbookpro2015版蓝牙驱动?
myyiping, macbook装linux,应该键盘亮度,自动调节光亮,还有多点触摸都用不了吧。 不过话说2015的蓝牙支持APTX
-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
Re: Macbookpro2015版蓝牙驱动?
蓝牙始终不能启用
https://wiki.ubuntu.com/HardwareSupport ... sbAdaptersdmesg | grep -i blue
[ 1.718938] usb 1-3: Product: Bluetooth USB Host Controller
[ 2.047123] input: Broadcom Corp. Bluetooth USB Host Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:05AC:8290.0001/input/input5
HardwareSupportComponentsBluetoothUsbAdapters
This page lists some of the Bluetooth USB Adapters that work on Ubuntu.
在這份名單 沒有看到任何 Broadcom 產品