Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

wifi not working

Need help with peripherals or devices?
Post Reply
Message
Author
Debianuser1
Posts: 2
Joined: 2020-04-11 20:20

wifi not working

#1 Post by Debianuser1 »

I have done clean installations for various Debian distros, but i can not make my wifi work. it works in older version of Debian
I have read some of the recommendations form others in the forum, but their issue at some point or another differs from mine.
I have an Asus UX50V Lap top, intel wifi link 5100. I need help to get it to work

User avatar
4D696B65
Site admin
Site admin
Posts: 2696
Joined: 2009-06-28 06:09
Been thanked: 86 times

Re: wifi not working

#2 Post by 4D696B65 »


User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: wifi not working

#3 Post by stevepusser »

nonfree package "firmware-iwlwifi". If that doesn't get it to work, yours may be hard or soft blocked, but only "it doesn't work" is quite useless for troubleshooting.
MX Linux packager and developer

Debianuser1
Posts: 2
Joined: 2020-04-11 20:20

Re: wifi not working

#4 Post by Debianuser1 »

I have the non-free packages installed. the wifi does work in older versions, I kept a copy of an older version to check if the wifi card was working and it does. In latest version is not working

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: wifi not working

#5 Post by Head_on_a_Stick »

Have you checked

Code: Select all

/usr/sbin/rfkill
deadbang

sandwich
Posts: 16
Joined: 2018-12-03 18:18

Re: wifi not working

#6 Post by sandwich »

In my case on Debian 10, the networking service was attempting to bring up an interface with a name that does not exist on my machine. This was causing the whole networking service to fail (so no wifi either). You can check on your machine with

Code: Select all

systemctl status networking.service
On my machine, the solution was to modify this file: /etc/network/interfaces.d/setup and remove all the lines that mentioned the non-existent interface.

Hope that helps

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: wifi not working

#7 Post by Head_on_a_Stick »

Find the interface name with

Code: Select all

ip link
deadbang

Post Reply