climate_zipfile
New Member
I tried installing the right package for my wireless PCI card and I still get the “No WiFi Adapter Found” error.
Setup:
This is a desktop system, no Ethernet in this part of house, only wireless internet. So, I installed from DVD only. Wireless card works with Windows and Ubuntu.
Here is what I’ve done so far:
1. Read a similar post on Linux.org here: https://www.linux.org/threads/no-wifi-adapter-found.22187/
I couldn’t get that to work for me. Did some more research on YouTube:
2. Modified my sources.list file by making sure that non-free was included. Like so,
3. Ran $lspci -nn to find out network chip number:
4. Searched for “Debian 10” + “BCM4360”, I got the following non-free package:
5. Downloaded this to a USB drive on another computer and transferred the package to the Debian Downloads folder. I installed the module this way:
That gave the following result:
(Reading database ... 137123 files and directories currently installed.)
Preparing to unpack .../broadcom-sta-dkms_6.30.223.271-10_all.deb
...Unpacking broadcom-sta-dkms (6.30.223.271-10) over (6.30.223.271-10)
...dpkg: dependency problems prevent configuration of broadcom-sta-dkms: broadcom-sta-dkms depends on dkms (>= 2.1.0.0);
however: Package dkms is not configured yet.
dpkg: error processing package broadcom-sta-dkms (--install): dependency problems - leaving unconfigured
Errors were encountered while processing: broadcom-sta-dkms
6. I did a shutdown and restart but, I still get the “No WiFi Adapter” error.
7. Tried installing Aptitude and Synaptic to fix dependency issues, neither would run.
8. Ran $apt list -- installed | grep broadcom-sta-dkms
broadcom-sta-dkms/now 6.30.223.271-10 all [installed,local]
9. Ran $sudo iwconfig
enp6s0 no wireless extensions.
lo no wireless extensions.
I don’t have any idea on how to proceed from here. I’m still pretty new to Linux.
Setup:
Memory 11.7 GB
Processor Intel Core i7 CPU 920 @ 2.67GHz * 8
Graphics NVA0
GNOME 3.30.2
Debian GNU/Linux 10.5.0
OS type 64-bit
Disk 736.8 GB
Network ASUS PCE-AC86 Wireless PCI card
This is a desktop system, no Ethernet in this part of house, only wireless internet. So, I installed from DVD only. Wireless card works with Windows and Ubuntu.
Here is what I’ve done so far:
1. Read a similar post on Linux.org here: https://www.linux.org/threads/no-wifi-adapter-found.22187/
I couldn’t get that to work for me. Did some more research on YouTube:
2. Modified my sources.list file by making sure that non-free was included. Like so,
# deb cdrom:[Debian GNU/Linux 10.5.0 _Buster_ - Official amd64 DVD Binary-1 20200801-11:35]/ buster contrib main
deb cdrom:[Debian GNU/Linux 10.5.0 _Buster_ - Official amd64 DVD Binary-1 20200801-11:35]/ buster contrib non-free main
deb cdrom:[Debian GNU/Linux 10.5.0 _Buster_ - Official amd64 DVD Binary-2 20200801-11:35]/ buster contrib non-free main
deb cdrom:[Debian GNU/Linux 10.5.0 _Buster_ - Official amd64 DVD Binary-3 20200801-11:35]/ buster contrib non-free main
# Line commented out by installer because it failed to verify:deb http://security.debian.org/debian-security buster/updates main contrib non-free
# Line commented out by installer because it failed to verify:deb-src http://security.debian.org/debian-security buster/updates main contrib non-free
# buster-updates, previously known as 'volatile'
# A network mirror was not selected during install. The following entries# are provided as examples, but you should amend them as appropriate# for your mirror of choice.
#deb http://deb.debian.org/debian/ buster-updates main contrib non-free
deb http://deb.debian.org/debian/ buster main contrib non-free
deb-src http://deb.debian.org/debian/ buster-updates main contrib non-free
3. Ran $lspci -nn to find out network chip number:
04:00.0 Network controller [0280]: Broadcom Limited BCM4360 802.11ac Wireless Network Adapter [14e4:43a0] (rev 03)
06:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 03)
4. Searched for “Debian 10” + “BCM4360”, I got the following non-free package:
5. Downloaded this to a USB drive on another computer and transferred the package to the Debian Downloads folder. I installed the module this way:
$sudo dpkg -i '/home/user/Downloads/broadcom-sta-dkms_6.30.223.271-10_all.deb'
That gave the following result:
(Reading database ... 137123 files and directories currently installed.)
Preparing to unpack .../broadcom-sta-dkms_6.30.223.271-10_all.deb
...Unpacking broadcom-sta-dkms (6.30.223.271-10) over (6.30.223.271-10)
...dpkg: dependency problems prevent configuration of broadcom-sta-dkms: broadcom-sta-dkms depends on dkms (>= 2.1.0.0);
however: Package dkms is not configured yet.
dpkg: error processing package broadcom-sta-dkms (--install): dependency problems - leaving unconfigured
Errors were encountered while processing: broadcom-sta-dkms
6. I did a shutdown and restart but, I still get the “No WiFi Adapter” error.
7. Tried installing Aptitude and Synaptic to fix dependency issues, neither would run.
8. Ran $apt list -- installed | grep broadcom-sta-dkms
broadcom-sta-dkms/now 6.30.223.271-10 all [installed,local]
9. Ran $sudo iwconfig
enp6s0 no wireless extensions.
lo no wireless extensions.
I don’t have any idea on how to proceed from here. I’m still pretty new to Linux.