Lenovo Yoga “No Wi-Fi Adapter Found” Download Packages with Windows
up vote
0
down vote
favorite
I recently loaded Ubuntu 18.04 LTS onto my Lenovo YOGA 3 Pro 1370, dual booting with Windows 10. I want to eventually get rid of Windows, but I cannot do that before establishing WiFi connectivity in Ubuntu, which fails.
lspci -nn -d 14e4:
01:00.0 Network controller [0280]: Broadcom Limited BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Following Installing Broadcom Wireless Drivers, I install bcmwl-kernel-source. I have internet on my Windows 10 system. What is the easiest way to ensure I download all proper dependencies to get my Wi-Fi running? Is there a recommended package manager to use with Windows 10?
Update: I can now access internet through tethering with my iPhone. While I am tethered, the output is as follows:
sudo apt install bcmwl-kernel-source
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package bcmwl-kernel-source is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'bcmwl-kernel-source' has no installation candidate
An internet search around this error message led me to Dependencies unsatisfied for offline Broadcom installation which led me to disable secure boot and run
sudo apt update
sudo apt install -f bcmwl-kernel-source
# restarted the system here to disable secure boot
sudo dpkg --configure -a
sudo apt --fix-broken install
[Solved]
networking drivers 18.04 broadcom
add a comment |
up vote
0
down vote
favorite
I recently loaded Ubuntu 18.04 LTS onto my Lenovo YOGA 3 Pro 1370, dual booting with Windows 10. I want to eventually get rid of Windows, but I cannot do that before establishing WiFi connectivity in Ubuntu, which fails.
lspci -nn -d 14e4:
01:00.0 Network controller [0280]: Broadcom Limited BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Following Installing Broadcom Wireless Drivers, I install bcmwl-kernel-source. I have internet on my Windows 10 system. What is the easiest way to ensure I download all proper dependencies to get my Wi-Fi running? Is there a recommended package manager to use with Windows 10?
Update: I can now access internet through tethering with my iPhone. While I am tethered, the output is as follows:
sudo apt install bcmwl-kernel-source
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package bcmwl-kernel-source is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'bcmwl-kernel-source' has no installation candidate
An internet search around this error message led me to Dependencies unsatisfied for offline Broadcom installation which led me to disable secure boot and run
sudo apt update
sudo apt install -f bcmwl-kernel-source
# restarted the system here to disable secure boot
sudo dpkg --configure -a
sudo apt --fix-broken install
[Solved]
networking drivers 18.04 broadcom
Did you install from a DVD? Possibly helpful: askubuntu.com/questions/1069075/… Welcome to Ask Ubuntu.
– chili555
Nov 26 at 18:24
@chili555 I used a live usb to test the system first before going ahead with the dual install. The iso burner I used downloaded the os for me; I don't know whether the mirror would be missing drivers.
– Zach Longhofer
Nov 27 at 8:48
Before you try to install bcmwl-kernel-source, please try:sudo apt update
and then try again.
– chili555
Nov 27 at 14:06
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I recently loaded Ubuntu 18.04 LTS onto my Lenovo YOGA 3 Pro 1370, dual booting with Windows 10. I want to eventually get rid of Windows, but I cannot do that before establishing WiFi connectivity in Ubuntu, which fails.
lspci -nn -d 14e4:
01:00.0 Network controller [0280]: Broadcom Limited BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Following Installing Broadcom Wireless Drivers, I install bcmwl-kernel-source. I have internet on my Windows 10 system. What is the easiest way to ensure I download all proper dependencies to get my Wi-Fi running? Is there a recommended package manager to use with Windows 10?
Update: I can now access internet through tethering with my iPhone. While I am tethered, the output is as follows:
sudo apt install bcmwl-kernel-source
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package bcmwl-kernel-source is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'bcmwl-kernel-source' has no installation candidate
An internet search around this error message led me to Dependencies unsatisfied for offline Broadcom installation which led me to disable secure boot and run
sudo apt update
sudo apt install -f bcmwl-kernel-source
# restarted the system here to disable secure boot
sudo dpkg --configure -a
sudo apt --fix-broken install
[Solved]
networking drivers 18.04 broadcom
I recently loaded Ubuntu 18.04 LTS onto my Lenovo YOGA 3 Pro 1370, dual booting with Windows 10. I want to eventually get rid of Windows, but I cannot do that before establishing WiFi connectivity in Ubuntu, which fails.
lspci -nn -d 14e4:
01:00.0 Network controller [0280]: Broadcom Limited BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Following Installing Broadcom Wireless Drivers, I install bcmwl-kernel-source. I have internet on my Windows 10 system. What is the easiest way to ensure I download all proper dependencies to get my Wi-Fi running? Is there a recommended package manager to use with Windows 10?
Update: I can now access internet through tethering with my iPhone. While I am tethered, the output is as follows:
sudo apt install bcmwl-kernel-source
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package bcmwl-kernel-source is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'bcmwl-kernel-source' has no installation candidate
An internet search around this error message led me to Dependencies unsatisfied for offline Broadcom installation which led me to disable secure boot and run
sudo apt update
sudo apt install -f bcmwl-kernel-source
# restarted the system here to disable secure boot
sudo dpkg --configure -a
sudo apt --fix-broken install
[Solved]
networking drivers 18.04 broadcom
networking drivers 18.04 broadcom
edited Nov 27 at 16:42
asked Nov 26 at 17:49
Zach Longhofer
12
12
Did you install from a DVD? Possibly helpful: askubuntu.com/questions/1069075/… Welcome to Ask Ubuntu.
– chili555
Nov 26 at 18:24
@chili555 I used a live usb to test the system first before going ahead with the dual install. The iso burner I used downloaded the os for me; I don't know whether the mirror would be missing drivers.
– Zach Longhofer
Nov 27 at 8:48
Before you try to install bcmwl-kernel-source, please try:sudo apt update
and then try again.
– chili555
Nov 27 at 14:06
add a comment |
Did you install from a DVD? Possibly helpful: askubuntu.com/questions/1069075/… Welcome to Ask Ubuntu.
– chili555
Nov 26 at 18:24
@chili555 I used a live usb to test the system first before going ahead with the dual install. The iso burner I used downloaded the os for me; I don't know whether the mirror would be missing drivers.
– Zach Longhofer
Nov 27 at 8:48
Before you try to install bcmwl-kernel-source, please try:sudo apt update
and then try again.
– chili555
Nov 27 at 14:06
Did you install from a DVD? Possibly helpful: askubuntu.com/questions/1069075/… Welcome to Ask Ubuntu.
– chili555
Nov 26 at 18:24
Did you install from a DVD? Possibly helpful: askubuntu.com/questions/1069075/… Welcome to Ask Ubuntu.
– chili555
Nov 26 at 18:24
@chili555 I used a live usb to test the system first before going ahead with the dual install. The iso burner I used downloaded the os for me; I don't know whether the mirror would be missing drivers.
– Zach Longhofer
Nov 27 at 8:48
@chili555 I used a live usb to test the system first before going ahead with the dual install. The iso burner I used downloaded the os for me; I don't know whether the mirror would be missing drivers.
– Zach Longhofer
Nov 27 at 8:48
Before you try to install bcmwl-kernel-source, please try:
sudo apt update
and then try again.– chili555
Nov 27 at 14:06
Before you try to install bcmwl-kernel-source, please try:
sudo apt update
and then try again.– chili555
Nov 27 at 14:06
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1096247%2flenovo-yoga-no-wi-fi-adapter-found-download-packages-with-windows%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
Did you install from a DVD? Possibly helpful: askubuntu.com/questions/1069075/… Welcome to Ask Ubuntu.
– chili555
Nov 26 at 18:24
@chili555 I used a live usb to test the system first before going ahead with the dual install. The iso burner I used downloaded the os for me; I don't know whether the mirror would be missing drivers.
– Zach Longhofer
Nov 27 at 8:48
Before you try to install bcmwl-kernel-source, please try:
sudo apt update
and then try again.– chili555
Nov 27 at 14:06