have been able to get openwrt up and running , got an ipv6 tunnel running well and i am able to mount my 4gb usb drive.
the issue i am having now is the wifi ..
i do think at one point it was working but now has decided not to. I dont even know if the card / openwrt version are known to be working at this point.
wifi
root@OpenWrt:~# wifi detect
root@OpenWrt:~# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
eth0.1 no wireless extensions.
eth0.0 no wireless extensions.
br-lan no wireless extensions.
sit0 no wireless extensions.
he.net no wireless extensions.
pci
root@OpenWrt:~# lspci
00:00.0 Host bridge: Broadcom Corporation BCM4704 PCI to SB Bridge (rev 09)
00:02.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
00:03.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62)
00:03.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62)
00:03.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 65)
uname
root@OpenWrt:~# uname -a
Linux OpenWrt 2.6.22 #2 Sun Sep 30 20:38:47 CEST 2007 mips unknown
root@OpenWrt:~# ipkg list_installed | grep bcm
kmod-bcm43xx-mac80211 - 1+2.6.22-brcm47xx-1 -
lsmod
root@OpenWrt:~# lsmod
Module Size Used by Not tainted
usb_storage 27664 1
sd_mod 18416 2
scsi_mod 71968 2 usb_storage,sd_mod
ehci_hcd 28016 0
sit 8624 0
xt_esp 864 0
ipt_ah 768 0
iptable_raw 832 0
xt_portscan 1952 0
xt_CHAOS 1792 0
xt_DELUDE 2560 1
xt_pkttype 704 0
ipt_owner 800 0
ipt_LOG 4864 0
ip6t_owner 800 0
ip6t_eui64 832 0
ip6t_ah 928 0
ip6t_ROUTE 4128 0
ip6t_REJECT 3168 0
ip6t_LOG 5728 0
ip6t_IMQ 672 0
ip6table_raw 608 0
ip6table_mangle 1056 0
ip6_queue 5504 0
tun 6496 0
ppp_async 9664 0
ppp_generic 20000 1 ppp_async
slhc 5408 1 ppp_generic
crc_ccitt 1024 1 ppp_async
tunnel4 1680 1 sit
ext3 97040 1
jbd 54672 1 ext3
ext2 39952 0
usbcore 102032 3 usb_storage,ehci_hcd
nls_base 4416 0
rc80211_simple 2432 0
mac80211 120464 1 rc80211_simple
cfg80211 2448 1 mac80211
ip6table_filter 736 0
ip6_tables 9040 5 ip6t_ah,ip6t_LOG,ip6table_raw,ip6table_mangle,ip6table_filter
ipv6 274752 24 sit,ip6t_ROUTE,ip6t_REJECT,ip6table_mangle
switch_robo 4048 0
switch_core 5056 1 switch_robo
diag 8272 0
configs
root@OpenWrt:~# cat /etc/config/wireless
config wifi-device wl0
option type Broadcom
option channel 5
option disabled '0'
config wifi-iface
option device wl0
# option network lan
option mode ap
option ssid zifnab6
option hidden 0
option encryption none
root@OpenWrt:~#