Kodi Community Forum

Full Version: eeebox wifi [help for christmas present]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i installed xbmc-live on eeebox than i installed ndiswrapper form (http://www.eeextra.com/download/wireless.zip).

i'm using this interfaces config:

Code:
auto lo
iface lo inet loopback

auto wlan0
iface wlan0 inet static
address 192.168.0.40
gateway 192.168.0.1
dns-nameservers 192.168.0.1
netmask 255.255.255.0
wpa-driver wext
wpa-ssid ___
wpa-ap-scan 2
wpa-proto RSN
wpa-pairwise CCMP
wpa-group CCMP
wpa-key-mgmt WPA-PSK
wpa-psk 2d855bf2e______7f89e2278ed

wifi works.. i can ping the eeebox, connect to that with ssh\scp but i when i try to connect to remote HD (samba for example) i get that error "Network is not avviable"..

xbmc always try to use eth0 interface...how can i do? wifi works on linux-system but dosen't works on xbmc..is it possible?