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]










share|improve this question
























  • 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















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]










share|improve this question
























  • 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













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]










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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


















  • 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















active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















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






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?