Sorry, I didn't look at the changes you made. It is a feature of an old ASUS code.
Printable View
I would like to announce mini roadmap for our firmwares:
- since 1.9.2.7-d-r2174 we has no plans to implement new features for routers with 4Mb flash due to absence of room in it. But bugfixes and urgent network-related patches will be applied.
- kernel 2.4 based branch still be active for WL500gP V1/V2, WL500W:
- samba 3.0
- mini-upnp
- QoS web-UI(maybe)
- etc.
- most activity planned in kernel 2.6.22 based rtn branch
I think ipv6 might be broken
ipv6 on the rt-n16 works, I can ping etc.
ipv6 on my computers works as well... but I cannot ping, I can only resolve ipv6 addresses:confused: an ipv6 address is leased to all the computers tho
I was trying to get usb audio working on 2174 fw so that I can play mp3 with mpd and iphone client, but the oss driver don't seems to work with my USB sound dongle correctly. Is it possible to to provide alsa sound module?
alsa drivers aren't included into 2.4 kernels, you can download & try to compile it yourself from http://alsa-project.org/
It is inside kernel - under Documentation/ subdirectory. Additional materials about kernel modules you can find in internet. Toolchain starting point is http://code.google.com/p/wl500g/wiki...CustomFirmware and knowledge of gcc & binutils will be helpful.
Hi!
I see there is experimental version of rtn fw for wl500gp-v1 and tried to flash it, but router doesn't respond afterwards (tftp recovery without problem).
Is there any special prerequisite for using this fw? more ram, changed cfe ?
rgds,
schufti
Always write exact version you tried!
Generally, no special prerequisites, but builds simply may have bugs. For example, akbor
experience problems with rtn revisions 2322-2329 on WL500W, see issue 171
Hi!
version was 2340 from today.
Maybe fw hangs because I don't have orig WLAN card in the router atm?
But other fw just skip loading module and act as router ...
schufti
I was thinking about oleg and USBoIP since things like sane don't work that fast... only 1 A4 sheet in 5 minutes on 300dpi:p
So I guess usb over ip is a lot faster.
obviously you got the fantastic closed source solutions: http://usb-server.com/index.html
but I've also found an opensource one with beta support for windows (so it's cross platform)
I must admit that the files look out of date, but on the svn you can see that the last commit was on 8-2-2010 which is quite fair.
also, it looks quite easy to compile:D
what do you think?
I'm going to try it out:)
lly,
I am trying to compile it but got the following and stopped
make[1]: Entering directory `/home/wchan/wl500w/broadcom/src/gateway/portmap'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/wchan/wl500w/broadcom/src/gateway/portmap'
make -C iproute2 KERNEL_INCLUDE=/home/wchan/wl500w/broadcom/src/linux/linux/include EXTRACFLAGS="-Os -mips32 -mtune=mips32 -Wno-pointer-sign -DBCMWPA2 " EXTRA_LDFLAGS="-Wl,-rpath /lib"
make[1]: Entering directory `/home/wchan/wl500w/broadcom/src/gateway/iproute2'
Please, compile the kernel first
make[1]: *** [check-kernel] Error 1
make[1]: Leaving directory `/home/wchan/wl500w/broadcom/src/gateway/iproute2'
make: *** [iproute2] Error 2
is the RTN build for WL500W on core.dumped.ru based on 2.6 kernel? i.e. WL500W-1.9.2.7-rtn-r23.trx.gz
Are they stable enough for home 24x7 usage? :eek:
do you mean the following commands?
$ cd /whatever-you-want/broadcom/src/1.9.2.7-d
$ make kernel
$ make
I have run them already and there were no error...:confused:
Seems to be you have slightly different host environment, try tofrom src/gateway before "make"Code:make kernel
I got the following now:
find . -name '*.[chS]' | xargs /home/wchan/wl500w/broadcom/src/linux/linux-2.4.37.10/scripts/mkdep -D__KERNEL__ -I/home/wchan/wl500w/broadcom/src/linux/linux-2.4.37.10/include -Wall -Wstrict-prototypes -Wno-trigraphs -Os -fno-strict-aliasing -fno-common -fno-builtin-strpbrk -fno-builtin-sprintf -fomit-frame-pointer -I /home/wchan/wl500w/broadcom/src/linux/linux-2.4.37.10/include/asm/gcc -G 0 -mno-abicalls -fno-pic -pipe -finline-limit=10000 -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -Wa,--trap -fno-delete-null-pointer-checks -I/home/wchan/wl500w/broadcom/src/include -DBCMDRIVER -nostdinc -iwithprefix include -- > .depend
realpath(/home/wchan/wl500w/broadcom/src/linux/linux-2.4.37.10/include/asm/gcc) failed, No such file or directory
make[3]: *** [fastdep] Error 123
make[3]: Leaving directory `/home/wchan/wl500w/broadcom/src/linux/linux-2.4.37.10/arch/mips/tools'
make[2]: *** [_sfdep_arch/mips/tools] Error 2
make[2]: Leaving directory `/home/wchan/wl500w/broadcom/src/linux/linux-2.4.37.10'
make[1]: *** [dep-files] Error 2
make[1]: Leaving directory `/home/wchan/wl500w/broadcom/src/linux/linux-2.4.37.10'
make: *** [kernel-image] Error 2
I checked that the "/home/wchan/wl500w/broadcom/src/linux/linux-2.4.37.10/include/asm" is missing. should I manually create a symbolic link to asm-mips? :confused:
i.e. ln -sf asm-mips /home/wchan/wl500w/broadcom/src/linux/linux-2.4.37.10/include/asm
I did the symbolic link then try the make kernal again. Now I got this error and I am completely lost.
( . /home/wchan/wl500w/broadcom/src/linux/linux/.config ; \
if [ "${CONFIG_EMBEDDED_RAMDISK}" = "" ] ; then \
make -C /home/wchan/wl500w/broadcom/src/linux/linux zImage CC=mipsel-uclibc-gcc-3.4.6; \
fi )
make[1]: Entering directory `/home/wchan/wl500w/broadcom/src/linux/linux-2.4.37.10'
make[1]: *** No rule to make target `include/linux/autoconf.h', needed by `include/config/MARKER'. Stop.
make[1]: Leaving directory `/home/wchan/wl500w/broadcom/src/linux/linux-2.4.37.10'
make: *** [kernel-image] Error 2
should I try the RTN version of wl500w instead? Does RTN version has better support for usb sound?
Please read info at http://wl500g.googlecode.com/ - it's beta.
If someone can describe to you all difference between 2.4 & 2.6 kernels in a few words, he(she) will be true hero.
As you can read in forum, wireless driver provided by Broadcom in binary blob, so we can't modify it.
Single major difference between rtn & d branches is ... kernel 2.6. Key points is here - http://code.google.com/p/wl500g/wiki/News
So, I was experimenting to link httpd with mini-lzo.
http://www.oberhumer.com/opensource/lzo/#minilzo
it only adds around ~5kb to the binary, while it can decompress webpages.
If we pre-compress the webpages, it's possible to save around 40-50% of the total size, which is around 300kb.
good idea?:D
Hey, I'm using the new firmware, with a WL500GPv2.
I was wondering if it would be possible to see a list of all attached devices.
I saw the DHCP leases, where you find a MAC address an IP and some host name.
When you click at wireless, you see (I think) the devices attached, but just with MAC address. Could it be possible to also show the hostname and IP?
Also, another question, if I would like to packet sniff everything what goes through the router (so LAN & WAN), what would be the best way to do this? (If possible of course)
Many thanks for this great firmware!
recent patches for the memory use less swap I see :D
http://i54.tinypic.com/2vxf61i.png
(green swap, blue RAM)
:D