hamele0n@hamele0n:~$ cat /etc/network/interfaces
# 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
# The primary network interface
auto eth1
iface eth1 inet dhcp
# The wireless network interface
auto eth0
iface eth0 inet dhcp
wpa-driver ipw
wpa-ssid hamele0n
wpa-key-mgmt WPA-PSK
wpa-passphrase mypassphrase
dmesg выдает следующее:
hamele0n@hamele0n:~$ dmesg|grep ipw
[4294690.485000] ipw2200: Intel® PRO/Wireless 2200/2915 Network Driver, 1.1.1
[4294690.485000] ipw2200: Copyright© 2003-2006 Intel Corporation
[4294690.485000] Warning: PCI driver ipw2200 has a struct device_driver shutdown method, please update!
[4294690.535000] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
[4294691.030000] ipw2200: Detected geography ZZM (11 802.11bg channels, 0 802.11a channels)
hamele0n@hamele0n:~$ dmesg|grep eth0
[4294694.047000] eth0: NETDEV_TX_BUSY returned; driver should report queue full via ieee_device->is_queue_full.
[4294710.205000] eth0: no IPv6 routers present
Вроде критичных ошибок не всплывает, но беспроводное соединение не устанавливается. Хотя в запущенных процессах фигурирует wpa_supplicant со всеми необходимыми ключами:
hamele0n@hamele0n:~$ ps aux|grep wpa
root 3275 0.0 0.1 3336 712 ? S<s 19:03 0:00 /sbin/wpa_supplicant -B -P /var/run/wpa_supplicant.eth0.pid -i eth0 -C /var/run/wpa_supplicant -D ipw
Работоспособность драйвера и wpa_supplicant сомнений не вызывает, т.к. сеть удалось поднять с помощью knetworkmanager, но использовать его смысла нет ввиду его нестабильности.
Помогите, пожалуйста, а то я уже в расстройстве, в Mandrive и Suse все настраивалось за 5 минут, а с дебианом справится не могу.
