Greetings,
I don't have a router to plug an ethernet cable into so I've been trying to get wireless to work and it has been driving me crazy. I don't have a lot of experience with networking, but this is what I've done so far.
I've manually downloaded wifi.tcz and all of its dependencies onto a usb stick. I created a shell script to tce-load -i the packages needed and it appears to succeed. I'm using an EDIMAX EW-7811Un usb wifi adapter and the kernel appears to recognize it. Lsmod shows 8192cu so the driver for it has loaded. Iwconfig shows the device as wlan0, but unassociated.
If I cd to /tmp/tcloop/wifi/usr/local/bin/ and sudo sh wifi.sh it can choose a public wifi access point and everything appears to work. It leases me an IP and tells me the IP of the dns. Ifconfig shows wlan0 UP and RUNNING. Iwconfig shows me associated with the access point.
Everything is good so far and wireless should work. But it doesn't. I can't ping
www.google.com or anything other than the IP it leased me not even the IP for the DNS server. I can't connect with app browser to download any packages.
I've tried connecting to other access points and I get the same results. I've used both public wifi and private shared key ones and in the end it is the same.
I could really use some advice here because I'm at my wits end.