Install Dongle Host Driver

The following provides two methods to install WiFi Dongle host driver:
  • To compile the Dongle host driver into kernel, execute the following command:
    ifconfig wlan0 up
  • To compile the Dongle host driver as a module, execute the following command:
    insmod /lib/module/bcmdhd.ko
    ifconfig wlan0 up