Welcome! Log In Create A New Profile

Advanced

Pogo V4 - USB3 ports dead in Debian

Posted by Biohead 
Pogo V4 - USB3 ports dead in Debian
March 23, 2022 05:20AM
I've tried searching, but not really seen anything...

I'm using the latest Debian rootfs, topped upto the latest kernel. This is a Pogo V4. The USB3 ports are completely dead when booted into Debian. Nothing shows using lspci, no power to the ports either. Nothing also picked up by uBoot (2017).

I thought it was a hardware failure, but I restored my stock bootloader and booted PogoOS from NAND... and that picked up the USB ports fine.

Does anyone have any advice? I was looking to use them for an AC WiFi adapter.

root@debian:~# lspci -v
00:01.0 PCI bridge: Marvell Technology Group Ltd. 88F6281 [Kirkwood] ARM SoC (rev 03) (prog-if 00 [Normal decode])
        Device tree node: /sys/firmware/devicetree/base/mbus@f1000000/pcie@82000000/pcie@1,0
        Flags: fast devsel
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: [disabled]
        Memory behind bridge: e0000000-ebffffff [size=192M]
        Prefetchable memory behind bridge: 00000000-000fffff [size=1M]
        Capabilities: [40] Express Root Port (Slot-), MSI 00

01:00.0 Memory controller: Marvell Technology Group Ltd. 88F6281 [Kirkwood] ARM SoC (rev 03)
        Subsystem: Marvell Technology Group Ltd. 88F6281 [Kirkwood] ARM SoC
        Flags: fast devsel
        Memory at e8000000 (32-bit, non-prefetchable) [size=1M]
        Memory at e0000000 (32-bit, non-prefetchable) [size=128M]
        Capabilities: [40] Power Management version 3
        Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
        Capabilities: [60] Express Root Port (Slot-), MSI 00
        Capabilities: [100] Advanced Error Reporting





root@debian:~# fw_printenv
arcNumber=2097
bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec
bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm $load_uimage_addr $load_initrd_addr $load_dtb_addr; else bootm $load_uimage_addr $load_initrd_addr; fi; else if run load_dtb; then bootm $load_uimage_addr - $load_dtb_addr; else bootm $load_uimage_addr; fi; fi
bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi
bootdelay=10
bootdev=usb
device=0:1
devices=usb ide mmc
disks=0 1 2 3
dtb_file=/boot/dts/kirkwood-pogoplug_v4.dtb
ethact=egiga0
ethaddr=00:25:31:04:28:15
if_netconsole=ping $serverip
ipaddr=192.168.0.231
led_error=orange blinking
led_exit=green off
led_init=green blinking
load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device $load_dtb_addr $dtb_file
load_dtb_addr=0x1c00000
load_initrd=echo loading uInitrd ...; load $bootdev $device $load_initrd_addr /boot/uInitrd
load_initrd_addr=0x1100000
load_uimage=echo loading uImage ...; load $bootdev $device $load_uimage_addr /boot/uImage
load_uimage_addr=0x800000
machid=0x831
mainlineLinux=yes
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:2M(u-boot),3M(uImage),3M(uImage2),8M(failsafe),112M(root)
partition=nand0,2
preboot_nc=run if_netconsole start_netconsole
scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start";  setenv scan_ide "ide reset";  setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 $load_uimage_addr /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done
serverip=192.168.0.220
set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;
stderr=serial
stdin=serial
stdout=serial
uenv_addr=0x810000
uenv_import=echo importing envs ...; env import -t $uenv_addr $filesize
uenv_init_devices=setenv init_usb "usb start";  setenv init_ide "ide reset";  setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done;
uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices;  do for disknum in 0; do run uenv_read_disk; done; done;
uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 $uenv_addr /boot/uEnv.txt; then setenv uenv_loaded 1; fi
uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read;  fi; else if $devtype part $disknum; then run uenv_read; fi;  fi
usb_ready_retry=15



Edited 2 time(s). Last edit at 03/23/2022 05:51AM by Biohead.
Re: Pogo V4 - USB3 ports dead in Debian
March 23, 2022 02:43PM
Biohead,

> Nothing also picked up by uBoot (2017).

2017.07-tld-1 u-boot does not support USB 3.0.

Log into Debian, and

dmesg
Plug in the USB 3.0 drive, and

dmesg | tail -20
And post the log here.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Pogo V4 - USB3 ports dead in Debian
March 23, 2022 03:50PM
Hi Bodhi,

Absolutely nothing showing in dmesg, nothing on the serial output when I plug something in to those ports.
The USB2.0 port is fine and works as expected (and you can see the output in dmesg) - but absolutely nothing on the 3.0 ports.

root@debian:~# dmesg | tail -20
[   19.467988] netpoll: netconsole: interface 'eth0'
[   19.473378] netpoll: netconsole: remote port 6666
[   19.478802] netpoll: netconsole: remote IPv4 address 10.11.10.15
[   19.485490] netpoll: netconsole: remote ethernet address ff:ff:ff:ff:ff:ff
[   19.493064] netpoll: netconsole: device eth0 not up yet, forcing it
[   24.086033] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[   24.096671] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   24.113028] printk: console [netcon0] enabled
[   24.118454] netconsole: network logging started
[   34.580646] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[   38.874486] orion_wdt: Initial timeout 25 sec
[   39.626473] marvell-cesa f1030000.crypto: CESA device successfully registered
[   41.078956] EXT4-fs (mmcblk0p1): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[   43.624050] Adding 524284k swap on /swapfile.  Priority:-2 extents:2 across:532476k SSFS
[   44.350619] random: dd: uninitialized urandom read (512 bytes read)
[   48.467449] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[   48.510905] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[   48.657880] random: avahi-daemon: uninitialized urandom read (4 bytes read)
[   51.686258] random: crng init done
[   51.690412] random: 1 urandom warning(s) missed due to ratelimiting
Re: Pogo V4 - USB3 ports dead in Debian
March 23, 2022 04:25PM
I'll need the entire dmesg output.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Pogo V4 - USB3 ports dead in Debian
March 23, 2022 04:36PM
Here is the full output from boot to login:

There is a USB3 drive connected throughout. Once boot was completed, it was removed and reinserted. Boot from SD card.

U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:34:01 -0700)
Pogoplug V4

SoC:   Kirkwood 88F6192_A1
DRAM:  128 MiB
WARNING: Caches not enabled
NAND:  128 MiB
MMC:   MVEBU_MMC: 0
In:    serial
Out:   serial
Err:   serial
Net:   egiga0


U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:34:01 -0700)
Pogoplug V4

SoC:   Kirkwood 88F6192_A1
DRAM:  128 MiB
WARNING: Caches not enabled
NAND:  128 MiB
MMC:   MVEBU_MMC: 0
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
No link on egiga0
ping failed; host 10.11.10.15 is not alive
Hit any key to stop autoboot:  0
starting USB...
USB0:   USB EHCI 1.00
scanning bus 0 for devices... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found

Reset IDE: ide_preinit failed

MMC rescan: current device # 0 initialized OK
## Unknown partition table type 0

## Unknown partition table type 0

## Unknown partition table type 0

## Unknown partition table type 0

## Unknown partition table type 0

## Unknown partition table type 0

## Unknown partition table type 0
loading envs from usb 0 ...
** Bad device usb 0 **

no IDE devices available

Partition Map for MMC device 0  --   Partition Type: EFI

Part    Start LBA       End LBA         Name
        Attributes
        Type GUID
        Partition GUID
  1     0x00000800      0x008007ff      ""
        attrs:  0x0000000000000000
        type:   0fc63daf-8483-4772-8e79-3d69d8477de4
        type:   linux
        guid:   85485f32-8814-0f41-931c-8fcf1a078701
loading envs from mmc 0 ...
** File not found /boot/uEnv.txt **
running scan_disk ...
Scan device usb
device usb 0:1
** Bad device usb 0 **
device usb 1:1
** Bad device usb 1 **
device usb 2:1
** Bad device usb 2 **
device usb 3:1
** Bad device usb 3 **
Scan device ide

Reset IDE: ide_preinit failed
device ide 0:1
** Bad device ide 0 **
device ide 1:1
** Bad device ide 1 **
device ide 2:1
** Bad device ide 2 **
device ide 3:1
** Bad device ide 3 **
Scan device mmc

MMC rescan: current device # 0 initialized OK
device mmc 0:1
1 bytes read in 12 ms (0 Bytes/s)
Found bootable drive on mmc 0
loading uImage ...
5669000 bytes read in 160 ms (33.8 MiB/s)
loading uInitrd ...
10173846 bytes read in 274 ms (35.4 MiB/s)
loading DTB /boot/dts/kirkwood-pogoplug_v4.dtb ...
9970 bytes read in 30 ms (324.2 KiB/s)
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-5.16.5-kirkwood-tld-1
   Created:      2022-03-15  20:47:36 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    5668936 Bytes = 5.4 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
   Image Name:   initramfs-5.16.5-kirkwood-tld-1
   Created:      2022-03-15  20:47:45 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    10173782 Bytes = 9.7 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 01c00000
   Booting using the fdt blob at 0x1c00000
   Loading Kernel Image ... OK
   Loading Ramdisk to 07155000, end 07b08d56 ... OK
   Loading Device Tree to 0714f000, end 071546f1 ... OK
Using machid 0xf78 from environment

Starting kernel ...

[    0.000000][    T0] Booting Linux on physical CPU 0x0
[    0.000000][    T0] Linux version 5.16.5-kirkwood-tld-1 (root@tldDebianVM) (arm-linux-gnueabi-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1.0 PREEMPT Sat Feb 5 20:02:03 PST 2022
[    0.000000][    T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[    0.000000][    T0] CPU: VIVT data cache, VIVT instruction cache
[    0.000000][    T0] OF: fdt: Machine model: Pogoplug v4
[    0.000000][    T0] Memory policy: Data cache writeback
[    0.000000][    T0] Zone ranges:
[    0.000000][    T0]   Normal   [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000][    T0] Movable zone start for each node
[    0.000000][    T0] Early memory node ranges
[    0.000000][    T0]   node   0: [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000][    T0] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000][    T0] Built 1 zonelists, mobility grouping on.  Total pages: 32512
[    0.000000][    T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:2M(u-boot),3M(uImage),3M(uImage2),8M(failsafe),112M(root)
[    0.000000][    T0] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000][    T0] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.000000][    T0] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000][    T0] Memory: 99544K/131072K available (11264K kernel code, 1610K rwdata, 4968K rodata, 1024K init, 303K bss, 31528K reserved, 0K cma-reserved)
[    0.000000][    T0] random: get_random_u32 called from ____cache_alloc+0x408/0x7a8 with crng_init=0
[    0.000000][    T0] trace event string verifier disabled
[    0.000000][    T0] rcu: Preemptible hierarchical RCU implementation.
[    0.000000][    T0]  Trampoline variant of Tasks RCU enabled.
[    0.000000][    T0]  Tracing variant of Tasks RCU enabled.
[    0.000000][    T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000][    T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000][    T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 11467562657 ns
[    0.000003][    T0] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 12884901885ns
[    0.000087][    T0] Switching to timer-based delay loop, resolution 6ns
[    0.001415][    T0] Console: colour dummy device 80x30
[    0.001534][    T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 333.33 BogoMIPS (lpj=1666666)
[    0.001599][    T0] pid_max: default: 32768 minimum: 301
[    0.002181][    T0] LSM: Security Framework initializing
[    0.002487][    T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.002561][    T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.004731][    T0] CPU: Testing write buffer coherency: ok
[    0.008450][    T1] Setting up static identity map for 0x100000 - 0x100058
[    0.008952][    T1] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3
[    0.009507][    T1] rcu: Hierarchical SRCU implementation.
[    0.011760][    T1] devtmpfs: initialized
[    0.020355][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.020443][    T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[    0.076443][    T1] prandom32: self test passed (less than 6 bits correlated)
[    0.076514][    T1] prandom: seed boundary self test passed
[    0.082941][    T1] prandom: 100 self tests passed
[    0.082986][    T1] pinctrl core: initialized pinctrl subsystem
[    0.085547][    T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.086882][    T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.088655][    T1] audit: initializing netlink subsys (disabled)
[    0.091119][    T1] thermal_sys: Registered thermal governor 'step_wise'
[    0.091667][   T16] audit: type=2000 audit(0.080:1): state=initialized audit_enabled=0 res=1
[    0.091970][    T1] cpuidle: using governor ladder
[    0.092125][    T1] cpuidle: using governor menu
[    0.092916][    T1] Feroceon L2: Enabling L2
[    0.092996][    T1] Feroceon L2: Cache support initialised.
[    0.107128][    T1] No ATAGs?
[    0.290407][    T1] raid6: int32x8  gen()    73 MB/s
[    0.460392][    T1] raid6: int32x8  xor()    46 MB/s
[    0.630243][    T1] raid6: int32x4  gen()    67 MB/s
[    0.800114][    T1] raid6: int32x4  xor()    48 MB/s
[    0.970147][    T1] raid6: int32x2  gen()    97 MB/s
[    1.140250][    T1] raid6: int32x2  xor()    58 MB/s
[    1.310338][    T1] raid6: int32x1  gen()    75 MB/s
[    1.480253][    T1] raid6: int32x1  xor()    41 MB/s
[    1.480278][    T1] raid6: using algorithm int32x2 gen() 97 MB/s
[    1.480299][    T1] raid6: .... xor() 58 MB/s, rmw enabled
[    1.480317][    T1] raid6: using intx1 recovery algorithm
[    1.480761][    T1] vgaarb: loaded
[    1.481627][    T1] SCSI subsystem initialized
[    1.482487][    T1] usbcore: registered new interface driver usbfs
[    1.482600][    T1] usbcore: registered new interface driver hub
[    1.482687][    T1] usbcore: registered new device driver usb
[    1.483014][    T1] pps_core: LinuxPPS API ver. 1 registered
[    1.483038][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.483090][    T1] PTP clock support registered
[    1.485973][    T1] clocksource: Switched to clocksource orion_clocksource
[    1.622666][    T1] VFS: Disk quotas dquot_6.6.0
[    1.622834][    T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.657960][    T1] NET: Registered PF_INET protocol family
[    1.658264][    T1] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    1.659745][    T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    1.659820][    T1] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    1.659873][    T1] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    1.659915][    T1] TCP: Hash tables configured (established 1024 bind 1024)
[    1.660307][    T1] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear)
[    1.660424][    T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    1.660483][    T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    1.660797][    T1] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.661849][    T1] RPC: Registered named UNIX socket transport module.
[    1.661882][    T1] RPC: Registered udp transport module.
[    1.661901][    T1] RPC: Registered tcp transport module.
[    1.661918][    T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.661945][    T1] PCI: CLS 0 bytes, default 32
[    1.662425][    T1] NetWinder Floating Point Emulator V0.97 (double precision)
[    1.676582][   T29] Trying to unpack rootfs image as initramfs...
[    2.546000][    C0] random: fast init done
[    4.345538][   T29] Freeing initrd memory: 9936K
[    5.514256][    T1] Initialise system trusted keyrings
[    5.514372][    T1] Key type blacklist registered
[    5.514771][    T1] workingset: timestamp_bits=30 max_order=15 bucket_order=0
[    5.514957][    T1] zbud: loaded
[    5.517329][    T1] NFS: Registering the id_resolver key type
[    5.517395][    T1] Key type id_resolver registered
[    5.517418][    T1] Key type id_legacy registered
[    5.517487][    T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    5.517524][    T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    5.517547][    T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    5.517972][    T1] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    5.518750][    T1] fuse: init (API version 7.35)
[    5.519375][    T1] orangefs_debugfs_init: called with debug mask: :none: :0:
[    5.519723][    T1] orangefs_init: module version upstream loaded
[    5.519753][    T1] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled
[    5.671299][    T1] xor: measuring software checksum speed
[    5.684586][    T1]    arm4regs        :   745 MB/sec
[    5.706655][    T1]    8regs           :   446 MB/sec
[    5.721811][    T1]    32regs          :   650 MB/sec
[    5.721835][    T1] xor: using function: arm4regs (745 MB/sec)
[    5.721866][    T1] async_tx: api initialized (async)
[    5.721900][    T1] Key type asymmetric registered
[    5.721920][    T1] Asymmetric key parser 'x509' registered
[    5.722138][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    5.722278][    T1] io scheduler bfq registered
[    6.010120][    T1] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 47
[    6.010171][    T1] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 49
[    6.010756][    T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[    6.013709][    T1] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus@f1000000/pcie@82000000 ranges:
[    6.013846][    T1] mvebu-pcie mbus@f1000000:pcie@82000000:      MEM 0x00f1040000..0x00f1041fff -> 0x0000040000
[    6.013916][    T1] mvebu-pcie mbus@f1000000:pcie@82000000:      MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000
[    6.013968][    T1] mvebu-pcie mbus@f1000000:pcie@82000000:       IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000
[    6.014449][    T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00
[    6.014488][    T1] pci_bus 0000:00: root bus resource [bus 00-ff]
[    6.014526][    T1] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (bus address [0x00040000-0x00041fff])
[    6.014559][    T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[    6.014589][    T1] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[    6.014764][    T1] pci 0000:00:01.0: [11ab:6281] type 01 class 0x060400
[    6.016676][    T1] PCI: bus0: Fast back to back transfers disabled
[    6.016735][    T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    6.017106][    T1] pci 0000:01:00.0: [11ab:6281] type 00 class 0x058000
[    6.017156][    T1] pci 0000:01:00.0: reg 0x10: [mem 0xf1000000-0xf10fffff]
[    6.017200][    T1] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x07ffffff]
[    6.017313][    T1] pci 0000:01:00.0: supports D1 D2
[    6.047362][    T1] PCI: bus1: Fast back to back transfers disabled
[    6.047413][    T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    6.047749][    T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xebffffff]
[    6.047799][    T1] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0000000-0xe7ffffff]
[    6.047840][    T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xe8000000-0xe80fffff]
[    6.047877][    T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[    6.047912][    T1] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xebffffff]
[    6.048127][    T1] pcieport 0000:00:01.0: enabling device (0140 -> 0142)
[    6.048955][    T1] mv_xor f1060800.xor: Marvell shared XOR driver
[    6.107610][    T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    6.111496][    T1] mv_xor f1060900.xor: Marvell shared XOR driver
[    6.177620][    T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    6.181899][    T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    6.184093][    T1] printk: console [ttyS0] disabled
[    6.184242][    T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 25, base_baud = 10416666) is a 16550A
[    7.220617][    T1] printk: console [ttyS0] enabled
[    7.238116][    T1] loop: module loaded
[    7.243182][    T1] sata_mv f1080000.sata: slots 32 ports 2
[    7.254468][    T1] scsi host0: sata_mv
[    7.259401][    T1] scsi host1: sata_mv
[    7.263627][    T1] ata1: SATA max UDMA/133 irq 32
[    7.268545][    T1] ata2: SATA max UDMA/133 irq 32
[    7.275174][    T1] Could not find a valid ONFI parameter page, trying bit-wise majority to recover it
[    7.284603][    T1] ONFI parameter recovery failed, aborting
[    7.290292][    T1] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[    7.297345][    T1] nand: Hynix NAND 128MiB 3,3V 8-bit
[    7.302468][    T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    7.310782][    T1] Scanning device for bad blocks
[    7.400354][    T1] 5 cmdlinepart partitions found on MTD device orion_nand
[    7.407326][    T1] Creating 5 MTD partitions on "orion_nand":
[    7.413153][    T1] 0x000000000000-0x000000200000 : "u-boot"
[    7.419635][    T1] 0x000000200000-0x000000500000 : "uImage"
[    7.426029][    T1] 0x000000500000-0x000000800000 : "uImage2"
[    7.432440][    T1] 0x000000800000-0x000001000000 : "failsafe"
[    7.438995][    T1] 0x000001000000-0x000008000000 : "root"
[    7.446626][    T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    7.455139][    T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    7.493779][    T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    7.597899][   T42] ata1: SATA link down (SStatus 0 SControl F300)
[    7.937773][   T44] ata2: SATA link down (SStatus 0 SControl F300)
[    8.257521][    T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:25:31:04:28:15
[    8.267184][    T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    8.274436][    T1] ehci-pci: EHCI PCI platform driver
[    8.279698][    T1] ehci-orion: EHCI orion driver
[    8.284719][    T1] orion-ehci f1050000.ehci: EHCI Host Controller
[    8.291035][    T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[    8.299678][    T1] orion-ehci f1050000.ehci: irq 29, io mem 0xf1050000
[    8.336022][    T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[    8.343154][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.16
[    8.352142][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.360069][    T1] usb usb1: Product: EHCI Host Controller
[    8.365632][    T1] usb usb1: Manufacturer: Linux 5.16.5-kirkwood-tld-1 ehci_hcd
[    8.373046][    T1] usb usb1: SerialNumber: f1050000.ehci
[    8.379532][    T1] hub 1-0:1.0: USB hub found
[    8.384043][    T1] hub 1-0:1.0: 1 port detected
[    8.389892][    T1] usbcore: registered new interface driver usb-storage
[    8.397260][    T1] mousedev: PS/2 mouse device common for all mice
[    9.446039][    T1] rtc-mv f1010300.rtc: internal RTC not ticking
[    9.452422][    T1] i2c_dev: i2c /dev entries driver
[    9.458426][    T1] device-mapper: uevent: version 1.0.3
[    9.464157][    T1] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    9.473976][    T1] device-mapper: multipath round-robin: version 1.2.0 loaded
[    9.481281][    T1] device-mapper: multipath queue-length: version 0.2.0 loaded
[    9.488615][    T1] device-mapper: multipath service-time: version 0.3.0 loaded
[    9.496031][    T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[    9.502803][    T1] device-mapper: raid: Loading target version 1.15.1
[    9.511360][    T1] hid: raw HID events driver (C) Jiri Kosina
[    9.517739][    T1] drop_monitor: Initializing network drop monitor service
[    9.525378][    T1] NET: Registered PF_INET6 protocol family
[    9.533314][    T1] Segment Routing with IPv6
[    9.537803][    T1] RPL Segment Routing with IPv6
[    9.542561][    T1] In-situ OAM (IOAM) with IPv6
[    9.547338][    T1] NET: Registered PF_PACKET protocol family
[    9.553419][    T1] Key type dns_resolver registered
[    9.559366][    T1] registered taskstats version 1
[    9.564164][    T1] Loading compiled-in X.509 certificates
[    9.571439][    T1] zswap: loaded using pool lzo/zbud
[    9.577409][    T1] Key type ._fscrypt registered
[    9.582119][    T1] Key type .fscrypt registered
[    9.586866][    T1] Key type fscrypt-provisioning registered
[    9.601429][    T1] Key type big_key registered
[    9.654623][    T1] Key type encrypted registered
[    9.839979][  T104] "cryptomgr_test" (104) uses obsolete ecb(arc4) skcipher
[   17.131187][    T1] Freeing unused kernel image (initmem) memory: 1024K
[   17.157227][    T1] Checked W+X mappings: passed, no W+X pages found
[   17.163601][    T1] Run /init as init process
Loading, please wait...
Starting version 247.3-6
[   18.404978][  T143] input: gpio_keys as /devices/platform/gpio_keys/input/input0
[   18.715480][   T29] mvsdio f1090000.mvsdio: Got CD GPIO
[   18.783362][   T40] mmc0: host does not support reading read-only switch, assuming write-enable
[   18.802209][   T40] mmc0: new high speed SDHC card at address aaaa
[   19.153701][  T143] mmcblk0: mmc0:aaaa SL08G 7.40 GiB
[   19.171389][  T143]  mmcblk0: p1
Begin: Loading essential drivers ... [   19.463858][  T154] netpoll: netconsole: local port 6666
[   19.469424][  T154] netpoll: netconsole: local IPv4 address 10.11.10.248
[   19.478010][  T154] netpoll: netconsole: interface 'eth0'
[   19.483401][  T154] netpoll: netconsole: remote port 6666
[   19.488815][  T154] netpoll: netconsole: remote IPv4 address 10.11.10.15
[   19.495505][  T154] netpoll: netconsole: remote ethernet address ff:ff:ff:ff:ff:ff
[   19.503087][  T154] netpoll: netconsole: device eth0 not up yet, forcing it
[   24.286005][  T154] netpoll: netconsole: timeout waiting for carrier
[   24.297849][  T154] printk: console [netcon0] enabled
[   24.302923][  T154] netconsole: network logging started
done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.36.1
[/sbin/fsck.ext4 (1) -- /dev/mmcblk0p1] fsck.ext4 -a -C0 /dev/mmcblk0p1
rootfs: clean, 20806/262144 files, 381015/1048576 blocks
done.
[   34.685677][  T173] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.96 booting
Using makefile-style concurrent boot in runlevel S.
Setting hostname to 'debian'...done.
Starting fake hwclock: loading system time.
Wed Mar 23 21:27:38 UTC 2022
Starting hotplug events dispatcher: systemd-udevd.
Synthesizing the initial hotplug events (subsystems)...done.
Synthesizing the initial hotplug events (devices)...done.
Waiting for /dev to be fully populated...[   39.011715][  T371] orion_wdt: Initial timeout 25 sec
[   39.775182][  T362] marvell-cesa f1030000.crypto: CESA device successfully registered
done.
Not activating swap on swapfile. ... (warning).
[   41.128627][  T512] EXT4-fs (mmcblk0p1): re-mounted. Opts: errors=remount-ro. Quota mode: none.
Will now check all file systems.
/dev/sda1: skipping nonexistent device
Checking all file systems.
LABEL=rootfs is mounted
Done checking file systems.
Log is being saved in /var/log/fsck/checkfs if that location is writable.
Cleaning up temporary files...Cleaning /tmp...done.
 /tmp.
[   43.679464][  T796] Adding 524284k swap on /swapfile.  Priority:-2 extents:2 across:532476k SSFS
Will now mount local filesystems:.
Will now activate swapfile swap, if any:swapon: /swapfile: found signature [pagesize=4096, signature=swap]
swapon: /swapfile: pagesize=4096, swapsize=536870912, devsize=536870912
swapon /swapfile
done.
Checking minimum space in /tmp...done.
Cleaning up temporary files....
Starting Setting kernel variables: sysctl.
[   44.451901][  T888] random: dd: uninitialized urandom read (512 bytes read)
Initializing random number generator...done.
Configuring network interfaces...Internet Systems Consortium DHCP Client 4.4.1
Copyright 2004-2018 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/00:25:31:04:28:15
Sending on   LPF/eth0/00:25:31:04:28:15
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 19
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 17
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
done.
Starting RPC port mapper daemon: rpcbind.
Starting NFS common utilities: statd idmapd.
Cleaning up temporary files....
INIT: Entering runlevel: 2
Using makefile-style concurrent boot in runlevel 2.
Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
1058 (syslogd)
.
Starting NFS common utilities: statd idmapd.
[  109.445655][ T1108] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[  109.491510][ T1108] random: dbus-daemon: uninitialized urandom read (12 bytes read)
Starting system message bus: dbus.
[  109.576144][    C0] random: crng init done
Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
Not starting NFS kernel daemon: no exports. ... (warning).
Starting NTP server: ntpd.
Starting OpenBSD Secure Shell server: sshd.
Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
1099 (klogd)
.
Running local boot scripts (/etc/rc.local)
.

Debian GNU/Linux 11 debian ttyS0

debian login: root
Password:
Linux debian 5.16.5-kirkwood-tld-1 #1.0 PREEMPT Sat Feb 5 20:02:03 PST 2022 armv5tel

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Wed Mar 23 21:27:29 GMT 2022 on ttyS0
debian
Pogoplug v4
Linux version 5.16.5-kirkwood-tld-1 (root@tldDebianVM) (arm-linux-gnueabi-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1.0 PREEMPT Sat Feb 5 20:02:03 PST 2022
Debian 11.2
Wed Mar 23 21:29:06 GMT 2022 up 2 minutes
root@debian:~#

Re: Pogo V4 - USB3 ports dead in Debian
March 23, 2022 06:01PM
Looks like USB 3.0 is broken in the kernel 5.16.5.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Pogo V4 - USB3 ports dead in Debian
March 23, 2022 06:39PM
Ok so downgrade to kernel 5.15.5 brought it back.

Quote

Linux version 5.15.5-kirkwood-tld-1 (root@tldDebianVM) (arm-linux-gnueabi-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1.0 PREEMPT Sun Dec 5 14:47:42 PST 2021

dmesg | grep xhci
[   15.495965] xhci_hcd 0000:01:00.0: assign IRQ: got 37
[   15.496099] xhci_hcd 0000:01:00.0: enabling bus mastering
[   15.496128] xhci_hcd 0000:01:00.0: xHCI Host Controller
[   15.502074] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[   15.512026] xhci_hcd 0000:01:00.0: hcc params 0x200073a1 hci version 0x100 quirks 0x0000000000080010
[   15.521899] xhci_hcd 0000:01:00.0: enabling Mem-Wr-Inval
[   15.545433] usb usb2: Manufacturer: Linux 5.15.5-kirkwood-tld-1 xhci-hcd
[   15.569435] xhci_hcd 0000:01:00.0: xHCI Host Controller
[   15.575461] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 3
[   15.583595] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[   15.622466] usb usb3: Manufacturer: Linux 5.15.5-kirkwood-tld-1 xhci-hcd
[  330.930889] usb 3-1: new SuperSpeed USB device number 2 using xhci_hcd

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Pogo V4 - USB3 ports dead in Debian
March 25, 2022 04:31AM
Thank you for tracing that Bodhi,

I confirm rollback was successful and USB3 works fine.
Re: Pogo V4 - USB3 ports dead in Debian
March 26, 2022 04:06PM
This was indeed a regression in mainline kernel 5.16.5.

Kernel 5.17.x has fixed this problem. Not sure when I will release kernel 5.17.x. It probably at least 2,3 weeks from now (I ususally wait for a few stable tree updates).

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Author:

Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: