我不知道如何让 WIFI 在 debian 上正常工作。
首先,当我刚安装 Debian 时,我有WICD
一个网络程序。该程序无法正常工作。具体来说,它无法通过Validating Authentication
.它只是在很长一段时间内没有连接,最后我才到达底部not connected
。
然后我决定安装gnome-network-manager
并使用nm-applet
连接断开等。
但这工作不稳定。有时它已连接,然后突然连接丢失,即使显示nm-applet
连接为“完整”。然后我像 X10 一样断开连接并再次连接,然后重新建立连接。
有人可以告诉我出了什么问题吗?为什么 WIFI 应用程序无法运行?
预先感谢您的帮助。
PS我安装了最新的debian。
更多信息:
lspci
:
root@debian:/home/jenia# lspci -knn | grep Net -A2
00:19.0 Ethernet controller [0200]: Intel Corporation 82566MM Gigabit Network Connection [8086:1049] (rev 03)
Subsystem: Lenovo ThinkPad T61/R61 [17aa:20b9]
Kernel driver in use: e1000e
--
03:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection [8086:4230] (rev 61)
Subsystem: Intel Corporation Device [8086:1010]
Kernel driver in use: iwl4965
uname -a
:
root@debian:/home/jenia# uname -a
Linux debian 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02) i686 GNU/Linux
使/etc/network/interfaces
连接有效的更改:
# 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 eth0
iface eth0 inet dhcp
auto wlan0
# I added this <---------------------------------------
iface wlan0 inet dhcp
wpa-ssid ASUS
wpa-psk asdkadmkamdskmakdsmakmds
连接工作正常,只是这不能解释为什么一方面连接超时gnome-network-manager
,另一方面身份验证失败(我使用GUI 输入并验证密码一百万次!)。nm-applet
WCID
WCID
另外,我想知道如何连接到其他网络?我总是需要改变吗/etc/network/interfaces
?
答案1
删除wicd
,因为它会导致一些冲突使用网络管理器:
警告:运行多个网络管理器会导致问题,因此禁用所有其他网络管理守护程序非常重要。
然后 wpa-ssid
从wpa-psk
您的/etc/network/interfaces