Asus Wl-500gP
Nový vývoj firmware probíhá na http://code.google.com/p/wl500g/
Restart s uložením změn
flashfs save flashfs commit flashfs enable reboot
LaserJet 1020
cd /tmp wget http://oleg.wl500g.info/hplj/usb_printerid wget http://oleg.wl500g.info/hplj/sihp1000.dl chmod +x usb_printerid ./usb_printerid /dev/usb/lp0 | grep -q FWVER || cat sihp1000.dl > /dev/usb/lp0
případně to můžeme dát do post-mount pro automatické nahrání
Disk v souboru pro ipkg
# create 64M file on the harddisk dd if=/dev/zero of=/tmp/harddisk/opt.ext3 bs=1048576 count=64 # make an ext3 fs on it (answer yes when asked) mke2fs -j /tmp/harddisk/opt.ext3 # mount it mount -text3 -oloop,noatime /tmp/harddisk/opt.ext3 /opt
přidáme to do post-mount
#!/bin/sh mount -text3 -oloop,noatime /tmp/harddisk/opt.ext3 /opt
nainstalujeme ipkg
ipkg.sh update ipkg.sh install ipkg
a nakonec provedeme
echo "src unslung http://wl500g.dyndns.org/unslung" >> /opt/etc/ipkg.conf ipkg update ipkg list
wl-500gp.txt · Poslední úprava: 23.07.2009 13:45 autor: wladik