trouble with wifi

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
bhkkmp
Level 1
Level 1
Posts: 14
Joined: Mon Jan 21, 2019 9:05 pm

trouble with wifi

Post by bhkkmp »

Wifi was working previously on my computer however it stopped working at some point,, there are no wireless networks listed but wired connection works.

help is greatly appreciated.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
kc1di
Level 18
Level 18
Posts: 8181
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: trouble with wifi

Post by kc1di »

Hello bhkkmp an welcome to Linux Mint Forums,

Would you go to a terminal an type this command and post the out put here:

Code: Select all

inxi -Fxz 
this will give us an overview of your system.
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
bhkkmp
Level 1
Level 1
Posts: 14
Joined: Mon Jan 21, 2019 9:05 pm

Re: trouble with wifi

Post by bhkkmp »

Thanks, here is the output from the command


System: Host: ghanekar-OptiPlex-3020 Kernel: 4.4.0-119-generic i686 (32 bit gcc: 4.8.4)
Desktop: MATE 1.12.0 (Gtk 3.10.8~8+qiana)
Distro: Linux Mint 17.3 Rosa
Machine: System: Dell product: OptiPlex 3020 v: 01
Mobo: Dell model: 04YP6J v: A02 Bios: Dell v: A02 date: 01/07/2014
CPU: Dual core Intel Core i3-4130 (-HT-MCP-) cache: 3072 KB
flags: (lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 13569
clock speeds: max: 3400 MHz 1: 2218 MHz 2: 2112 MHz 3: 2326 MHz
4: 3147 MHz
Graphics: Card: Intel 4th Generation Core Processor Family Integrated Graphics Controller
bus-ID: 00:02.0
Display Server: X.Org 1.15.1 drivers: intel (unloaded: fbdev,vesa)
Resolution: 1920x1080@60.0hz
GLX Renderer: Mesa DRI Intel Haswell x86/MMX/SSE2
GLX Version: 3.0 Mesa 10.1.3 Direct Rendering: Yes
Audio: Card-1 Intel 8 Series/C220 Series High Definition Audio Controller
driver: snd_hda_intel bus-ID: 00:1b.0
Card-2 Intel Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller
driver: snd_hda_intel bus-ID: 00:03.0
Sound: Advanced Linux Sound Architecture v: k4.4.0-119-generic
Network: Card-1: Broadcom BCM43228 802.11a/b/g/n
driver: bcma-pci-bridge bus-ID: 02:00.0
IF: N/A state: N/A mac: N/A
Card-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
driver: r8169 v: 2.3LK-NAPI port: e000 bus-ID: 03:00.0
IF: eth0 state: up speed: 100 Mbps duplex: full mac: <filter>
Drives: HDD Total Size: 500.1GB (4.4% used)
ID-1: /dev/sda model: TOSHIBA_DT01ACA0 size: 500.1GB
Partition: ID-1: / size: 42G used: 17G (43%) fs: ext4 dev: /dev/sda6
ID-2: swap-1 size: 4.21GB used: 0.00GB (0%) fs: swap dev: /dev/sda5
RAID: No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors: None detected - is lm-sensors installed and configured?
Info: Processes: 180 Uptime: 12:21 Memory: 1553.0/3961.2MB
Init: Upstart runlevel: 2 Gcc sys: 4.8.4
Client: Shell (bash 4.3.111) inxi: 2.2.28
bhkkmp
Level 1
Level 1
Posts: 14
Joined: Mon Jan 21, 2019 9:05 pm

Re: trouble with wifi

Post by bhkkmp »

Also when I type
rfkill list all

there is nothing printed out.
bhkkmp
Level 1
Level 1
Posts: 14
Joined: Mon Jan 21, 2019 9:05 pm

Re: trouble with wifi

Post by bhkkmp »

Any help would be appreciated ...
User avatar
kc1di
Level 18
Level 18
Posts: 8181
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: trouble with wifi

Post by kc1di »

Your broadcom car needs a driver. If you are connected via Ethernet Then do the following in a terminal.

Code: Select all

sudo apt install bcmwl-kernel-source
reboot
Wireless should work.
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
bhkkmp
Level 1
Level 1
Posts: 14
Joined: Mon Jan 21, 2019 9:05 pm

Re: trouble with wifi

Post by bhkkmp »

I ran the command and it installed but did mention something was FATAL

When I rebooted the wifi is still not workinig.

Rerunning the command does not give the FATAL message again because it says bcmwl-kernel-source is already the newest version so nothing to install.

What can I try next?
User avatar
kc1di
Level 18
Level 18
Posts: 8181
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: trouble with wifi

Post by kc1di »

Issue the

Code: Select all

 rfkill list
command again show any output.
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
bhkkmp
Level 1
Level 1
Posts: 14
Joined: Mon Jan 21, 2019 9:05 pm

Re: trouble with wifi

Post by bhkkmp »

When I type in

rfkill list

there is nothing printed out
User avatar
kc1di
Level 18
Level 18
Posts: 8181
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: trouble with wifi

Post by kc1di »

Ok do this in a terminal and reboot see if it works?

Code: Select all

sudo apt install bcmwl-kernel-source
(note you'll have to be connected via Ethernet cable to work.)
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
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: trouble with wifi

Post by JeremyB »

Post results for

Code: Select all

mokutil --sb-state
bhkkmp
Level 1
Level 1
Posts: 14
Joined: Mon Jan 21, 2019 9:05 pm

Re: trouble with wifi

Post by bhkkmp »

When I run sudo apt install bcmwl-kernel-source

The return says that the package is already installed

When I run mokutil --sb-state
The return says that there is no such command as mokutil

There is a modutil command however.
guythp
Level 2
Level 2
Posts: 69
Joined: Wed Feb 01, 2012 5:11 pm

Re: trouble with wifi

Post by guythp »

kc1di wrote: Mon Feb 04, 2019 8:08 pm Your broadcom car needs a driver. If you are connected via Ethernet Then do the following in a terminal.

Code: Select all

sudo apt install bcmwl-kernel-source
reboot
Wireless should work.
Sorry to thread-crash, but I was quite sure the second-hand laptop I'd bought recently had a broken wifi as I'd tried several times using the driver manager to get it up and running.

I just tried the above and it's working! thank you!
User avatar
kc1di
Level 18
Level 18
Posts: 8181
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: trouble with wifi

Post by kc1di »

your welcome , 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
bhkkmp
Level 1
Level 1
Posts: 14
Joined: Mon Jan 21, 2019 9:05 pm

Re: trouble with wifi

Post by bhkkmp »

Hi,

My wifi is still not working, any advice is appreciated.
bhkkmp
Level 1
Level 1
Posts: 14
Joined: Mon Jan 21, 2019 9:05 pm

Re: trouble with wifi

Post by bhkkmp »

Any help would be appreciated. My wifi is still not working.
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: trouble with wifi

Post by JeremyB »

See the wireless script link in my signature and post results
bhkkmp
Level 1
Level 1
Posts: 14
Joined: Mon Jan 21, 2019 9:05 pm

Re: trouble with wifi

Post by bhkkmp »

Here is the output

ghanekar@ghanekar-OptiPlex-3020 ~ $ wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireles ... eless-info && chmod +x wireless-info && ./wireless-info
--2019-03-13 15:25:25-- https://github.com/UbuntuForums/wireles ... eless-info
Resolving github.com (github.com)... 192.30.253.112, 192.30.253.113
Connecting to github.com (github.com)|192.30.253.112|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/Ubunt ... eless-info [following]
--2019-03-13 15:25:26-- https://raw.githubusercontent.com/Ubunt ... eless-info
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.124.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.124.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 17452 (17K) [text/plain]
Saving to: ‘wireless-info’

100%[======================================>] 17,452 --.-K/s in 0.04s

Last-modified header missing -- time-stamps turned off.
2019-03-13 15:25:26 (429 KB/s) - ‘wireless-info’ saved [17452/17452]

[sudo] password for ghanekar:

Results saved in "/home/ghanekar/wireless-info.txt".

ghanekar@ghanekar-OptiPlex-3020 ~ $ cat wireless-info.txt | nc termbin.com 9999
https://termbin.com/vjas
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: trouble with wifi

Post by JeremyB »

What happend when you

Code: Select all

sudo modprobe -v wl
Linux Mint 17 has only about 6 weeks of support left
Locked

Return to “Beginner Questions”