I think so (it is why I asked the output uname -a)
So a step by step:
from viewtopic.php?f=4&t=2345&start=70#p24149, download the 2 packages
- save the tar file ( modules-466-kirkwood-1.tar) in the share fvdw (create it if you did not yet do it)
- unzip the file (UIMAGE-466-KIRKWOOD-2.zip) in the share fvdw
from a shell window (use putty http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) to open an access on the ssh server => use the port 22), do these commands
wd9895 wrote:1. untar the modules 4.6.6 to the right folders
- Code: Select all
tar -xvf /direct-usb/fvdw/modules-466-kirkwood-1.tar -C /
wd9895 wrote:check if the modules are really available
- Code: Select all
ls -l /lib/modules/4.6.6
- Code: Select all
root@Acrab:/ # ls -l /lib/modules/4.6.6
total 3364
-rwxr-xr-x 1 root root 8453 2016-08-12 09:19 block2mtd.ko
-rwxr-xr-x 1 root root 143401 2016-08-12 09:19 bonding.ko
-rwxr-xr-x 1 root root 1169156 2016-08-12 09:20 btrfs.ko
-rwxr-xr-x 1 root root 34637 2016-08-12 09:18 cdrom.ko
....
wd9895 wrote:use dd command to write kernel 4.6.6. file to SDA6
- Code: Select all
dd if=/direct-usb/fvdw/UIMAGE-466-KIRKWOOD-2 of=/dev/sda6
Then reboot to load the new kernel version


