Advertisement
krax

wirless and bluetooth kernel device

Jul 14th, 2011
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.08 KB | None | 0 0
  1. <freakynl> kfpndc: run: cd /usr/src/linux; make menuconfig
  2.  
  3.  <freakynl> kfpndc: in the resulting menu first go to 'Networking support | Wireless (enable check)' at least enable cfg80211 here (otherwise network drivers won't show up in next section)
  4.  
  5. kfpndc: go back to main menu, then go to 'Device Drivers | Network device support | Wireless LAN (enable check if it's not already)' enable broadcom 43xx wireless support (mac80211 stack) ... THIS FIRST: in previous menu i forgot to mention you *must* enable 'Generic IEEE 802.11 Network Stack (mac82011) as well before you can enable the broadcom driver
  6.  
  7.  
  8. kfpndc: under General setup  there's an option 'Kernel .config support' enable that and below it (after checking it) 'Enable access to .config through /proc/config.gz' oc this only takes affect if your rebuilt the kernel and install it in /boot (and boot that one)
  9.  
  10.  
  11. <ni1s> kfpndc, you bt adapter sits on the udb bus, you need to enable the bluetooth usb hid driver
  12. kfpndc, [*] Networking support  ---> <*>   Bluetooth subsystem support  ---> Bluetooth device drivers  ---> <*> HCI USB driver
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement