The kamikaze release comes with no web interface. This makes life a bit hard.
Here is the simple command to install x-wrt web interface for it.
ipkg install \
http://downloads.x-wrt.org/xwrt/kamikaze/7.09/brcm-2.4/packages/webif_0.3-12_mipsel.ipk
Please note to adjust the architecture string in the install path if you are not using "brcm-2.4".
Saturday, January 5, 2008
Monday, April 30, 2007
x41 usb cdrom recovery
In order to restore your thinkpad to the factory restore, you need the CDs
It is possible to boot it via usb-ide and cdrom. But additional dos usb cdrom driver need to be loaded. This is done through devload which load *.sys driver dynamically.
In short:
copy all your files from A: to RamDrive
devload usbaspi.sys
devload usbcd.sys /d:usbcd001
mscdex /d:usbcd001 /l:e
That's all, your usb cdrom is not accessible with your thinkpad
Then, set the neccessary PATH and execute recover.bat from the cdrom drive.
set PATH=d:\recovery\;c:
[assuming c & d drives are cdrom and ramdrive resp.]
d:\recover
End of story
It is possible to boot it via usb-ide and cdrom. But additional dos usb cdrom driver need to be loaded. This is done through devload which load *.sys driver dynamically.
In short:
copy all your files from A: to RamDrive
devload usbaspi.sys
devload usbcd.sys /d:usbcd001
mscdex /d:usbcd001 /l:e
That's all, your usb cdrom is not accessible with your thinkpad
Then, set the neccessary PATH and execute recover.bat from the cdrom drive.
set PATH=d:\recovery\;c:
[assuming c & d drives are cdrom and ramdrive resp.]
d:\recover
End of story
Subscribe to:
Posts (Atom)