DebianOn is an effort to document how to install, configure and use Debian on some specific hardware. Therefore potential buyers would know if that hardware is supported and owners would know how get the best out of that hardware. The purpose is not to duplicate the Debian Official Documentation, but to document how to install Debian on some specific hardware. If you need help to get Debian running on your hardware, please have a look at our user support channels where you may find specific channels (mailing list, IRC channel) dedicated to certain types of hardware. |
Models covered
net5501-60
Status
bookworm does not work due to pre-i686 Geode LX processor. For example, running sudo fails with Illegal instruction.
bullseye works:
Core Components |
||
Boot Standard Kernel: |
|
|
?CompactFlash card: |
|
|
LAN network card: |
|
|
SATA hard drive: |
|
|
GPIO Error LED: |
|
|
Legend :
= OK ;
Unsupported(No Driver) ;
= Error (Couldn't get it working); [?] Unknown, Not Test ; [-] Not-applicable
= Configuration Required;
= Only works with a non-free driver and/or firmware
Important Note
See the notes at the Soekris wiki for BIOS settings. You may need to set Flash=Secondary to make it detect a hard disk correctly.
GRUB
In bullseye, GRUB 2 (the grub-pc package) should work if the following is written to /etc/default/grub.d/serial.cfg. Be sure to adjust the serial baudrate in all three places below if you're using something other than 115200 bits/second (see the BIOS setting).
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT console=ttyS0,115200n8 earlyprintk=serial,ttyS0,115200" GRUB_SERIAL_COMMAND="serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1" GRUB_TERMINAL=serial GRUB_TIMEOUT=5 GRUB_TIMEOUT_STYLE=countdown
Remember to run dpkg-reconfigure grub-pc afterward, or just update-grub if GRUB is already installed.
System Summary
lspci
00:01.0 Host bridge [0600]: Advanced Micro Devices [AMD] CS5536 [Geode companion] Host Bridge [1022:2080] (rev 33)
00:01.2 Entertainment encryption device [1010]: Advanced Micro Devices [AMD] Geode LX AES Security Block [1022:2082]
00:06.0 Ethernet controller [0200]: VIA Technologies, Inc. VT6105M [Rhine-III] [1106:3053] (rev 96)
00:07.0 Ethernet controller [0200]: VIA Technologies, Inc. VT6105M [Rhine-III] [1106:3053] (rev 96)
00:08.0 Ethernet controller [0200]: VIA Technologies, Inc. VT6105M [Rhine-III] [1106:3053] (rev 96)
00:09.0 Ethernet controller [0200]: VIA Technologies, Inc. VT6105M [Rhine-III] [1106:3053] (rev 96)
00:14.0 ISA bridge [0601]: Advanced Micro Devices [AMD] CS5536 [Geode companion] ISA [1022:2090] (rev 03)
00:14.2 IDE interface [0101]: Advanced Micro Devices [AMD] CS5536 [Geode companion] IDE [1022:209a] (rev 01)
00:15.0 USB Controller [0c03]: Advanced Micro Devices [AMD] CS5536 [Geode companion] OHC [1022:2094] (rev 02)
00:15.1 USB Controller [0c03]: Advanced Micro Devices [AMD] CS5536 [Geode companion] EHC [1022:2095] (rev 02)
lsusb
lsusb -v | grep -E '\<(Bus|iProduct|bDeviceClass|bDeviceProtocol)' 2>/dev/null
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub bDeviceClass 9 Hub bDeviceProtocol 0 Full speed (or root) hub iProduct 2 OHCI Host Controller Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub bDeviceClass 9 Hub bDeviceProtocol 0 Full speed (or root) hub iProduct 2 EHCI Host Controller
USB Host controllers entries (without OHCI, UHCI, EHCI) are removed too.
Resources
Attachments
none
Useful Links
Product page: https://web.archive.org/web/20170508231943/https://www.soekris.com/net5501.htm
GPIO tips: http://old.nabble.com/net5501-SW1-button-as-GPIO-td28032580.html
takhis.net Debian/Soekris Reference: http://debian.takhis.net/soekris/soekris.html
Credits
Initial page by Owen Heisler.
?CategoryEmbeddedComputer
