Tiny Core Extensions > TCE Talk

wpa_supplicant error

(1/3) > >>

fladd:
Hi there,

the tutorial in the wiki is not working here.
The error when starting wpa_supplicant is always that it cannot set interface wlan0 up.
There is also the error SIOCSIWSCAN: no such file or directory.

What is going on here?

Regards,
fladd

roberts:
What does iwconfig display? Did you run the command as root?

fladd:
iwconfig says that the card is there.
I did everything exactly like in the tutorial in the wiki!

fladd

jls:

--- Code: ---sudo su

echo "network={" > /etc/wpa_supplicant.conf
echo "ssid=\"home\"" >> /etc/wpa_supplicant.conf
echo "scan_ssid=1" >> /etc/wpa_supplicant.conf
echo "" >> /etc/wpa_supplicant.conf
echo "key_mgmt=WPA-PSK" >> /etc/wpa_supplicant.conf
echo "" >> /etc/wpa_supplicant.conf
echo "psk=\"key\"" >> /etc/wpa_supplicant.conf
echo "" >> /etc/wpa_supplicant.conf
echo "}" >> /etc/wpa_supplicant.conf

wpa_supplicant -Bdd -D wext -i ra0 -c /etc/wpa_supplicant.conf       

--- End code ---

fladd:
With this the output is different (more text), but "could not set interface 'wlan0' UP" is still in there.

Any more ideas?

When trying to scan for networks, I also get the error: wlan0 Interface doesn't support scanning: Network down
lsmod gives me rt2500usb, rt73usb, rt2x00usb, rt2x00lib

fladd

Navigation

[0] Message Index

[#] Next page

Go to full version