bcmwl-kernel-source driver issues on install
up vote
1
down vote
favorite
I am installing Mint 17.1 (MATE) on my MacBook Pro Retina (due to it having much better hardware than my PC, on which I successfully installed Mint 17.1 in the past).
I followed the instructions from this tutorial.
Everything goes great until the ability to connect to my WiFi. I followed the steps in the tutorial:
From the menu, run Administration -> Driver Manager
The Driver Manager warns that it cannot install drivers... (because we're offline)
Plug in the Linux Mint USB stick you used to install the operating system.
Once it's mounted, press the "OK" button in the Driver Manager to dismiss the warning.
Select the "bcmwl-kernel-source" driver
Press "Apply changes"
So when I insert the Mint USB, the Warning message does indeed go away, but when I press "Apply Changes" , it shows a loading bar for just a second, but then goes right back to the old selection. I tried restarting it, with no luck.
The funny thing is, when I tried the above method when I was running just from the USB before the install, I was able to select the bcmwl-kernel-source and connect to the WiFi. It was only after the install was successfully completed that I could not repeat this.
Any and all help is really appreciated!
linux linux-mint wifi drivers
add a comment |
up vote
1
down vote
favorite
I am installing Mint 17.1 (MATE) on my MacBook Pro Retina (due to it having much better hardware than my PC, on which I successfully installed Mint 17.1 in the past).
I followed the instructions from this tutorial.
Everything goes great until the ability to connect to my WiFi. I followed the steps in the tutorial:
From the menu, run Administration -> Driver Manager
The Driver Manager warns that it cannot install drivers... (because we're offline)
Plug in the Linux Mint USB stick you used to install the operating system.
Once it's mounted, press the "OK" button in the Driver Manager to dismiss the warning.
Select the "bcmwl-kernel-source" driver
Press "Apply changes"
So when I insert the Mint USB, the Warning message does indeed go away, but when I press "Apply Changes" , it shows a loading bar for just a second, but then goes right back to the old selection. I tried restarting it, with no luck.
The funny thing is, when I tried the above method when I was running just from the USB before the install, I was able to select the bcmwl-kernel-source and connect to the WiFi. It was only after the install was successfully completed that I could not repeat this.
Any and all help is really appreciated!
linux linux-mint wifi drivers
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am installing Mint 17.1 (MATE) on my MacBook Pro Retina (due to it having much better hardware than my PC, on which I successfully installed Mint 17.1 in the past).
I followed the instructions from this tutorial.
Everything goes great until the ability to connect to my WiFi. I followed the steps in the tutorial:
From the menu, run Administration -> Driver Manager
The Driver Manager warns that it cannot install drivers... (because we're offline)
Plug in the Linux Mint USB stick you used to install the operating system.
Once it's mounted, press the "OK" button in the Driver Manager to dismiss the warning.
Select the "bcmwl-kernel-source" driver
Press "Apply changes"
So when I insert the Mint USB, the Warning message does indeed go away, but when I press "Apply Changes" , it shows a loading bar for just a second, but then goes right back to the old selection. I tried restarting it, with no luck.
The funny thing is, when I tried the above method when I was running just from the USB before the install, I was able to select the bcmwl-kernel-source and connect to the WiFi. It was only after the install was successfully completed that I could not repeat this.
Any and all help is really appreciated!
linux linux-mint wifi drivers
I am installing Mint 17.1 (MATE) on my MacBook Pro Retina (due to it having much better hardware than my PC, on which I successfully installed Mint 17.1 in the past).
I followed the instructions from this tutorial.
Everything goes great until the ability to connect to my WiFi. I followed the steps in the tutorial:
From the menu, run Administration -> Driver Manager
The Driver Manager warns that it cannot install drivers... (because we're offline)
Plug in the Linux Mint USB stick you used to install the operating system.
Once it's mounted, press the "OK" button in the Driver Manager to dismiss the warning.
Select the "bcmwl-kernel-source" driver
Press "Apply changes"
So when I insert the Mint USB, the Warning message does indeed go away, but when I press "Apply Changes" , it shows a loading bar for just a second, but then goes right back to the old selection. I tried restarting it, with no luck.
The funny thing is, when I tried the above method when I was running just from the USB before the install, I was able to select the bcmwl-kernel-source and connect to the WiFi. It was only after the install was successfully completed that I could not repeat this.
Any and all help is really appreciated!
linux linux-mint wifi drivers
linux linux-mint wifi drivers
edited Aug 8 '16 at 8:05
Mongrel
2,05131345
2,05131345
asked Jul 7 '15 at 15:31
Tommy
63
63
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
and welcome to Unix & Linux Stackexchange.
Getting GNU/Linux and wifi drivers to play nicely together can be truly frustrating, I know. I am having issues myself with one Broadcomm and one Qualcomm set, on two different boxes). Haven't been fiddling with Mint though, but I hope I can give some pointers anyway.
Have you tried downloading the bcmwl-kernel-source to a USB and transfer the files to the wifi-less box, install it and then redo the procedure? If not, you can find it here together with comments from other Mint users with broadcomm issues.
The fact that you were able to get the wifi to work in the live environment, may also indicate that you lack something in the HDD install that was present on the live disc but that didn't get installed. I don't know much about Mint, but other distros allow you to choose what you want to install rather than installing everything on the live iso.
As they conclude over here at the linuxmint community (in the second of the comments, counting from the top), b43-fwcutter has to be installed as well. Could very well be that it is included in the live system, but doesn't get installed by default for some reason. If that is the case, it would be logical that you can get the wifi to work on the live USB, but not when the distro is installed. You can find b43-fwcutter here. You will possibly also need broadcom-wl-4.80.53.0.tar.bz2 - although the content may or may not be included in the bcmwl-kernel-source. When you have installed these on your box, try to redo everything and see if it works.
I hope you have some good news to share next time I check this question again! Now I am off to fix my own wifi issues, all while cursing every single manufacturer that doesn't have GNU/Linux users in mind when they make their products.
You might need dkms as well, when trying to install the bcmwl-kernel-source, so get that on a USB too.
– fantasia
Jul 9 '15 at 20:44
add a comment |
up vote
0
down vote
I was having the same problem with Linux Mint Rafaela on a Compaq Mini 110. In the Driver manager, when I tried to use bcmlw-kernel-source, the driver manager unselected it automatically, therefore no driver was being activated.
The solution was to install it in the hard drive and once the system was installed I was able to select the driver.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
and welcome to Unix & Linux Stackexchange.
Getting GNU/Linux and wifi drivers to play nicely together can be truly frustrating, I know. I am having issues myself with one Broadcomm and one Qualcomm set, on two different boxes). Haven't been fiddling with Mint though, but I hope I can give some pointers anyway.
Have you tried downloading the bcmwl-kernel-source to a USB and transfer the files to the wifi-less box, install it and then redo the procedure? If not, you can find it here together with comments from other Mint users with broadcomm issues.
The fact that you were able to get the wifi to work in the live environment, may also indicate that you lack something in the HDD install that was present on the live disc but that didn't get installed. I don't know much about Mint, but other distros allow you to choose what you want to install rather than installing everything on the live iso.
As they conclude over here at the linuxmint community (in the second of the comments, counting from the top), b43-fwcutter has to be installed as well. Could very well be that it is included in the live system, but doesn't get installed by default for some reason. If that is the case, it would be logical that you can get the wifi to work on the live USB, but not when the distro is installed. You can find b43-fwcutter here. You will possibly also need broadcom-wl-4.80.53.0.tar.bz2 - although the content may or may not be included in the bcmwl-kernel-source. When you have installed these on your box, try to redo everything and see if it works.
I hope you have some good news to share next time I check this question again! Now I am off to fix my own wifi issues, all while cursing every single manufacturer that doesn't have GNU/Linux users in mind when they make their products.
You might need dkms as well, when trying to install the bcmwl-kernel-source, so get that on a USB too.
– fantasia
Jul 9 '15 at 20:44
add a comment |
up vote
0
down vote
and welcome to Unix & Linux Stackexchange.
Getting GNU/Linux and wifi drivers to play nicely together can be truly frustrating, I know. I am having issues myself with one Broadcomm and one Qualcomm set, on two different boxes). Haven't been fiddling with Mint though, but I hope I can give some pointers anyway.
Have you tried downloading the bcmwl-kernel-source to a USB and transfer the files to the wifi-less box, install it and then redo the procedure? If not, you can find it here together with comments from other Mint users with broadcomm issues.
The fact that you were able to get the wifi to work in the live environment, may also indicate that you lack something in the HDD install that was present on the live disc but that didn't get installed. I don't know much about Mint, but other distros allow you to choose what you want to install rather than installing everything on the live iso.
As they conclude over here at the linuxmint community (in the second of the comments, counting from the top), b43-fwcutter has to be installed as well. Could very well be that it is included in the live system, but doesn't get installed by default for some reason. If that is the case, it would be logical that you can get the wifi to work on the live USB, but not when the distro is installed. You can find b43-fwcutter here. You will possibly also need broadcom-wl-4.80.53.0.tar.bz2 - although the content may or may not be included in the bcmwl-kernel-source. When you have installed these on your box, try to redo everything and see if it works.
I hope you have some good news to share next time I check this question again! Now I am off to fix my own wifi issues, all while cursing every single manufacturer that doesn't have GNU/Linux users in mind when they make their products.
You might need dkms as well, when trying to install the bcmwl-kernel-source, so get that on a USB too.
– fantasia
Jul 9 '15 at 20:44
add a comment |
up vote
0
down vote
up vote
0
down vote
and welcome to Unix & Linux Stackexchange.
Getting GNU/Linux and wifi drivers to play nicely together can be truly frustrating, I know. I am having issues myself with one Broadcomm and one Qualcomm set, on two different boxes). Haven't been fiddling with Mint though, but I hope I can give some pointers anyway.
Have you tried downloading the bcmwl-kernel-source to a USB and transfer the files to the wifi-less box, install it and then redo the procedure? If not, you can find it here together with comments from other Mint users with broadcomm issues.
The fact that you were able to get the wifi to work in the live environment, may also indicate that you lack something in the HDD install that was present on the live disc but that didn't get installed. I don't know much about Mint, but other distros allow you to choose what you want to install rather than installing everything on the live iso.
As they conclude over here at the linuxmint community (in the second of the comments, counting from the top), b43-fwcutter has to be installed as well. Could very well be that it is included in the live system, but doesn't get installed by default for some reason. If that is the case, it would be logical that you can get the wifi to work on the live USB, but not when the distro is installed. You can find b43-fwcutter here. You will possibly also need broadcom-wl-4.80.53.0.tar.bz2 - although the content may or may not be included in the bcmwl-kernel-source. When you have installed these on your box, try to redo everything and see if it works.
I hope you have some good news to share next time I check this question again! Now I am off to fix my own wifi issues, all while cursing every single manufacturer that doesn't have GNU/Linux users in mind when they make their products.
and welcome to Unix & Linux Stackexchange.
Getting GNU/Linux and wifi drivers to play nicely together can be truly frustrating, I know. I am having issues myself with one Broadcomm and one Qualcomm set, on two different boxes). Haven't been fiddling with Mint though, but I hope I can give some pointers anyway.
Have you tried downloading the bcmwl-kernel-source to a USB and transfer the files to the wifi-less box, install it and then redo the procedure? If not, you can find it here together with comments from other Mint users with broadcomm issues.
The fact that you were able to get the wifi to work in the live environment, may also indicate that you lack something in the HDD install that was present on the live disc but that didn't get installed. I don't know much about Mint, but other distros allow you to choose what you want to install rather than installing everything on the live iso.
As they conclude over here at the linuxmint community (in the second of the comments, counting from the top), b43-fwcutter has to be installed as well. Could very well be that it is included in the live system, but doesn't get installed by default for some reason. If that is the case, it would be logical that you can get the wifi to work on the live USB, but not when the distro is installed. You can find b43-fwcutter here. You will possibly also need broadcom-wl-4.80.53.0.tar.bz2 - although the content may or may not be included in the bcmwl-kernel-source. When you have installed these on your box, try to redo everything and see if it works.
I hope you have some good news to share next time I check this question again! Now I am off to fix my own wifi issues, all while cursing every single manufacturer that doesn't have GNU/Linux users in mind when they make their products.
answered Jul 9 '15 at 19:36
fantasia
991
991
You might need dkms as well, when trying to install the bcmwl-kernel-source, so get that on a USB too.
– fantasia
Jul 9 '15 at 20:44
add a comment |
You might need dkms as well, when trying to install the bcmwl-kernel-source, so get that on a USB too.
– fantasia
Jul 9 '15 at 20:44
You might need dkms as well, when trying to install the bcmwl-kernel-source, so get that on a USB too.
– fantasia
Jul 9 '15 at 20:44
You might need dkms as well, when trying to install the bcmwl-kernel-source, so get that on a USB too.
– fantasia
Jul 9 '15 at 20:44
add a comment |
up vote
0
down vote
I was having the same problem with Linux Mint Rafaela on a Compaq Mini 110. In the Driver manager, when I tried to use bcmlw-kernel-source, the driver manager unselected it automatically, therefore no driver was being activated.
The solution was to install it in the hard drive and once the system was installed I was able to select the driver.
add a comment |
up vote
0
down vote
I was having the same problem with Linux Mint Rafaela on a Compaq Mini 110. In the Driver manager, when I tried to use bcmlw-kernel-source, the driver manager unselected it automatically, therefore no driver was being activated.
The solution was to install it in the hard drive and once the system was installed I was able to select the driver.
add a comment |
up vote
0
down vote
up vote
0
down vote
I was having the same problem with Linux Mint Rafaela on a Compaq Mini 110. In the Driver manager, when I tried to use bcmlw-kernel-source, the driver manager unselected it automatically, therefore no driver was being activated.
The solution was to install it in the hard drive and once the system was installed I was able to select the driver.
I was having the same problem with Linux Mint Rafaela on a Compaq Mini 110. In the Driver manager, when I tried to use bcmlw-kernel-source, the driver manager unselected it automatically, therefore no driver was being activated.
The solution was to install it in the hard drive and once the system was installed I was able to select the driver.
edited Oct 23 '15 at 13:02
Thomas Weinbrenner
2,65721131
2,65721131
answered Oct 23 '15 at 12:03
xhrono ku
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2f214417%2fbcmwl-kernel-source-driver-issues-on-install%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