Skip to content

ROCKPro64 - USB3 Probleme

ROCKPro64
  • Nehmen wir einen uralten USB2-Stick, Größe 8GB und flashen Kamil's letztes Image drauf. Ab in den USB3-Port und starten.

    USB2-Stick am USB3-Port

    System

    rock64@rockpro64:~$ uname -a
    Linux rockpro64 4.4.132-1075-rockchip-ayufan-ga83beded8524 #1 SMP Thu Jul 26 08:22:22 UTC 2018 aarch64 aarch64 aarch64 GNU/Linux
    

    lsusb

    rock64@rockpro64:~$ lsusb
    Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 003 Device 002: ID 090c:1000 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.) Flash Drive
    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    

    fdisk

     Disk /dev/sda: 7.5 GiB, 8022654976 bytes, 15669248 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: gpt
     Disk identifier: 2C9A4A22-7AA8-4A1B-815E-0C3E2E7065E6
     
     Device      Start      End  Sectors  Size Type
     /dev/sda1      64     8063     8000  3.9M Linux filesystem
     /dev/sda2    8064     8191      128   64K Linux filesystem
     /dev/sda3    8192    16383     8192    4M Linux filesystem
     /dev/sda4   16384    24575     8192    4M Linux filesystem
     /dev/sda5   24576    32767     8192    4M Linux filesystem
     /dev/sda6   32768   262143   229376  112M Microsoft basic data
     /dev/sda7  262144 15669214 15407071  7.4G Linux filesystem
    

    dmesg

    rock64@rockpro64:~$ sudo dmesg | grep -i usb
    [    0.506700] usbcore: registered new interface driver usbfs
    [    0.506756] usbcore: registered new interface driver hub
    [    0.506852] usbcore: registered new device driver usb
    [    0.909861] phy phy-ff770000.syscon:usb2-phy@e460.0: Looking up phy-supply from device tree
    [    0.909874] phy phy-ff770000.syscon:usb2-phy@e460.0: Looking up phy-supply property in node /syscon@ff770000/usb2-phy@e460/otg-port failed
    [    0.910150] phy phy-ff770000.syscon:usb2-phy@e460.0: Looking up vbus-supply from device tree
    [    0.910161] phy phy-ff770000.syscon:usb2-phy@e460.0: Looking up vbus-supply property in node /syscon@ff770000/usb2-phy@e460/otg-port failed
    [    0.910174] phy phy-ff770000.syscon:usb2-phy@e460.0: Failed to get VBUS supply regulator
    [    0.910358] phy phy-ff770000.syscon:usb2-phy@e460.1: Looking up phy-supply from device tree
    [    0.910440] vcc5v0_host: could not add device link phy-ff770000.syscon:usb2-phy@e460.1 err -2
    [    0.912857] phy phy-ff800000.phy.4: Looking up phy-supply property in node /phy@ff800000/usb3-port failed
    [    1.044647] usbcore: registered new interface driver udl
    [    1.151977] usbcore: registered new interface driver cdc_ether
    [    1.152585] usbcore: registered new interface driver rndis_host
    [    1.155022] rockchip-dwc3 usb@fe800000: failed to get drvdata dwc3
    [    1.161158] rockchip-dwc3 usb@fe900000: fail to get drvdata hcd
    [    1.163433] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    1.169174] ehci-platform fe3c0000.usb: EHCI Host Controller
    [    1.169931] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 1
    [    1.170823] ehci-platform fe3c0000.usb: irq 29, io mem 0xfe3c0000
    [    1.177217] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
    [    1.178021] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    1.178666] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    1.179363] usb usb1: Product: EHCI Host Controller
    [    1.179823] usb usb1: Manufacturer: Linux 4.4.132-1075-rockchip-ayufan-ga83beded8524 ehci_hcd
    [    1.180631] usb usb1: SerialNumber: fe3c0000.usb
    [    1.181678] hub 1-0:1.0: USB hub found
    [    1.183295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    1.185080] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
    [    1.185923] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 2
    [    1.186791] ohci-platform fe3e0000.usb: irq 30, io mem 0xfe3e0000
    [    1.242415] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
    [    1.243045] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    1.243742] usb usb2: Product: Generic Platform OHCI controller
    [    1.244307] usb usb2: Manufacturer: Linux 4.4.132-1075-rockchip-ayufan-ga83beded8524 ohci_hcd
    [    1.245104] usb usb2: SerialNumber: fe3e0000.usb
    [    1.246158] hub 2-0:1.0: USB hub found
    [    1.249659] usbcore: registered new interface driver iforce
    [    1.250247] usbcore: registered new interface driver xpad
    [    1.251035] usbcore: registered new interface driver usbtouchscreen
    [    1.294313] fusb302 4-0022: GPIO lookup for consumer int-n
    [    1.294325] fusb302 4-0022: using device tree for GPIO lookup
    [    1.294366] of_get_named_gpiod_flags: parsed 'int-n-gpios' property of node '/i2c@ff3d0000/fusb30x@22[0]' - status (0)
    [    1.294400] fusb302 4-0022: GPIO lookup for consumer vbus-5v
    [    1.294410] fusb302 4-0022: using device tree for GPIO lookup
    [    1.294442] of_get_named_gpiod_flags: parsed 'vbus-5v-gpios' property of node '/i2c@ff3d0000/fusb30x@22[0]' - status (0)
    [    1.294473] fusb302 4-0022: GPIO lookup for consumer vbus-other
    [    1.294482] fusb302 4-0022: using device tree for GPIO lookup
    [    1.294494] of_get_named_gpiod_flags: can't parse 'vbus-other-gpios' property of node '/i2c@ff3d0000/fusb30x@22[0]'
    [    1.294505] of_get_named_gpiod_flags: can't parse 'vbus-other-gpio' property of node '/i2c@ff3d0000/fusb30x@22[0]'
    [    1.294515] fusb302 4-0022: using lookup tables for GPIO lookup
    [    1.294525] fusb302 4-0022: lookup for GPIO vbus-other failed
    [    1.294536] fusb302 4-0022: GPIO lookup for consumer discharge
    [    1.294546] fusb302 4-0022: using device tree for GPIO lookup
    [    1.294556] of_get_named_gpiod_flags: can't parse 'discharge-gpios' property of node '/i2c@ff3d0000/fusb30x@22[0]'
    [    1.294567] of_get_named_gpiod_flags: can't parse 'discharge-gpio' property of node '/i2c@ff3d0000/fusb30x@22[0]'
    [    1.294576] fusb302 4-0022: using lookup tables for GPIO lookup
    [    1.294586] fusb302 4-0022: lookup for GPIO discharge failed
    [    1.294794] fusb302 4-0022: Can't get property of role, set role to default DRP
    [    1.304027] fusb302 4-0022: port 0 probe success with role ROLE_MODE_DRP, try_role ROLE_MODE_NONE
    [    1.311598] usbcore: registered new interface driver uvcvideo
    [    1.312130] USB Video Class driver (1.1.1)
    [    1.323011] usbcore: registered new interface driver bfusb
    [    1.323622] usbcore: registered new interface driver btusb
    [    1.402019] usbcore: registered new interface driver usbhid
    [    1.402547] usbhid: USB HID core driver
    [    1.406726] usbcore: registered new interface driver snd-usb-audio
    [    1.635272] phy phy-ff770000.syscon:usb2-phy@e450.5: Looking up phy-supply from device tree
    [    1.635280] phy phy-ff770000.syscon:usb2-phy@e450.5: Looking up phy-supply property in node /syscon@ff770000/usb2-phy@e450/otg-port failed
    [    1.635486] phy phy-ff770000.syscon:usb2-phy@e450.5: Looking up vbus-supply from device tree
    [    1.635492] phy phy-ff770000.syscon:usb2-phy@e450.5: Looking up vbus-supply property in node /syscon@ff770000/usb2-phy@e450/otg-port failed
    [    1.635501] phy phy-ff770000.syscon:usb2-phy@e450.5: Failed to get VBUS supply regulator
    [    1.636465] phy phy-ff770000.syscon:usb2-phy@e450.6: Looking up phy-supply from device tree
    [    1.636532] vcc5v0_host: could not add device link phy-ff770000.syscon:usb2-phy@e450.6 err -2
    [    1.637072] phy phy-ff7c0000.phy.8: Looking up phy-supply property in node /phy@ff7c0000/usb3-port failed
    [    2.002312] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 3
    [    2.005009] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
    [    2.005732] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    2.006494] usb usb3: Product: xHCI Host Controller
    [    2.007009] usb usb3: Manufacturer: Linux 4.4.132-1075-rockchip-ayufan-ga83beded8524 xhci-hcd
    [    2.007904] usb usb3: SerialNumber: xhci-hcd.5.auto
    [    2.008827] hub 3-0:1.0: USB hub found
    [    2.010665] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 4
    [    2.011522] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
    [    2.012453] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
    [    2.013164] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    2.013932] usb usb4: Product: xHCI Host Controller
    [    2.014454] usb usb4: Manufacturer: Linux 4.4.132-1075-rockchip-ayufan-ga83beded8524 xhci-hcd
    [    2.015351] usb usb4: SerialNumber: xhci-hcd.5.auto
    [    2.016257] hub 4-0:1.0: USB hub found
    [    2.018942] usb usb4: USB disconnect, device number 1
    [    2.044906] xhci-hcd xhci-hcd.5.auto: USB bus 4 deregistered
    [    2.046163] usb usb3: USB disconnect, device number 1
    [    2.047960] xhci-hcd xhci-hcd.5.auto: USB bus 3 deregistered
    [    2.056668] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 3
    [    2.059352] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
    [    2.060063] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    2.060827] usb usb3: Product: xHCI Host Controller
    [    2.061348] usb usb3: Manufacturer: Linux 4.4.132-1075-rockchip-ayufan-ga83beded8524 xhci-hcd
    [    2.062244] usb usb3: SerialNumber: xhci-hcd.6.auto
    [    2.063232] hub 3-0:1.0: USB hub found
    [    2.076328] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 4
    [    2.086994] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
    [    2.097798] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
    [    2.108306] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    2.114105] usb usb4: Product: xHCI Host Controller
    [    2.119391] usb usb4: Manufacturer: Linux 4.4.132-1075-rockchip-ayufan-ga83beded8524 xhci-hcd
    [    2.125089] usb usb4: SerialNumber: xhci-hcd.6.auto
    [    2.131514] hub 4-0:1.0: USB hub found
    [    2.144513] ehci-platform fe380000.usb: EHCI Host Controller
    [    2.149510] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 5
    [    2.154292] ehci-platform fe380000.usb: irq 27, io mem 0xfe380000
    [    2.164358] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
    [    2.168907] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
    [    2.173322] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    2.177741] usb usb5: Product: EHCI Host Controller
    [    2.181911] usb usb5: Manufacturer: Linux 4.4.132-1075-rockchip-ayufan-ga83beded8524 ehci_hcd
    [    2.186427] usb usb5: SerialNumber: fe380000.usb
    [    2.191426] hub 5-0:1.0: USB hub found
    [    2.199780] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
    [    2.204285] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 6
    [    2.208254] ohci-platform fe3a0000.usb: irq 28, io mem 0xfe3a0000
    [    2.266912] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
    [    2.285507] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    2.303922] usb usb6: Product: Generic Platform OHCI controller
    [    2.322261] usb usb6: Manufacturer: Linux 4.4.132-1075-rockchip-ayufan-ga83beded8524 ohci_hcd
    [    2.341046] usb usb6: SerialNumber: fe3a0000.usb
    [    2.361476] hub 6-0:1.0: USB hub found
    [    2.461390] usb 3-1: new high-speed USB device number 2 using xhci-hcd
    [    2.667220] usb 3-1: New USB device found, idVendor=090c, idProduct=1000
    [    2.667226] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [    2.667230] usb 3-1: Product: USB Flash Disk
    [    2.667234] usb 3-1: Manufacturer: General
    [    2.667238] usb 3-1: SerialNumber: 042NR6E8C5MLE2GT
    [    2.712883] usb 3-1: ep 0x81 - rounding interval to 128 microframes, ep desc says 255 microframes
    [    2.719848] usb 3-1: ep 0x2 - rounding interval to 128 microframes, ep desc says 255 microframes
    [    3.080440] usb-storage 3-1:1.0: USB Mass Storage device detected
    [    3.081243] scsi host0: usb-storage 3-1:1.0
    [    3.081460] usbcore: registered new interface driver usb-storage
    [    3.082140] usbcore: registered new interface driver uas
    [    4.215095] scsi 0:0:0:0: Direct-Access     General  USB Flash Disk   1100 PQ: 0 ANSI: 4
    

    Das System läuft. Das Logfile -> https://pastebin.com/FimTdZc3

    Nun wollen wir mal schauen, was der andere Stick so auswirft. Den Corsair Voyager GTX eingesteckt und Los!

    USB3-Stick am USB3-Port

    Log

     =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2018.09.20 09:12:03 =~=~=~=~=~=~=~=~=~=~=~=
     DDR Version 1.13 20180801
     In
     Channel 0: LPDDR4,50MHz
     CS = 0
     MR0=0x98
     MR4=0x3
     MR5=0xFF
     MR8=0x8
     MR12=0x4D
     MR14=0x4D
     MR18=0x0
     MR19=0x0
     MR24=0x8
     MR25=0x0
     CS = 1
     MR0=0x18
     MR4=0x3
     MR5=0xFF
     MR8=0x8
     MR12=0x4D
     MR14=0x4D
     MR18=0x0
     MR19=0x0
     MR24=0x8
     MR25=0x0
     Bus Width=32 Col=10 Bank=8 Row=15/15 CS=2 Die Bus-Width=16 Size=2048MB
     Channel 1: LPDDR4,50MHz
     CS = 0
     MR0=0x98
     MR4=0x3
     MR5=0xFF
     MR8=0x8
     MR12=0x4D
     MR14=0x4D
     MR18=0x0
     MR19=0x0
     MR24=0x8
     MR25=0x0
     CS = 1
     MR0=0x18
     MR4=0x1
     MR5=0xFF
     MR8=0x8
     MR12=0x4D
     MR14=0x4D
     MR18=0x0
     MR19=0x0
     MR24=0x8
     MR25=0x0
     Bus Width=32 Col=10 Bank=8 Row=15/15 CS=2 Die Bus-Width=16 Size=2048MB
     256B stride
     channel 0
     CS = 0
     MR0=0x98
     MR4=0x81
     MR5=0xFF
     MR8=0x8
     MR12=0x72
     MR14=0x72
     MR18=0x0
     MR19=0x0
     MR24=0x8
     MR25=0x0
     CS = 1
     MR0=0x18
     MR4=0x81
     MR5=0xFF
     MR8=0x8
     MR12=0x72
     MR14=0x72
     MR18=0x0
     MR19=0x0
     MR24=0x8
     MR25=0x0
     channel 1
     CS = 0
     MR0=0x98
     MR4=0x3
     MR5=0xFF
     MR8=0x8
     MR12=0x72
     MR14=0x72
     MR18=0x0
     MR19=0x0
     MR24=0x8
     MR25=0x0
     CS = 1
     MR0=0x18
     MR4=0x1
     MR5=0xFF
     MR8=0x8
     MR12=0x72
     MR14=0x72
     MR18=0x0
     MR19=0x0
     MR24=0x8
     MR25=0x0
     channel 0 training pass!
     channel 1 training pass!
     change freq to 400MHz 0,1
     channel 0
     CS = 0
     MR0=0x98
     MR4=0x1
     MR5=0xFF
     MR8=0x8
     MR12=0x72
     MR14=0x72
     MR18=0x0
     MR19=0x0
     MR24=0x8
     MR25=0x0
     CS = 1
     MR0=0x18
     MR4=0x1
     MR5=0xFF
     MR8=0x8
     MR12=0x72
     MR14=0x72
     MR18=0x0
     MR19=0x0
     MR24=0x8
     MR25=0x0
     channel 1
     CS = 0
     MR0=0x98
     MR4=0x81
     MR5=0xFF
     MR8=0x8
     MR12=0x72
     MR14=0x72
     MR18=0x0
     MR19=0x0
     MR24=0x8
     MR25=0x0
     CS = 1
     MR0=0x18
     MR4=0x1
     MR5=0xFF
     MR8=0x8
     MR12=0x72
     MR14=0x72
     MR18=0x0
     MR19=0x0
     MR24=0x8
     MR25=0x0
     channel 0 training pass!
     channel 1 training pass!
     change freq to 800MHz 1,0
     ch 0 ddrconfig = 0x101, ddrsize = 0x2020
     ch 1 ddrconfig = 0x101, ddrsize = 0x2020
     pmugrf_os_reg[2] = 0x3AA1FAA1, stride = 0xD
     OUT
     U-Boot SPL board init
     
     U-Boot SPL 2017.09-rockchip-ayufan-1033-gdf02018479 (Aug 06 2018 - 22:29:15)
     booted from SPI flash
     Trying to boot from SPI
     NOTICE:  BL31: v1.3(debug):65aa5ce
     NOTICE:  BL31: Built : 10:47:37, Jun 19 2018
     NOTICE:  BL31: Rockchip release version: v1.1
     INFO:    GICv3 with legacy support detected. ARM GICV3 driver initialized in EL3
     INFO:    Using opteed sec cpu_context!
     INFO:    boot cpu mask: 0
     INFO:    plat_rockchip_pmu_init(1151): pd status 3e
     INFO:    BL31: Initializing runtime services
     WARNING: No OPTEE provided by BL2 boot loader, Booting device without OPTEE initialization. SMC`s destined for OPTEE will return SMC_UNK
     ERROR:   Error initializing runtime service opteed_fast
     INFO:    BL31: Preparing for EL3 exit to normal world
     INFO:    Entry point address = 0x200000
     INFO:    SPSR = 0x3c9
     
     
     U-Boot 2017.09-rockchip-ayufan-1033-gdf02018479 (Aug 06 2018 - 22:29:23 +0000)
     
     Model: Pine64 RockPro64
     DRAM:  3.9 GiB
     DCDC_REG1@vdd_center: ; enabling
     DCDC_REG2@vdd_cpu_l: ; enabling
     DCDC_REG3@vcc_ddr: ; enabling (ret: -38)
     DCDC_REG4@vcc_1v8: set 1800000 uV; enabling
     LDO_REG1@vcc1v8_dvp: set 1800000 uV; enabling
     LDO_REG2@vcc3v0_touch: set 3000000 uV; enabling
     LDO_REG3@vcc1v8_pmu: set 1800000 uV; enabling
     LDO_REG4@vcc_sd: set 3300000 uV; enabling
     LDO_REG5@vcca3v0_codec: set 3000000 uV; enabling
     LDO_REG6@vcc_1v5: set 1500000 uV; enabling
     LDO_REG7@vcca1v8_codec: set 1800000 uV; enabling
     LDO_REG8@vcc_3v0: set 3000000 uV; enabling
     SWITCH_REG1@vcc3v3_s3: ; enabling (ret: -38)
     SWITCH_REG2@vcc3v3_s0: ; enabling (ret: -38)
     vcc1v8-s0@vcc1v8_s0: set 1800000 uV; enabling (ret: -38)
     dc-12v@dc_12v: set 12000000 uV; enabling (ret: -38)
     vcc-sys@vcc_sys: set 5000000 uV; enabling (ret: -38)
     vcc3v3-sys@vcc3v3_sys: set 3300000 uV; enabling (ret: -38)
     vcc-phy-regulator@vcc_phy: ; enabling (ret: -38)
     vdd-log@vdd_log: ; enabling (ret: -38)
     MMC:   sdhci@fe330000: 0, dwmmc@fe320000: 1
     SF: Detected gd25q128 with page size 256 Bytes, erase size 4 KiB, total 16 MiB
     *** Warning - bad CRC, using default environment
     
     In:    serial@ff1a0000
     Out:   serial@ff1a0000
     Err:   serial@ff1a0000
     Model: Pine64 RockPro64
     Net:   eth0: ethernet@fe300000
     Hit any key to stop autoboot:  0 
     Card did not respond to voltage select!
     mmc_init: -95, time 20
     Card did not respond to voltage select!
     mmc_init: -95, time 9
     starting USB...
     USB0:   USB EHCI 1.00
     USB1:   USB EHCI 1.00
     USB2:   Register 2000140 NbrPorts 2
     Starting the controller
     USB XHCI 1.10
     USB3:   Register 2000140 NbrPorts 2
     Starting the controller
     USB XHCI 1.10
     scanning bus 0 for devices... 1 USB Device(s) found
     scanning bus 1 for devices... 1 USB Device(s) found
     scanning bus 2 for devices... 1 USB Device(s) found
     scanning bus 3 for devices... 1 USB Device(s) found
            scanning usb for storage devices... 0 Storage Device(s) found
     
     Device 0: unknown device
     Speed: 1000, full duplex
     BOOTP broadcast 1
     BOOTP broadcast 2
     BOOTP broadcast 3
     DHCP client bound to address 192.168.3.15 (1007 ms)
     *** Warning: no boot file name; using 'C0A8030F.img'
     Using ethernet@fe300000 device
     TFTP from server 0.0.0.0; our IP address is 192.168.3.15; sending through gateway 192.168.3.1
     Filename 'C0A8030F.img'.
     Load address: 0x800800
     Loading: *T T 
    

    Es ist alles gleich zum anderen Log. Aber beim Scannen vom USB3-Bus wird der Stick nicht erkannt. Hmm???

    Der selbe Stick am USB2-Port.

    USB3-Stick am USB2-Port

    Logfile

    dmesg

    rock64@rockpro64v_2_1:~$ sudo dmesg | grep -i usb 
    [sudo] password for rock64: 
    [    1.796818] usbcore: registered new interface driver usbfs
    [    1.797086] usbcore: registered new interface driver hub
    [    1.797427] usbcore: registered new device driver usb
    [    4.830911] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
    [    4.831796] usbcore: registered new interface driver pegasus
    [    4.832477] usbcore: registered new interface driver rtl8150
    [    4.833082] usbcore: registered new interface driver r8152
    [    4.833652] usbcore: registered new interface driver asix
    [    4.834204] usbcore: registered new interface driver ax88179_178a
    [    4.834898] usbcore: registered new interface driver cdc_ether
    [    4.835490] usbcore: registered new interface driver dm9601
    [    4.836060] usbcore: registered new interface driver CoreChips
    [    4.836666] usbcore: registered new interface driver smsc75xx
    [    4.837264] usbcore: registered new interface driver smsc95xx
    [    4.837838] usbcore: registered new interface driver net1080
    [    4.838495] usbcore: registered new interface driver plusb
    [    4.839063] usbcore: registered new interface driver cdc_subset
    [    4.839665] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
    [    4.840440] usbcore: registered new interface driver cdc_ncm
    [    4.862016] OF: graph: no port node found in /syscon@ff770000/usb2-phy@e450/otg-port
    [    4.878662] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    4.882898] ehci-platform fe380000.usb: EHCI Host Controller
    [    4.883450] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 1
    [    4.886020] ehci-platform fe380000.usb: irq 30, io mem 0xfe380000
    [    4.902423] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
    [    4.904589] hub 1-0:1.0: USB hub found
    [    4.909185] ehci-platform fe3c0000.usb: EHCI Host Controller
    [    4.909739] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 2
    [    4.912468] ehci-platform fe3c0000.usb: irq 32, io mem 0xfe3c0000
    [    4.926391] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
    [    4.928201] hub 2-0:1.0: USB hub found
    [    4.931723] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    4.933894] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
    [    4.934653] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 3
    [    4.937294] ohci-platform fe3a0000.usb: irq 31, io mem 0xfe3a0000
    [    4.999723] hub 3-0:1.0: USB hub found
    [    5.001606] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
    [    5.002237] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 4
    [    5.003822] ohci-platform fe3e0000.usb: irq 33, io mem 0xfe3e0000
    [    5.067579] hub 4-0:1.0: USB hub found
    [    5.072347] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5
    [    5.079373] hub 5-0:1.0: USB hub found
    [    5.081263] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 6
    [    5.081968] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0  SuperSpeed
    [    5.082776] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
    [    5.084532] hub 6-0:1.0: USB hub found
    [    5.086777] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 7
    [    5.164548] hub 7-0:1.0: USB hub found
    [    5.188617] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 8
    [    5.191985] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0  SuperSpeed
    [    5.197829] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
    [    5.227852] hub 8-0:1.0: USB hub found
    [    5.271464] usbcore: registered new interface driver usb-storage
    [    5.572499] usbcore: registered new interface driver usbhid
    [    5.573102] usbhid: USB HID core driver
    [    6.610333] usb 1-1: new high-speed USB device number 2 using ehci-platform
    [    6.786867] usbcore: registered new interface driver uas
    

    lsusb

    rock64@rockpro64v_2_1:~$ lsusb
       Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
       Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
       Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
       Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
       Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
       Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
       Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
       Bus 001 Device 002: ID 1b1c:1a0e Corsair 
       Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub   
    

    Ich kann hier leider gar nichts erkennen, wo man auf das Problem schließen kann. Aber evt. hat Kamil ja eine Erklärung dafür. 😞

  • 0 Stimmen
    1 Beiträge
    95 Aufrufe
    Niemand hat geantwortet
  • 1 Stimmen
    13 Beiträge
    1k Aufrufe
    FrankMF

    Ich möchte das dann hier zum Abschluss bringen, das NAS ist heute zusammengebaut worden. Hier zwei Fotos.

    IMG_20200425_102156_ergebnis.jpg

    IMG_20200425_102206_ergebnis.jpg

  • Armbian 5.4.0-rc1

    Armbian
    5
    0 Stimmen
    5 Beiträge
    350 Aufrufe
    FrankMF

    Gut, ich bin nicht der einzige, der ständig damit Probleme hat. @tkaiser auch 😉

    1036201d-a4b2-47be-a618-36003c07e0ce-grafik.png

  • ROCKPro64 - USB-C -> LAN

    ROCKPro64
    1
    0 Stimmen
    1 Beiträge
    277 Aufrufe
    Niemand hat geantwortet
  • ROCKPro64 - Stromaufnahme wenn OFF

    ROCKPro64
    4
    0 Stimmen
    4 Beiträge
    430 Aufrufe
    FrankMF

    Die Idee war, das eine evt. sehr kleine Stromaufnahme mit dieser Art "Meßgerät" nicht vernünftig erfasst werden kann.

  • 0 Stimmen
    2 Beiträge
    487 Aufrufe
    FrankMF

    Das ist das Ergebnis des Stresstests 😞

    [ 2461.489468] ata2.00: exception Emask 0x10 SAct 0xffffffff SErr 0x400000 action 0x6 frozen [ 2461.490206] ata2.00: irq_stat 0x08000000, interface fatal error [ 2461.490732] ata2: SError: { Handshk } [ 2461.491062] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.491532] ata2.00: cmd 61/40:00:f8:a6:64/05:00:84:00:00/40 tag 0 ncq dma 688128 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.492993] ata2.00: status: { DRDY } [ 2461.493327] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.493796] ata2.00: cmd 61/c0:08:38:ac:64/03:00:84:00:00/40 tag 1 ncq dma 491520 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.495181] ata2.00: status: { DRDY } [ 2461.495507] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.496276] ata2.00: cmd 61/c0:10:a0:f5:64/02:00:84:00:00/40 tag 2 ncq dma 360448 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.497697] ata2.00: status: { DRDY } [ 2461.498029] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.498497] ata2.00: cmd 61/40:18:60:f8:64/05:00:84:00:00/40 tag 3 ncq dma 688128 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.499886] ata2.00: status: { DRDY } [ 2461.500213] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.500681] ata2.00: cmd 61/c0:20:a0:fd:64/02:00:84:00:00/40 tag 4 ncq dma 360448 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.502087] ata2.00: status: { DRDY } [ 2461.502416] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.502884] ata2.00: cmd 61/40:28:60:00:65/05:00:84:00:00/40 tag 5 ncq dma 688128 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.505026] ata2.00: status: { DRDY } [ 2461.505378] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.505852] ata2.00: cmd 61/c0:30:a0:05:65/02:00:84:00:00/40 tag 6 ncq dma 360448 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.507244] ata2.00: status: { DRDY } [ 2461.507572] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.508040] ata2.00: cmd 61/40:38:60:08:65/05:00:84:00:00/40 tag 7 ncq dma 688128 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.509472] ata2.00: status: { DRDY } [ 2461.509808] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.510277] ata2.00: cmd 61/a0:40:a0:0d:65/02:00:84:00:00/40 tag 8 ncq dma 344064 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.511667] ata2.00: status: { DRDY } [ 2461.511994] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.512461] ata2.00: cmd 61/40:48:00:20:66/05:00:84:00:00/40 tag 9 ncq dma 688128 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.514503] ata2.00: status: { DRDY } [ 2461.514850] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.515322] ata2.00: cmd 61/40:50:00:28:66/05:00:84:00:00/40 tag 10 ncq dma 688128 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.516721] ata2.00: status: { DRDY } [ 2461.517084] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.517562] ata2.00: cmd 61/c0:58:40:2d:66/02:00:84:00:00/40 tag 11 ncq dma 360448 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.519253] ata2.00: status: { DRDY } [ 2461.519595] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.520066] ata2.00: cmd 61/40:60:f8:9e:64/05:00:84:00:00/40 tag 12 ncq dma 688128 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.521504] ata2.00: status: { DRDY } [ 2461.521840] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.522309] ata2.00: cmd 61/c0:68:38:a4:64/02:00:84:00:00/40 tag 13 ncq dma 360448 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.523706] ata2.00: status: { DRDY } [ 2461.524033] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.524501] ata2.00: cmd 61/40:70:f8:af:64/05:00:84:00:00/40 tag 14 ncq dma 688128 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.525925] ata2.00: status: { DRDY } [ 2461.526256] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.526725] ata2.00: cmd 61/c0:78:38:b5:64/02:00:84:00:00/40 tag 15 ncq dma 360448 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.528122] ata2.00: status: { DRDY } [ 2461.528449] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.528939] ata2.00: cmd 61/40:80:f8:b7:64/05:00:84:00:00/40 tag 16 ncq dma 688128 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.530339] ata2.00: status: { DRDY } [ 2461.530667] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.531136] ata2.00: cmd 61/c0:88:38:bd:64/02:00:84:00:00/40 tag 17 ncq dma 360448 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.532532] ata2.00: status: { DRDY } [ 2461.532880] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.533357] ata2.00: cmd 61/40:90:f8:bf:64/05:00:84:00:00/40 tag 18 ncq dma 688128 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.534754] ata2.00: status: { DRDY } [ 2461.535081] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.535549] ata2.00: cmd 61/c0:98:38:c5:64/02:00:84:00:00/40 tag 19 ncq dma 360448 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.536970] ata2.00: status: { DRDY } [ 2461.537301] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.537769] ata2.00: cmd 61/40:a0:f8:c7:64/05:00:84:00:00/40 tag 20 ncq dma 688128 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.539165] ata2.00: status: { DRDY } [ 2461.539491] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.539960] ata2.00: cmd 61/c0:a8:38:cd:64/02:00:84:00:00/40 tag 21 ncq dma 360448 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.541381] ata2.00: status: { DRDY } [ 2461.541713] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.542182] ata2.00: cmd 61/40:b0:f8:cf:64/05:00:84:00:00/40 tag 22 ncq dma 688128 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.543577] ata2.00: status: { DRDY } [ 2461.543905] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.544374] ata2.00: cmd 61/40:b8:f8:d7:64/05:00:84:00:00/40 tag 23 ncq dma 688128 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.545790] ata2.00: status: { DRDY } [ 2461.546120] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.546589] ata2.00: cmd 61/c0:c0:38:dd:64/02:00:84:00:00/40 tag 24 ncq dma 360448 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.547987] ata2.00: status: { DRDY } [ 2461.548314] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.548782] ata2.00: cmd 61/a8:c8:f8:df:64/05:00:84:00:00/40 tag 25 ncq dma 741376 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.550198] ata2.00: status: { DRDY } [ 2461.550530] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.550999] ata2.00: cmd 61/c0:d0:a0:e5:64/02:00:84:00:00/40 tag 26 ncq dma 360448 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.552396] ata2.00: status: { DRDY } [ 2461.552723] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.553208] ata2.00: cmd 61/40:d8:60:e8:64/05:00:84:00:00/40 tag 27 ncq dma 688128 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.554607] ata2.00: status: { DRDY } [ 2461.554935] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.555404] ata2.00: cmd 61/c0:e0:a0:ed:64/02:00:84:00:00/40 tag 28 ncq dma 360448 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.556800] ata2.00: status: { DRDY } [ 2461.557145] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.557617] ata2.00: cmd 61/40:e8:60:f0:64/05:00:84:00:00/40 tag 29 ncq dma 688128 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.559012] ata2.00: status: { DRDY } [ 2461.559340] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.559807] ata2.00: cmd 61/c0:f0:38:d5:64/02:00:84:00:00/40 tag 30 ncq dma 360448 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.561221] ata2.00: status: { DRDY } [ 2461.561552] ata2.00: failed command: WRITE FPDMA QUEUED [ 2461.562021] ata2.00: cmd 61/c0:f8:40:25:66/02:00:84:00:00/40 tag 31 ncq dma 360448 out res 40/00:50:00:28:66/00:00:84:00:00/40 Emask 0x10 (ATA bus error) [ 2461.563416] ata2.00: status: { DRDY } [ 2461.563752] ata2: hard resetting link [ 2471.561504] ata2: softreset failed (1st FIS failed) [ 2471.561959] ata2: hard resetting link [ 2481.560785] ata2: softreset failed (1st FIS failed) [ 2481.561238] ata2: hard resetting link [ 2516.561654] ata2: softreset failed (1st FIS failed) [ 2516.562109] ata2: limiting SATA link speed to 3.0 Gbps [ 2516.562113] ata2: hard resetting link [ 2521.561261] ata2: softreset failed (1st FIS failed) [ 2521.561715] ata2: reset failed, giving up [ 2521.562074] ata2.00: disabled [ 2521.562575] ata2: EH complete [ 2521.562677] sd 1:0:0:0: [sdb] tag#18 UNKNOWN(0x2003) Result: hostbyte=0x04 driverbyte=0x00 [ 2521.562686] sd 1:0:0:0: [sdb] tag#18 CDB: opcode=0x35 35 00 00 00 00 00 00 00 00 00 [ 2521.562701] print_req_error: I/O error, dev sdb, sector 0 [ 2521.562791] sd 1:0:0:0: [sdb] tag#20 UNKNOWN(0x2003) Result: hostbyte=0x04 driverbyte=0x00 [ 2521.562802] sd 1:0:0:0: [sdb] tag#19 UNKNOWN(0x2003) Result: hostbyte=0x04 driverbyte=0x00 [ 2521.562873] sd 1:0:0:0: [sdb] tag#19 CDB: opcode=0x2a 2a 00 84 66 25 40 00 02 c0 00 [ 2521.562888] print_req_error: I/O error, dev sdb, sector 2221286720 [ 2521.563107] sd 1:0:0:0: [sdb] tag#21 UNKNOWN(0x2003) Result: hostbyte=0x04 driverbyte=0x00 [ 2521.563126] sd 1:0:0:0: [sdb] tag#21 CDB: opcode=0x2a 2a 00 84 64 f0 60 00 05 40 00 [ 2521.563138] print_req_error: I/O error, dev sdb, sector 2221207648 [ 2521.563422] sd 1:0:0:0: [sdb] tag#22 UNKNOWN(0x2003) Result: hostbyte=0x04 driverbyte=0x00 [ 2521.563772] sd 1:0:0:0: [sdb] tag#20 CDB: opcode=0x2a 2a 00 84 64 d5 38 00 02 c0 00 [ 2521.564326] print_req_error: I/O error, dev sdb, sector 2221200696 [ 2521.564337] sd 1:0:0:0: [sdb] tag#22 CDB: opcode=0x2a 2a 00 84 64 ed a0 00 02 c0 00 [ 2521.564896] print_req_error: I/O error, dev sdb, sector 2221206944 [ 2521.565088] sd 1:0:0:0: [sdb] tag#26 UNKNOWN(0x2003) Result: hostbyte=0x04 driverbyte=0x00 [ 2521.565469] sd 1:0:0:0: [sdb] tag#26 CDB: opcode=0x2a 2a 00 84 64 dd 38 00 02 c0 00 [ 2521.565483] print_req_error: I/O error, dev sdb, sector 2221202744 [ 2521.565610] sd 1:0:0:0: [sdb] tag#23 UNKNOWN(0x2003) Result: hostbyte=0x04 driverbyte=0x00 [ 2521.566056] sd 1:0:0:0: [sdb] tag#23 CDB: opcode=0x2a 2a 00 84 64 e8 60 00 05 40 00 [ 2521.566069] print_req_error: I/O error, dev sdb, sector 2221205600 [ 2521.566183] sd 1:0:0:0: [sdb] tag#29 UNKNOWN(0x2003) Result: hostbyte=0x04 driverbyte=0x00 [ 2521.566641] sd 1:0:0:0: [sdb] tag#29 CDB: opcode=0x2a 2a 00 84 64 cd 38 00 02 c0 00 [ 2521.566654] print_req_error: I/O error, dev sdb, sector 2221198648 [ 2521.566954] sd 1:0:0:0: [sdb] tag#24 UNKNOWN(0x2003) Result: hostbyte=0x04 driverbyte=0x00 [ 2521.567224] sd 1:0:0:0: [sdb] tag#24 CDB: opcode=0x2a 2a 00 84 64 e5 a0 00 02 c0 00 [ 2521.567237] print_req_error: I/O error, dev sdb, sector 2221204896 [ 2521.567459] sd 1:0:0:0: [sdb] tag#30 UNKNOWN(0x2003) Result: hostbyte=0x04 driverbyte=0x00 [ 2521.567809] sd 1:0:0:0: [sdb] tag#30 CDB: opcode=0x2a 2a 00 84 64 c7 f8 00 05 40 00 [ 2521.567821] print_req_error: I/O error, dev sdb, sector 2221197304 [ 2521.584903] md: super_written gets error=10 [ 2521.585306] md/raid1:md0: Disk failure on dm-1, disabling device. md/raid1:md0: Operation continuing on 1 devices. [ 2526.581450] scsi_io_completion_action: 41779 callbacks suppressed [ 2526.581461] sd 1:0:0:0: [sdb] tag#27 UNKNOWN(0x2003) Result: hostbyte=0x04 driverbyte=0x00 [ 2526.581467] sd 1:0:0:0: [sdb] tag#27 CDB: opcode=0x2a 2a 00 84 66 7d 50 00 00 01 00 [ 2526.581469] print_req_error: 41780 callbacks suppressed [ 2526.581471] print_req_error: I/O error, dev sdb, sector 2221309264 [ 2526.582524] sd 1:0:0:0: [sdb] tag#28 UNKNOWN(0x2003) Result: hostbyte=0x04 driverbyte=0x00 [ 2526.582530] sd 1:0:0:0: [sdb] tag#28 CDB: opcode=0x2a 2a 00 84 66 7d 51 00 00 01 00 [ 2526.582534] print_req_error: I/O error, dev sdb, sector 2221309265 [ 2526.583366] sd 1:0:0:0: [sdb] tag#29 UNKNOWN(0x2003) Result: hostbyte=0x04 driverbyte=0x00 [ 2526.583370] sd 1:0:0:0: [sdb] tag#29 CDB: opcode=0x2a 2a 00 84 66 7d 52 00 00 01 00 [ 2526.583373] print_req_error: I/O error, dev sdb, sector 2221309266 [ 2526.584113] sd 1:0:0:0: [sdb] tag#30 UNKNOWN(0x2003) Result: hostbyte=0x04 driverbyte=0x00 [ 2526.584117] sd 1:0:0:0: [sdb] tag#30 CDB: opcode=0x2a 2a 00 84 66 7d 53 00 00 01 00 [ 2526.584119] print_req_error: I/O error, dev sdb, sector 2221309267 [ 2526.584960] sd 1:0:0:0: [sdb] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x04 driverbyte=0x00 [ 2526.584968] sd 1:0:0:0: [sdb] tag#0 CDB: opcode=0x2a 2a 00 84 66 7d 54 00 00 01 00 [ 2526.584971] print_req_error: I/O error, dev sdb, sector 2221309268 [ 2526.585765] sd 1:0:0:0: [sdb] tag#1 UNKNOWN(0x2003) Result: hostbyte=0x04 driverbyte=0x00 [ 2526.585769] sd 1:0:0:0: [sdb] tag#1 CDB: opcode=0x2a 2a 00 84 66 7d 55 00 00 01 00 [ 2526.585772] print_req_error: I/O error, dev sdb, sector 2221309269 [ 2526.586461] sd 1:0:0:0: [sdb] tag#2 UNKNOWN(0x2003) Result: hostbyte=0x04 driverbyte=0x00 [ 2526.586465] sd 1:0:0:0: [sdb] tag#2 CDB: opcode=0x2a 2a 00 84 66 7d 56 00 00 01 00 [ 2526.586468] print_req_error: I/O error, dev sdb, sector 2221309270 [ 2526.587144] sd 1:0:0:0: [sdb] tag#3 UNKNOWN(0x2003) Result: hostbyte=0x04 driverbyte=0x00 [ 2526.587148] sd 1:0:0:0: [sdb] tag#3 CDB: opcode=0x2a 2a 00 84 66 7d 57 00 00 01 00 [ 2526.587150] print_req_error: I/O error, dev sdb, sector 2221309271 [ 2526.587734] sd 1:0:0:0: [sdb] tag#4 UNKNOWN(0x2003) Result: hostbyte=0x04 driverbyte=0x00 [ 2526.587737] sd 1:0:0:0: [sdb] tag#4 CDB: opcode=0x2a 2a 00 84 66 7d 58 00 00 01 00 [ 2526.587739] print_req_error: I/O error, dev sdb, sector 2221309272 [ 2526.588320] sd 1:0:0:0: [sdb] tag#5 UNKNOWN(0x2003) Result: hostbyte=0x04 driverbyte=0x00 [ 2526.588323] sd 1:0:0:0: [sdb] tag#5 CDB: opcode=0x2a 2a 00 84 66 7d 59 00 00 01 00 [ 2526.588325] print_req_error: I/O error, dev sdb, sector 2221309273

    Und, wieder eine Platte im Raid1 verloren

    rock64@rockpro64v_2_1:~$ cat /proc/mdstat Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10] md0 : active raid1 dm-1[2](F) dm-0[1] 1953379392 blocks super 1.2 [2/1] [_U] bitmap: 5/15 pages [20KB], 65536KB chunk unused devices: <none>

    Leider habe ich nicht die Kenntnisse um zu erkennen, woran das liegt.

  • ROCKPro WLan Modul

    Verschoben ROCKPro64
    1
    0 Stimmen
    1 Beiträge
    691 Aufrufe
    Niemand hat geantwortet
  • eMMC Modul

    Hardware
    1
    0 Stimmen
    1 Beiträge
    2k Aufrufe
    Niemand hat geantwortet