Recent Linux on the Linksys NSLU2
(Last boot 2024-12-27 on kernel v6.6.66 with OpenWRT rootfs)

Linksys NSLU2

Linksys NSLU2

Installing a recent OpenWrt

NSLU2 LuCI

LUCI on the NSLU2 running an OpenWrt snapshot

The Linksys NSLU2 is an IXP4xx platform also known as "the slug" is a NAS box which has ethernet and two USB 2.0 plugs to run USB disk enclosures for storage. The simplicity of this platform created a huge hobbyist hacking community in the mid-2000s.

NSLU2 is one of the device that will be resurrected into OpenWrt. I have pre-release images here that makes it possible to use kernel v6.6 from 2024-05-20, with a snapshot of OpenWrt along with LuCI and KSMBD on the NSLU2 booting from an external hard drive or USB stick:

This version of OpenWrt will just grab a IP number from DHCP so you can check your router to see which IP it got.

You can create a local share on the hard drive by getting onto the NSLU2 with ssh root@192.168.1.n and do something like:

    mkdir ksmbd
    chown nobody ksmbd
    chgrp nogroup ksmbd
  
Then set up the share using the LuCI Web UI or by logging in to the router and editing /etc/config/ksmbd

Kernel TODO

Historical

I first booted this early on from device tree on 2021-11-30 for a test, this is the dmesg!