Ulrich
25-01-2005, 20:09
Hi,
I finally got my WL-HDD and tried to run it with Oleg's v.1.9.2.7 CR3 firmware. First of all, a big thank you to Oleg for his great work. Secondly, I noted a few glitches that took me some time to sort out. It might be interesting for others, too.
1. I've installed a 60 GB HDD and tried to format it using the custom firmware. However, mke2fs always crashed by running out of memory. I then tried Asus 1.2.3.0 firmware using the web interface. This suprisingly worked. Changing back to custom firmware, I noted that the Asus firmware had created a 60 MB swap space. By enabling CONFIG_MKSWAP and CONFIG_SWAPONOFF in busybox, the box can indeed create and use swap space. Now it's able to format the disc on its own.
2. Using root file system on internal HDD doesn't work. Reason is that the init script (linuxrc.sh) only probes for USB drives. This can easily be fixed by adding modules ide-mod, ide-probe-mod and ide-disk to the list of inserted modules.
3. The ftp server drove me crazy as I did not manage to login from my Linux box using ftp or lftp. It just kills the connection saying "422 Too busy to play with you.". After some debugging fun I figured out that stupid-ftpd does not support the AUTH command and simply closes connection when FTP client is probing for supported authentication methods. I've made a simply patch for that, if anyone is interested.
Br,
Ulrich
I finally got my WL-HDD and tried to run it with Oleg's v.1.9.2.7 CR3 firmware. First of all, a big thank you to Oleg for his great work. Secondly, I noted a few glitches that took me some time to sort out. It might be interesting for others, too.
1. I've installed a 60 GB HDD and tried to format it using the custom firmware. However, mke2fs always crashed by running out of memory. I then tried Asus 1.2.3.0 firmware using the web interface. This suprisingly worked. Changing back to custom firmware, I noted that the Asus firmware had created a 60 MB swap space. By enabling CONFIG_MKSWAP and CONFIG_SWAPONOFF in busybox, the box can indeed create and use swap space. Now it's able to format the disc on its own.
2. Using root file system on internal HDD doesn't work. Reason is that the init script (linuxrc.sh) only probes for USB drives. This can easily be fixed by adding modules ide-mod, ide-probe-mod and ide-disk to the list of inserted modules.
3. The ftp server drove me crazy as I did not manage to login from my Linux box using ftp or lftp. It just kills the connection saying "422 Too busy to play with you.". After some debugging fun I figured out that stupid-ftpd does not support the AUTH command and simply closes connection when FTP client is probing for supported authentication methods. I've made a simply patch for that, if anyone is interested.
Br,
Ulrich