3djake
Still Fresh
Hi, do I need any repositories or software to make this run on a ubuntu destro?
allow-hotplug usb0
mapping hotplug
script grep
map usb0
iface usb0 inet static
address 192.168.1.64
netmask 255.255.255.0
up iptables -t nat -A POSTROUTING -o eth0 -s 192.168.1.99 -j MASQUERADE
up echo 1 > /proc/sys/net/ipv4/ip_forward
down iptables -t nat -D POSTROUTING -o eth0 -s 192.168.1.99 -j MASQUERADE
down echo 0 > /proc/sys/net/ipv4/ip_forward
notaz said:Don't know if that's easiest but I'd setup your laptop as a router.
So Caanoo would have:
ifconfig usb0 10.0.2.2 up
route add default gw 10.0.2.1
echo "nameserver your_ISP_DNS" > /etc/resolv.conf
Laptop:
ifconfig usb0 10.0.2.1 up [or give it that IP to usb0 using Network Manager, it might override ifconfig anyway]
Then follow some ubuntu internet connection sharing guite, perhaps this would help:
https://help.ubuntu.com/community/Internet/ConnectionSharing#GUI%20Method%20via%20Network%20Manager%20(Ubuntu%209.10%20and%20up)
Hi,
I am trying to access the flash on my caanoo so I can edit the common.ini file so I can get my 360 controller working as per this link
http://dl.openhandhelds.org/cgi-bin/caanoo.cgi?0,0,0,0,8,747
I have installed Ubuntu just for this purpose and after 3hrs of trying to access the flash memory I have realised I have no idea how to get it to work. I've tried the stock IP settings, I have tried following the steps in this atricle, nothing is working. For a guy who normally figures stuff out this is very frustrating! When I run the app on the caanoo USB 0 tries to auto connect then fails after a time, I can see it trying to work but it just will not connect.I am using the latest caanoo firmware 1.6.1 If somebody could be so kind to provide a step by step seto of instructions to get this working i'd be so grateful. I seem to be a bit of a noob when it comes to telnet and linux so any and all help is MUCH appreciated.
Thanks for your time