Last week I updated my WRTSL54GS to OpenWRT 0.9 with X-WRT 2.75.
Since my box has an USB port, I was missing a way to umount mounted usb storage. Looking deeper into it, I noticed that partitions get mounted by ‘/etc/hotplug.d/usb/01-mount’ like this:
# mount
[...]
part1 on /mnt/disc0_1 type ext3 (rw)
part2 on /mnt/disc0_2 type vfat (rw)
The correct devices are missing. A patch is available:
mount.patch
Okay … So far, so good. Now some tweaking to webif^2 for umounting attached usb storage devices. Here comes the patch:
umount-button.patch

I was searching half a night and 2 hours today to get a Linksys Router working a wireless bridge with WPA(2) encryption. I tried Openwrt White Russian RC5 and DD-Wrt V23 SP1 and many combinations of WPA, WPA2, TKIP, AES. The bridge works well with WEP and without any encryption….
Continue reading ‘Wireless Bridge and WPA(2) on Linksys Router … or how to look for a needle in a haystack’
Okay … we got the serial port running (same like WRT54GS), so we could be more risky. After some tries I decided to work analog the WRT54G models.
Continue reading ‘WRTSL54GS debridged’

Don´t ask how, but we got some units to europe.
The first thing we does, was to install openwrt and to try debridge the switch to have multiple interfaces instead. We was able to remove ports from the switch, but cant create additional working vlans like on WRT54G. So at this point its useless for our purpose. But we will start exploring as son as possible we have a running serial console.