as first try if this kernel works. Unpack the zip archive to get this kernel
This kernel has a special setup file, in this case if the nas identifyies itself as a classic it will load the setup file for the lite and the nework interface should then work.
How to test it.
You will need to write it to sda6 replacing the existing kernel in there and then let the nas boot and see if the webinterface comes and ssh server can be accesed
As your netwok card is not working you must write the kernel to sda6 by connecting the disk to another pc running linux and then use the dd command to write write the kernel to sda6. I assume that you know how to do this.
The command is something like this
- Code: Select all
dd if=UIMAGE-3142-NWSP2CL-special-6 of=/dev/sda6
(be sure that sda is the disk for nwsp2 liet if you have another disk in your system running linux the drive id might be different.
If the kernel works we can try if we can access the flash from userland. We must be careful as if we corrupt the flash then nothing will work anymore. But thats for later lets first test the kernel and if that makes your ethernet card working
You do not have the required permissions to view the files attached to this post.