Zyxel NSA320s doesn't work with bodhi kernels > 5.6 November 09, 2020 04:03AM |
Registered: 4 years ago Posts: 8 |
[ 45.006954][ T5] usb 1-1.3: USB disconnect, device number 5And then there are lot of messages complaining about I/O issues, like:
[ 45.034708][ T334] blk_update_request: I/O error, dev sdb, sector 1941760 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
Re: Zyxel NSA320s doesn't work with bodhi kernels > 5.6 November 09, 2020 04:45PM |
Admin Registered: 13 years ago Posts: 19,106 |
Quote
[ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 nand_mtd:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) init=/bin/systemd
Re: Zyxel NSA320s doesn't work with bodhi kernels > 5.6 November 10, 2020 02:33AM |
Registered: 4 years ago Posts: 8 |
Re: Zyxel NSA320s doesn't work with bodhi kernels > 5.6 November 10, 2020 04:33PM |
Admin Registered: 13 years ago Posts: 19,106 |
Quote
I also tried different flash disk
Re: Zyxel NSA320s doesn't work with bodhi kernels > 5.6 November 11, 2020 10:09AM |
Registered: 4 years ago Posts: 8 |
Re: Zyxel NSA320s doesn't work with bodhi kernels > 5.6 November 11, 2020 04:43PM |
Admin Registered: 13 years ago Posts: 19,106 |
Quote
If I use kernel 5.9 stored in /boot then it fails.
Re: Zyxel NSA320s doesn't work with bodhi kernels > 5.6 December 06, 2020 03:42PM |
Registered: 4 years ago Posts: 8 |
cd /boot tar -xjf linux-5.9.3-kirkwood-tld-1-bodhi.tar.bz2 tar -xf linux-dtb-5.9.3-kirkwood-tld-1.tar apt-get remove flash-kernel dpkg -i linux-image-5.9.3-kirkwood-tld-1_1.0_armel.deb mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.9.3-kirkwood-tld-1 -d vmlinuz-5.9.3-kirkwood-tld-1 uImage mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-5.9.3-kirkwood-tld-1 -d initrd.img-5.9.3-kirkwood-tld-1 uInitrd sync sync sync shutdown -r now
setenv load_uimage "echo loading uImage ...; load $bootdev $device $load_uimage_addr /boot.copy/uImage" setenv load_initrd "echo loading uInitrd ...; load $bootdev $device $load_initrd_addr /boot.copy/uInitrd"
Re: Zyxel NSA320s doesn't work with bodhi kernels > 5.6 December 06, 2020 03:51PM |
Admin Registered: 13 years ago Posts: 19,106 |
fw_printenv
Re: Zyxel NSA320s doesn't work with bodhi kernels > 5.6 December 07, 2020 12:54AM |
Registered: 4 years ago Posts: 8 |
Re: Zyxel NSA320s doesn't work with bodhi kernels > 5.6 December 07, 2020 05:09PM |
Admin Registered: 13 years ago Posts: 19,106 |
dmesg cat /proc/mtd fw_printenvand post the entire log here (including any errors, i.e. everything).
Re: Zyxel NSA320s doesn't work with bodhi kernels > 5.6 December 29, 2020 06:43AM |
Registered: 4 years ago Posts: 8 |
Re: Zyxel NSA320s doesn't work with bodhi kernels > 5.6 December 29, 2020 04:24PM |
Admin Registered: 13 years ago Posts: 19,106 |
mtdparts=nand_mtd:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2)
setenv mtdparts 'orion_nand:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2)'
fw_setenv mtdparts 'orion_nand:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2)'
Quote
5. Done. Take this USB rootfs to your plug and cold start. After booted into Debian, see Note1 and Note2 below. It is very important that you do Note1 steps to secure your box.
Note1:
After logging in this rootf the first time, remember to generate new SSH key to make it your own unique rootfs. And also update your rootfs to get the latest Debian package security updates:
rm /etc/ssh/ssh_host*
ssh-keygen -A
apt-get update
apt-get upgrade
Re: Zyxel NSA320s doesn't work with bodhi kernels > 5.6 June 24, 2022 04:14PM |
Registered: 4 years ago Posts: 8 |
starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... Error: Cannot find high speed parent of usb-1 device Error: Cannot find high speed parent of usb-1 device Error: Cannot find high speed parent of usb-1 device Error: Cannot find high speed parent of usb-1 device
Re: Zyxel NSA320s doesn't work with bodhi kernels > 5.6 June 24, 2022 04:43PM |
Admin Registered: 13 years ago Posts: 19,106 |
Re: Zyxel NSA320s doesn't work with bodhi kernels > 5.6 June 25, 2022 10:10AM |
Registered: 3 years ago Posts: 32 |
Re: Zyxel NSA320s doesn't work with bodhi kernels > 5.6 June 25, 2022 05:54PM |
Admin Registered: 13 years ago Posts: 19,106 |
Re: Zyxel NSA320s doesn't work with bodhi kernels > 5.6 June 26, 2022 12:40AM |
Registered: 4 years ago Posts: 8 |
Re: Zyxel NSA320s doesn't work with bodhi kernels > 5.6 July 17, 2022 08:34AM |
Registered: 3 years ago Posts: 32 |
Re: Zyxel NSA320s doesn't work with bodhi kernels > 5.6 July 17, 2022 03:12PM |
Admin Registered: 13 years ago Posts: 19,106 |