F5F Stay Refreshed Software Operating Systems Installation Guide for Broadcom BCM43162 802.11ac Adapter Supporting Broadcom BCM43162 Wireless Network Card

Installation Guide for Broadcom BCM43162 802.11ac Adapter Supporting Broadcom BCM43162 Wireless Network Card

Installation Guide for Broadcom BCM43162 802.11ac Adapter Supporting Broadcom BCM43162 Wireless Network Card

T
timbay
Junior Member
13
03-16-2016, 11:23 PM
#1
I need some details about your setup. What operating system are you using now? Also, what steps have you taken so far with the Ubuntu and Linux Mint installation?
T
timbay
03-16-2016, 11:23 PM #1

I need some details about your setup. What operating system are you using now? Also, what steps have you taken so far with the Ubuntu and Linux Mint installation?

C
CaptainAdz
Member
107
03-17-2016, 01:22 AM
#2
It appears your Wi-Fi card is being recognized.
C
CaptainAdz
03-17-2016, 01:22 AM #2

It appears your Wi-Fi card is being recognized.

L
Lolaloliepop
Junior Member
42
03-17-2016, 06:46 PM
#3
It appears the card was detected, yet the kernel module wasn't loaded. Verify the connection.
L
Lolaloliepop
03-17-2016, 06:46 PM #3

It appears the card was detected, yet the kernel module wasn't loaded. Verify the connection.

H
Horselover2112
Junior Member
2
03-18-2016, 01:48 AM
#4
To install a Broadcom kernel module in Linux, follow these instructions: Find the module file. Broadcom kernels are generally found in the /lib/modules/<version>/broadcom folder. Launch a terminal and navigate to the module directory. Execute the command to install: sudo insmod <module_file>. For instance, to install the wl kernel module, use: sudo insmod broadcom/wl.ko To confirm installation, check the output: lsmod | grep wl. If successful, you’ll see a confirmation like “module wl.ko loaded.” To remove it, run sudo rmmod <module_name>. For automatic loading at startup, add the module name to /etc/modules and save. Reboot your system. Keep in mind, Broadcom modules may occasionally pose challenges—refer to their documentation if issues arise.
H
Horselover2112
03-18-2016, 01:48 AM #4

To install a Broadcom kernel module in Linux, follow these instructions: Find the module file. Broadcom kernels are generally found in the /lib/modules/<version>/broadcom folder. Launch a terminal and navigate to the module directory. Execute the command to install: sudo insmod <module_file>. For instance, to install the wl kernel module, use: sudo insmod broadcom/wl.ko To confirm installation, check the output: lsmod | grep wl. If successful, you’ll see a confirmation like “module wl.ko loaded.” To remove it, run sudo rmmod <module_name>. For automatic loading at startup, add the module name to /etc/modules and save. Reboot your system. Keep in mind, Broadcom modules may occasionally pose challenges—refer to their documentation if issues arise.