Hello,
I am using the D-Link WDA-1320 card (Atheros) and it uses the restricted drivers (as said in Feisty).
I have followed the directions precisely but with no luck.
I also noticed with the d-link card I have ath0, eth2, and wlan0 (eth1 is my wired connection) So I added the static configuration to all of them.
I have removed NetworkManager and NetworkManager-Gnome, I have WPA_Supplicant, and I'm running Feisty Fawn 7.04
Any help would be greatly appreciated.
[Edit] Here's what I get when I restart, what iwconfig dumps, and what I have in /etc/networking/interfaces
=======Code:justin@bullbox:~$ sudo /etc/init.d/networking restart Password: * Reconfiguring network interfaces... SIOCDELRT: No such process eth1: ERROR while getting interface flags: No such device There is already a pid file /var/run/dhclient.eth1.pid with pid 134993416 Internet Systems Consortium DHCP Client V3.0.4 Copyright 2004-2006 Internet Systems Consortium. All rights reserved. For info, please visit http://www.isc.org/sw/dhcp/ wifi0: unknown hardware address type 801 SIOCSIFADDR: No such device eth1: ERROR while getting interface flags: No such device eth1: ERROR while getting interface flags: No such device wifi0: unknown hardware address type 801 Bind socket to interface: No such device Failed to bring up eth1. eth2: ERROR while getting interface flags: No such device ioctl[SIOCSIWPMKSA]: No such device ioctl[SIOCSIWMODE]: No such device Could not configure driver to use managed mode ioctl[SIOCGIFFLAGS]: No such device Could not set interface 'eth2' UP ioctl[SIOCGIWRANGE]: No such device ioctl[IEEE80211_IOCTL_SETPARAM]: No such device ioctl[SIOCSIWAP]: No such device ioctl[SIOCGIFFLAGS]: No such device Failed to initialize driver interface wpa_supplicant: /sbin/wpa_supplicant daemon failed to start run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1 SIOCSIFADDR: No such device eth2: ERROR while getting interface flags: No such device SIOCSIFNETMASK: No such device eth2: ERROR while getting interface flags: No such device Failed to bring up eth2. ioctl[SIOCSIWPMKSA]: Invalid argument ioctl[SIOCSIWMODE]: Invalid argument Could not configure driver to use managed mode ioctl[SIOCGIWRANGE]: Invalid argument ioctl[IEEE80211_IOCTL_SETPARAM]: Invalid argument ioctl[SIOCSIWAP]: Invalid argument Failed to initialize driver interface wpa_supplicant: /sbin/wpa_supplicant daemon failed to start run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1 RTNETLINK answers: File exists run-parts: /etc/network/if-up.d/avahi-autoipd exited with return code 2 wlan0: ERROR while getting interface flags: No such device ioctl[SIOCSIWPMKSA]: No such device ioctl[SIOCSIWMODE]: No such device Could not configure driver to use managed mode ioctl[SIOCGIFFLAGS]: No such device Could not set interface 'wlan0' UP ioctl[SIOCGIWRANGE]: No such device ioctl[IEEE80211_IOCTL_SETPARAM]: No such device ioctl[SIOCSIWAP]: No such device ioctl[SIOCGIFFLAGS]: No such device Failed to initialize driver interface wpa_supplicant: /sbin/wpa_supplicant daemon failed to start run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1 There is already a pid file /var/run/dhclient.wlan0.pid with pid 134993416 Internet Systems Consortium DHCP Client V3.0.4 Copyright 2004-2006 Internet Systems Consortium. All rights reserved. For info, please visit http://www.isc.org/sw/dhcp/ wifi0: unknown hardware address type 801 SIOCSIFADDR: No such device wlan0: ERROR while getting interface flags: No such device wlan0: ERROR while getting interface flags: No such device wifi0: unknown hardware address type 801 Bind socket to interface: No such device Failed to bring up wlan0. [ OK ] justin@bullbox:~$
=======Code:justin@bullbox:~$ iwconfig lo no wireless extensions. eth0 no wireless extensions. wifi0 no wireless extensions. ath0 IEEE 802.11g ESSID:"" Nickname:"" Mode:Managed Channel:0 Access Point: Not-Associated Bit Rate:0 kb/s Tx-Power:18 dBm Sensitivity=0/3 Retry:off RTS thr:off Fragment thr:off Power Management:off Link Quality=0/94 Signal level=-96 dBm Noise level=-96 dBm Rx invalid nwid:11990 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 justin@bullbox:~$
Code:auto lo iface lo inet loopback auto eth1 iface eth1 inet dhcp auto eth2 iface eth2 inet static address 192.168.1.127 gateway 192.168.1.1 dns-nameservers 192.168.1.1 netmask 255.255.255.0 wpa-driver madwifi wpa-ssid gray-network wpa-ap-scan 1 wpa-proto RSN wpa-pairwise CCMP wpa-group CCMP wpa-key-mgmt WPA-PSK wpa-psk 9783db4dfeaf61f96982d0791f15534ea0d9d98d55267bdf2ba750501f98a80d auto ath0 iface ath0 inet static address 192.168.1.127 gateway 192.168.1.1 dns-nameservers 192.168.1.1 netmask 255.255.255.0 wpa-driver madwifi wpa-ssid gray-network wpa-ap-scan 1 wpa-proto RSN wpa-pairwise CCMP wpa-group CCMP wpa-key-mgmt WPA-PSK wpa-psk 9783db4dfeaf61f96982d0791f15534ea0d9d98d55267bdf2ba750501f98a80d auto wifi0 iface wifi0 inet static address 192.168.1.127 gateway 192.168.1.1 dns-nameservers 192.168.1.1 netmask 255.255.255.0 wpa-driver madwifi wpa-ssid gray-network wpa-ap-scan 1 wpa-proto RSN wpa-pairwise CCMP wpa-group CCMP wpa-key-mgmt WPA-PSK wpa-psk 9783db4dfeaf61f96982d0791f15534ea0d9d98d55267bdf2ba750501f98a80d auto wlan0 iface wlan0 inet dhcp wpa-driver madwifi wpa-ssid gray-network wpa-ap-scan 1 wpa-proto RSN wpa-pairwise CCMP wpa-group CCMP wpa-key-mgmt WPA-PSK wpa-psk 9783db4dfeaf61f96982d0791f15534ea0d9d98d55267bdf2ba750501f98a80d
Note: I added wifi0 into the mix because on first attempt I noticed that the restart was complaining about a wifi0.



Adv Reply



Bookmarks