With the wheezy I can use my Asus N53 wifi, but it will not work on my occidentalis card.
The wheezy has the following configurations:
/etc/network/interfaces
Code: Select all
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
Code: Select all
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="my SSDI"
psk="my passkey"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
auth_alg=OPEN
}
Code: Select all
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 001 Device 005: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 001 Device 006: ID 046d:c077 Logitech, Inc.
Bus 001 Device 007: ID 413c:2107 Dell Computer Corp.
Bus 001 Device 008: ID 0b05:179d ASUSTek Computer, Inc. USB-N53 802.11abgn Network Adapter [Ralink RT3572]
When I execute sudo ifup wlan0
Failed to connect to wpa_supplicant - wpa_ctrl_open: no such file or directory
The problem seems to be that my occidentalis has no /var/run/wpa_supplicant directory
I've tried starting wlan0 on the command line and I got failed to initialize driver interface
Does occidentalis require the asus N53 drivers to be installed? or does it look like the wpa_supplicant in not properly configured?
Help would be much appreciated