I installed openwrt-brcm47xx-2.6-squashfs.trx following http://wiki.openwrt.org/OpenWrtDocs/Har … ys/WRT54GL steps, and wireless is not working , nor web sever.
In the browser: http://192.168.1.1/ return:
404 Not Found
The requested URL was not found on this server.
The firmware is: http://downloads.openwrt.org/kamikaze/7 … uashfs.trx
BusyBox v1.4.2 (2007-09-29 09:36:14 CEST) 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
KAMIKAZE (7.09) -----------------------------------
* 10 oz Vodka Shake well with ice and strain
* 10 oz Triple sec mixture into 10 shot glasses.
* 10 oz lime juice Salute!
---------------------------------------------------
root@OpenWrt:~# uci set network.wan.proto=dhcp
root@OpenWrt:~# uci commit network
root@OpenWrt:~# ifup wan
udhcpc (v1.4.2) started
root@OpenWrt:~# Sending discover...
Sending select for 200.115.199.141...
Lease of 200.115.199.141 obtained, lease time 3600
adding router 200.115.196.1
deleting old routes
adding dns 200.115.192.30
adding dns 200.115.192.29
I try (of openwrt.pdf):
root@OpenWrt:/etc/config# cat /etc/config/wireless
config wifi-device "wifi0"
option type "atheros"
option channel "5"
option agmode "11g"
config wifi-iface
option device "wifi0"
option network lan
option mode "ap"
option ssid "OpenWrt"
option hidden "0"
option encryption "none"
But:
root@OpenWrt:~# uci set wireless.wl0.disabled=0
root@OpenWrt:~# uci commit wireless && wifi
wl0(broadcom): Interface type not supported
wl0(broadcom): Interface type not supported
root@OpenWrt:/etc/config# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth0.0 no wireless extensions.
eth0.1 no wireless extensions.
br-lan no wireless extensions.
root@OpenWrt:/etc/config# ifconfig
br-lan Link encap:Ethernet HWaddr 00:21:29:68:33:5B
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3434 errors:0 dropped:0 overruns:0 frame:0
TX packets:2885 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:561933 (548.7 KiB) TX bytes:1213619 (1.1 MiB)
eth0 Link encap:Ethernet HWaddr 00:21:29:68:33:5B
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:14184 errors:0 dropped:0 overruns:0 frame:0
TX packets:4368 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2290288 (2.1 MiB) TX bytes:1719072 (1.6 MiB)
Interrupt:4
eth0.0 Link encap:Ethernet HWaddr 00:21:29:68:33:5B
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3434 errors:0 dropped:0 overruns:0 frame:0
TX packets:2885 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:575669 (562.1 KiB) TX bytes:1225159 (1.1 MiB)
eth0.1 Link encap:Ethernet HWaddr 00:21:29:68:33:5B
inet addr:200.115.199.141 Bcast:255.255.255.255 Mask:255.255.252.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:10712 errors:0 dropped:0 overruns:0 frame:0
TX packets:1486 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1457725 (1.3 MiB) TX bytes:476013 (464.8 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:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
root@OpenWrt:/etc/config# lsmod
Module Size Used by Tainted: P
ath_pci 94384 0
wlan_xauth 480 0
wlan_wep 4000 0
wlan_tkip 9664 0
wlan_ccmp 5408 0
wlan_acl 1888 0
ath_rate_minstrel 7840 0
ath_hal 271168 2 ath_pci,ath_rate_minstrel
wlan_scan_sta 8736 0
wlan_scan_ap 2624 0
wlan 146400 9 ath_pci,wlan_xauth,wlan_wep,wlan_tkip,wlan_ccmp,wlan_acl,ath_rate_minstrel,wlan_scan_sta,wlan_scan_ap
ppp_async 9664 0
ppp_generic 20000 1 ppp_async
slhc 5408 1 ppp_generic
crc_ccitt 1024 1 ppp_async
switch_robo 4048 0
switch_core 5056 1 switch_robo
diag 8272 0
root@OpenWrt:/etc/config# cat /proc/cpuinfo
system type : Broadcom BCM47xx
processor : 0
cpu model : Broadcom BCM3302 V0.8
BogoMIPS : 199.16
wait instruction : yes
microsecond timers : yes
tlb_entries : 32
extra interrupt vector : no
hardware watchpoint : no
ASEs implemented :
VCED exceptions : not available
VCEI exceptions : not available
any idea?