<SOLVED> Connecting To WIFI On HP Computer

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Nitroster

<SOLVED> Connecting To WIFI On HP Computer

Post by Nitroster »

My HP Computer was recently switched to Linux Mint. Love the platform! But sadly, wireless connection is not working!

My WIFI Isn't being detected on this computer of which is...

Product: "Compaq 6735b"

All Help Much Appreciated!! Will Stay Active In These Forums, Thank You Everyone!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: Connecting To WIFI On HP Computer

Post by catweazel »

Nitroster wrote: Mon Jun 11, 2018 10:45 pm All Help Much Appreciated!!
You're going to have to provide much more information than that. To start with, please post the output of this terminal command:

Code: Select all

inxi -Fxz
Enclose the results in-between [ⅽode] and [/ⅽode] code markers by selecting </> from the mini toolbar above the textbox where you type your reply.
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
Nitroster

Re: Connecting To WIFI On HP Computer

Post by Nitroster »

Since there is no internet, there's not much I could do to SHOW what's happening on that CPU other than taking PICTURES.
Here ya go!...
https://gyazo.com/92f7b24c6e4ffb0c84f40f19b78391ba
https://gyazo.com/0a7eeb72a7d3a44878d30d80aa7f7ff9

Thanks for the response!
User avatar
kc1di
Level 18
Level 18
Posts: 8178
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Connecting To WIFI On HP Computer

Post by kc1di »

Hi Nitroster and Welcome to Linux Mint Forums,
Your wireless card is a broadcom bcm4322 and it uses the WL Driver which can be installed a couple ways.
1. If you can get an Ethernet cable connect simply to to a terminal and install it with this command:

Code: Select all

sudo apt install bcmwl-kernel-source
2. if you can not get an Internet connection you can still install it from the live usb/DVD you used to install the system.
here's how.
plug in the dvd/stick and open it in the file manager.
go to the "pool" folder then to "main" then to the "g" folder then "glibc" in that folder you'll find two packages. install them using gdebi intaller (right click on them and select open with gdebi) install the one labeled libc-dev-bin first then the other one.
once those are both intalled navigate to /pool/restricted/b/bcmwl and install the bcmwl-kernel-source package. When it's finished reboot or restart Network Manager
with this command in the terminal

Code: Select all

systemctl restart NetworkManager
and your wifi should be working.
When you get connected first thing go to a terminal and install the following.

Code: Select all

sudo apt install dkms
Enjoy.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
Nitroster

Re: Connecting To WIFI On HP Computer

Post by Nitroster »

Thanks!! Totally works now!! Much Appreciated :D
Love Open Source! <3
It's important to note that there were THREE packages, NOT TWO for me in pool/main/g/glibc
I tried most of them or perhaps the dependency needed in the Terminal. Either way, it worked! Peace to ya!
Take care.
User avatar
kc1di
Level 18
Level 18
Posts: 8178
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: <SOLVED> Connecting To WIFI On HP Computer

Post by kc1di »

glad it worked , enjoy :)
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
Locked

Return to “Networking”