My Edimax EW-7811Un works fine with the Wheezy Beta image using the excellent script provided by MrEngman in this thread: http://www.raspberrypi.org/phpBB3/viewt ... =26&t=6256
However, I am now trying to get it to work with RASPBMC RC 3.
I can get it to work if I run
Code: Select all
sudo /etc/init.d/networking restartI've tried a few things in /etc/network/interfaces, but this is what I current have:
Code: Select all
allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp
wpa-ssid myssid
wpa-psk myhexkeygeneratedwithwpapassphrase- Any ideas how I can either get the call to ifup -a on boot to work (preferred), or the best way to just run it again later in the process (hacky)?
- Where should I be looking to find out what's happening on boot (logs, etc.)?
- How come ethernet works when there's nothing in my /etc/network/interfaces file? Is that an avenue I can investigate?
- Where would the initial call to ifup -a be made from (if indeed it is being made)?