Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 19, 2017 06:39PM |
Registered: 9 years ago Posts: 1,516 |
root@DebianPlug:~# df -h Filesystem Size Used Avail Use% Mounted on udev 10M 0 10M 0% /dev tmpfs 12M 400K 12M 4% /run /dev/sda1 7.1G 2.6G 4.2G 39% / tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 24M 0 24M 0% /run/shm tmpfs 60M 16K 60M 1% /tmp /dev/sdb1 29G 45M 27G 1% /media/JoeyUSB3 root@DebianPlug:~# cd /media/JoeyUSB3 root@DebianPlug:/media/JoeyUSB3# time cp -a /boot/vmlinu* . cp: cannot create regular file './vmlinuz-3.18.5-oxnas-tld-1': No space left on device cp: cannot create regular file './vmlinuz-4.4.48-oxnas-tld-1': No space left on device real 0m0.170s user 0m0.000s sys 0m0.130s root@DebianPlug:/media/JoeyUSB3# ls -lh vmlinu* ls: cannot access vmlinu*: No such file or directory root@DebianPlug:/media/JoeyUSB3# wget https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.4.54.tar.xz converted 'https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.4.54.tar.xz'; (ANSI_X3.4-1968) -> 'https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.4.54.tar.xz'; (UTF-8) --2017-03-19 19:37:02-- https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.4.54.tar.xz Resolving www.kernel.org (www.kernel.org)... 147.75.196.57, 2604:1380:1:3600::3 Connecting to www.kernel.org (www.kernel.org)|147.75.196.57|:443... connected. ERROR: The certificate of 'www.kernel.org' is not trusted. ERROR: The certificate of 'www.kernel.org' hasn't got a known issuer. root@DebianPlug:/media/JoeyUSB3# ls -lh linux-4.4.54.tar.xz ls: cannot access linux-4.4.54.tar.xz: No such file or directory root@DebianPlug:/media/JoeyUSB3# time tar xf linux-4.4.54.tar.xz tar: linux-4.4.54.tar.xz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now real 0m0.049s user 0m0.000s sys 0m0.020s root@DebianPlug:/media/JoeyUSB3#
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 19, 2017 08:01PM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 19, 2017 09:42PM |
Admin Registered: 13 years ago Posts: 19,107 |
> root@DebianPlug:~# df -h > Filesystem Size Used Avail Use% Mounted on > udev 10M 0 10M 0% /dev > tmpfs 12M 400K 12M 4% /run > /dev/sda1 7.1G 2.6G 4.2G 39% / > tmpfs 5.0M 0 5.0M 0% /run/lock > tmpfs 24M 0 24M 0% /run/shm > tmpfs 60M 16K 60M 1% /tmp > /dev/sdb1 29G 45M 27G 1% /media/JoeyU > SB3 > root@DebianPlug:~# cd /media/JoeyUSB3 > root@DebianPlug:/media/JoeyUSB3# time cp -a /boot/ > vmlinu* . > cp: cannot create regular file './vmlinuz-3.18.5-o > xnas-tld-1': No space left on device > cp: cannot create regular file './vmlinuz-4.4.48-o > xnas-tld-1': No space left on device > > real 0m0.170s > user 0m0.000s > sys 0m0.130s > root@DebianPlug:/media/JoeyUSB3# ls -lh vmlinu* > ls: cannot access vmlinu*: No such file or directo > ry > root@DebianPlug:/media/JoeyUSB3# wget https://www. > kernel.org/pub/linux/kernel/v4.x/linux-4.4.54.tar. > xz > converted 'https://www.kernel.org/pub/linux/kernel > /v4.x/linux-4.4.54.tar.xz' (ANSI_X3.4-1968) -> 'ht > tps://www.kernel.org/pub/linux/kernel/v4.x/linux-4 > .4.54.tar.xz' (UTF-8) > --2017-03-19 19:37:02-- https://www.kernel.org/pu > b/linux/kernel/v4.x/linux-4.4.54.tar.xz > Resolving www.kernel.org (www.kernel.org)... 147.7 > 5.196.57, 2604:1380:1:3600::3 > Connecting to www.kernel.org (www.kernel.org)|147. > 75.196.57|:443... connected. > ERROR: The certificate of 'www.kernel.org' is not > trusted. > ERROR: The certificate of 'www.kernel.org' hasn't > got a known issuer. > root@DebianPlug:/media/JoeyUSB3# ls -lh linux-4.4. > 54.tar.xz > ls: cannot access linux-4.4.54.tar.xz: No such fil > e or directory > root@DebianPlug:/media/JoeyUSB3# time tar xf linux > -4.4.54.tar.xz > tar: linux-4.4.54.tar.xz: Cannot open: No such fil > e or directory > tar: Error is not recoverable: exiting now > > real 0m0.049s > user 0m0.000s > sys 0m0.020s > root@DebianPlug:/media/JoeyUSB3# > >>
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 19, 2017 10:56PM |
Registered: 9 years ago Posts: 1,516 |
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 19, 2017 11:20PM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 20, 2017 12:01AM |
Registered: 9 years ago Posts: 1,516 |
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 20, 2017 12:52AM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 20, 2017 11:02AM |
Registered: 9 years ago Posts: 1,516 |
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 20, 2017 01:48PM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 20, 2017 07:20PM |
Registered: 9 years ago Posts: 1,516 |
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 20, 2017 07:45PM |
Registered: 9 years ago Posts: 1,516 |
fdisk -l dmesg lsusb lsusb -vvv
root@DebianPlug:~# fdisk -l Disk /dev/mtdblock0: 14 MiB, 14680064 bytes, 28672 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xaaaaaaaa Device Boot Start End Sectors Size Id Type /dev/mtdblock0p1 ? 2863311530 5726623059 2863311530 1.3T aa unknown /dev/mtdblock0p2 ? 2863311530 5726623059 2863311530 1.3T aa unknown /dev/mtdblock0p3 ? 2863311530 4294989139 1431677610 682.7G aa unknown /dev/mtdblock0p4 ? 2863311530 5721052499 2857740970 1.3T aa unknown Disk /dev/mtdblock1: 114 MiB, 119537664 bytes, 233472 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/sda: 7.3 GiB, 7849115648 bytes, 15330304 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x01ecce21 Device Boot Start End Sectors Size Id Type /dev/sda1 2048 15147007 15144960 7.2G 83 Linux Disk /dev/zram0: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk /dev/zram1: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk /dev/zram2: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk /dev/zram3: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes root@DebianPlug:~# dmesg [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.4.48-oxnas-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP PREEMPT Wed Feb 15 02:59:11 PST 2017 [ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5787d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Pogoplug V3 Pro [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] On node 0 totalpages: 32768 [ 0.000000] free_area_init_node: node 0, pgdat c08a6980, node_mem_map c7ef9000 [ 0.000000] Normal zone: 256 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 32768 pages, LIFO batch:7 [ 0.000000] DT missing boot CPU MPIDR[23:0], fall back to default cpu_logical_map [ 0.000000] PERCPU: Embedded 12 pages/cpu @c7eda000 s17696 r8192 d23264 u49152 [ 0.000000] pcpu-alloc: s17696 r8192 d23264 u49152 alloc=12*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Memory: 117048K/131072K available (6406K kernel code, 288K rwdata, 1908K rodata, 228K init, 247K bss, 14024K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xffc00000 - 0xfff00000 (3072 kB) vmalloc : 0xc8800000 - 0xff800000 ( 880 MB) lowmem : 0xc0000000 - 0xc8000000 ( 128 MB) modules : 0xbf000000 - 0xc0000000 ( 16 MB) .text : 0xc0008000 - 0xc0826ddc (8316 kB) .init : 0xc0827000 - 0xc0860000 ( 228 kB) .data : 0xc0860000 - 0xc08a8338 ( 289 kB) .bss : 0xc08a8338 - 0xc08e6310 ( 248 kB) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:160 [ 0.000000] clocksource: rps_clocksource_timer: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 19112603332 ns [ 0.000010] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 21474835200ns [ 0.000161] Console: colour dummy device 80x30 [ 0.000192] Calibrating delay loop... 339.14 BogoMIPS (lpj=1695744) [ 0.050017] pid_max: default: 32768 minimum: 301 [ 0.050183] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.050201] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.051013] Initializing cgroup subsys net_cls [ 0.051092] CPU: Testing write buffer coherency: ok [ 0.051517] Setting up static identity map for 0x60008220 - 0x60008258 [ 0.190131] Brought up 2 CPUs [ 0.190154] SMP: Total of 2 processors activated (678.29 BogoMIPS). [ 0.190932] devtmpfs: initialized [ 0.195678] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.195942] prandom: seed boundary self test passed [ 0.200358] prandom: 100 self tests passed [ 0.200386] pinctrl core: initialized pinctrl subsystem [ 0.201274] NET: Registered protocol family 16 [ 0.201812] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.230018] cpuidle: using governor ladder [ 0.260016] cpuidle: using governor menu [ 0.265067] gpio-oxnas 44000000.gpio: at address c8848000 [ 0.265456] gpio-oxnas 44100000.gpio: at address c884a000 [ 0.266017] pinctrl-oxnas pinctrl: initialized OX820 pinctrl driver [ 0.388495] oxnas-pcie 47c00000.pcie-controller: PCIe version/deviceID 0x82510b5 [ 0.388613] oxnas-pcie 47c00000.pcie-controller: link up [ 0.388928] oxnas-pcie 47c00000.pcie-controller: PCI host bridge to bus 0000:00 [ 0.388953] pci_bus 0000:00: root bus resource [mem 0x48000000-0x49ffffff] [ 0.388971] pci_bus 0000:00: root bus resource [mem 0x4a000000-0x4bdfffff pref] [ 0.388986] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] [ 0.389004] pci_bus 0000:00: root bus resource [bus 00-7f] [ 0.389068] pci 0000:00:00.0: [1912:0015] type 00 class 0x0c0330 [ 0.389158] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit] [ 0.389340] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold [ 0.389703] PCI: bus0: Fast back to back transfers disabled [ 0.389798] pci 0000:00:00.0: BAR 0: assigned [mem 0x48000000-0x48001fff 64bit] [ 0.390338] vgaarb: loaded [ 0.390835] SCSI subsystem initialized [ 0.391188] libata version 3.00 loaded. [ 0.391715] usbcore: registered new interface driver usbfs [ 0.391823] usbcore: registered new interface driver hub [ 0.391984] usbcore: registered new device driver usb [ 0.392194] pps_core: LinuxPPS API ver. 1 registered [ 0.392209] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.392256] PTP clock support registered [ 0.394393] clocksource: Switched to clocksource rps_clocksource_timer [ 0.413153] NET: Registered protocol family 2 [ 0.414028] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.414072] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) [ 0.414105] TCP: Hash tables configured (established 1024 bind 1024) [ 0.414202] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.414243] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414504] NET: Registered protocol family 1 [ 0.415045] RPC: Registered named UNIX socket transport module. [ 0.415065] RPC: Registered udp transport module. [ 0.415075] RPC: Registered tcp transport module. [ 0.415086] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.415150] pci 0000:00:00.0: enabling device (0140 -> 0142) [ 0.415219] PCI: CLS 32 bytes, default 32 [ 0.415546] Unpacking initramfs... [ 0.805212] Freeing initrd memory: 3644K (c7a99000 - c7e28000) [ 0.806615] futex hash table entries: 512 (order: 2, 16384 bytes) [ 0.806778] Initialise system trusted keyring [ 0.832522] zbud: loaded [ 0.851422] NFS: Registering the id_resolver key type [ 0.851494] Key type id_resolver registered [ 0.851507] Key type id_legacy registered [ 0.851550] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.851573] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 0.852500] fuse init (API version 7.23) [ 0.854551] Key type big_key registered [ 0.933209] Key type asymmetric registered [ 0.933245] Asymmetric key parser 'x509' registered [ 0.933373] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.933399] io scheduler noop registered [ 0.933416] io scheduler deadline registered [ 0.933475] io scheduler cfq registered (default) [ 0.934110] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 0.935682] console [ttyS0] disabled [ 0.935779] 44200000.uart: ttyS0 at MMIO 0x44200000 (irq = 6, base_baud = 390625) is a 16550A [ 1.521021] console [ttyS0] enabled [ 1.535749] loop: module loaded [ 1.787722] scsi host0: sata_oxnas [ 1.840980] ata1: SATA max UDMA/133 irq 7 [ 1.845068] sata_oxnas: resetting SATA core [ 1.846103] nand: Could not find valid ONFI parameter page; aborting [ 1.846146] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 [ 1.846151] nand: Hynix NAND 128MiB 3,3V 8-bit [ 1.846159] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.846177] Scanning device for bad blocks [ 1.929505] 2 ofpart partitions found on MTD device 41000000.nand [ 1.935587] Creating 2 MTD partitions on "41000000.nand": [ 1.940999] 0x000000000000-0x000000e00000 : "boot" [ 1.947655] 0x000000e00000-0x000008000000 : "data" [ 1.954967] oxnas-gmac 40400000.ethernet: no reset control found [ 1.960988] stmmac - user ID: 0x12, Synopsys ID: 0x35 [ 1.966013] Ring mode enabled [ 1.969047] DMA HW capability register supported [ 1.973568] Enhanced/Alternate descriptors [ 1.977899] Enabled extended descriptors [ 1.981898] RX Checksum Offload Engine supported (type 2) [ 1.987353] TX Checksum insertion supported [ 1.991626] Wake-Up On Lan supported [ 1.995269] Enable RX Mitigation via HW Watchdog Timer [ 2.016762] libphy: stmmac: probed [ 2.020211] eth%d: PHY ID 001cc914 at 0 IRQ POLL (stmmac-0:00) active [ 2.026624] eth%d: PHY ID 001cc914 at 3 IRQ POLL (stmmac-0:03) [ 2.033285] PPP generic driver version 2.4.2 [ 2.038123] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.044689] ehci-pci: EHCI PCI platform driver [ 2.049502] oxnas-ehci 40200100.ehci: EHCI Host Controller [ 2.055065] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus number 1 [ 2.062906] oxnas-ehci 40200100.ehci: irq 10, io mem 0x40200100 [ 2.080148] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00 [ 2.086474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.093268] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.100477] usb usb1: Product: EHCI Host Controller [ 2.105328] usb usb1: Manufacturer: Linux 4.4.48-oxnas-tld-1 ehci_hcd [ 2.111754] usb usb1: SerialNumber: 40200100.ehci [ 2.117391] hub 1-0:1.0: USB hub found [ 2.121251] hub 1-0:1.0: 2 ports detected [ 2.126254] xhci_hcd 0000:00:00.0: xHCI Host Controller [ 2.131558] xhci_hcd 0000:00:00.0: new USB bus registered, assigned bus number 2 [ 2.144458] xhci_hcd 0000:00:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x00000090 [ 2.153341] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.160151] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.167339] usb usb2: Product: xHCI Host Controller [ 2.172213] usb usb2: Manufacturer: Linux 4.4.48-oxnas-tld-1 xhci-hcd [ 2.178621] usb usb2: SerialNumber: 0000:00:00.0 [ 2.184220] hub 2-0:1.0: USB hub found [ 2.188032] hub 2-0:1.0: 2 ports detected [ 2.192931] xhci_hcd 0000:00:00.0: xHCI Host Controller [ 2.198154] xhci_hcd 0000:00:00.0: new USB bus registered, assigned bus number 3 [ 2.205736] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 2.214123] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003 [ 2.221107] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.228300] usb usb3: Product: xHCI Host Controller [ 2.230010] ata1: SATA link down (SStatus 0 SControl 300) [ 2.238558] usb usb3: Manufacturer: Linux 4.4.48-oxnas-tld-1 xhci-hcd [ 2.244989] usb usb3: SerialNumber: 0000:00:00.0 [ 2.250649] hub 3-0:1.0: USB hub found [ 2.254461] hub 3-0:1.0: 2 ports detected [ 2.259591] usbcore: registered new interface driver cdc_acm [ 2.265264] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 2.273382] usbcore: registered new interface driver cdc_wdm [ 2.279229] usbcore: registered new interface driver usb-storage [ 2.285424] usbcore: registered new interface driver usbserial [ 2.291624] usbcore: registered new interface driver usbserial_generic [ 2.298188] usbserial: USB Serial support registered for generic [ 2.304629] mousedev: PS/2 mouse device common for all mice [ 2.310430] i2c /dev entries driver [ 2.315171] hidraw: raw HID events driver (C) Jiri Kosina [ 2.321072] usbcore: registered new interface driver usbhid [ 2.326622] usbhid: USB HID core driver [ 2.332564] NET: Registered protocol family 10 [ 2.338529] sit: IPv6 over IPv4 tunneling driver [ 2.344156] NET: Registered protocol family 17 [ 2.348746] Key type dns_resolver registered [ 2.354534] registered taskstats version 1 [ 2.358650] Loading compiled-in X.509 certificates [ 2.363586] zswap: loaded using pool lzo/zbud [ 2.383851] Key type encrypted registered [ 2.391272] Freeing unused kernel memory: 228K (c0827000 - c0860000) [ 2.440276] usb 1-1: new high-speed USB device number 2 using oxnas-ehci [ 2.531253] udevd[99]: starting version 175 [ 2.592404] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608 [ 2.599091] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.636835] usb 1-1: Product: USB2.0 Hub [ 2.651834] hub 1-1:1.0: USB hub found [ 2.671029] hub 1-1:1.0: 4 ports detected [ 2.970327] usb 1-1.1: new high-speed USB device number 3 using oxnas-ehci [ 3.091310] usb 1-1.1: New USB device found, idVendor=0781, idProduct=5575 [ 3.098165] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.105533] usb 1-1.1: Product: Cruzer Glide [ 3.109788] usb 1-1.1: Manufacturer: SanDisk [ 3.114058] usb 1-1.1: SerialNumber: 4C530201370809103182 [ 3.120829] usb-storage 1-1.1:1.0: USB Mass Storage device detected [ 3.127608] scsi host1: usb-storage 1-1.1:1.0 [ 3.155630] usbcore: registered new interface driver uas [ 4.131430] scsi 1:0:0:0: Direct-Access SanDisk Cruzer Glide 1.27 PQ: 0 ANSI: 6 [ 4.146012] sd 1:0:0:0: [sda] 15330304 512-byte logical blocks: (7.85 GB/7.31 GiB) [ 4.156185] sd 1:0:0:0: [sda] Write Protect is off [ 4.161254] sd 1:0:0:0: [sda] Mode Sense: 43 00 00 00 [ 4.162426] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 4.184279] sda: sda1 [ 4.198551] sd 1:0:0:0: [sda] Attached SCSI removable disk [ 13.476666] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 13.506227] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) [ 14.998901] udevd[298]: starting version 175 [ 17.193909] EXT4-fs (sda1): re-mounted. Opts: (null) [ 17.305932] random: nonblocking pool is initialized [ 17.477793] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro [ 20.642938] Adding 1048572k swap on /swapfile1. Priority:-1 extents:360 across:1169636k FS [ 22.831485] zram: Added device: zram0 [ 22.851507] zram: Added device: zram1 [ 22.871518] zram: Added device: zram2 [ 22.891402] zram: Added device: zram3 [ 22.910873] zram0: detected capacity change from 0 to 23220224 [ 22.962598] Adding 22672k swap on /dev/zram0. Priority:10 extents:1 across:22672k SSFS [ 22.975470] zram1: detected capacity change from 0 to 23220224 [ 23.022085] Adding 22672k swap on /dev/zram1. Priority:10 extents:1 across:22672k SSFS [ 23.032514] zram2: detected capacity change from 0 to 23220224 [ 23.097671] Adding 22672k swap on /dev/zram2. Priority:10 extents:1 across:22672k SSFS [ 23.112284] zram3: detected capacity change from 0 to 23220224 [ 23.164687] Adding 22672k swap on /dev/zram3. Priority:10 extents:1 across:22672k SSFS [ 28.710179] oxnas-gmac 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 31.710128] oxnas-gmac 40400000.ethernet eth0: Link is Down [ 32.710169] oxnas-gmac 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 35.710149] oxnas-gmac 40400000.ethernet eth0: Link is Down [ 36.710177] oxnas-gmac 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 60.148200] zram: Cannot change disksize for initialized device [ 60.202370] zram: Cannot change disksize for initialized device [ 60.274823] zram: Cannot change disksize for initialized device [ 60.347307] zram: Cannot change disksize for initialized device [ 138.560696] usb 3-2: new SuperSpeed USB device number 2 using xhci_hcd [ 138.585492] usb 3-2: New USB device found, idVendor=1f75, idProduct=0621 [ 138.592348] usb 3-2: New USB device strings: Mfr=4, Product=5, SerialNumber=6 [ 138.599552] usb 3-2: Product: FX-D0002.HDD [ 138.603729] usb 3-2: Manufacturer: ULT-Best [ 138.608151] usb 3-2: SerialNumber: 20150718 [ 138.833131] usb-storage 3-2:1.0: USB Mass Storage device detected [ 138.840576] scsi host2: usb-storage 3-2:1.0 [ 148.265999] scsi 2:0:0:0: Direct-Access ULT-Best FX-D0002.HDD PQ: 0 ANSI: 6 [ 148.286041] sd 2:0:0:0: [sdb] Attached SCSI removable disk [ 166.160335] xhci_hcd 0000:00:00.0: Timeout while waiting for setup device command [ 171.380300] xhci_hcd 0000:00:00.0: Timeout while waiting for setup device command [ 171.590067] usb 3-2: device not accepting address 2, error -62 [ 176.810234] xhci_hcd 0000:00:00.0: Timeout while waiting for setup device command [ 182.032611] xhci_hcd 0000:00:00.0: Timeout while waiting for setup device command [ 182.250086] usb 3-2: device not accepting address 2, error -62 [ 187.470310] xhci_hcd 0000:00:00.0: Timeout while waiting for setup device command [ 192.700405] xhci_hcd 0000:00:00.0: Timeout while waiting for setup device command [ 192.910192] usb 3-2: device not accepting address 2, error -62 [ 198.130352] xhci_hcd 0000:00:00.0: Timeout while waiting for setup device command [ 203.350359] xhci_hcd 0000:00:00.0: Timeout while waiting for setup device command [ 203.560192] usb 3-2: device not accepting address 2, error -62 [ 203.620436] usb 3-2: USB disconnect, device number 2 [ 208.840276] xhci_hcd 0000:00:00.0: Timeout while waiting for setup device command [ 214.060446] xhci_hcd 0000:00:00.0: Timeout while waiting for setup device command [ 214.270097] usb 3-2: device not accepting address 3, error -62 [ 219.490496] xhci_hcd 0000:00:00.0: Timeout while waiting for setup device command [ 224.710402] xhci_hcd 0000:00:00.0: Timeout while waiting for setup device command [ 224.920181] usb 3-2: device not accepting address 4, error -62 [ 230.140218] xhci_hcd 0000:00:00.0: Timeout while waiting for setup device command [ 235.360273] xhci_hcd 0000:00:00.0: Timeout while waiting for setup device command [ 235.570060] usb 3-2: device not accepting address 5, error -62 [ 240.790284] xhci_hcd 0000:00:00.0: Timeout while waiting for setup device command [ 246.010324] xhci_hcd 0000:00:00.0: Timeout while waiting for setup device command [ 246.220134] usb 3-2: device not accepting address 6, error -62 [ 246.250160] usb usb3-port2: unable to enumerate USB device root@DebianPlug:~# lsusb Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 003: ID 0781:5575 SanDisk Corp. Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub root@DebianPlug:~# lsusb -vvv Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 3.00 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 3 bMaxPacketSize0 9 idVendor 0x1d6b Linux Foundation idProduct 0x0003 3.0 root hub bcdDevice 4.04 iManufacturer 3 Linux 4.4.48-oxnas-tld-1 xhci-hcd iProduct 2 xHCI Host Controller iSerial 1 0000:00:00.0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 31 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0004 1x 4 bytes bInterval 12 bMaxBurst 0 Hub Descriptor: bLength 12 bDescriptorType 42 nNbrPorts 2 wHubCharacteristic 0x0009 Per-port power switching Per-port overcurrent protection bPwrOn2PwrGood 10 * 2 milli seconds bHubContrCurrent 0 milli Ampere bHubDecLat 0.0 micro seconds wHubDelay 0 nano seconds DeviceRemovable 0x00 Hub Port Status: Port 1: 0000.02a0 5Gbps power Rx.Detect Port 2: 0000.0263 5Gbps power suspend enable connect Binary Object Store Descriptor: bLength 5 bDescriptorType 15 wTotalLength 15 bNumDeviceCaps 1 SuperSpeed USB Device Capability: bLength 10 bDescriptorType 16 bDevCapabilityType 3 bmAttributes 0x02 Latency Tolerance Messages (LTM) Supported wSpeedsSupported 0x0008 Device can operate at SuperSpeed (5Gbps) bFunctionalitySupport 3 Lowest fully-functional device speed is SuperSpeed (5Gbps) bU1DevExitLat 0 micro seconds bU2DevExitLat 0 micro seconds Device Status: 0x0001 Self Powered Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 1 Single TT bMaxPacketSize0 64 idVendor 0x1d6b Linux Foundation idProduct 0x0002 2.0 root hub bcdDevice 4.04 iManufacturer 3 Linux 4.4.48-oxnas-tld-1 xhci-hcd iProduct 2 xHCI Host Controller iSerial 1 0000:00:00.0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0004 1x 4 bytes bInterval 12 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 2 wHubCharacteristic 0x0009 Per-port power switching Per-port overcurrent protection TT think time 8 FS bits bPwrOn2PwrGood 10 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0100 power Port 2: 0000.0100 power Device Status: 0x0001 Self Powered Bus 001 Device 003: ID 0781:5575 SanDisk Corp. Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 idVendor 0x0781 SanDisk Corp. idProduct 0x5575 bcdDevice 1.27 iManufacturer 1 SanDisk iProduct 2 Cruzer Glide iSerial 3 4C530201370809103182 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 32 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0x80 (Bus Powered) MaxPower 200mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 8 Mass Storage bInterfaceSubClass 6 SCSI bInterfaceProtocol 80 Bulk-Only iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 1 Device Qualifier (for other device speed): bLength 10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 bNumConfigurations 1 Device Status: 0x0000 (Bus Powered) Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 1 Single TT bMaxPacketSize0 64 idVendor 0x05e3 Genesys Logic, Inc. idProduct 0x0608 USB-2.0 4-Port HUB bcdDevice 77.64 iManufacturer 0 iProduct 1 USB2.0 Hub iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 100mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0001 1x 1 bytes bInterval 12 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 4 wHubCharacteristic 0x00e0 Ganged power switching Ganged overcurrent protection TT think time 32 FS bits Port indicators bPwrOn2PwrGood 50 * 2 milli seconds bHubContrCurrent 100 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0503 highspeed power enable connect Port 2: 0000.0100 power Port 3: 0000.0100 power Port 4: 0000.0100 power Device Qualifier (for other device speed): bLength 10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 0 Full speed (or root) hub bMaxPacketSize0 64 bNumConfigurations 1 Device Status: 0x0001 Self Powered Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 1 Single TT bMaxPacketSize0 64 idVendor 0x1d6b Linux Foundation idProduct 0x0002 2.0 root hub bcdDevice 4.04 iManufacturer 3 Linux 4.4.48-oxnas-tld-1 ehci_hcd iProduct 2 EHCI Host Controller iSerial 1 40200100.ehci bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0004 1x 4 bytes bInterval 12 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 2 wHubCharacteristic 0x0009 Per-port power switching Per-port overcurrent protection TT think time 8 FS bits bPwrOn2PwrGood 10 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0503 highspeed power enable connect Port 2: 0000.0100 power Device Status: 0x0001 Self Powered root@DebianPlug:~#
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 21, 2017 12:05AM |
Registered: 9 years ago Posts: 1,516 |
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 21, 2017 12:47AM |
Admin Registered: 13 years ago Posts: 19,107 |
root@DebianPlug:~# fdisk -l Disk /dev/mtdblock0: 14 MiB, 14680064 bytes, 28672 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xaaaaaaaa Device Boot Start End Sectors Size Id Type /dev/mtdblock0p1 ? 2863311530 5726623059 2863311530 1.3T aa unknown /dev/mtdblock0p2 ? 2863311530 5726623059 2863311530 1.3T aa unknown /dev/mtdblock0p3 ? 2863311530 4294989139 1431677610 682.7G aa unknown /dev/mtdblock0p4 ? 2863311530 5721052499 2857740970 1.3T aa unknown Disk /dev/mtdblock1: 114 MiB, 119537664 bytes, 233472 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/sda: 7.3 GiB, 7849115648 bytes, 15330304 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x01ecce21 Device Boot Start End Sectors Size Id Type /dev/sda1 2048 15147007 15144960 7.2G 83 Linux Disk /dev/zram0: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk /dev/zram1: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk /dev/zram2: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk /dev/zram3: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 21, 2017 08:49AM |
Registered: 9 years ago Posts: 1,516 |
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 21, 2017 02:50PM |
Registered: 9 years ago Posts: 1,516 |
root@DebianPlug:~# fdisk -l Disk /dev/mtdblock0: 14 MiB, 14680064 bytes, 28672 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xaaaaaaaa Device Boot Start End Sectors Size Id Type /dev/mtdblock0p1 ? 2863311530 5726623059 2863311530 1.3T aa unknown /dev/mtdblock0p2 ? 2863311530 5726623059 2863311530 1.3T aa unknown /dev/mtdblock0p3 ? 2863311530 4294989139 1431677610 682.7G aa unknown /dev/mtdblock0p4 ? 2863311530 5721052499 2857740970 1.3T aa unknown Disk /dev/mtdblock1: 114 MiB, 119537664 bytes, 233472 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/sda: 7.3 GiB, 7849115648 bytes, 15330304 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x01ecce21 Device Boot Start End Sectors Size Id Type /dev/sda1 2048 15147007 15144960 7.2G 83 Linux Disk /dev/zram0: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk /dev/zram1: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk /dev/zram2: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk /dev/zram3: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes root@DebianPlug:~# dmesg [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.4.48-oxnas-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP PREEMPT Wed Feb 15 02:59:11 PST 2017 [ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5787d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Pogoplug V3 Pro [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] On node 0 totalpages: 32768 [ 0.000000] free_area_init_node: node 0, pgdat c08a6980, node_mem_map c7ef9000 [ 0.000000] Normal zone: 256 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 32768 pages, LIFO batch:7 [ 0.000000] DT missing boot CPU MPIDR[23:0], fall back to default cpu_logical_map [ 0.000000] PERCPU: Embedded 12 pages/cpu @c7eda000 s17696 r8192 d23264 u49152 [ 0.000000] pcpu-alloc: s17696 r8192 d23264 u49152 alloc=12*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Memory: 117048K/131072K available (6406K kernel code, 288K rwdata, 1908K rodata, 228K init, 247K bss, 14024K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xffc00000 - 0xfff00000 (3072 kB) vmalloc : 0xc8800000 - 0xff800000 ( 880 MB) lowmem : 0xc0000000 - 0xc8000000 ( 128 MB) modules : 0xbf000000 - 0xc0000000 ( 16 MB) .text : 0xc0008000 - 0xc0826ddc (8316 kB) .init : 0xc0827000 - 0xc0860000 ( 228 kB) .data : 0xc0860000 - 0xc08a8338 ( 289 kB) .bss : 0xc08a8338 - 0xc08e6310 ( 248 kB) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:160 [ 0.000000] clocksource: rps_clocksource_timer: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 19112603332 ns [ 0.000010] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 21474835200ns [ 0.000161] Console: colour dummy device 80x30 [ 0.000192] Calibrating delay loop... 339.14 BogoMIPS (lpj=1695744) [ 0.050022] pid_max: default: 32768 minimum: 301 [ 0.050183] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.050201] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.051005] Initializing cgroup subsys net_cls [ 0.051087] CPU: Testing write buffer coherency: ok [ 0.051512] Setting up static identity map for 0x60008220 - 0x60008258 [ 0.190131] Brought up 2 CPUs [ 0.190154] SMP: Total of 2 processors activated (678.29 BogoMIPS). [ 0.190935] devtmpfs: initialized [ 0.195735] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.195996] prandom: seed boundary self test passed [ 0.200412] prandom: 100 self tests passed [ 0.200437] pinctrl core: initialized pinctrl subsystem [ 0.201269] NET: Registered protocol family 16 [ 0.201807] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.230021] cpuidle: using governor ladder [ 0.260014] cpuidle: using governor menu [ 0.265075] gpio-oxnas 44000000.gpio: at address c8848000 [ 0.265459] gpio-oxnas 44100000.gpio: at address c884a000 [ 0.266022] pinctrl-oxnas pinctrl: initialized OX820 pinctrl driver [ 0.389025] oxnas-pcie 47c00000.pcie-controller: PCIe version/deviceID 0x82510b5 [ 0.389145] oxnas-pcie 47c00000.pcie-controller: link up [ 0.389463] oxnas-pcie 47c00000.pcie-controller: PCI host bridge to bus 0000:00 [ 0.389486] pci_bus 0000:00: root bus resource [mem 0x48000000-0x49ffffff] [ 0.389504] pci_bus 0000:00: root bus resource [mem 0x4a000000-0x4bdfffff pref] [ 0.389519] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] [ 0.389537] pci_bus 0000:00: root bus resource [bus 00-7f] [ 0.389601] pci 0000:00:00.0: [1912:0015] type 00 class 0x0c0330 [ 0.389688] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit] [ 0.389870] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold [ 0.390295] PCI: bus0: Fast back to back transfers disabled [ 0.390389] pci 0000:00:00.0: BAR 0: assigned [mem 0x48000000-0x48001fff 64bit] [ 0.390868] vgaarb: loaded [ 0.391357] SCSI subsystem initialized [ 0.391720] libata version 3.00 loaded. [ 0.392238] usbcore: registered new interface driver usbfs [ 0.392348] usbcore: registered new interface driver hub [ 0.392509] usbcore: registered new device driver usb [ 0.392721] pps_core: LinuxPPS API ver. 1 registered [ 0.392737] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.392785] PTP clock support registered [ 0.394905] clocksource: Switched to clocksource rps_clocksource_timer [ 0.413672] NET: Registered protocol family 2 [ 0.414548] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.414592] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) [ 0.414625] TCP: Hash tables configured (established 1024 bind 1024) [ 0.414725] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.414768] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.415032] NET: Registered protocol family 1 [ 0.415582] RPC: Registered named UNIX socket transport module. [ 0.415603] RPC: Registered udp transport module. [ 0.415613] RPC: Registered tcp transport module. [ 0.415626] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.415687] pci 0000:00:00.0: enabling device (0140 -> 0142) [ 0.415761] PCI: CLS 32 bytes, default 32 [ 0.416102] Unpacking initramfs... [ 0.805532] Freeing initrd memory: 3644K (c7a99000 - c7e28000) [ 0.806968] futex hash table entries: 512 (order: 2, 16384 bytes) [ 0.807134] Initialise system trusted keyring [ 0.819980] zbud: loaded [ 0.841364] NFS: Registering the id_resolver key type [ 0.841433] Key type id_resolver registered [ 0.841448] Key type id_legacy registered [ 0.841492] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.841515] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 0.842419] fuse init (API version 7.23) [ 0.844426] Key type big_key registered [ 0.921912] Key type asymmetric registered [ 0.921940] Asymmetric key parser 'x509' registered [ 0.922068] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.922096] io scheduler noop registered [ 0.922114] io scheduler deadline registered [ 0.922178] io scheduler cfq registered (default) [ 0.922823] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 0.924395] console [ttyS0] disabled [ 0.924490] 44200000.uart: ttyS0 at MMIO 0x44200000 (irq = 6, base_baud = 390625) is a 16550A [ 1.509985] console [ttyS0] enabled [ 1.632509] loop: module loaded [ 1.884462] scsi host0: sata_oxnas [ 1.937687] ata1: SATA max UDMA/133 irq 7 [ 1.941788] sata_oxnas: resetting SATA core [ 1.942812] nand: Could not find valid ONFI parameter page; aborting [ 1.942853] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 [ 1.942858] nand: Hynix NAND 128MiB 3,3V 8-bit [ 1.942868] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.942886] Scanning device for bad blocks [ 2.025507] 2 ofpart partitions found on MTD device 41000000.nand [ 2.031598] Creating 2 MTD partitions on "41000000.nand": [ 2.036994] 0x000000000000-0x000000e00000 : "boot" [ 2.043694] 0x000000e00000-0x000008000000 : "data" [ 2.050931] oxnas-gmac 40400000.ethernet: no reset control found [ 2.056921] stmmac - user ID: 0x12, Synopsys ID: 0x35 [ 2.061975] Ring mode enabled [ 2.065013] DMA HW capability register supported [ 2.069514] Enhanced/Alternate descriptors [ 2.073861] Enabled extended descriptors [ 2.077849] RX Checksum Offload Engine supported (type 2) [ 2.083315] TX Checksum insertion supported [ 2.087559] Wake-Up On Lan supported [ 2.091212] Enable RX Mitigation via HW Watchdog Timer [ 2.112212] libphy: stmmac: probed [ 2.115609] eth%d: PHY ID 001cc914 at 0 IRQ POLL (stmmac-0:00) active [ 2.122073] eth%d: PHY ID 001cc914 at 3 IRQ POLL (stmmac-0:03) [ 2.128734] PPP generic driver version 2.4.2 [ 2.133616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.140180] ehci-pci: EHCI PCI platform driver [ 2.144988] oxnas-ehci 40200100.ehci: EHCI Host Controller [ 2.150568] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus number 1 [ 2.158359] oxnas-ehci 40200100.ehci: irq 10, io mem 0x40200100 [ 2.180147] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00 [ 2.186460] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.193256] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.200463] usb usb1: Product: EHCI Host Controller [ 2.205319] usb usb1: Manufacturer: Linux 4.4.48-oxnas-tld-1 ehci_hcd [ 2.211742] usb usb1: SerialNumber: 40200100.ehci [ 2.217359] hub 1-0:1.0: USB hub found [ 2.221224] hub 1-0:1.0: 2 ports detected [ 2.226240] xhci_hcd 0000:00:00.0: xHCI Host Controller [ 2.231534] xhci_hcd 0000:00:00.0: new USB bus registered, assigned bus number 2 [ 2.244426] xhci_hcd 0000:00:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x00000090 [ 2.253291] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.260052] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.267281] usb usb2: Product: xHCI Host Controller [ 2.272163] usb usb2: Manufacturer: Linux 4.4.48-oxnas-tld-1 xhci-hcd [ 2.278574] usb usb2: SerialNumber: 0000:00:00.0 [ 2.284172] hub 2-0:1.0: USB hub found [ 2.287989] hub 2-0:1.0: 2 ports detected [ 2.292920] xhci_hcd 0000:00:00.0: xHCI Host Controller [ 2.298142] xhci_hcd 0000:00:00.0: new USB bus registered, assigned bus number 3 [ 2.305722] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 2.314088] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003 [ 2.321075] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.328268] usb usb3: Product: xHCI Host Controller [ 2.330009] ata1: SATA link down (SStatus 0 SControl 300) [ 2.338529] usb usb3: Manufacturer: Linux 4.4.48-oxnas-tld-1 xhci-hcd [ 2.344960] usb usb3: SerialNumber: 0000:00:00.0 [ 2.350609] hub 3-0:1.0: USB hub found [ 2.354419] hub 3-0:1.0: 2 ports detected [ 2.359541] usbcore: registered new interface driver cdc_acm [ 2.365217] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 2.373332] usbcore: registered new interface driver cdc_wdm [ 2.379179] usbcore: registered new interface driver usb-storage [ 2.385374] usbcore: registered new interface driver usbserial [ 2.391580] usbcore: registered new interface driver usbserial_generic [ 2.398141] usbserial: USB Serial support registered for generic [ 2.404572] mousedev: PS/2 mouse device common for all mice [ 2.410370] i2c /dev entries driver [ 2.415162] hidraw: raw HID events driver (C) Jiri Kosina [ 2.421035] usbcore: registered new interface driver usbhid [ 2.426585] usbhid: USB HID core driver [ 2.432465] NET: Registered protocol family 10 [ 2.438423] sit: IPv6 over IPv4 tunneling driver [ 2.444042] NET: Registered protocol family 17 [ 2.448650] Key type dns_resolver registered [ 2.454438] registered taskstats version 1 [ 2.458554] Loading compiled-in X.509 certificates [ 2.463488] zswap: loaded using pool lzo/zbud [ 2.483911] Key type encrypted registered [ 2.503004] Freeing unused kernel memory: 228K (c0827000 - c0860000) [ 2.540208] usb 1-1: new high-speed USB device number 2 using oxnas-ehci [ 2.645972] udevd[99]: starting version 175 [ 2.702973] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608 [ 2.709657] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.736857] usb 1-1: Product: USB2.0 Hub [ 2.752665] hub 1-1:1.0: USB hub found [ 2.772305] hub 1-1:1.0: 4 ports detected [ 3.070853] usb 1-1.1: new high-speed USB device number 3 using oxnas-ehci [ 3.191262] usb 1-1.1: New USB device found, idVendor=0781, idProduct=5575 [ 3.198118] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.205445] usb 1-1.1: Product: Cruzer Glide [ 3.209697] usb 1-1.1: Manufacturer: SanDisk [ 3.213980] usb 1-1.1: SerialNumber: 4C530201370809103182 [ 3.221271] usb-storage 1-1.1:1.0: USB Mass Storage device detected [ 3.228014] scsi host1: usb-storage 1-1.1:1.0 [ 3.256099] usbcore: registered new interface driver uas [ 4.231367] scsi 1:0:0:0: Direct-Access SanDisk Cruzer Glide 1.27 PQ: 0 ANSI: 6 [ 4.245685] sd 1:0:0:0: [sda] 15330304 512-byte logical blocks: (7.85 GB/7.31 GiB) [ 4.255431] sd 1:0:0:0: [sda] Write Protect is off [ 4.260395] sd 1:0:0:0: [sda] Mode Sense: 43 00 00 00 [ 4.261591] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 4.282370] sda: sda1 [ 4.293619] sd 1:0:0:0: [sda] Attached SCSI removable disk [ 16.811156] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 16.837245] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) [ 18.316272] udevd[301]: starting version 175 [ 18.833190] random: nonblocking pool is initialized [ 20.205941] EXT4-fs (sda1): re-mounted. Opts: (null) [ 20.498483] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro [ 23.641456] Adding 1048572k swap on /swapfile1. Priority:-1 extents:360 across:1169636k FS [ 26.462492] zram: Added device: zram0 [ 26.482304] zram: Added device: zram1 [ 26.502236] zram: Added device: zram2 [ 26.522250] zram: Added device: zram3 [ 26.556817] zram0: detected capacity change from 0 to 23220224 [ 26.652879] Adding 22672k swap on /dev/zram0. Priority:10 extents:1 across:22672k SSFS [ 26.671644] zram1: detected capacity change from 0 to 23220224 [ 26.742402] Adding 22672k swap on /dev/zram1. Priority:10 extents:1 across:22672k SSFS [ 26.752542] zram2: detected capacity change from 0 to 23220224 [ 26.811645] Adding 22672k swap on /dev/zram2. Priority:10 extents:1 across:22672k SSFS [ 26.826278] zram3: detected capacity change from 0 to 23220224 [ 26.891955] Adding 22672k swap on /dev/zram3. Priority:10 extents:1 across:22672k SSFS [ 32.190164] oxnas-gmac 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 55.713454] zram: Cannot change disksize for initialized device [ 55.787197] zram: Cannot change disksize for initialized device [ 55.889592] zram: Cannot change disksize for initialized device [ 56.030026] zram: Cannot change disksize for initialized device [ 166.086699] usb 3-2: new SuperSpeed USB device number 2 using xhci_hcd [ 166.126732] usb 3-2: New USB device found, idVendor=0bc2, idProduct=ab00 [ 166.135700] usb 3-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1 [ 166.152250] usb 3-2: Product: Slim [ 166.160220] usb 3-2: Manufacturer: Seagate [ 166.164354] usb 3-2: SerialNumber: 52AB4031F0QZ [ 166.450332] scsi host2: uas [ 166.470819] scsi 2:0:0:0: Direct-Access Seagate Slim 6408 PQ: 0 ANSI: 6 [ 166.481436] sd 2:0:0:0: [sdb] Spinning up disk... root@DebianPlug:~# fdisk -l Disk /dev/mtdblock0: 14 MiB, 14680064 bytes, 28672 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xaaaaaaaa Device Boot Start End Sectors Size Id Type /dev/mtdblock0p1 ? 2863311530 5726623059 2863311530 1.3T aa unknown /dev/mtdblock0p2 ? 2863311530 5726623059 2863311530 1.3T aa unknown /dev/mtdblock0p3 ? 2863311530 4294989139 1431677610 682.7G aa unknown /dev/mtdblock0p4 ? 2863311530 5721052499 2857740970 1.3T aa unknown Disk /dev/mtdblock1: 114 MiB, 119537664 bytes, 233472 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/sda: 7.3 GiB, 7849115648 bytes, 15330304 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x01ecce21 Device Boot Start End Sectors Size Id Type /dev/sda1 2048 15147007 15144960 7.2G 83 Linux Disk /dev/zram0: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk /dev/zram1: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk /dev/zram2: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk /dev/zram3: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes root@DebianPlug:~# lsusb Bus 003 Device 002: ID 0bc2:ab00 Seagate RSS LLC Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 003: ID 0781:5575 SanDisk Corp. Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub root@DebianPlug:~# lsusb -vvv Bus 003 Device 002: ID 0bc2:ab00 Seagate RSS LLC Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 3.00 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 9 idVendor 0x0bc2 Seagate RSS LLC idProduct 0xab00 bcdDevice 1.00 iManufacturer 2 Seagate iProduct 3 Slim iSerial 1 52AB4031F0QZ bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 121 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0x80 (Bus Powered) MaxPower 36mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 8 Mass Storage bInterfaceSubClass 6 SCSI bInterfaceProtocol 80 Bulk-Only iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0400 1x 1024 bytes bInterval 0 bMaxBurst 15 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0400 1x 1024 bytes bInterval 0 bMaxBurst 15 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 1 bNumEndpoints 4 bInterfaceClass 8 Mass Storage bInterfaceSubClass 6 SCSI bInterfaceProtocol 98 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0400 1x 1024 bytes bInterval 0 bMaxBurst 15 MaxStreams 32 Data-in pipe (0x03) Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0400 1x 1024 bytes bInterval 0 bMaxBurst 15 MaxStreams 32 Data-out pipe (0x04) Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0400 1x 1024 bytes bInterval 0 bMaxBurst 15 MaxStreams 32 Status pipe (0x02) Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x04 EP 4 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0400 1x 1024 bytes bInterval 0 bMaxBurst 0 Command pipe (0x01) Binary Object Store Descriptor: bLength 5 bDescriptorType 15 wTotalLength 22 bNumDeviceCaps 2 USB 2.0 Extension Device Capability: bLength 7 bDescriptorType 16 bDevCapabilityType 2 bmAttributes 0x00000002 Link Power Management (LPM) Supported SuperSpeed USB Device Capability: bLength 10 bDescriptorType 16 bDevCapabilityType 3 bmAttributes 0x00 wSpeedsSupported 0x000e Device can operate at Full Speed (12Mbps) Device can operate at High Speed (480Mbps) Device can operate at SuperSpeed (5Gbps) bFunctionalitySupport 1 Lowest fully-functional device speed is Full Speed (12Mbps) bU1DevExitLat 10 micro seconds bU2DevExitLat 2047 micro seconds Device Status: 0x0000 (Bus Powered) Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 3.00 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 3 bMaxPacketSize0 9 idVendor 0x1d6b Linux Foundation idProduct 0x0003 3.0 root hub bcdDevice 4.04 iManufacturer 3 Linux 4.4.48-oxnas-tld-1 xhci-hcd iProduct 2 xHCI Host Controller iSerial 1 0000:00:00.0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 31 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0004 1x 4 bytes bInterval 12 bMaxBurst 0 Hub Descriptor: bLength 12 bDescriptorType 42 nNbrPorts 2 wHubCharacteristic 0x0009 Per-port power switching Per-port overcurrent protection bPwrOn2PwrGood 10 * 2 milli seconds bHubContrCurrent 0 milli Ampere bHubDecLat 0.0 micro seconds wHubDelay 0 nano seconds DeviceRemovable 0x00 Hub Port Status: Port 1: 0000.02a0 5Gbps power Rx.Detect Port 2: 0000.0203 5Gbps power U0 enable connect Binary Object Store Descriptor: bLength 5 bDescriptorType 15 wTotalLength 15 bNumDeviceCaps 1 SuperSpeed USB Device Capability: bLength 10 bDescriptorType 16 bDevCapabilityType 3 bmAttributes 0x02 Latency Tolerance Messages (LTM) Supported wSpeedsSupported 0x0008 Device can operate at SuperSpeed (5Gbps) bFunctionalitySupport 3 Lowest fully-functional device speed is SuperSpeed (5Gbps) bU1DevExitLat 0 micro seconds bU2DevExitLat 0 micro seconds Device Status: 0x0001 Self Powered Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 1 Single TT bMaxPacketSize0 64 idVendor 0x1d6b Linux Foundation idProduct 0x0002 2.0 root hub bcdDevice 4.04 iManufacturer 3 Linux 4.4.48-oxnas-tld-1 xhci-hcd iProduct 2 xHCI Host Controller iSerial 1 0000:00:00.0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0004 1x 4 bytes bInterval 12 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 2 wHubCharacteristic 0x0009 Per-port power switching Per-port overcurrent protection TT think time 8 FS bits bPwrOn2PwrGood 10 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0100 power Port 2: 0000.0100 power Device Status: 0x0001 Self Powered Bus 001 Device 003: ID 0781:5575 SanDisk Corp. Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 idVendor 0x0781 SanDisk Corp. idProduct 0x5575 bcdDevice 1.27 iManufacturer 1 SanDisk iProduct 2 Cruzer Glide iSerial 3 4C530201370809103182 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 32 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0x80 (Bus Powered) MaxPower 200mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 8 Mass Storage bInterfaceSubClass 6 SCSI bInterfaceProtocol 80 Bulk-Only iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 1 Device Qualifier (for other device speed): bLength 10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 bNumConfigurations 1 Device Status: 0x0000 (Bus Powered) Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 1 Single TT bMaxPacketSize0 64 idVendor 0x05e3 Genesys Logic, Inc. idProduct 0x0608 USB-2.0 4-Port HUB bcdDevice 77.64 iManufacturer 0 iProduct 1 USB2.0 Hub iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 100mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0001 1x 1 bytes bInterval 12 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 4 wHubCharacteristic 0x00e0 Ganged power switching Ganged overcurrent protection TT think time 32 FS bits Port indicators bPwrOn2PwrGood 50 * 2 milli seconds bHubContrCurrent 100 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0503 highspeed power enable connect Port 2: 0000.0100 power Port 3: 0000.0100 power Port 4: 0000.0100 power Device Qualifier (for other device speed): bLength 10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 0 Full speed (or root) hub bMaxPacketSize0 64 bNumConfigurations 1 Device Status: 0x0001 Self Powered Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 1 Single TT bMaxPacketSize0 64 idVendor 0x1d6b Linux Foundation idProduct 0x0002 2.0 root hub bcdDevice 4.04 iManufacturer 3 Linux 4.4.48-oxnas-tld-1 ehci_hcd iProduct 2 EHCI Host Controller iSerial 1 40200100.ehci bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0004 1x 4 bytes bInterval 12 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 2 wHubCharacteristic 0x0009 Per-port power switching Per-port overcurrent protection TT think time 8 FS bits bPwrOn2PwrGood 10 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0503 highspeed power enable connect Port 2: 0000.0100 power Device Status: 0x0001 Self Powered root@DebianPlug:~#
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 21, 2017 10:44PM |
Registered: 8 years ago Posts: 49 |
# apt-get install pciutilsTo run:
# lspci
[root@PogoV3Debian jeff]# lsblk -afm NAME FSTYPE LABEL MOUNTPOINT NAME SIZE OWNER GROUP MODE sda sda 14.4G root floppy brw-rw---T `-sda1 ext3 rootfs / `-sda1 14.4G root floppy brw-rw---T loop0 loop0 root disk brw-rw---T loop1 loop1 root disk brw-rw---T loop2 loop2 root disk brw-rw---T loop3 loop3 root disk brw-rw---T loop4 loop4 root disk brw-rw---T loop5 loop5 root disk brw-rw---T loop6 loop6 root disk brw-rw---T loop7 loop7 root disk brw-rw---T mtdblock0 mtdblock0 14M root disk brw-rw---T mtdblock1 mtdblock1 114M root disk brw-rw---T
[root@PogoV3Debian jeff]# lspci 00:00.0 Network controller: Ralink corp. RT3090 Wireless 802.11n 1T/1R PCIe
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 22, 2017 12:25AM |
Registered: 9 years ago Posts: 1,516 |
root@DebianPlug:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 1 7.3G 0 disk `-sda1 8:1 1 7.2G 0 part / sdb 8:16 0 465.8G 0 disk zram0 253:0 0 22.1M 0 disk [SWAP] zram1 253:1 0 22.1M 0 disk [SWAP] zram2 253:2 0 22.1M 0 disk [SWAP] zram3 253:3 0 22.1M 0 disk [SWAP] mtdblock0 31:0 0 14M 0 disk mtdblock1 31:1 0 114M 0 disk
NAME FSTYPE LABEL UUID MOUNTPOINT NAME SIZE OWNER GROUP MODE sda sda 7.3G root floppy brw-rw---T `-sda1 ext3 rootfs c506c475-6973-4ad0-b8d2-6d0401f82880 / `-sda1 7.2G root floppy brw-rw---T sdb sdb 465.8G root floppy brw-rw---T loop0 loop0 root disk brw-rw---T loop1 loop1 root disk brw-rw---T loop2 loop2 root disk brw-rw---T loop3 loop3 root disk brw-rw---T loop4 loop4 root disk brw-rw---T loop5 loop5 root disk brw-rw---T loop6 loop6 root disk brw-rw---T loop7 loop7 root disk brw-rw---T zram0 swap ac619b47-db81-45e4-abcf-785bdfac7e9b [SWAP] zram0 22.1M root disk brw-rw---T zram1 swap 11e7b621-0c17-4819-9180-917036d34dec [SWAP] zram1 22.1M root disk brw-rw---T zram2 swap 2da87ded-2475-43ee-a2a3-b1cf04de1b66 [SWAP] zram2 22.1M root disk brw-rw---T zram3 swap 62d505d7-3e93-4112-903d-d6debba3450a [SWAP] zram3 22.1M root disk brw-rw---T mtdblock0 mtdblock0 14M root disk brw-rw---T mtdblock1 mtdblock1 114M root disk brw-rw---T root@DebianPlug:~# root@DebianPlug:~#
root@DebianPlug:~# lspci 00:00.0 USB controller: Renesas Technology Corp. uPD720202 USB 3.0 Host Controller (rev 02) root@DebianPlug:~#
root@DebianPlug:~# dmesg [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.4.48-oxnas-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP PREEMPT Wed Feb 15 02:59:11 PST 2017 [ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5787d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Pogoplug V3 Pro [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] On node 0 totalpages: 32768 [ 0.000000] free_area_init_node: node 0, pgdat c08a6980, node_mem_map c7ef9000 [ 0.000000] Normal zone: 256 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 32768 pages, LIFO batch:7 [ 0.000000] DT missing boot CPU MPIDR[23:0], fall back to default cpu_logical_map [ 0.000000] PERCPU: Embedded 12 pages/cpu @c7eda000 s17696 r8192 d23264 u49152 [ 0.000000] pcpu-alloc: s17696 r8192 d23264 u49152 alloc=12*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Memory: 117048K/131072K available (6406K kernel code, 288K rwdata, 1908K rodata, 228K init, 247K bss, 14024K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xffc00000 - 0xfff00000 (3072 kB) vmalloc : 0xc8800000 - 0xff800000 ( 880 MB) lowmem : 0xc0000000 - 0xc8000000 ( 128 MB) modules : 0xbf000000 - 0xc0000000 ( 16 MB) .text : 0xc0008000 - 0xc0826ddc (8316 kB) .init : 0xc0827000 - 0xc0860000 ( 228 kB) .data : 0xc0860000 - 0xc08a8338 ( 289 kB) .bss : 0xc08a8338 - 0xc08e6310 ( 248 kB) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:160 [ 0.000000] clocksource: rps_clocksource_timer: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 19112603332 ns [ 0.000010] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 21474835200ns [ 0.000163] Console: colour dummy device 80x30 [ 0.000194] Calibrating delay loop... 339.14 BogoMIPS (lpj=1695744) [ 0.050024] pid_max: default: 32768 minimum: 301 [ 0.050188] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.050206] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.051010] Initializing cgroup subsys net_cls [ 0.051092] CPU: Testing write buffer coherency: ok [ 0.051517] Setting up static identity map for 0x60008220 - 0x60008258 [ 0.190133] Brought up 2 CPUs [ 0.190156] SMP: Total of 2 processors activated (678.29 BogoMIPS). [ 0.190937] devtmpfs: initialized [ 0.195960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.196226] prandom: seed boundary self test passed [ 0.200642] prandom: 100 self tests passed [ 0.200668] pinctrl core: initialized pinctrl subsystem [ 0.201489] NET: Registered protocol family 16 [ 0.202030] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.230016] cpuidle: using governor ladder [ 0.260014] cpuidle: using governor menu [ 0.265059] gpio-oxnas 44000000.gpio: at address c8848000 [ 0.265446] gpio-oxnas 44100000.gpio: at address c884a000 [ 0.266004] pinctrl-oxnas pinctrl: initialized OX820 pinctrl driver [ 0.388620] oxnas-pcie 47c00000.pcie-controller: PCIe version/deviceID 0x82510b5 [ 0.388705] oxnas-pcie 47c00000.pcie-controller: link up [ 0.389012] oxnas-pcie 47c00000.pcie-controller: PCI host bridge to bus 0000:00 [ 0.389038] pci_bus 0000:00: root bus resource [mem 0x48000000-0x49ffffff] [ 0.389056] pci_bus 0000:00: root bus resource [mem 0x4a000000-0x4bdfffff pref] [ 0.389071] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] [ 0.389089] pci_bus 0000:00: root bus resource [bus 00-7f] [ 0.389148] pci 0000:00:00.0: [1912:0015] type 00 class 0x0c0330 [ 0.389240] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit] [ 0.389419] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold [ 0.389770] PCI: bus0: Fast back to back transfers disabled [ 0.389862] pci 0000:00:00.0: BAR 0: assigned [mem 0x48000000-0x48001fff 64bit] [ 0.390405] vgaarb: loaded [ 0.390896] SCSI subsystem initialized [ 0.391257] libata version 3.00 loaded. [ 0.391774] usbcore: registered new interface driver usbfs [ 0.391879] usbcore: registered new interface driver hub [ 0.392035] usbcore: registered new device driver usb [ 0.392248] pps_core: LinuxPPS API ver. 1 registered [ 0.392263] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.392307] PTP clock support registered [ 0.394439] clocksource: Switched to clocksource rps_clocksource_timer [ 0.412840] NET: Registered protocol family 2 [ 0.413734] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.413775] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) [ 0.413808] TCP: Hash tables configured (established 1024 bind 1024) [ 0.413905] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413946] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414210] NET: Registered protocol family 1 [ 0.414750] RPC: Registered named UNIX socket transport module. [ 0.414771] RPC: Registered udp transport module. [ 0.414781] RPC: Registered tcp transport module. [ 0.414794] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.414855] pci 0000:00:00.0: enabling device (0140 -> 0142) [ 0.414927] PCI: CLS 32 bytes, default 32 [ 0.415260] Unpacking initramfs... [ 0.805478] Freeing initrd memory: 3644K (c7a99000 - c7e28000) [ 0.806868] futex hash table entries: 512 (order: 2, 16384 bytes) [ 0.807032] Initialise system trusted keyring [ 0.819801] zbud: loaded [ 0.825126] NFS: Registering the id_resolver key type [ 0.825187] Key type id_resolver registered [ 0.825203] Key type id_legacy registered [ 0.825244] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.825267] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 0.826219] fuse init (API version 7.23) [ 0.828200] Key type big_key registered [ 0.905963] Key type asymmetric registered [ 0.905996] Asymmetric key parser 'x509' registered [ 0.906124] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.906150] io scheduler noop registered [ 0.906170] io scheduler deadline registered [ 0.906229] io scheduler cfq registered (default) [ 0.906867] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 0.908523] console [ttyS0] disabled [ 0.908618] 44200000.uart: ttyS0 at MMIO 0x44200000 (irq = 6, base_baud = 390625) is a 16550A [ 1.494151] console [ttyS0] enabled [ 1.509015] loop: module loaded [ 1.761057] scsi host0: sata_oxnas [ 1.814277] ata1: SATA max UDMA/133 irq 7 [ 1.818370] sata_oxnas: resetting SATA core [ 1.819456] nand: Could not find valid ONFI parameter page; aborting [ 1.819496] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 [ 1.819502] nand: Hynix NAND 128MiB 3,3V 8-bit [ 1.819509] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.819527] Scanning device for bad blocks [ 1.902031] 2 ofpart partitions found on MTD device 41000000.nand [ 1.908101] Creating 2 MTD partitions on "41000000.nand": [ 1.913505] 0x000000000000-0x000000e00000 : "boot" [ 1.920281] 0x000000e00000-0x000008000000 : "data" [ 1.927569] oxnas-gmac 40400000.ethernet: no reset control found [ 1.933611] stmmac - user ID: 0x12, Synopsys ID: 0x35 [ 1.938636] Ring mode enabled [ 1.941696] DMA HW capability register supported [ 1.946201] Enhanced/Alternate descriptors [ 1.950551] Enabled extended descriptors [ 1.954539] RX Checksum Offload Engine supported (type 2) [ 1.960025] TX Checksum insertion supported [ 1.964270] Wake-Up On Lan supported [ 1.967907] Enable RX Mitigation via HW Watchdog Timer [ 1.989017] libphy: stmmac: probed [ 1.992471] eth%d: PHY ID 001cc914 at 0 IRQ POLL (stmmac-0:00) active [ 1.998883] eth%d: PHY ID 001cc914 at 3 IRQ POLL (stmmac-0:03) [ 2.005578] PPP generic driver version 2.4.2 [ 2.010529] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.017036] ehci-pci: EHCI PCI platform driver [ 2.021931] oxnas-ehci 40200100.ehci: EHCI Host Controller [ 2.027430] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus number 1 [ 2.035297] oxnas-ehci 40200100.ehci: irq 10, io mem 0x40200100 [ 2.060011] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00 [ 2.066362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.073180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.080404] usb usb1: Product: EHCI Host Controller [ 2.085260] usb usb1: Manufacturer: Linux 4.4.48-oxnas-tld-1 ehci_hcd [ 2.091694] usb usb1: SerialNumber: 40200100.ehci [ 2.097341] hub 1-0:1.0: USB hub found [ 2.101199] hub 1-0:1.0: 2 ports detected [ 2.106211] xhci_hcd 0000:00:00.0: xHCI Host Controller [ 2.111521] xhci_hcd 0000:00:00.0: new USB bus registered, assigned bus number 2 [ 2.124441] xhci_hcd 0000:00:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x00000090 [ 2.133332] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.140154] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.147343] usb usb2: Product: xHCI Host Controller [ 2.152222] usb usb2: Manufacturer: Linux 4.4.48-oxnas-tld-1 xhci-hcd [ 2.158632] usb usb2: SerialNumber: 0000:00:00.0 [ 2.164218] hub 2-0:1.0: USB hub found [ 2.168033] hub 2-0:1.0: 2 ports detected [ 2.172958] xhci_hcd 0000:00:00.0: xHCI Host Controller [ 2.178183] xhci_hcd 0000:00:00.0: new USB bus registered, assigned bus number 3 [ 2.185784] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 2.194150] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003 [ 2.201157] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.208348] usb usb3: Product: xHCI Host Controller [ 2.210150] ata1: SATA link down (SStatus 0 SControl 300) [ 2.218657] usb usb3: Manufacturer: Linux 4.4.48-oxnas-tld-1 xhci-hcd [ 2.225100] usb usb3: SerialNumber: 0000:00:00.0 [ 2.230743] hub 3-0:1.0: USB hub found [ 2.234570] hub 3-0:1.0: 2 ports detected [ 2.239685] usbcore: registered new interface driver cdc_acm [ 2.245373] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 2.253491] usbcore: registered new interface driver cdc_wdm [ 2.259335] usbcore: registered new interface driver usb-storage [ 2.265566] usbcore: registered new interface driver usbserial [ 2.271769] usbcore: registered new interface driver usbserial_generic [ 2.278330] usbserial: USB Serial support registered for generic [ 2.284776] mousedev: PS/2 mouse device common for all mice [ 2.290544] i2c /dev entries driver [ 2.295354] hidraw: raw HID events driver (C) Jiri Kosina [ 2.301278] usbcore: registered new interface driver usbhid [ 2.306826] usbhid: USB HID core driver [ 2.312683] NET: Registered protocol family 10 [ 2.330549] sit: IPv6 over IPv4 tunneling driver [ 2.336130] NET: Registered protocol family 17 [ 2.341521] Key type dns_resolver registered [ 2.347097] registered taskstats version 1 [ 2.351262] Loading compiled-in X.509 certificates [ 2.356239] zswap: loaded using pool lzo/zbud [ 2.376606] Key type encrypted registered [ 2.384012] Freeing unused kernel memory: 228K (c0827000 - c0860000) [ 2.420075] usb 1-1: new high-speed USB device number 2 using oxnas-ehci [ 2.526571] udevd[99]: starting version 175 [ 2.572149] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608 [ 2.578839] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.610088] usb 1-1: Product: USB2.0 Hub [ 2.623237] hub 1-1:1.0: USB hub found [ 2.633182] hub 1-1:1.0: 4 ports detected [ 2.941585] usb 1-1.1: new high-speed USB device number 3 using oxnas-ehci [ 3.061893] usb 1-1.1: New USB device found, idVendor=0781, idProduct=5575 [ 3.068759] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.092190] usb 1-1.1: Product: Cruzer Glide [ 3.096450] usb 1-1.1: Manufacturer: SanDisk [ 3.100766] usb 1-1.1: SerialNumber: 4C530201370809103182 [ 3.107960] usb-storage 1-1.1:1.0: USB Mass Storage device detected [ 3.114805] scsi host1: usb-storage 1-1.1:1.0 [ 3.143144] usbcore: registered new interface driver uas [ 4.121195] scsi 1:0:0:0: Direct-Access SanDisk Cruzer Glide 1.27 PQ: 0 ANSI: 6 [ 4.133985] sd 1:0:0:0: [sda] 15330304 512-byte logical blocks: (7.85 GB/7.31 GiB) [ 4.143902] sd 1:0:0:0: [sda] Write Protect is off [ 4.148697] sd 1:0:0:0: [sda] Mode Sense: 43 00 00 00 [ 4.149808] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 4.179683] sda: sda1 [ 4.187064] sd 1:0:0:0: [sda] Attached SCSI removable disk [ 13.446412] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 13.491136] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) [ 15.008714] udevd[297]: starting version 175 [ 16.895462] EXT4-fs (sda1): re-mounted. Opts: (null) [ 17.190289] random: nonblocking pool is initialized [ 17.195261] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro [ 20.349383] Adding 1048572k swap on /swapfile1. Priority:-1 extents:360 across:1169636k FS [ 23.152112] zram: Added device: zram0 [ 23.172615] zram: Added device: zram1 [ 23.186810] zram: Added device: zram2 [ 23.211320] zram: Added device: zram3 [ 23.237949] zram0: detected capacity change from 0 to 23220224 [ 23.317455] Adding 22672k swap on /dev/zram0. Priority:10 extents:1 across:22672k SSFS [ 23.335470] zram1: detected capacity change from 0 to 23220224 [ 23.398763] Adding 22672k swap on /dev/zram1. Priority:10 extents:1 across:22672k SSFS [ 23.409781] zram2: detected capacity change from 0 to 23220224 [ 23.474910] Adding 22672k swap on /dev/zram2. Priority:10 extents:1 across:22672k SSFS [ 23.486512] zram3: detected capacity change from 0 to 23220224 [ 23.574958] Adding 22672k swap on /dev/zram3. Priority:10 extents:1 across:22672k SSFS [ 28.880153] oxnas-gmac 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 49.137761] zram: Cannot change disksize for initialized device [ 49.227724] zram: Cannot change disksize for initialized device [ 49.314690] zram: Cannot change disksize for initialized device [ 49.394734] zram: Cannot change disksize for initialized device [ 137.494873] usb 3-2: new SuperSpeed USB device number 2 using xhci_hcd [ 137.526282] usb 3-2: New USB device found, idVendor=0bc2, idProduct=ab00 [ 137.533009] usb 3-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1 [ 137.540546] usb 3-2: Product: Slim [ 137.543941] usb 3-2: Manufacturer: Seagate [ 137.548016] usb 3-2: SerialNumber: 52AB4031F0QZ [ 137.569395] scsi host2: uas [ 137.832714] scsi 2:0:0:0: Direct-Access Seagate Slim 6408 PQ: 0 ANSI: 6 [ 137.844544] sd 2:0:0:0: [sdb] Spinning up disk... root@DebianPlug:~#
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 22, 2017 03:27AM |
Admin Registered: 13 years ago Posts: 19,107 |
root@DebianPlug:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 1 7.3G 0 disk `-sda1 8:1 1 7.2G 0 part / sdb 8:16 0 465.8G 0 disk zram0 253:0 0 22.1M 0 disk [SWAP] zram1 253:1 0 22.1M 0 disk [SWAP] zram2 253:2 0 22.1M 0 disk [SWAP] zram3 253:3 0 22.1M 0 disk [SWAP] mtdblock0 31:0 0 14M 0 disk mtdblock1 31:1 0 114M 0 disk
sda 8:0 1 7.3G 0 disk `-sda1 8:1 1 7.2G 0 part /and now the USB 3.0 disk
sdb 8:16 0 465.8G 0 disk
Quote
Does this device use the Renesas uPD720202 chipset? It says "based on". Isn't the driver available in kernel for this for x86? Is there an ARM specific version or do you have to recompile it from source? Have you guys ID'd the new hardware in dmesg yet?
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 22, 2017 06:47AM |
Registered: 11 years ago Posts: 1,303 |
> root@DebianPlug:~# dmesg > . > : > [ 137.494873] usb 3-2: new SuperSpeed USB device number 2 using xhci_hcd > [ 137.526282] usb 3-2: New USB device found, idVendor=0bc2, idProduct=ab00 > [ 137.533009] usb 3-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1 > [ 137.540546] usb 3-2: Product: Slim > [ 137.543941] usb 3-2: Manufacturer: Seagate > [ 137.548016] usb 3-2: SerialNumber: 52AB4031F0QZ > [ 137.569395] scsi host2: uas > [ 137.832714] scsi 2:0:0:0: Direct-Access Seagate Slim 6408 PQ: 0 ANSI: 6 > [ 137.844544] sd 2:0:0:0: [sdb] Spinning up disk. > .. > root@DebianPlug:~# > >>
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 22, 2017 03:21PM |
Registered: 9 years ago Posts: 1,516 |
root@DebianPlug:~# fdisk -l Disk /dev/mtdblock0: 14 MiB, 14680064 bytes, 28672 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xaaaaaaaa Device Boot Start End Sectors Size Id Type /dev/mtdblock0p1 ? 2863311530 5726623059 2863311530 1.3T aa unknown /dev/mtdblock0p2 ? 2863311530 5726623059 2863311530 1.3T aa unknown /dev/mtdblock0p3 ? 2863311530 4294989139 1431677610 682.7G aa unknown /dev/mtdblock0p4 ? 2863311530 5721052499 2857740970 1.3T aa unknown Disk /dev/mtdblock1: 114 MiB, 119537664 bytes, 233472 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/sda: 7.3 GiB, 7849115648 bytes, 15330304 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x01ecce21 Device Boot Start End Sectors Size Id Type /dev/sda1 2048 15147007 15144960 7.2G 83 Linux Disk /dev/zram0: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk /dev/zram1: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk /dev/zram2: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk /dev/zram3: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes root@DebianPlug:~# lspci 00:00.0 USB controller: Renesas Technology Corp. uPD720202 USB 3.0 Host Controller (rev 02) root@DebianPlug:~# dmesg [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.4.48-oxnas-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP PREEMPT Wed Feb 15 02:59:11 PST 2017 [ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5787d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Pogoplug V3 Pro [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] On node 0 totalpages: 32768 [ 0.000000] free_area_init_node: node 0, pgdat c08a6980, node_mem_map c7ef9000 [ 0.000000] Normal zone: 256 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 32768 pages, LIFO batch:7 [ 0.000000] DT missing boot CPU MPIDR[23:0], fall back to default cpu_logical_map [ 0.000000] PERCPU: Embedded 12 pages/cpu @c7eda000 s17696 r8192 d23264 u49152 [ 0.000000] pcpu-alloc: s17696 r8192 d23264 u49152 alloc=12*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Memory: 117048K/131072K available (6406K kernel code, 288K rwdata, 1908K rodata, 228K init, 247K bss, 14024K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xffc00000 - 0xfff00000 (3072 kB) vmalloc : 0xc8800000 - 0xff800000 ( 880 MB) lowmem : 0xc0000000 - 0xc8000000 ( 128 MB) modules : 0xbf000000 - 0xc0000000 ( 16 MB) .text : 0xc0008000 - 0xc0826ddc (8316 kB) .init : 0xc0827000 - 0xc0860000 ( 228 kB) .data : 0xc0860000 - 0xc08a8338 ( 289 kB) .bss : 0xc08a8338 - 0xc08e6310 ( 248 kB) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:160 [ 0.000000] clocksource: rps_clocksource_timer: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 19112603332 ns [ 0.000007] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 21474835200ns [ 0.000161] Console: colour dummy device 80x30 [ 0.000192] Calibrating delay loop... 339.14 BogoMIPS (lpj=1695744) [ 0.050019] pid_max: default: 32768 minimum: 301 [ 0.050183] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.050201] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.051005] Initializing cgroup subsys net_cls [ 0.051092] CPU: Testing write buffer coherency: ok [ 0.051512] Setting up static identity map for 0x60008220 - 0x60008258 [ 0.190136] Brought up 2 CPUs [ 0.190159] SMP: Total of 2 processors activated (678.29 BogoMIPS). [ 0.190940] devtmpfs: initialized [ 0.196042] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.196305] prandom: seed boundary self test passed [ 0.200721] prandom: 100 self tests passed [ 0.200747] pinctrl core: initialized pinctrl subsystem [ 0.201556] NET: Registered protocol family 16 [ 0.202091] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.230016] cpuidle: using governor ladder [ 0.260014] cpuidle: using governor menu [ 0.265062] gpio-oxnas 44000000.gpio: at address c8848000 [ 0.265446] gpio-oxnas 44100000.gpio: at address c884a000 [ 0.266017] pinctrl-oxnas pinctrl: initialized OX820 pinctrl driver [ 0.388659] oxnas-pcie 47c00000.pcie-controller: PCIe version/deviceID 0x82510b5 [ 0.388743] oxnas-pcie 47c00000.pcie-controller: link up [ 0.389056] oxnas-pcie 47c00000.pcie-controller: PCI host bridge to bus 0000:00 [ 0.389081] pci_bus 0000:00: root bus resource [mem 0x48000000-0x49ffffff] [ 0.389099] pci_bus 0000:00: root bus resource [mem 0x4a000000-0x4bdfffff pref] [ 0.389114] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] [ 0.389132] pci_bus 0000:00: root bus resource [bus 00-7f] [ 0.389196] pci 0000:00:00.0: [1912:0015] type 00 class 0x0c0330 [ 0.389286] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit] [ 0.389468] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold [ 0.389836] PCI: bus0: Fast back to back transfers disabled [ 0.389928] pci 0000:00:00.0: BAR 0: assigned [mem 0x48000000-0x48001fff 64bit] [ 0.390481] vgaarb: loaded [ 0.390973] SCSI subsystem initialized [ 0.391336] libata version 3.00 loaded. [ 0.391866] usbcore: registered new interface driver usbfs [ 0.391976] usbcore: registered new interface driver hub [ 0.392135] usbcore: registered new device driver usb [ 0.392345] pps_core: LinuxPPS API ver. 1 registered [ 0.392360] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.392407] PTP clock support registered [ 0.394503] clocksource: Switched to clocksource rps_clocksource_timer [ 0.413158] NET: Registered protocol family 2 [ 0.414046] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.414087] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) [ 0.414120] TCP: Hash tables configured (established 1024 bind 1024) [ 0.414215] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.414259] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414517] NET: Registered protocol family 1 [ 0.415065] RPC: Registered named UNIX socket transport module. [ 0.415086] RPC: Registered udp transport module. [ 0.415096] RPC: Registered tcp transport module. [ 0.415109] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.415170] pci 0000:00:00.0: enabling device (0140 -> 0142) [ 0.415242] PCI: CLS 32 bytes, default 32 [ 0.415577] Unpacking initramfs... [ 0.805690] Freeing initrd memory: 3644K (c7a99000 - c7e28000) [ 0.807111] futex hash table entries: 512 (order: 2, 16384 bytes) [ 0.807280] Initialise system trusted keyring [ 0.820398] zbud: loaded [ 0.825538] NFS: Registering the id_resolver key type [ 0.825600] Key type id_resolver registered [ 0.825615] Key type id_legacy registered [ 0.825658] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.825684] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 0.826595] fuse init (API version 7.23) [ 0.828597] Key type big_key registered [ 0.906647] Key type asymmetric registered [ 0.906680] Asymmetric key parser 'x509' registered [ 0.906810] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.906839] io scheduler noop registered [ 0.906859] io scheduler deadline registered [ 0.906918] io scheduler cfq registered (default) [ 0.907558] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 0.909184] console [ttyS0] disabled [ 0.909283] 44200000.uart: ttyS0 at MMIO 0x44200000 (irq = 6, base_baud = 390625) is a 16550A [ 1.494935] console [ttyS0] enabled [ 1.509813] loop: module loaded [ 1.761843] scsi host0: sata_oxnas [ 1.815080] ata1: SATA max UDMA/133 irq 7 [ 1.819174] sata_oxnas: resetting SATA core [ 1.820303] nand: Could not find valid ONFI parameter page; aborting [ 1.820344] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 [ 1.820349] nand: Hynix NAND 128MiB 3,3V 8-bit [ 1.820359] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.820377] Scanning device for bad blocks [ 1.902233] 2 ofpart partitions found on MTD device 41000000.nand [ 1.908298] Creating 2 MTD partitions on "41000000.nand": [ 1.913702] 0x000000000000-0x000000e00000 : "boot" [ 1.920442] 0x000000e00000-0x000008000000 : "data" [ 1.927726] oxnas-gmac 40400000.ethernet: no reset control found [ 1.933765] stmmac - user ID: 0x12, Synopsys ID: 0x35 [ 1.938785] Ring mode enabled [ 1.941847] DMA HW capability register supported [ 1.946352] Enhanced/Alternate descriptors [ 1.950704] Enabled extended descriptors [ 1.954690] RX Checksum Offload Engine supported (type 2) [ 1.960161] TX Checksum insertion supported [ 1.964403] Wake-Up On Lan supported [ 1.968043] Enable RX Mitigation via HW Watchdog Timer [ 1.988928] libphy: stmmac: probed [ 1.992376] eth%d: PHY ID 001cc914 at 0 IRQ POLL (stmmac-0:00) active [ 1.998786] eth%d: PHY ID 001cc914 at 3 IRQ POLL (stmmac-0:03) [ 2.005570] PPP generic driver version 2.4.2 [ 2.010536] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.017047] ehci-pci: EHCI PCI platform driver [ 2.021941] oxnas-ehci 40200100.ehci: EHCI Host Controller [ 2.027438] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus number 1 [ 2.035302] oxnas-ehci 40200100.ehci: irq 10, io mem 0x40200100 [ 2.060001] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00 [ 2.066327] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.073154] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.080373] usb usb1: Product: EHCI Host Controller [ 2.085232] usb usb1: Manufacturer: Linux 4.4.48-oxnas-tld-1 ehci_hcd [ 2.091665] usb usb1: SerialNumber: 40200100.ehci [ 2.097295] hub 1-0:1.0: USB hub found [ 2.101153] hub 1-0:1.0: 2 ports detected [ 2.106142] xhci_hcd 0000:00:00.0: xHCI Host Controller [ 2.111452] xhci_hcd 0000:00:00.0: new USB bus registered, assigned bus number 2 [ 2.124362] xhci_hcd 0000:00:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x00000090 [ 2.133263] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.140067] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.147256] usb usb2: Product: xHCI Host Controller [ 2.152138] usb usb2: Manufacturer: Linux 4.4.48-oxnas-tld-1 xhci-hcd [ 2.158548] usb usb2: SerialNumber: 0000:00:00.0 [ 2.164154] hub 2-0:1.0: USB hub found [ 2.167971] hub 2-0:1.0: 2 ports detected [ 2.172912] xhci_hcd 0000:00:00.0: xHCI Host Controller [ 2.178137] xhci_hcd 0000:00:00.0: new USB bus registered, assigned bus number 3 [ 2.185751] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 2.194129] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003 [ 2.201126] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.208322] usb usb3: Product: xHCI Host Controller [ 2.210147] ata1: SATA link down (SStatus 0 SControl 300) [ 2.218629] usb usb3: Manufacturer: Linux 4.4.48-oxnas-tld-1 xhci-hcd [ 2.225075] usb usb3: SerialNumber: 0000:00:00.0 [ 2.230730] hub 3-0:1.0: USB hub found [ 2.234554] hub 3-0:1.0: 2 ports detected [ 2.239677] usbcore: registered new interface driver cdc_acm [ 2.245368] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 2.253493] usbcore: registered new interface driver cdc_wdm [ 2.259351] usbcore: registered new interface driver usb-storage [ 2.265576] usbcore: registered new interface driver usbserial [ 2.271777] usbcore: registered new interface driver usbserial_generic [ 2.278338] usbserial: USB Serial support registered for generic [ 2.284789] mousedev: PS/2 mouse device common for all mice [ 2.290560] i2c /dev entries driver [ 2.295377] hidraw: raw HID events driver (C) Jiri Kosina [ 2.301299] usbcore: registered new interface driver usbhid [ 2.306849] usbhid: USB HID core driver [ 2.312788] NET: Registered protocol family 10 [ 2.330547] sit: IPv6 over IPv4 tunneling driver [ 2.336140] NET: Registered protocol family 17 [ 2.341532] Key type dns_resolver registered [ 2.347102] registered taskstats version 1 [ 2.351272] Loading compiled-in X.509 certificates [ 2.356252] zswap: loaded using pool lzo/zbud [ 2.376750] Key type encrypted registered [ 2.384069] Freeing unused kernel memory: 228K (c0827000 - c0860000) [ 2.420093] usb 1-1: new high-speed USB device number 2 using oxnas-ehci [ 2.527792] udevd[99]: starting version 175 [ 2.572014] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608 [ 2.578700] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.600133] usb 1-1: Product: USB2.0 Hub [ 2.627077] hub 1-1:1.0: USB hub found [ 2.636707] hub 1-1:1.0: 4 ports detected [ 2.930214] usb 1-1.1: new high-speed USB device number 3 using oxnas-ehci [ 3.051207] usb 1-1.1: New USB device found, idVendor=0781, idProduct=5575 [ 3.058060] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.065418] usb 1-1.1: Product: Cruzer Glide [ 3.069667] usb 1-1.1: Manufacturer: SanDisk [ 3.073984] usb 1-1.1: SerialNumber: 4C530201370809103182 [ 3.081349] usb-storage 1-1.1:1.0: USB Mass Storage device detected [ 3.088097] scsi host1: usb-storage 1-1.1:1.0 [ 3.116170] usbcore: registered new interface driver uas [ 4.091824] scsi 1:0:0:0: Direct-Access SanDisk Cruzer Glide 1.27 PQ: 0 ANSI: 6 [ 4.107750] sd 1:0:0:0: [sda] 15330304 512-byte logical blocks: (7.85 GB/7.31 GiB) [ 4.118469] sd 1:0:0:0: [sda] Write Protect is off [ 4.123645] sd 1:0:0:0: [sda] Mode Sense: 43 00 00 00 [ 4.124684] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 4.146173] sda: sda1 [ 4.153927] sd 1:0:0:0: [sda] Attached SCSI removable disk [ 13.421104] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 13.443412] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) [ 14.945195] udevd[296]: starting version 175 [ 16.800192] EXT4-fs (sda1): re-mounted. Opts: (null) [ 17.080248] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro [ 17.120517] random: nonblocking pool is initialized [ 20.252198] Adding 1048572k swap on /swapfile1. Priority:-1 extents:360 across:1169636k FS [ 22.971755] zram: Added device: zram0 [ 22.992330] zram: Added device: zram1 [ 23.013939] zram: Added device: zram2 [ 23.030574] zram: Added device: zram3 [ 23.064058] zram0: detected capacity change from 0 to 23220224 [ 23.137912] Adding 22672k swap on /dev/zram0. Priority:10 extents:1 across:22672k SSFS [ 23.150750] zram1: detected capacity change from 0 to 23220224 [ 23.214848] Adding 22672k swap on /dev/zram1. Priority:10 extents:1 across:22672k SSFS [ 23.225538] zram2: detected capacity change from 0 to 23220224 [ 23.301084] Adding 22672k swap on /dev/zram2. Priority:10 extents:1 across:22672k SSFS [ 23.311872] zram3: detected capacity change from 0 to 23220224 [ 23.373706] Adding 22672k swap on /dev/zram3. Priority:10 extents:1 across:22672k SSFS [ 28.790156] oxnas-gmac 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 31.790126] oxnas-gmac 40400000.ethernet eth0: Link is Down [ 32.790159] oxnas-gmac 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 35.790131] oxnas-gmac 40400000.ethernet eth0: Link is Down [ 36.790159] oxnas-gmac 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 39.790133] oxnas-gmac 40400000.ethernet eth0: Link is Down [ 40.790159] oxnas-gmac 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 43.790156] oxnas-gmac 40400000.ethernet eth0: Link is Down [ 44.790161] oxnas-gmac 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 72.397716] zram: Cannot change disksize for initialized device [ 72.477928] zram: Cannot change disksize for initialized device [ 72.603338] zram: Cannot change disksize for initialized device [ 72.684208] zram: Cannot change disksize for initialized device [ 321.718433] usb 3-2: new SuperSpeed USB device number 2 using xhci_hcd [ 321.746432] usb 3-2: New USB device found, idVendor=0bc2, idProduct=ab00 [ 321.753157] usb 3-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1 [ 321.760291] usb 3-2: Product: Slim [ 321.763678] usb 3-2: Manufacturer: Seagate [ 321.767751] usb 3-2: SerialNumber: 52AB4031F0QZ [ 321.800286] scsi host2: uas [ 322.056330] scsi 2:0:0:0: Direct-Access Seagate Slim 6408 PQ: 0 ANSI: 6 [ 322.066396] sd 2:0:0:0: [sdb] Spinning up disk... [ 323.080084] ...................................................................................................not responding... [ 422.335997] sd 2:0:0:0: [sdb] 312581807 512-byte logical blocks: (160 GB/149 GiB) [ 429.427466] xhci_hcd 0000:00:00.0: ERROR Transfer event for disabled endpoint or incorrect stream ring [ 429.436746] xhci_hcd 0000:00:00.0: @0000000066b0e8c0 00000000 00000000 1b000000 01038001 [ 436.518812] xhci_hcd 0000:00:00.0: ERROR Transfer event for disabled endpoint or incorrect stream ring [ 436.528097] xhci_hcd 0000:00:00.0: @0000000066b0e900 00000000 00000000 1b000000 01038001 root@DebianPlug:~# lsusb Bus 003 Device 002: ID 0bc2:ab00 Seagate RSS LLC Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 003: ID 0781:5575 SanDisk Corp. Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 22, 2017 04:17PM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 22, 2017 04:32PM |
Registered: 11 years ago Posts: 1,303 |
> root@DebianPlug:~# dmesg > . > : > [ 321.718433] usb 3-2: new SuperSpeed USB device number 2 using xhci_hcd > [ 321.746432] usb 3-2: New USB device found, idVendor=0bc2, idProduct=ab00 > [ 321.753157] usb 3-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1 > [ 321.760291] usb 3-2: Product: Slim > [ 321.763678] usb 3-2: Manufacturer: Seagate > [ 321.767751] usb 3-2: SerialNumber: 52AB4031F0QZ > [ 321.800286] scsi host2: uas > [ 322.056330] scsi 2:0:0:0: Direct-Access Seagate Slim 6408 PQ: 0 ANSI: 6 > [ 322.066396] sd 2:0:0:0: [sdb] Spinning up disk. > .. > [ 323.080084] ...................................................................................................not responding... > [ 422.335997] sd 2:0:0:0: [sdb] 312581807 512-byte logical blocks: (160 GB/149 GiB) > [ 429.427466] xhci_hcd 0000:00:00.0: ERROR Transfer event for disabled endpoint or incorrect stream ring > [ 429.436746] xhci_hcd 0000:00:00.0: @0000000066b0e8c0 00000000 00000000 1b000000 01038001 > [ 436.518812] xhci_hcd 0000:00:00.0: ERROR Transfer event for disabled endpoint or incorrect stream ring > [ 436.528097] xhci_hcd 0000:00:00.0: @0000000066b0e900 00000000 00000000 1b000000 01038001 > root@DebianPlug:~# lsusb > Bus 003 Device 002: ID 0bc2:ab00 Seagate RSS LLC > Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub > Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub > Bus 001 Device 003: ID 0781:5575 SanDisk Corp. > Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB > Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub > >Joey,
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 22, 2017 05:36PM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 22, 2017 07:33PM |
Registered: 9 years ago Posts: 1,516 |
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 22, 2017 07:42PM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 22, 2017 08:04PM |
Admin Registered: 13 years ago Posts: 19,107 |
root@PogoPro:~# dmesg [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.4.54-oxnas-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #2 SMP PREEMPT Sat Mar 18 23:09:58 PDT 2017 [ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5787d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Pogoplug V3 Pro [ 0.000000] bootconsole [earlycon0] enabled [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] On node 0 totalpages: 32768 [ 0.000000] free_area_init_node: node 0, pgdat c08a69c0, node_mem_map c7ef9000 [ 0.000000] Normal zone: 256 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 32768 pages, LIFO batch:7 [ 0.000000] DT missing boot CPU MPIDR[23:0], fall back to default cpu_logical_map [ 0.000000] PERCPU: Embedded 12 pages/cpu @c7eda000 s17696 r8192 d23264 u49152 [ 0.000000] pcpu-alloc: s17696 r8192 d23264 u49152 alloc=12*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=41000000.nand:14m(boot),-(data) earlyprintk=serial [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Memory: 116688K/131072K available (6410K kernel code, 288K rwdata, 1908K rodata, 224K init, 247K bss, 14384K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xffc00000 - 0xfff00000 (3072 kB) vmalloc : 0xc8800000 - 0xff800000 ( 880 MB) lowmem : 0xc0000000 - 0xc8000000 ( 128 MB) modules : 0xbf000000 - 0xc0000000 ( 16 MB) .text : 0xc0008000 - 0xc0827e14 (8320 kB) .init : 0xc0828000 - 0xc0860000 ( 224 kB) .data : 0xc0860000 - 0xc08a8378 ( 289 kB) .bss : 0xc08a8378 - 0xc08e6350 ( 248 kB) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:160 [ 0.000000] clocksource: rps_clocksource_timer: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 19112603332 ns [ 0.000010] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 21474835200ns [ 0.008343] Console: colour dummy device 80x30 [ 0.012902] Calibrating delay loop... 319.48 BogoMIPS (lpj=1597440) [ 0.062597] pid_max: default: 32768 minimum: 301 [ 0.067443] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.074150] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.082122] Initializing cgroup subsys net_cls [ 0.086699] CPU: Testing write buffer coherency: ok [ 0.092119] Setting up static identity map for 0x60008220 - 0x60008258 [ 0.229957] Brought up 2 CPUs [ 0.233003] SMP: Total of 2 processors activated (638.97 BogoMIPS). [ 0.240194] devtmpfs: initialized [ 0.249077] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.259033] futex hash table entries: 512 (order: 2, 16384 bytes) [ 0.265548] prandom: seed boundary self test passed [ 0.275151] prandom: 100 self tests passed [ 0.279324] pinctrl core: initialized pinctrl subsystem [ 0.285550] NET: Registered protocol family 16 [ 0.290718] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.319823] cpuidle: using governor ladder [ 0.349813] cpuidle: using governor menu [ 0.359272] gpio-oxnas 44000000.gpio: at address c8848000 [ 0.365199] gpio-oxnas 44100000.gpio: at address c884a000 [ 0.371302] pinctrl-oxnas pinctrl: initialized OX820 pinctrl driver [ 0.501606] oxnas-pcie 47c00000.pcie-controller: PCIe version/deviceID 0x82510b5 [ 0.509061] oxnas-pcie 47c00000.pcie-controller: link up [ 0.514780] oxnas-pcie 47c00000.pcie-controller: PCI host bridge to bus 0000:00 [ 0.522191] pci_bus 0000:00: root bus resource [mem 0x48000000-0x49ffffff] [ 0.529123] pci_bus 0000:00: root bus resource [mem 0x4a000000-0x4bdfffff pref] [ 0.536514] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] [ 0.542871] pci_bus 0000:00: root bus resource [bus 00-7f] [ 0.548467] pci 0000:00:00.0: [1912:0015] type 00 class 0x0c0330 [ 0.548559] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit] [ 0.548746] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold [ 0.549125] PCI: bus0: Fast back to back transfers disabled [ 0.554880] pci 0000:00:00.0: BAR 0: assigned [mem 0x48000000-0x48001fff 64bit] [ 0.562759] vgaarb: loaded [ 0.566044] SCSI subsystem initialized [ 0.570283] libata version 3.00 loaded. [ 0.570813] usbcore: registered new interface driver usbfs [ 0.576453] usbcore: registered new interface driver hub [ 0.582023] usbcore: registered new device driver usb [ 0.587348] pps_core: LinuxPPS API ver. 1 registered [ 0.592417] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.601661] PTP clock support registered [ 0.607953] clocksource: Switched to clocksource rps_clocksource_timer [ 0.634513] NET: Registered protocol family 2 [ 0.639920] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.646970] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) [ 0.653442] TCP: Hash tables configured (established 1024 bind 1024) [ 0.659978] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.665899] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.672524] NET: Registered protocol family 1 [ 0.677529] RPC: Registered named UNIX socket transport module. [ 0.683560] RPC: Registered udp transport module. [ 0.688327] RPC: Registered tcp transport module. [ 0.693114] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.699663] pci 0000:00:00.0: enabling device (0140 -> 0142) [ 0.705469] PCI: CLS 32 bytes, default 32 [ 0.705843] Unpacking initramfs... [ 1.164974] Freeing initrd memory: 4004K (c7a43000 - c7e2c000) [ 1.172559] Initialise system trusted keyring [ 1.190725] zbud: loaded [ 1.211251] NFS: Registering the id_resolver key type [ 1.216417] Key type id_resolver registered [ 1.220746] Key type id_legacy registered [ 1.224862] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.231654] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 1.239083] fuse init (API version 7.23) [ 1.245299] Key type big_key registered [ 1.333611] Key type asymmetric registered [ 1.337792] Asymmetric key parser 'x509' registered [ 1.343009] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 1.350691] io scheduler noop registered [ 1.354693] io scheduler deadline registered [ 1.359088] io scheduler cfq registered (default) [ 1.364643] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 1.372782] console [ttyS0] disabled [ 1.376512] 44200000.uart: ttyS0 at MMIO 0x44200000 (irq = 6, base_baud = 390625) is a 16550A [ 1.385254] console [ttyS0] enabled [ 1.392355] bootconsole [earlycon0] disabled [ 1.449541] loop: module loaded [ 1.454845] scsi host0: sata_oxnas [ 1.458785] ata1: SATA max UDMA/133 irq 7 [ 1.462919] sata_oxnas: resetting SATA core [ 1.464005] nand: Could not find valid ONFI parameter page; aborting [ 1.464048] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 [ 1.464053] nand: Hynix NAND 128MiB 3,3V 8-bit [ 1.464064] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.464081] Scanning device for bad blocks [ 1.547010] 2 cmdlinepart partitions found on MTD device 41000000.nand [ 1.553536] Creating 2 MTD partitions on "41000000.nand": [ 1.558932] 0x000000000000-0x000000e00000 : "boot" [ 1.565806] 0x000000e00000-0x000008000000 : "data" [ 1.573227] oxnas-gmac 40400000.ethernet: no reset control found [ 1.579220] stmmac - user ID: 0x12, Synopsys ID: 0x35 [ 1.584281] Ring mode enabled [ 1.587320] DMA HW capability register supported [ 1.591843] Enhanced/Alternate descriptors [ 1.596175] Enabled extended descriptors [ 1.600176] RX Checksum Offload Engine supported (type 2) [ 1.605632] TX Checksum insertion supported [ 1.609873] Wake-Up On Lan supported [ 1.613529] Enable RX Mitigation via HW Watchdog Timer [ 1.635944] libphy: stmmac: probed [ 1.639342] eth%d: PHY ID 001cc914 at 0 IRQ POLL (stmmac-0:00) active [ 1.645849] eth%d: PHY ID 001cc914 at 3 IRQ POLL (stmmac-0:03) [ 1.652664] PPP generic driver version 2.4.2 [ 1.657559] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.664209] ehci-pci: EHCI PCI platform driver [ 1.669050] oxnas-ehci 40200100.ehci: EHCI Host Controller [ 1.674659] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus number 1 [ 1.682549] oxnas-ehci 40200100.ehci: irq 10, io mem 0x40200100 [ 1.699950] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00 [ 1.706283] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.713080] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.720289] usb usb1: Product: EHCI Host Controller [ 1.725148] usb usb1: Manufacturer: Linux 4.4.54-oxnas-tld-1 ehci_hcd [ 1.731573] usb usb1: SerialNumber: 40200100.ehci [ 1.737256] hub 1-0:1.0: USB hub found [ 1.741153] hub 1-0:1.0: 2 ports detected [ 1.746227] xhci_hcd 0000:00:00.0: xHCI Host Controller [ 1.751595] xhci_hcd 0000:00:00.0: new USB bus registered, assigned bus number 2 [ 1.849817] ata1: SATA link down (SStatus 0 SControl 310) [ 1.869160] xhci_hcd 0000:00:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x00000090 [ 1.878036] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.884830] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.892039] usb usb2: Product: xHCI Host Controller [ 1.896898] usb usb2: Manufacturer: Linux 4.4.54-oxnas-tld-1 xhci-hcd [ 1.903326] usb usb2: SerialNumber: 0000:00:00.0 [ 1.908999] hub 2-0:1.0: USB hub found [ 1.912896] hub 2-0:1.0: 2 ports detected [ 1.917811] xhci_hcd 0000:00:00.0: xHCI Host Controller [ 1.923138] xhci_hcd 0000:00:00.0: new USB bus registered, assigned bus number 3 [ 1.930772] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.939112] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003 [ 1.946101] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.953326] usb usb3: Product: xHCI Host Controller [ 1.958179] usb usb3: Manufacturer: Linux 4.4.54-oxnas-tld-1 xhci-hcd [ 1.964625] usb usb3: SerialNumber: 0000:00:00.0 [ 1.970368] hub 3-0:1.0: USB hub found [ 1.974182] hub 3-0:1.0: 2 ports detected [ 1.979635] usbcore: registered new interface driver cdc_acm [ 1.985369] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 1.993538] usbcore: registered new interface driver cdc_wdm [ 1.999413] usbcore: registered new interface driver usb-storage [ 2.005913] usbcore: registered new interface driver usbserial [ 2.012065] usbcore: registered new interface driver usbserial_generic [ 2.018624] usbserial: USB Serial support registered for generic [ 2.025077] mousedev: PS/2 mouse device common for all mice [ 2.030924] i2c /dev entries driver [ 2.035806] hidraw: raw HID events driver (C) Jiri Kosina [ 2.041569] usbcore: registered new interface driver usbhid [ 2.047116] usbhid: USB HID core driver [ 2.053153] NET: Registered protocol family 10 [ 2.059018] sit: IPv6 over IPv4 tunneling driver [ 2.063705] usb 1-1: new high-speed USB device number 2 using oxnas-ehci [ 2.071464] NET: Registered protocol family 17 [ 2.076060] Key type dns_resolver registered [ 2.082296] registered taskstats version 1 [ 2.086420] Loading compiled-in X.509 certificates [ 2.091407] zswap: loaded using pool lzo/zbud [ 2.113431] Key type encrypted registered [ 2.132866] Freeing unused kernel memory: 224K (c0828000 - c0860000) [ 2.232875] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608 [ 2.239567] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.246766] usb 1-1: Product: USB2.0 Hub [ 2.252318] hub 1-1:1.0: USB hub found [ 2.258042] hub 1-1:1.0: 4 ports detected [ 2.290403] systemd-udevd[101]: starting version 215 [ 2.301137] random: systemd-udevd: uninitialized urandom read (16 bytes read, 0 bits of entropy available) [ 2.350789] usb 3-2: new SuperSpeed USB device number 2 using xhci_hcd [ 2.376634] usb 3-2: New USB device found, idVendor=0781, idProduct=5583 [ 2.421747] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2.428879] usb 3-2: Product: Ultra Fit [ 2.450951] usb 3-2: Manufacturer: SanDisk [ 2.455055] usb 3-2: SerialNumber: xxxxxxxxxxxxxxxxx [ 2.483676] usb-storage 3-2:1.0: USB Mass Storage device detected [ 2.510289] scsi host1: usb-storage 3-2:1.0 [ 2.560046] usb 1-1.4: new high-speed USB device number 3 using oxnas-ehci [ 2.672409] usb 1-1.4: New USB device found, idVendor=0781, idProduct=5583 [ 2.679280] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2.686830] usb 1-1.4: Product: Ultra Fit [ 2.690885] usb 1-1.4: Manufacturer: SanDisk [ 2.695144] usb 1-1.4: SerialNumber: xxxxxxxxxxxxxxxxx [ 2.706511] usb-storage 1-1.4:1.0: USB Mass Storage device detected [ 2.730314] scsi host2: usb-storage 1-1.4:1.0 [ 2.770055] usbcore: registered new interface driver uas [ 3.260236] xhci_hcd 0000:00:00.0: Cannot set link state. [ 3.265671] usb usb3-port1: cannot disable (err = -32) [ 3.511610] scsi 1:0:0:0: Direct-Access SanDisk Ultra Fit 1.00 PQ: 0 ANSI: 6 [ 3.524400] sd 1:0:0:0: [sda] 30031250 512-byte logical blocks: (15.4 GB/14.3 GiB) [ 3.535800] sd 1:0:0:0: [sda] Write Protect is off [ 3.540966] sd 1:0:0:0: [sda] Mode Sense: 43 00 00 00 [ 3.543216] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 3.561845] sda: sda1 [ 3.569479] sd 1:0:0:0: [sda] Attached SCSI removable disk [ 3.731578] scsi 2:0:0:0: Direct-Access SanDisk Ultra Fit 1.00 PQ: 0 ANSI: 6 [ 3.747105] sd 2:0:0:0: [sdb] 30031250 512-byte logical blocks: (15.4 GB/14.3 GiB) [ 3.758906] sd 2:0:0:0: [sdb] Write Protect is off [ 3.763965] sd 2:0:0:0: [sdb] Mode Sense: 43 00 00 00 [ 3.765347] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 3.785180] sdb: sdb1 [ 3.793684] sd 2:0:0:0: [sdb] Attached SCSI removable disk [ 12.846776] netpoll: netconsole: local port 6666 [ 12.851678] netpoll: netconsole: local IPv4 address 192.168.0.222 [ 12.857748] netpoll: netconsole: interface 'eth0' [ 12.862499] netpoll: netconsole: remote port 6666 [ 12.867184] netpoll: netconsole: remote IPv4 address 192.168.0.220 [ 12.873369] netpoll: netconsole: remote ethernet address ff:ff:ff:ff:ff:ff [ 12.880258] netpoll: netconsole: device eth0 not up yet, forcing it [ 13.033541] netpoll: netconsole: carrier detect appears untrustworthy, waiting 4 seconds [ 17.063815] console [netcon0] enabled [ 17.067471] netconsole: network logging started [ 17.383971] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null) [ 19.284183] systemd-udevd[331]: starting version 215 [ 19.355240] random: udevd: uninitialized urandom read (16 bytes read, 104 bits of entropy available) [ 19.376271] random: udevd: uninitialized urandom read (16 bytes read, 104 bits of entropy available) [ 19.980774] random: nonblocking pool is initialized [ 21.836838] EXT4-fs (sdb1): re-mounted. Opts: (null) [ 22.190476] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro [ 23.738490] Adding 1048572k swap on /swapfile1. Priority:-1 extents:8 across:1130492k FS [ 52.047895] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory [ 52.060052] NFSD: starting 90-second grace period (net c089f940)
root@PogoPro:~# lspci 00:00.0 USB controller: Renesas Technology Corp. uPD720202 USB 3.0 Host Controller (rev 02)
root@PogoPro:~# lsusb Bus 003 Device 002: ID 0781:5583 SanDisk Corp. Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 003: ID 0781:5583 SanDisk Corp. Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@PogoPro:~# fdisk -l Disk /dev/mtdblock0: 14 MiB, 14680064 bytes, 28672 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xaaaaaaaa Device Boot Start End Sectors Size Id Type /dev/mtdblock0p1 ? 2863311530 5726623059 2863311530 1.3T aa unknown /dev/mtdblock0p2 ? 2863311530 5726623059 2863311530 1.3T aa unknown /dev/mtdblock0p3 ? 2863311530 4294989139 1431677610 682.7G aa unknown /dev/mtdblock0p4 ? 2863311530 5721052499 2857740970 1.3T aa unknown Disk /dev/mtdblock1: 114 MiB, 119537664 bytes, 233472 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/sda: 14.3 GiB, 15376000000 bytes, 30031250 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x00000000 Device Boot Start End Sectors Size Id Type /dev/sda1 32 30031249 30031218 14.3G c W95 FAT32 (LBA) Disk /dev/sdb: 14.3 GiB, 15376000000 bytes, 30031250 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x6c109196 Device Boot Start End Sectors Size Id Type /dev/sdb1 * 2048 30031249 30029202 14.3G 83 Linux
root@PogoPro:~# e2label /dev/sdb1 rootfs
root@PogoPro:~# mount /dev/sdb1 /media/rootfs -o noatime
root@PogoPro:~# ll /media/rootfs total 1048696 drwxr-xr-x 25 root root 4096 Jun 3 2016 . drwxrwxrwx 15 root root 4096 Nov 23 2015 .. drwxr-xr-x 2 root root 4096 Jun 3 2016 bin drwxr-xr-x 5 root root 4096 Mar 19 2017 boot drwxr-xr-x 2 root root 4096 Jul 4 2015 .cedata -rw-r--r-- 1 root root 30 May 8 2015 .ceid drwxr-xr-x 5 root root 4096 Jan 21 2011 dev drwxr-xr-x 105 root root 4096 Jun 5 2016 etc drwxr-xr-x 2 root root 4096 Dec 14 2010 home drwxr-xr-x 16 root root 4096 May 13 2016 lib drwxrwxrwx 3 root root 4096 Jul 4 2015 localdisk drwx------ 2 root root 16384 Jan 21 2011 lost+found drwxrwxrwx 15 root root 4096 Nov 23 2015 media drwxr-xr-x 3 root root 4096 Apr 10 2015 mnt drwxr-xr-x 3 root root 4096 Apr 5 2011 nonexistent drwxr-xr-x 2 root root 4096 Jan 21 2011 opt drwxr-xr-x 2 root root 4096 Dec 14 2010 proc drwx------ 20 root root 4096 Dec 12 2016 root drwxr-xr-x 4 root root 4096 Mar 2 2015 run drwxr-xr-x 2 root root 4096 Jun 5 2016 sbin drwxr-xr-x 2 root root 4096 Mar 2 2015 .smb drwxr-xr-x 2 root root 4096 Jan 21 2011 srv -rw------- 1 root root 1073741824 Jun 3 2016 swapfile1 drwxr-xr-x 2 root root 4096 Dec 31 2010 sys drwxrwxrwt 2 root root 4096 Dec 31 16:00 tmp drwxr-xr-x 10 root root 4096 Jan 21 2011 usr drwxr-xr-x 11 root root 4096 Dec 31 16:00 var
root@PogoPro:/localdisk/temp# hdparm -tT /dev/sdb /dev/sdb: Timing cached reads: 374 MB in 2.00 seconds = 186.94 MB/sec Timing buffered disk reads: 78 MB in 3.05 seconds = 25.59 MB/sec
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 22, 2017 08:26PM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 22, 2017 08:28PM |
Registered: 9 years ago Posts: 1,516 |
login as: root root@192.168.178.104's password: Linux DebianPlug 4.4.48-oxnas-tld-1 #1 SMP PREEMPT Wed Feb 15 02:59:11 PST 2017 armv6l 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 22 20:12:08 2017 from 192.168.178.103 root@DebianPlug:~# mkdir -p /media/JoeyUSB3 root@DebianPlug:~# mount -o noatime /dev/sdb1 /media/JoeyUSB3 root@DebianPlug:~# mount -o noatime /dev/sdb1 /media/JoeyUSB3 mount: special device /dev/sdb1 does not exist root@DebianPlug:~# dmesg [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.4.48-oxnas-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP PREEMPT Wed Feb 15 02:59:11 PST 2017 [ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5787d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Pogoplug V3 Pro [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] On node 0 totalpages: 32768 [ 0.000000] free_area_init_node: node 0, pgdat c08a6980, node_mem_map c7ef9000 [ 0.000000] Normal zone: 256 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 32768 pages, LIFO batch:7 [ 0.000000] DT missing boot CPU MPIDR[23:0], fall back to default cpu_logical_map [ 0.000000] PERCPU: Embedded 12 pages/cpu @c7eda000 s17696 r8192 d23264 u49152 [ 0.000000] pcpu-alloc: s17696 r8192 d23264 u49152 alloc=12*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Memory: 117048K/131072K available (6406K kernel code, 288K rwdata, 1908K rodata, 228K init, 247K bss, 14024K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xffc00000 - 0xfff00000 (3072 kB) vmalloc : 0xc8800000 - 0xff800000 ( 880 MB) lowmem : 0xc0000000 - 0xc8000000 ( 128 MB) modules : 0xbf000000 - 0xc0000000 ( 16 MB) .text : 0xc0008000 - 0xc0826ddc (8316 kB) .init : 0xc0827000 - 0xc0860000 ( 228 kB) .data : 0xc0860000 - 0xc08a8338 ( 289 kB) .bss : 0xc08a8338 - 0xc08e6310 ( 248 kB) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:160 [ 0.000000] clocksource: rps_clocksource_timer: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 19112603332 ns [ 0.000007] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 21474835200ns [ 0.000161] Console: colour dummy device 80x30 [ 0.000192] Calibrating delay loop... 339.14 BogoMIPS (lpj=1695744) [ 0.050019] pid_max: default: 32768 minimum: 301 [ 0.050183] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.050201] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.051005] Initializing cgroup subsys net_cls [ 0.051087] CPU: Testing write buffer coherency: ok [ 0.051512] Setting up static identity map for 0x60008220 - 0x60008258 [ 0.190133] Brought up 2 CPUs [ 0.190156] SMP: Total of 2 processors activated (678.29 BogoMIPS). [ 0.190940] devtmpfs: initialized [ 0.195857] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.196121] prandom: seed boundary self test passed [ 0.200537] prandom: 100 self tests passed [ 0.200565] pinctrl core: initialized pinctrl subsystem [ 0.201400] NET: Registered protocol family 16 [ 0.201940] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.230018] cpuidle: using governor ladder [ 0.260011] cpuidle: using governor menu [ 0.265064] gpio-oxnas 44000000.gpio: at address c8848000 [ 0.265456] gpio-oxnas 44100000.gpio: at address c884a000 [ 0.266014] pinctrl-oxnas pinctrl: initialized OX820 pinctrl driver [ 0.388710] oxnas-pcie 47c00000.pcie-controller: PCIe version/deviceID 0x82510b5 [ 0.388828] oxnas-pcie 47c00000.pcie-controller: link up [ 0.389137] oxnas-pcie 47c00000.pcie-controller: PCI host bridge to bus 0000:00 [ 0.389160] pci_bus 0000:00: root bus resource [mem 0x48000000-0x49ffffff] [ 0.389176] pci_bus 0000:00: root bus resource [mem 0x4a000000-0x4bdfffff pref] [ 0.389191] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] [ 0.389207] pci_bus 0000:00: root bus resource [bus 00-7f] [ 0.389268] pci 0000:00:00.0: [1912:0015] type 00 class 0x0c0330 [ 0.389358] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit] [ 0.389539] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold [ 0.389895] PCI: bus0: Fast back to back transfers disabled [ 0.390046] pci 0000:00:00.0: BAR 0: assigned [mem 0x48000000-0x48001fff 64bit] [ 0.390525] vgaarb: loaded [ 0.391016] SCSI subsystem initialized [ 0.391380] libata version 3.00 loaded. [ 0.391884] usbcore: registered new interface driver usbfs [ 0.391989] usbcore: registered new interface driver hub [ 0.392143] usbcore: registered new device driver usb [ 0.392355] pps_core: LinuxPPS API ver. 1 registered [ 0.392368] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.392417] PTP clock support registered [ 0.394539] clocksource: Switched to clocksource rps_clocksource_timer [ 0.412835] NET: Registered protocol family 2 [ 0.413713] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.413752] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) [ 0.413788] TCP: Hash tables configured (established 1024 bind 1024) [ 0.413888] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413928] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414197] NET: Registered protocol family 1 [ 0.414740] RPC: Registered named UNIX socket transport module. [ 0.414760] RPC: Registered udp transport module. [ 0.414771] RPC: Registered tcp transport module. [ 0.414781] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.414842] pci 0000:00:00.0: enabling device (0140 -> 0142) [ 0.414917] PCI: CLS 32 bytes, default 32 [ 0.415249] Unpacking initramfs... [ 0.805811] Freeing initrd memory: 3644K (c7a99000 - c7e28000) [ 0.807203] futex hash table entries: 512 (order: 2, 16384 bytes) [ 0.807372] Initialise system trusted keyring [ 0.820741] zbud: loaded [ 0.825904] NFS: Registering the id_resolver key type [ 0.825963] Key type id_resolver registered [ 0.825976] Key type id_legacy registered [ 0.826022] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.826045] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 0.826974] fuse init (API version 7.23) [ 0.828986] Key type big_key registered [ 0.906992] Key type asymmetric registered [ 0.907028] Asymmetric key parser 'x509' registered [ 0.907156] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.907182] io scheduler noop registered [ 0.907202] io scheduler deadline registered [ 0.907256] io scheduler cfq registered (default) [ 0.907909] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 0.909557] console [ttyS0] disabled [ 0.909652] 44200000.uart: ttyS0 at MMIO 0x44200000 (irq = 6, base_baud = 390625) is a 16550A [ 1.495344] console [ttyS0] enabled [ 1.510241] loop: module loaded [ 1.762245] scsi host0: sata_oxnas [ 1.815467] ata1: SATA max UDMA/133 irq 7 [ 1.819560] sata_oxnas: resetting SATA core [ 1.820695] nand: Could not find valid ONFI parameter page; aborting [ 1.820736] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 [ 1.820743] nand: Hynix NAND 128MiB 3,3V 8-bit [ 1.820751] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.820766] Scanning device for bad blocks [ 1.903262] 2 ofpart partitions found on MTD device 41000000.nand [ 1.909329] Creating 2 MTD partitions on "41000000.nand": [ 1.914736] 0x000000000000-0x000000e00000 : "boot" [ 1.921533] 0x000000e00000-0x000008000000 : "data" [ 1.928808] oxnas-gmac 40400000.ethernet: no reset control found [ 1.934848] stmmac - user ID: 0x12, Synopsys ID: 0x35 [ 1.939873] Ring mode enabled [ 1.942929] DMA HW capability register supported [ 1.947435] Enhanced/Alternate descriptors [ 1.951787] Enabled extended descriptors [ 1.955776] RX Checksum Offload Engine supported (type 2) [ 1.961254] TX Checksum insertion supported [ 1.965498] Wake-Up On Lan supported [ 1.969136] Enable RX Mitigation via HW Watchdog Timer [ 1.990302] libphy: stmmac: probed [ 1.993699] eth%d: PHY ID 001cc914 at 0 IRQ POLL (stmmac-0:00) active [ 2.000153] eth%d: PHY ID 001cc914 at 3 IRQ POLL (stmmac-0:03) [ 2.006824] PPP generic driver version 2.4.2 [ 2.011724] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.018232] ehci-pci: EHCI PCI platform driver [ 2.023119] oxnas-ehci 40200100.ehci: EHCI Host Controller [ 2.028618] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus number 1 [ 2.036518] oxnas-ehci 40200100.ehci: irq 10, io mem 0x40200100 [ 2.060011] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00 [ 2.066342] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.073162] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.080381] usb usb1: Product: EHCI Host Controller [ 2.085237] usb usb1: Manufacturer: Linux 4.4.48-oxnas-tld-1 ehci_hcd [ 2.091671] usb usb1: SerialNumber: 40200100.ehci [ 2.097308] hub 1-0:1.0: USB hub found [ 2.101168] hub 1-0:1.0: 2 ports detected [ 2.106193] xhci_hcd 0000:00:00.0: xHCI Host Controller [ 2.111500] xhci_hcd 0000:00:00.0: new USB bus registered, assigned bus number 2 [ 2.124418] xhci_hcd 0000:00:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x00000090 [ 2.133317] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.140134] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.147325] usb usb2: Product: xHCI Host Controller [ 2.152202] usb usb2: Manufacturer: Linux 4.4.48-oxnas-tld-1 xhci-hcd [ 2.158612] usb usb2: SerialNumber: 0000:00:00.0 [ 2.164213] hub 2-0:1.0: USB hub found [ 2.168033] hub 2-0:1.0: 2 ports detected [ 2.172974] xhci_hcd 0000:00:00.0: xHCI Host Controller [ 2.178201] xhci_hcd 0000:00:00.0: new USB bus registered, assigned bus number 3 [ 2.185804] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 2.194181] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003 [ 2.201198] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.208391] usb usb3: Product: xHCI Host Controller [ 2.210152] ata1: SATA link down (SStatus 0 SControl 300) [ 2.218700] usb usb3: Manufacturer: Linux 4.4.48-oxnas-tld-1 xhci-hcd [ 2.225144] usb usb3: SerialNumber: 0000:00:00.0 [ 2.230796] hub 3-0:1.0: USB hub found [ 2.234618] hub 3-0:1.0: 2 ports detected [ 2.239728] usbcore: registered new interface driver cdc_acm [ 2.245419] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 2.253537] usbcore: registered new interface driver cdc_wdm [ 2.259389] usbcore: registered new interface driver usb-storage [ 2.265612] usbcore: registered new interface driver usbserial [ 2.271818] usbcore: registered new interface driver usbserial_generic [ 2.278382] usbserial: USB Serial support registered for generic [ 2.284830] mousedev: PS/2 mouse device common for all mice [ 2.290598] i2c /dev entries driver [ 2.295418] hidraw: raw HID events driver (C) Jiri Kosina [ 2.301342] usbcore: registered new interface driver usbhid [ 2.306887] usbhid: USB HID core driver [ 2.312721] NET: Registered protocol family 10 [ 2.330552] sit: IPv6 over IPv4 tunneling driver [ 2.336117] NET: Registered protocol family 17 [ 2.341509] Key type dns_resolver registered [ 2.347069] registered taskstats version 1 [ 2.351237] Loading compiled-in X.509 certificates [ 2.356213] zswap: loaded using pool lzo/zbud [ 2.376604] Key type encrypted registered [ 2.383938] Freeing unused kernel memory: 228K (c0827000 - c0860000) [ 2.420090] usb 1-1: new high-speed USB device number 2 using oxnas-ehci [ 2.527892] udevd[99]: starting version 175 [ 2.572108] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608 [ 2.578792] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.633175] usb 1-1: Product: USB2.0 Hub [ 2.670510] hub 1-1:1.0: USB hub found [ 2.690122] hub 1-1:1.0: 4 ports detected [ 3.000069] usb 1-1.1: new high-speed USB device number 3 using oxnas-ehci [ 3.121177] usb 1-1.1: New USB device found, idVendor=0781, idProduct=5575 [ 3.128028] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.135349] usb 1-1.1: Product: Cruzer Glide [ 3.139601] usb 1-1.1: Manufacturer: SanDisk [ 3.143892] usb 1-1.1: SerialNumber: 4C530201370809103182 [ 3.150689] usb-storage 1-1.1:1.0: USB Mass Storage device detected [ 3.157455] scsi host1: usb-storage 1-1.1:1.0 [ 3.184445] usbcore: registered new interface driver uas [ 4.161912] scsi 1:0:0:0: Direct-Access SanDisk Cruzer Glide 1.27 PQ: 0 ANSI: 6 [ 4.176192] sd 1:0:0:0: [sda] 15330304 512-byte logical blocks: (7.85 GB/7.31 GiB) [ 4.187281] sd 1:0:0:0: [sda] Write Protect is off [ 4.192268] sd 1:0:0:0: [sda] Mode Sense: 43 00 00 00 [ 4.193423] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 4.212085] sda: sda1 [ 4.223283] sd 1:0:0:0: [sda] Attached SCSI removable disk [ 13.868968] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 13.894215] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) [ 15.411499] udevd[300]: starting version 175 [ 17.266836] EXT4-fs (sda1): re-mounted. Opts: (null) [ 17.304230] random: nonblocking pool is initialized [ 17.569418] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro [ 20.735810] Adding 1048572k swap on /swapfile1. Priority:-1 extents:360 across:1169636k FS [ 22.926819] zram: Added device: zram0 [ 22.939673] zram: Added device: zram1 [ 22.948623] zram: Added device: zram2 [ 22.972715] zram: Added device: zram3 [ 23.022553] zram0: detected capacity change from 0 to 23220224 [ 23.094883] Adding 22672k swap on /dev/zram0. Priority:10 extents:1 across:22672k SSFS [ 23.107051] zram1: detected capacity change from 0 to 23220224 [ 23.167669] Adding 22672k swap on /dev/zram1. Priority:10 extents:1 across:22672k SSFS [ 23.178672] zram2: detected capacity change from 0 to 23220224 [ 23.243128] Adding 22672k swap on /dev/zram2. Priority:10 extents:1 across:22672k SSFS [ 23.253701] zram3: detected capacity change from 0 to 23220224 [ 23.328614] Adding 22672k swap on /dev/zram3. Priority:10 extents:1 across:22672k SSFS [ 28.700303] oxnas-gmac 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 52.242145] zram: Cannot change disksize for initialized device [ 52.343787] zram: Cannot change disksize for initialized device [ 52.452183] zram: Cannot change disksize for initialized device [ 52.555481] zram: Cannot change disksize for initialized device [ 507.040739] usb 3-2: new SuperSpeed USB device number 2 using xhci_hcd [ 507.065103] usb 3-2: New USB device found, idVendor=0781, idProduct=5581 [ 507.071843] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 507.078947] usb 3-2: Product: Ultra [ 507.082483] usb 3-2: Manufacturer: SanDisk [ 507.086807] usb 3-2: SerialNumber: 4C530001320111116341 [ 507.101637] usb-storage 3-2:1.0: USB Mass Storage device detected [ 507.120440] scsi host2: usb-storage 3-2:1.0 [ 508.140997] scsi 2:0:0:0: Direct-Access SanDisk Ultra 1.00 PQ: 0 ANSI: 6 [ 508.156935] sd 2:0:0:0: [sdb] 60062500 512-byte logical blocks: (30.8 GB/28.6 GiB) [ 508.168212] sd 2:0:0:0: [sdb] Write Protect is off [ 508.173099] sd 2:0:0:0: [sdb] Mode Sense: 43 00 00 00 [ 508.180490] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 508.201103] sdb: sdb1 [ 508.215139] sd 2:0:0:0: [sdb] Attached SCSI removable disk [ 583.380247] xhci_hcd 0000:00:00.0: xHCI host not responding to stop endpoint command. [ 583.388052] xhci_hcd 0000:00:00.0: Assuming host is dying, halting host. [ 583.394787] xhci_hcd 0000:00:00.0: HC died; cleaning up [ 583.400729] usb 3-2: USB disconnect, device number 2 [ 583.420385] sd 2:0:0:0: [sdb] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x01 driverbyte=0x00 [ 583.428549] sd 2:0:0:0: [sdb] tag#0 CDB: opcode=0x2a 2a 00 00 00 08 00 00 00 08 00 [ 583.436129] blk_update_request: I/O error, dev sdb, sector 2048 [ 583.442045] Buffer I/O error on dev sdb1, logical block 0, lost sync page write [ 583.457914] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null) [ 592.260303] Buffer I/O error on dev sdb1, logical block 3702784, lost sync page write [ 592.268108] JBD2: Error -5 detected when updating journal superblock for sdb1-8. [ 592.275909] Aborting journal on device sdb1-8. [ 592.280448] Buffer I/O error on dev sdb1, logical block 3702784, lost sync page write [ 592.288245] JBD2: Error -5 detected when updating journal superblock for sdb1-8. [ 597.266296] EXT4-fs warning (device sdb1): htree_dirblock_to_tree:958: inode #2: lblock 0: comm smbd: error -5 reading directory block [ 600.133199] EXT4-fs warning (device sdb1): htree_dirblock_to_tree:958: inode #2: lblock 0: comm smbd: error -5 reading directory block [ 604.556794] EXT4-fs error (device sdb1): ext4_find_entry:1450: inode #2: comm smbd: reading directory lblock 0 [ 604.567055] EXT4-fs warning (device sdb1): htree_dirblock_to_tree:958: inode #2: lblock 0: comm smbd: error -5 reading directory block [ 604.583582] EXT4-fs warning (device sdb1): htree_dirblock_to_tree:958: inode #2: lblock 0: comm smbd: error -5 reading directory block [ 604.601100] EXT4-fs warning (device sdb1): htree_dirblock_to_tree:958: inode #2: lblock 0: comm smbd: error -5 reading directory block [ 604.617082] EXT4-fs warning (device sdb1): htree_dirblock_to_tree:958: inode #2: lblock 0: comm smbd: error -5 reading directory block [ 604.650664] EXT4-fs warning (device sdb1): htree_dirblock_to_tree:958: inode #2: lblock 0: comm smbd: error -5 reading directory block [ 604.671342] EXT4-fs error (device sdb1): ext4_find_entry:1450: inode #2: comm smbd: reading directory lblock 0 [ 604.681592] EXT4-fs warning (device sdb1): htree_dirblock_to_tree:958: inode #2: lblock 0: comm smbd: error -5 reading directory block [ 636.548459] EXT4-fs warning (device sdb1): htree_dirblock_to_tree:958: inode #2: lblock 0: comm smbd: error -5 reading directory block root@DebianPlug:~# lspci 00:00.0 USB controller: Renesas Technology Corp. uPD720202 USB 3.0 Host Controller (rev 02) root@DebianPlug:~# lsusb Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 003: ID 0781:5575 SanDisk Corp. Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub root@DebianPlug:~# fdisk -l Disk /dev/mtdblock0: 14 MiB, 14680064 bytes, 28672 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xaaaaaaaa Device Boot Start End Sectors Size Id Type /dev/mtdblock0p1 ? 2863311530 5726623059 2863311530 1.3T aa unknown /dev/mtdblock0p2 ? 2863311530 5726623059 2863311530 1.3T aa unknown /dev/mtdblock0p3 ? 2863311530 4294989139 1431677610 682.7G aa unknown /dev/mtdblock0p4 ? 2863311530 5721052499 2857740970 1.3T aa unknown Disk /dev/mtdblock1: 114 MiB, 119537664 bytes, 233472 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/sda: 7.3 GiB, 7849115648 bytes, 15330304 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x01ecce21 Device Boot Start End Sectors Size Id Type /dev/sda1 2048 15147007 15144960 7.2G 83 Linux Disk /dev/zram0: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk /dev/zram1: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk /dev/zram2: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk /dev/zram3: 22.1 MiB, 23220224 bytes, 5669 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes root@DebianPlug:~# e2label /dev/sdb1 e2label: No such file or directory while trying to open /dev/sdb1 Couldn't find valid filesystem superblock.
xHCI host not responding to stop endpoint command. Assuming host is dying, halting host. HC died; cleaning up USB disconnect
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 22, 2017 09:12PM |
Admin Registered: 13 years ago Posts: 19,107 |
Re: Pogoplug V3 OXNAS - USB 3.0 on mPCIe - Main thread March 22, 2017 09:16PM |
Admin Registered: 13 years ago Posts: 19,107 |