Article 5C7F3 Wifi not working in Debian 10

Wifi not working in Debian 10

by
gardenair
from LinuxQuestions.org on (#5C7F3)
hi,
I just use Ubuntu 20 live USB in my laptop,wifi works perfect on it. Then I have install Debian 10 on same Laptop.The LAN point is working but i am interested to use wifi.

Following is the output of the list of network interface.

Code:oot@debian:~# lspci | egrep -i --color 'network|ethernet'
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] (rev 34)

root@debian:~# lspci | egrep -i --color 'network|ethernet|wireless|wi-fi'
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] (rev 34)
I just google it and it shows to add "non-free" component to your /etc/apt/sources.list.
Example
Code:deb http://deb.debian.org/debian buster main contrib non-free
deb-src http://deb.debian.org/debian buster main contrib non-free

deb http://deb.debian.org/debian-security/ buster/updates main contrib non-free
deb-src http://deb.debian.org/debian-security/ buster/updates main contrib non-free

deb http://deb.debian.org/debian buster-updates main contrib non-free
deb-src http://deb.debian.org/debian buster-updates main contrib non-freeFollowing is my own sources.list file.

Code:deb http://deb.debian.org/debian buster main
#

# deb cdrom:[Debian GNU/Linux 10.4.0 _Buster_ - Official amd64 DVD Binary-1 20200509-10:26]/ buster contrib main

# deb cdrom:[Debian GNU/Linux 10.4.0 _Buster_ - Official amd64 DVD Binary-1 20200509-10:26]/ buster contrib main

deb http://security.debian.org/debian-security buster/updates main contrib
deb-src http://security.debian.org/debian-security buster/updates main contrib


# 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
deb http://download.virtualbox.org/virtualbox/debian buster contrib
# deb-src http://download.virtualbox.org/virtualbox/debian buster contrib
deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian buster contrib
# deb-src [arch=amd64] http://download.virtualbox.org/virtualbox/debian buster contrib
# deb-src [arch=amd64] http://download.virtualbox.org/virtualbox/debian buster contrib
# deb-src http://deb.debian.org/debian/ buster-updates main contrib
I even add non-free after the bold lines shown above but still no success.
The issue is which firmware may I install for my wifi ? As the output shows that both LAN and WIFI are of Intel Corporation

Thanks.latest?d=yIl2AUoC8zA latest?i=mGxaHzmFWHk:K-CYRboG5mc:F7zBnMy latest?i=mGxaHzmFWHk:K-CYRboG5mc:V_sGLiP latest?d=qj6IDK7rITs latest?i=mGxaHzmFWHk:K-CYRboG5mc:gIN9vFwmGxaHzmFWHk
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments