Jump to content

Alright, so someone decided to stick gum in servers (ghetto laptop) ethernet port and now I have to get the drivers installed for the Wireless card, I don't know how to install drivers on linux or where to even start. The wireless card is a Broadcom 4321AG 802.11a/b/g/draft-n Wi-Fi Adapter.

PEWDIEPIE DONT CROSS THAT BRIDGE

 

 

Link to comment
https://linustechtips.com/topic/263786-linux-wireless-network-drivers/
Share on other sites

Link to post
Share on other sites

Alright, so someone decided to stick gum in servers (ghetto laptop) ethernet port and now I have to get the drivers installed for the Wireless card, I don't know how to install drivers on linux or where to even start. The wireless card is a Broadcom 4321AG 802.11a/b/g/draft-n Wi-Fi Adapter.

You can use Windows drivers if you can't find Linux specific drivers http://www.howtogeek.com/howto/43752/how-to-install-a-wireless-card-in-linux-using-windows-drivers/

Asrock 890GX Extreme 3 - AMD Phenom II X4 955 @3.50GHz - Arctic Cooling Freezer XTREME Rev.2 - 4GB Kingston HyperX - AMD Radeon HD7850 - Kingston V300 240GB - Samsung Spinpoint F3 1TB - Chieftec APS-750 - Cooler Master HAF912 PLUS


osu! profile

Link to post
Share on other sites

You can use Windows drivers if you can't find Linux specific drivers http://www.howtogeek.com/howto/43752/how-to-install-a-wireless-card-in-linux-using-windows-drivers/

What if im only using CLI. :0

PEWDIEPIE DONT CROSS THAT BRIDGE

 

 

Link to post
Share on other sites

first you have to find the name of the driver package (google it)

then if you are using debian-based system, run "sudo apt-get install package_name"

if you are using rpm-based system, run "sudo yum install package_name"

if the package manager complains "cannot find package", then you have to find the source of the driver and build it. 

This is really difficult if you don't know anything about linux.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×