RASPBMC and Edimax EW-7811Un
Posted: Sat Jul 07, 2012 8:26 am
Hello,
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...manually. This script is essentially running ifdown -a then ifup -a. If I SSH in and run ifup -a nothing happens, but running ifdown -a first works. From this I deduce that ifup -a has already been run as part of the boot process, but unsuccessfully.
I've tried a few things in /etc/network/interfaces, but this is what I current have:I have tried setting a static IP, but still no joy.
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)?