Thanks Oleg and Antiloop !! A great job.
It works perfectly (except the fact that the WLAN settings are now set to '1Mb/s to 11Mb/s', but it is still working in 54Mb/s mode).
Looking in the conf files, i have understood how to properly activate the anonymous login on the FTP server :
- disable the anonymous login
- create an anonymous account, password: * and rights are Read Only
By the way, i have asked this request to the asus support team and i am still waiting for an answer....
Custom firmware - what could be helpful to implement?
I am thinking about some useful things which would be nice to have implemented in next release of customized firmware. What do you think about that? Would somebody of our Linux/Firmware gurus be able to do it? ;)
1) wl.o module to be replaced by wl_apsta.o from Linksys WRT-54G 1.42.3 (or later). The newer wl_apsta.o module allows to put the WL-500b/g module into Client mode.
2) adding option for web folder location change so the web folder could be moved to USB flash disk - it would allow us to start working on configuration web pages design change (to create some additional configuration buttons / boxes in the web configurator). The released on-board flash space would be an advantage.
3) serial port emulation on parallel port - it would be really nice to have something like serial port on WL-500b/g (I am afraid the tip from Linksys forum for UART assembly does not apply to WL-500b/g). I would like to connect a mobile phone to WL-500b and try to setup a GPRS connection to Internet provider. An additional driver for USB<->RS232 converter would be also nice but AFAIK there are many chipsets for that purpose... And I don't plan to use parallel port for any shared printer.
4) OV511 webcam driver update with current version 1.61 I still can't make my Creative Labs WebCam III USB working in monitoring mode. The newer drivers are available here: http://alpha.dyndns.org/ov511/ . Unfortunately I am too stupid to compile it and update my WL-500b. :(
Re: Custom firmware - what could be helpful to implement?
Quote:
Originally posted by Technik
I am thinking about ...
2) adding option for web folder location change so the web folder could be moved to USB flash disk - it would allow us to start working on configuration web pages design change (to create some additional configuration buttons / boxes in the web configurator). The released on-board flash space would be an advantage.
Telnet to my.router (well yours!)
CD to the dir that contains your index.asp CD /mnt/usbfs/whatever
Kill the HTTPD task
killall httpd
Restart HTTPD
httpd
Note: some of the configuration web pages seem to use relative paths to the configuration utilities/scripts/enviroment vars and don't work if you simply copy the entire web dir!