How do I make my wifi connection work with Linux mint 18?
up vote
1
down vote
favorite
I just installed Linux Mint 18 kde version.All seemed to work fine except the wifi.There were wifi networks but laptop was not able to detect any connection.I checked that I am using BCM4313 wireless adapter provided by broadcom which is shown as not working always in Linux wireless site
How can I make Linux mint 18 connect to WiFi?I had used Kubuntu 16.1 and Linux mint 17.3 before on my laptop and both seemed to work properly with WiFi devices.Can someone please help?
linux-mint wifi drivers
add a comment |
up vote
1
down vote
favorite
I just installed Linux Mint 18 kde version.All seemed to work fine except the wifi.There were wifi networks but laptop was not able to detect any connection.I checked that I am using BCM4313 wireless adapter provided by broadcom which is shown as not working always in Linux wireless site
How can I make Linux mint 18 connect to WiFi?I had used Kubuntu 16.1 and Linux mint 17.3 before on my laptop and both seemed to work properly with WiFi devices.Can someone please help?
linux-mint wifi drivers
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I just installed Linux Mint 18 kde version.All seemed to work fine except the wifi.There were wifi networks but laptop was not able to detect any connection.I checked that I am using BCM4313 wireless adapter provided by broadcom which is shown as not working always in Linux wireless site
How can I make Linux mint 18 connect to WiFi?I had used Kubuntu 16.1 and Linux mint 17.3 before on my laptop and both seemed to work properly with WiFi devices.Can someone please help?
linux-mint wifi drivers
I just installed Linux Mint 18 kde version.All seemed to work fine except the wifi.There were wifi networks but laptop was not able to detect any connection.I checked that I am using BCM4313 wireless adapter provided by broadcom which is shown as not working always in Linux wireless site
How can I make Linux mint 18 connect to WiFi?I had used Kubuntu 16.1 and Linux mint 17.3 before on my laptop and both seemed to work properly with WiFi devices.Can someone please help?
linux-mint wifi drivers
linux-mint wifi drivers
asked Apr 19 '17 at 7:43
Sambeet Panigrahi
63
63
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
To get the wifi working using the BCM4313 wifi card you can use the open-source driver brcmsmac
:
sudo rmmod bcma
sudo modprobe brcmsmac
Because the driver is not fully supported you can switch to the Proprietary driver : broadcom sta wireless driver
Please note: at least BCM4313 is not fully supported. Some models appears to work (users reported success), but some don't.
The bcmwl
can be installed as follows :
Install the appropriate linux-headers
package then run:
sudo apt-get install dkms bcmwl-kernel-source
Unload the conflicting driver or create a blacklist file
sudo modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
load the wl
module
sudo modprobe wl
I tried that but going into driver manager I found that the device is already using bcmwl kernel source recommended driver.But still wifi connections are not shown
– Sambeet Panigrahi
Apr 19 '17 at 15:33
Remove the re-install thebcmwl-kernel-source
package from the terminal
– GAD3R
Apr 19 '17 at 15:54
I did that but "modprobe wl "command still shows module wl not found.
– Sambeet Panigrahi
Apr 19 '17 at 16:32
runsudo modprobe wl
– GAD3R
Apr 19 '17 at 17:09
I tried that too....
– Sambeet Panigrahi
Apr 19 '17 at 17:15
|
show 8 more comments
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
To get the wifi working using the BCM4313 wifi card you can use the open-source driver brcmsmac
:
sudo rmmod bcma
sudo modprobe brcmsmac
Because the driver is not fully supported you can switch to the Proprietary driver : broadcom sta wireless driver
Please note: at least BCM4313 is not fully supported. Some models appears to work (users reported success), but some don't.
The bcmwl
can be installed as follows :
Install the appropriate linux-headers
package then run:
sudo apt-get install dkms bcmwl-kernel-source
Unload the conflicting driver or create a blacklist file
sudo modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
load the wl
module
sudo modprobe wl
I tried that but going into driver manager I found that the device is already using bcmwl kernel source recommended driver.But still wifi connections are not shown
– Sambeet Panigrahi
Apr 19 '17 at 15:33
Remove the re-install thebcmwl-kernel-source
package from the terminal
– GAD3R
Apr 19 '17 at 15:54
I did that but "modprobe wl "command still shows module wl not found.
– Sambeet Panigrahi
Apr 19 '17 at 16:32
runsudo modprobe wl
– GAD3R
Apr 19 '17 at 17:09
I tried that too....
– Sambeet Panigrahi
Apr 19 '17 at 17:15
|
show 8 more comments
up vote
1
down vote
To get the wifi working using the BCM4313 wifi card you can use the open-source driver brcmsmac
:
sudo rmmod bcma
sudo modprobe brcmsmac
Because the driver is not fully supported you can switch to the Proprietary driver : broadcom sta wireless driver
Please note: at least BCM4313 is not fully supported. Some models appears to work (users reported success), but some don't.
The bcmwl
can be installed as follows :
Install the appropriate linux-headers
package then run:
sudo apt-get install dkms bcmwl-kernel-source
Unload the conflicting driver or create a blacklist file
sudo modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
load the wl
module
sudo modprobe wl
I tried that but going into driver manager I found that the device is already using bcmwl kernel source recommended driver.But still wifi connections are not shown
– Sambeet Panigrahi
Apr 19 '17 at 15:33
Remove the re-install thebcmwl-kernel-source
package from the terminal
– GAD3R
Apr 19 '17 at 15:54
I did that but "modprobe wl "command still shows module wl not found.
– Sambeet Panigrahi
Apr 19 '17 at 16:32
runsudo modprobe wl
– GAD3R
Apr 19 '17 at 17:09
I tried that too....
– Sambeet Panigrahi
Apr 19 '17 at 17:15
|
show 8 more comments
up vote
1
down vote
up vote
1
down vote
To get the wifi working using the BCM4313 wifi card you can use the open-source driver brcmsmac
:
sudo rmmod bcma
sudo modprobe brcmsmac
Because the driver is not fully supported you can switch to the Proprietary driver : broadcom sta wireless driver
Please note: at least BCM4313 is not fully supported. Some models appears to work (users reported success), but some don't.
The bcmwl
can be installed as follows :
Install the appropriate linux-headers
package then run:
sudo apt-get install dkms bcmwl-kernel-source
Unload the conflicting driver or create a blacklist file
sudo modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
load the wl
module
sudo modprobe wl
To get the wifi working using the BCM4313 wifi card you can use the open-source driver brcmsmac
:
sudo rmmod bcma
sudo modprobe brcmsmac
Because the driver is not fully supported you can switch to the Proprietary driver : broadcom sta wireless driver
Please note: at least BCM4313 is not fully supported. Some models appears to work (users reported success), but some don't.
The bcmwl
can be installed as follows :
Install the appropriate linux-headers
package then run:
sudo apt-get install dkms bcmwl-kernel-source
Unload the conflicting driver or create a blacklist file
sudo modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
load the wl
module
sudo modprobe wl
edited Apr 19 '17 at 17:09
answered Apr 19 '17 at 13:22
GAD3R
24.5k1749103
24.5k1749103
I tried that but going into driver manager I found that the device is already using bcmwl kernel source recommended driver.But still wifi connections are not shown
– Sambeet Panigrahi
Apr 19 '17 at 15:33
Remove the re-install thebcmwl-kernel-source
package from the terminal
– GAD3R
Apr 19 '17 at 15:54
I did that but "modprobe wl "command still shows module wl not found.
– Sambeet Panigrahi
Apr 19 '17 at 16:32
runsudo modprobe wl
– GAD3R
Apr 19 '17 at 17:09
I tried that too....
– Sambeet Panigrahi
Apr 19 '17 at 17:15
|
show 8 more comments
I tried that but going into driver manager I found that the device is already using bcmwl kernel source recommended driver.But still wifi connections are not shown
– Sambeet Panigrahi
Apr 19 '17 at 15:33
Remove the re-install thebcmwl-kernel-source
package from the terminal
– GAD3R
Apr 19 '17 at 15:54
I did that but "modprobe wl "command still shows module wl not found.
– Sambeet Panigrahi
Apr 19 '17 at 16:32
runsudo modprobe wl
– GAD3R
Apr 19 '17 at 17:09
I tried that too....
– Sambeet Panigrahi
Apr 19 '17 at 17:15
I tried that but going into driver manager I found that the device is already using bcmwl kernel source recommended driver.But still wifi connections are not shown
– Sambeet Panigrahi
Apr 19 '17 at 15:33
I tried that but going into driver manager I found that the device is already using bcmwl kernel source recommended driver.But still wifi connections are not shown
– Sambeet Panigrahi
Apr 19 '17 at 15:33
Remove the re-install the
bcmwl-kernel-source
package from the terminal– GAD3R
Apr 19 '17 at 15:54
Remove the re-install the
bcmwl-kernel-source
package from the terminal– GAD3R
Apr 19 '17 at 15:54
I did that but "modprobe wl "command still shows module wl not found.
– Sambeet Panigrahi
Apr 19 '17 at 16:32
I did that but "modprobe wl "command still shows module wl not found.
– Sambeet Panigrahi
Apr 19 '17 at 16:32
run
sudo modprobe wl
– GAD3R
Apr 19 '17 at 17:09
run
sudo modprobe wl
– GAD3R
Apr 19 '17 at 17:09
I tried that too....
– Sambeet Panigrahi
Apr 19 '17 at 17:15
I tried that too....
– Sambeet Panigrahi
Apr 19 '17 at 17:15
|
show 8 more comments
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f359882%2fhow-do-i-make-my-wifi-connection-work-with-linux-mint-18%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown