OK got it connected with Attitude Adjustment, bleeding edge.
- Code: Select all
BusyBox v1.19.3 (2011-12-01 00:51:01 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
ATTITUDE ADJUSTMENT (bleeding edge, r29366) ----------
* 1/4 oz Vodka Pour all ingredients into mixing
* 1/4 oz Gin tin with ice, strain into glass.
* 1/4 oz Amaretto
* 1/4 oz Triple sec
* 1/4 oz Peach schnapps
* 1/4 oz Sour mix
* 1 splash Cranberry juice
-----------------------------------------------------
root@OpenWrt:/# uname -a
Linux OpenWrt 3.0.9 #14 Sun Dec 4 23:15:21 CST 2011 mips GNU/Linux
root@OpenWrt:/# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth0.0 no wireless extensions.
eth0.1 no wireless extensions.
br-lan no wireless extensions.
wlan0 IEEE 802.11bg ESSID:"James Quall"
Mode:Managed Frequency:2.437 GHz Access Point: 00:1D:73:B4:83:F0
Bit Rate=24 Mb/s Tx-Power=20 dBm
RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=70/70 Signal level=-8 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:7 Missed beacon:0
root@OpenWrt:/# ifconfig
br-lan Link encap:Ethernet HWaddr 20:CF:30:87:F1:0A
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:170 errors:0 dropped:75 overruns:0 frame:0
TX packets:489 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:41566 (40.5 KiB) TX bytes:196993 (192.3 KiB)
eth0 Link encap:Ethernet HWaddr 20:CF:30:87:F1:0A
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:569 errors:0 dropped:0 overruns:0 frame:0
TX packets:1710 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:154434 (150.8 KiB) TX bytes:694796 (678.5 KiB)
Interrupt:4
eth0.0 Link encap:Ethernet HWaddr 20:CF:30:87:F1:0A
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:562 errors:0 dropped:0 overruns:0 frame:0
TX packets:703 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:141282 (137.9 KiB) TX bytes:271810 (265.4 KiB)
eth0.1 Link encap:Ethernet HWaddr 20:CF:30:87:F1:0A
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:1002 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:403806 (394.3 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:21672 errors:0 dropped:0 overruns:0 frame:0
TX packets:21672 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1476123 (1.4 MiB) TX bytes:1476123 (1.4 MiB)
wlan0 Link encap:Ethernet HWaddr 20:CF:30:87:F1:0A
inet addr:10.10.1.139 Bcast:10.10.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:750 errors:0 dropped:0 overruns:0 frame:0
TX packets:345 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:32
RX bytes:108953 (106.3 KiB) TX bytes:39431 (38.5 KiB)
root@OpenWrt:/#
I'm using the b43 firmware version 410, which is what ive got running on my working RC5 setup.
You have to manually select this version from the configuration menu ("make menuconfig")
I have no idea if the newer versions help/hurt stability.
- Code: Select all
[ 394.948000] b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
There seems to be some kind of bug with the generation of configuration files. OpenWRT reads the junk from /etc/config/wireless and builds a config file for wpa_supplicant on the fly. I manually created a wpa_supplicant config file and started it up. Then to get an IP from DHCP, ran 'udhcpc -i wlan0'.
It worked, but its different than backfire RC5, where br-lan is the interface with the IP address, but it seems to work fine.
Anybody have a good way to stress test the stability of this? Maybe looped HTTP downloads or something?