Hi!
I would like to use my plug computer as a wifi router, so i went throw the tutorial below. But something dont work. I can in the consol download with wget from internet, but in my browser appears nothing.
http://plugcomputer.org/plugwiki/index.php/Setting_GuruPlug_to_be_a_WiFi_Access_Pointmodprobe uap8xxx ---> OK
guruplug-debian:~# ifconfig uap0 192.168.1.1 up ---> OK
guruplug-debian:~# /usr/bin/uaputl sys_cfg_ssid $SSID ---> OK
guruplug-debian:~# /usr/bin/uaputl bss_start ---> Fail: ERR:Could not start BSS!
guruplug-debian:~# iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE ---> OK
guruplug-debian:~# echo 1 > /proc/sys/net/ipv4/ip_forward ---> OK
guruplug-debian:~# /etc/init.d/udhcpd start ---> OK
guruplug-debian:~# /etc/init.d/dnsmasq start ---> OK
Somebody has any idea? I think something wrong with uaputl.