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

 

 

 

Cannot View Available Wireless Networks

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
minimalism
Posts: 1
Joined: 2019-01-13 20:52

Cannot View Available Wireless Networks

#1 Post by minimalism »

In the Wicd network manager, I can not see the list of available wireless networks because it instead says "No wireless networks found".
Things I have already attempted:
-added non free repo and installed iwlwifi driver as mentioned in this guide: https://wiki.debian.org/iwlwifi
-reinstalled drivers from intel's website: https://www.intel.com/content/www/us/en ... rking.html
-brought interface up using "ip link set wlp3s0 up"

output of "lspci | grep Wireless":

Code: Select all

03:00.0 Network controller: Intel Corporation Centrino Wireless-N 1000 [Condor Peak]
output of "uname -a:"

Code: Select all

Linux laptop 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux
output of "cat /etc/issue"

Code: Select all

Debian GNU/Linux 9 \n \l
output of "ip a"

Code: Select all

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether f0:de:f1:48:fc:f7 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.3/24 brd 192.168.1.255 scope global enp0s25
       valid_lft forever preferred_lft forever
    inet6 fe80::f2de:f1ff:fe48:fcf7/64 scope link 
       valid_lft forever preferred_lft forever
3: wlp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
    link/ether 8c:a9:82:3d:64:40 brd ff:ff:ff:ff:ff:ff
    inet 169.254.6.53/16 brd 169.254.255.255 scope link wlp3s0:avahi
       valid_lft forever preferred_lft forever
output of "cat /etc/network/interfaces":

Code: Select all

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

#source /etc/network/interfaces.d/*

# The loopback network interface
#auto lo
#iface lo inet loopback

# The primary network interface
#allow-hotplug enp0s25
#iface enp0s25 inet dhcp

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback
auto wlp3s0
iface wlp3s0 inet dhcp
	wireless-essid [ESSID]	
	wireless-mode [MODE] 

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: Cannot View Available Wireless Networks

#2 Post by Head_on_a_Stick »

minimalism wrote:

Code: Select all

	wireless-essid [ESSID]	
	wireless-mode [MODE]
You need to set the password as well.

https://wiki.debian.org/WiFi/HowToUse#W ... d_WPA2-PSK

You can remove Wicd once you have ifupdown working, it's useless bloat anyway...

EDIT: if you want to use Wicd (why?) then remove all references to the wireless connection in /etc/network/interfaces, I think it will ignore devices listed there.
deadbang

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: Cannot View Available Wireless Networks

#3 Post by bw123 »

If you want to be mobile, using your laptop in different locations, something like wicd is handy. You can do roaming though without one, by using a wpa_supplicant.conf, instead of putting a password/ssid in /etc/network/interfaces. That way you can describe several networks you might want to use.

I like wpa_cli but there is a wpa_gui also.

https://xrunhprof.wordpress.com/2009/09 ... on-debian/
resigned by AI ChatGPT

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

Re: Cannot View Available Wireless Networks

#4 Post by stevepusser »

Seems rather basic, but wicd requires you to manually tell it what wireless interface to use instead of finding them automatically. Did you type in "wlp3s0"?
MX Linux packager and developer

Post Reply