Hello,

has anybody tried the Ovislink WMU-9000

under "http://www.ovislinkcorp.com/9000GPL.alz" you can download  some basic codes from the linux system (kernel, busybox, iptables,..)

I found at:

support.21byte.de

Heres some code I used to extract the images:
head -c 14552 ovislink_os_1.01.044w > mbr.bin
tail -c 6860632 ovislink_os_1.01.044w | gzip -dc > image.bin
tail -c 5826608 ovislink_os_1.01.044w > unknown.bin

head -c 14552 ovislink_os_1.01.043 > mbr2.bin
tail -c 5776216 ovislink_os_1.01.043 | gzip -dc > image2.bin
tail -c 4742192 ovislink_os_1.01.043 > unknown2.bin

best regards,
gusti