Hello,
I'm running a new home server based on FreeBSD 9.1 AMD64, on top of an Intel DQ77KB motherboard. This board uses Intel Centrino Advanced-N 6230 as WIFI and Bluetooth embedded controller. I would like to disable Bluetooth and keep WiFi up and running, but I can't find how I should proceed. The
I would rather not build a dedicated kernel. Is there any option (rc.conf, loader.conf...) that would allow me to disable Bluetooth at boot time?
Thanks.
I'm running a new home server based on FreeBSD 9.1 AMD64, on top of an Intel DQ77KB motherboard. This board uses Intel Centrino Advanced-N 6230 as WIFI and Bluetooth embedded controller. I would like to disable Bluetooth and keep WiFi up and running, but I can't find how I should proceed. The
kldstat
output is filled with Bluetooth-related modules:
Code:
$ kldstat
Id Refs Address Size Name
1 35 0xffffffff80200000 1323388 kernel
2 1 0xffffffff81524000 2084f8 zfs.ko
3 2 0xffffffff8172d000 5c68 opensolaris.ko
4 1 0xffffffff81733000 29e0 coretemp.ko
5 1 0xffffffff81812000 328d [B]ng_ubt.ko[/B]
6 1 0xffffffff81816000 8b3d [B]ng_hci.ko[/B]
7 3 0xffffffff8181f000 a79 [B]ng_bluetooth.ko[/B]
8 5 0xffffffff81820000 87b2 netgraph.ko
9 1 0xffffffff81829000 b4a2 [B]ng_l2cap.ko[/B]
10 1 0xffffffff81835000 1695e [B]ng_btsocket.ko[/B]
11 1 0xffffffff8184c000 1e29 ng_socket.ko
12 1 0xffffffff8184e000 9e1 pflog.ko
13 1 0xffffffff8184f000 2a4b9 pf.ko
14 1 0xffffffff8187a000 1f417 linux.ko
I would rather not build a dedicated kernel. Is there any option (rc.conf, loader.conf...) that would allow me to disable Bluetooth at boot time?
Thanks.