WiFi Adapter not found on Lenovo y50-70 / newly installed Ubuntu 18.04 / Kernel updated previously
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I'm aware of most of the other posts on this, but I think my issue is a bit different.
To start this off, I had to update the Kernel because the BIOS was broken - as outlined here https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1734147. A friend helped me - we selected recovery boot mode by long pressing the Shift Key after that, and I was able to boot USB after that.
I proceeded to install Ubuntu 18.04 because, additionally to corrupting the BIOS, Ubuntu 17.10 broke my graphics card driver [https://ubuntuforums.org/showthread.php?t=2374885].
Now my problem is that on the current OS the Wifi Adapter isn't found, which is a known problem for my Lenovo y50-70 machine that I also experienced when installing 16.04, I believe.
If my memory serves me correctly, this [https://ubuntuforums.org/showthread.php?t=2280716] was how to fix it. But unfortunately now when I copy bcmwl...deb & dkms...deb to the desktop and enter:
cd ~/Desktop
sudo dpkg -i *.deb
I get:
Selecting previously unselected package bcmwl-kernel-source.
(Reading database ... 131128 files and directories currently installed.)
Preparing to unpack bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu4_amd64.deb ...
Unpacking bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu4) ...
Selecting previously unselected package dkms.
Preparing to unpack dkms_2.3-3ubuntu9_all.deb ...
Unpacking dkms (2.3-3ubuntu9) ...
dpkg: dependency problems prevent configuration of bcmwl-kernel-source:
bcmwl-kernel-source depends on linux-libc-dev; however:
Package linux-libc-dev is not installed.
bcmwl-kernel-source depends on libc6-dev; however:
Package libc6-dev is not installed.
dpkg: error processing package bcmwl-kernel-source (--install):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of dkms:
dkms depends on gcc; however:
Package gcc is not installed.
dkms depends on dpkg-dev; however:
Package dpkg-dev is not installed.
dkms depends on make | build-essential; however:
Package make is not installed.
Package build-essential is not installed.
dpkg: error processing package dkms (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.8.3-2) ...
Errors were encountered while processing:
bcmwl-kernel-source
dkms
I cleaned that up again using: sudo apt --fix-broken install and bcmwl & dkms were removed as far as I can tell.
So I copied the missing programs (linux-libc-dev, libc6-dev, gcc, dpkg-dev, make & build-essential) from my boot stick and was wondering if I should try to install them in the same manner (sudo dpkg -i *.deb) and then proceed the same way I did before and bcmwl & dkms would install without any error this time.
I don't know whether the introduction about how I had to update the Kernel previously is relevant at all, but I've come across posts reading to me like "which Kernel is set to be booted" is relevant to the issue.
08:00.0 Network controller [0280]: Broadcom Limited BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: Lenovo BCM4352 802.11ac Wireless Network Adapter [17aa:0623]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
wireless package-management kernel lenovo broadcom
add a comment |Â
up vote
0
down vote
favorite
I'm aware of most of the other posts on this, but I think my issue is a bit different.
To start this off, I had to update the Kernel because the BIOS was broken - as outlined here https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1734147. A friend helped me - we selected recovery boot mode by long pressing the Shift Key after that, and I was able to boot USB after that.
I proceeded to install Ubuntu 18.04 because, additionally to corrupting the BIOS, Ubuntu 17.10 broke my graphics card driver [https://ubuntuforums.org/showthread.php?t=2374885].
Now my problem is that on the current OS the Wifi Adapter isn't found, which is a known problem for my Lenovo y50-70 machine that I also experienced when installing 16.04, I believe.
If my memory serves me correctly, this [https://ubuntuforums.org/showthread.php?t=2280716] was how to fix it. But unfortunately now when I copy bcmwl...deb & dkms...deb to the desktop and enter:
cd ~/Desktop
sudo dpkg -i *.deb
I get:
Selecting previously unselected package bcmwl-kernel-source.
(Reading database ... 131128 files and directories currently installed.)
Preparing to unpack bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu4_amd64.deb ...
Unpacking bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu4) ...
Selecting previously unselected package dkms.
Preparing to unpack dkms_2.3-3ubuntu9_all.deb ...
Unpacking dkms (2.3-3ubuntu9) ...
dpkg: dependency problems prevent configuration of bcmwl-kernel-source:
bcmwl-kernel-source depends on linux-libc-dev; however:
Package linux-libc-dev is not installed.
bcmwl-kernel-source depends on libc6-dev; however:
Package libc6-dev is not installed.
dpkg: error processing package bcmwl-kernel-source (--install):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of dkms:
dkms depends on gcc; however:
Package gcc is not installed.
dkms depends on dpkg-dev; however:
Package dpkg-dev is not installed.
dkms depends on make | build-essential; however:
Package make is not installed.
Package build-essential is not installed.
dpkg: error processing package dkms (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.8.3-2) ...
Errors were encountered while processing:
bcmwl-kernel-source
dkms
I cleaned that up again using: sudo apt --fix-broken install and bcmwl & dkms were removed as far as I can tell.
So I copied the missing programs (linux-libc-dev, libc6-dev, gcc, dpkg-dev, make & build-essential) from my boot stick and was wondering if I should try to install them in the same manner (sudo dpkg -i *.deb) and then proceed the same way I did before and bcmwl & dkms would install without any error this time.
I don't know whether the introduction about how I had to update the Kernel previously is relevant at all, but I've come across posts reading to me like "which Kernel is set to be booted" is relevant to the issue.
08:00.0 Network controller [0280]: Broadcom Limited BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: Lenovo BCM4352 802.11ac Wireless Network Adapter [17aa:0623]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
wireless package-management kernel lenovo broadcom
3
Please edit your question and add output oflspci -knn | grep Net -A3
terminal command.
â Pilot6
May 28 at 11:10
The easiest way is to connect by wire and install with all dependencies. It will be hard to download all dependencies manually. But it is doable.
â Pilot6
May 28 at 12:35
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm aware of most of the other posts on this, but I think my issue is a bit different.
To start this off, I had to update the Kernel because the BIOS was broken - as outlined here https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1734147. A friend helped me - we selected recovery boot mode by long pressing the Shift Key after that, and I was able to boot USB after that.
I proceeded to install Ubuntu 18.04 because, additionally to corrupting the BIOS, Ubuntu 17.10 broke my graphics card driver [https://ubuntuforums.org/showthread.php?t=2374885].
Now my problem is that on the current OS the Wifi Adapter isn't found, which is a known problem for my Lenovo y50-70 machine that I also experienced when installing 16.04, I believe.
If my memory serves me correctly, this [https://ubuntuforums.org/showthread.php?t=2280716] was how to fix it. But unfortunately now when I copy bcmwl...deb & dkms...deb to the desktop and enter:
cd ~/Desktop
sudo dpkg -i *.deb
I get:
Selecting previously unselected package bcmwl-kernel-source.
(Reading database ... 131128 files and directories currently installed.)
Preparing to unpack bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu4_amd64.deb ...
Unpacking bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu4) ...
Selecting previously unselected package dkms.
Preparing to unpack dkms_2.3-3ubuntu9_all.deb ...
Unpacking dkms (2.3-3ubuntu9) ...
dpkg: dependency problems prevent configuration of bcmwl-kernel-source:
bcmwl-kernel-source depends on linux-libc-dev; however:
Package linux-libc-dev is not installed.
bcmwl-kernel-source depends on libc6-dev; however:
Package libc6-dev is not installed.
dpkg: error processing package bcmwl-kernel-source (--install):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of dkms:
dkms depends on gcc; however:
Package gcc is not installed.
dkms depends on dpkg-dev; however:
Package dpkg-dev is not installed.
dkms depends on make | build-essential; however:
Package make is not installed.
Package build-essential is not installed.
dpkg: error processing package dkms (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.8.3-2) ...
Errors were encountered while processing:
bcmwl-kernel-source
dkms
I cleaned that up again using: sudo apt --fix-broken install and bcmwl & dkms were removed as far as I can tell.
So I copied the missing programs (linux-libc-dev, libc6-dev, gcc, dpkg-dev, make & build-essential) from my boot stick and was wondering if I should try to install them in the same manner (sudo dpkg -i *.deb) and then proceed the same way I did before and bcmwl & dkms would install without any error this time.
I don't know whether the introduction about how I had to update the Kernel previously is relevant at all, but I've come across posts reading to me like "which Kernel is set to be booted" is relevant to the issue.
08:00.0 Network controller [0280]: Broadcom Limited BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: Lenovo BCM4352 802.11ac Wireless Network Adapter [17aa:0623]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
wireless package-management kernel lenovo broadcom
I'm aware of most of the other posts on this, but I think my issue is a bit different.
To start this off, I had to update the Kernel because the BIOS was broken - as outlined here https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1734147. A friend helped me - we selected recovery boot mode by long pressing the Shift Key after that, and I was able to boot USB after that.
I proceeded to install Ubuntu 18.04 because, additionally to corrupting the BIOS, Ubuntu 17.10 broke my graphics card driver [https://ubuntuforums.org/showthread.php?t=2374885].
Now my problem is that on the current OS the Wifi Adapter isn't found, which is a known problem for my Lenovo y50-70 machine that I also experienced when installing 16.04, I believe.
If my memory serves me correctly, this [https://ubuntuforums.org/showthread.php?t=2280716] was how to fix it. But unfortunately now when I copy bcmwl...deb & dkms...deb to the desktop and enter:
cd ~/Desktop
sudo dpkg -i *.deb
I get:
Selecting previously unselected package bcmwl-kernel-source.
(Reading database ... 131128 files and directories currently installed.)
Preparing to unpack bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu4_amd64.deb ...
Unpacking bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu4) ...
Selecting previously unselected package dkms.
Preparing to unpack dkms_2.3-3ubuntu9_all.deb ...
Unpacking dkms (2.3-3ubuntu9) ...
dpkg: dependency problems prevent configuration of bcmwl-kernel-source:
bcmwl-kernel-source depends on linux-libc-dev; however:
Package linux-libc-dev is not installed.
bcmwl-kernel-source depends on libc6-dev; however:
Package libc6-dev is not installed.
dpkg: error processing package bcmwl-kernel-source (--install):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of dkms:
dkms depends on gcc; however:
Package gcc is not installed.
dkms depends on dpkg-dev; however:
Package dpkg-dev is not installed.
dkms depends on make | build-essential; however:
Package make is not installed.
Package build-essential is not installed.
dpkg: error processing package dkms (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.8.3-2) ...
Errors were encountered while processing:
bcmwl-kernel-source
dkms
I cleaned that up again using: sudo apt --fix-broken install and bcmwl & dkms were removed as far as I can tell.
So I copied the missing programs (linux-libc-dev, libc6-dev, gcc, dpkg-dev, make & build-essential) from my boot stick and was wondering if I should try to install them in the same manner (sudo dpkg -i *.deb) and then proceed the same way I did before and bcmwl & dkms would install without any error this time.
I don't know whether the introduction about how I had to update the Kernel previously is relevant at all, but I've come across posts reading to me like "which Kernel is set to be booted" is relevant to the issue.
08:00.0 Network controller [0280]: Broadcom Limited BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: Lenovo BCM4352 802.11ac Wireless Network Adapter [17aa:0623]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
wireless package-management kernel lenovo broadcom
edited May 28 at 12:32
![](https://i.stack.imgur.com/EQWv9.jpg?s=32&g=1)
![](https://i.stack.imgur.com/EQWv9.jpg?s=32&g=1)
Pilot6
50.2k15104186
50.2k15104186
asked May 28 at 11:00
Markus Gratis
54619
54619
3
Please edit your question and add output oflspci -knn | grep Net -A3
terminal command.
â Pilot6
May 28 at 11:10
The easiest way is to connect by wire and install with all dependencies. It will be hard to download all dependencies manually. But it is doable.
â Pilot6
May 28 at 12:35
add a comment |Â
3
Please edit your question and add output oflspci -knn | grep Net -A3
terminal command.
â Pilot6
May 28 at 11:10
The easiest way is to connect by wire and install with all dependencies. It will be hard to download all dependencies manually. But it is doable.
â Pilot6
May 28 at 12:35
3
3
Please edit your question and add output of
lspci -knn | grep Net -A3
terminal command.â Pilot6
May 28 at 11:10
Please edit your question and add output of
lspci -knn | grep Net -A3
terminal command.â Pilot6
May 28 at 11:10
The easiest way is to connect by wire and install with all dependencies. It will be hard to download all dependencies manually. But it is doable.
â Pilot6
May 28 at 12:35
The easiest way is to connect by wire and install with all dependencies. It will be hard to download all dependencies manually. But it is doable.
â Pilot6
May 28 at 12:35
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1041164%2fwifi-adapter-not-found-on-lenovo-y50-70-newly-installed-ubuntu-18-04-kernel%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
3
Please edit your question and add output of
lspci -knn | grep Net -A3
terminal command.â Pilot6
May 28 at 11:10
The easiest way is to connect by wire and install with all dependencies. It will be hard to download all dependencies manually. But it is doable.
â Pilot6
May 28 at 12:35