Re: NSA 325 V2 Debian Is Possible! October 23, 2018 04:37AM |
Admin Registered: 13 years ago Posts: 18,898 |
Quote
A. Flashing Instruction:
Installation is the same for each u-Boot image, the instruction below is written to include all boxes. So choose the platform name that you are installing for, and copy/paste the appropriate commands.
If you are running kernel that do not provide mtd-utils and uboot-tools (fw_setenv, fw_printenv, flash_erase, nandwrite), you can download the NAND and U-Boot tools binaries here in this thread.
mtdparts=mtdparts=orion_nand:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2)
mikeinnc
Re: NSA 325 V2 Debian Is Possible! October 23, 2018 09:10AM |
Quote
Bodhi
copy them to /usr/loclal/bin or /usr/sbin in stock OS for later emergency use.
mikeinnc
Re: NSA 325 V2 Debian Is Possible! October 23, 2018 09:30AM |
flash-erase /dev/mtd0 0 4
Re: NSA 325 V2 Debian Is Possible! October 23, 2018 06:04PM |
Admin Registered: 13 years ago Posts: 18,898 |
flash_erase /dev/mtd0 0 4
mikeinnc
Re: NSA 325 V2 Debian Is Possible! October 23, 2018 08:42PM |
Re: NSA 325 V2 Debian Is Possible! October 23, 2018 08:58PM |
Admin Registered: 13 years ago Posts: 18,898 |
Mikeinnc
Re: NSA 325 V2 Debian Is Possible! October 23, 2018 09:13PM |
arcNumber=2097 bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm $load_uimage_addr $load_initrd_addr $load_dtb_addr; else bootm $load_uimage_addr $load_initrd_addr; fi; else if run load_dtb; then bootm $load_uimage_addr - $load_dtb_addr; else bootm $load_uimage_addr; fi; fi bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi bootdelay=10 bootdev=usb device=0:1 devices=usb ide mmc disks=0 1 2 3 ethact=egiga0 ethaddr=52:3b:20:9c:11:51 if_netconsole=ping $serverip ipaddr=192.168.0.231 led_error=orange blinking led_exit=green off led_init=green blinking dtb_file=/boot/dts/kirkwood-pogo_e02.dtb load_dtb_addr=0x1c00000 load_initrd_addr=0x1100000 load_uimage_addr=0x800000 load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device $load_dtb_addr $dtb_file load_initrd=echo loading uInitrd ...; load $bootdev $device $load_initrd_addr /boot/uInitrd load_uimage=echo loading uImage ...; load $bootdev $device $load_uimage_addr /boot/uImage machid=0x831 mainlineLinux=yes mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) partition=nand0,2 preboot_nc=run if_netconsole start_netconsole scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start"; setenv scan_ide "ide reset"; setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 $load_uimage_addr /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done serverip=192.168.0.220 set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=serial stdin=serial stdout=serial uenv_addr=0x810000 uenv_import=echo importing envs ...; env import -t $uenv_addr $filesize uenv_init_devices=setenv init_usb "usb start"; setenv init_ide "ide reset"; setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done; uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices; do for disknum in 0; do run uenv_read_disk; done; done; uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read; fi; else if $devtype part $disknum; then run uenv_read; fi; fi uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 $uenv_addr /boot/uEnv.txt; then setenv uenv_loaded 1; fi usb_ready_retry=15
Re: NSA 325 V2 Debian Is Possible! October 23, 2018 09:39PM |
Admin Registered: 13 years ago Posts: 18,898 |
Quote
8. Flashing default u-boot envs image (if you are upgrading from 2016.05-tld-1 u-boot, you can skip this step 8).
As described in step 1, u-boot envs must be defined in /etc/fw_env.config as
# MTD device name Device offset Env. size Flash sector size Number of sectors
/dev/mtd0 0xc0000 0x20000 0x20000
This default envs image supports booting with multiple disk drives (and hubs) attached. The disk drives could be any type (usb, sata, sd card). The scanning logic and default envs were set to automatically boot the box with the following required configuration:
For whatever reason, if you can't set up your configuration to satisfy the following 4 requirements, then don't flash this defaut envs image. It might not boot properly. In this case, section C below can be used to tailor the envs to your specific configuration.
r1. There must be only one partition among all partitions from all drives that contains the kernel files. The 2 kernel files are /boot/uImage and /boot/uInitrd.
r2. The partition that contains the 2 kernel files must be partition 1 in a disk drive
r3. The partition that contains the rootfs must be labeled rootfs
r4. The rootfs partition is recommended to be type Ext3 (this is not a hard requirement, ext4 should boot OK, but Ext3 will ensure no problem).
So the bottom line is if you have only one rootfs in a single Ext3 partition, which is labeled as rootfs, then you're all set.
a. Download the default u-boot envs at Dropbox:
uboot.2016.05-tld-1.environment.bodhi.tar
md5:
3823eef10011b864859d31a76470e0e3
sha256:
c8db95a4225e8d78bdaaaa372bd5a87e4b98f3448dd9c62fc96c72b2df1a997c
This tarball includes 3 files:
uboot.2016.05-tld-1.environment.img (the default envs image to be flashed)
uboot.2016.05-tld-1.environment (the content of the default envs in text format)
uboot.2016.05-tld-1.environment.64K.img (small envs image to be flashed on HP T5325 only).
b. Extract the archive to /tmp
cd /tmp
tar -xf uboot.2016.05-tld-1.environment.bodhi.tar
c. Save current envs with fw_printenv, or just copy/paste the listing into a text file.
fw_printenv > current_envs.txt
d. Flash u-boot envs to NAND location 0xC0000.
Be extra careful with the next 2 commands, you should see output that look like below. If there is error, then do not reboot, post your problem here so we can help.
/usr/sbin/flash_erase /dev/mtd0 0xc0000 1
Expected output:
Erase Total 1 Units
Performing Flash Erase of length 131072 at offset 0xc0000 done
/usr/sbin/nandwrite -s 786432 /dev/mtd0 uboot.2016.05-tld-1.environment.img
Expected output:
Writing data to block 6 at offset 0xc0000
e. Modify the following u-boot variables using fw_setenv:
Note that arcNumber and machid are not necessary if you are booting with FDT kernel 3.17+ in the latest kernel and rootfs thread. But it does not hurt to set them anyway.
archNumber and machid are required for non-FDT kernel (3.16.x or earlier)
Also note that only some boxes need machid, some don't (so the command fw_setenv machid below clears them).
for Pogo V4/Mobile:
fw_setenv arcNumber 3960
fw_setenv machid f78
for iConnect:
fw_setenv arcNumber 2870
fw_setenv machid
for Stora:
fw_setenv arcNumber 2743
fw_setenv machid
for Dockstar:
fw_setenv arcNumber 2998
fw_setenv machid
for Pogo E02:
fw_setenv arcNumber 3542
fw_setenv machid dd6
for GoFlex Home:
fw_setenv arcNumber 3338
fw_setenv machid
for GoFlex Net:
fw_setenv arcNumber 3089
fw_setenv machid
for Sheevaplug:
fw_setenv arcNumber 2097
fw_setenv machid
for NSA325:
fw_setenv arcNumber 4495
fw_setenv machid
for NSA320:
fw_setenv arcNumber 3956
fw_setenv machid
for NSA310S/320S:
fw_setenv arcNumber 4931
fw_setenv machid
for NSA310:
fw_setenv arcNumber 4022
fw_setenv machid
Then for all boxes, restore these 2 envs using the saved envs text in step c (replace xxx with the real saved values)
fw_setenv mtdparts 'xxxxxxxxx'
fw_setenv ethaddr 'xx:xx:xx:xx:xx:xx'
Note: for boxes that boot with SATA as rootfs. Please make this adjustment if your boot drive is SATA:
fw_setenv bootcmd_uenv 'run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi; sleep 3'
(This will help the "ide reset" to work properly. There seems to be a bug in u-boot that if you do "ide reset" too quickly in succession, the SATA drive might have problem spinning up).
f. Adjust the DTB name to boot with a rootfs that has FDT kernel 3.17+ (this is the normal case):
Find your box DTB file in the rootfs /boot/dts directory and adjust the env to it. For example, if the box is the Dockstar
fw_setenv dtb_file '/boot/dts/kirkwood-dockstar.dtb'
In the special case when you are booting with a non-FDT kernel 3.16 or earlier, or if you have appended the DTB to uImage. Remove the DTB file env. If not sure please post question before continuing.
fw_setenv dtb_file
h. For sanity check, list you envs again
fw_printenv
If there is error in listing u-boot envs, stop here and post your problem so we can help.
Remember to save away your old envs text file created in step c for future reference in case more need to be restored.
i. Done step 8.
Mikeinnc
Re: NSA 325 V2 Debian Is Possible! October 23, 2018 11:25PM |
bootargs=console=ttyS0,115200 mtdparts=nand_mtd:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) root=/dev/nfs rw init=/init bootcmd=nand read.e 0x2000000 $(kernel_addr) 0xA00000; bootm 0x2000000 bootdelay=2 baudrate=115200 loads_echo=0 ipaddr=10.4.52.165 serverip=10.4.52.7 rootpath=/srv/ubuntu netmask=255.255.255.0 nandEcc=1bit kernel_addr=C80000 MODEL_ID=AA03 PRODUCT_NAME=NSA-325 FEATURE_BIT=00 CONTRY_TYPE=FF VENDOR_NAME=MitraStar Technology Corp. run_diag=yes arcNumber=4495 ethaddr=c8:6c:87:6f:5a:eb mtdparts=nand_mtd:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2)
Mikeinnc
Re: NSA 325 V2 Debian Is Possible! October 23, 2018 11:40PM |
NSA325> setenv ethaddr 'c8:6c:87:6f:5a:eb' Warning: egiga0 MAC addresses don't match: Address in SROM is c8:6c:87:6f:5a:eb Address in environment is 52:3b:20:9c:11:51
Mikeinnc
Re: NSA 325 V2 Debian Is Possible! October 24, 2018 12:07AM |
nandwrite -s 786432 /dev/mtd0 uboot.2016.05-tld-1.environment.img
mtdparts=nand_mtd:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) arcNumber=4495 bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm $load_uimage_addr $load_initrd_addr $load_dtb_addr; else bootm $load_uimage_addr $load_initrd_addr; fi; else if run load_dtb; then bootm $load_uimage_addr - $load_dtb_addr; else bootm $load_uimage_addr; fi; fi bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi bootdelay=10 bootdev=usb device=0:1 devices=usb ide mmc disks=0 1 2 3 dtb_file=/boot/dts/kirkwood-nsa325.dtb ethact=egiga0 ethaddr=c8:6c:87:6f:5a:eb if_netconsole=ping $serverip ipaddr=192.168.100.190 led_error=orange blinking led_exit=green off led_init=green blinking load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device $load_dtb_addr $dtb_file load_dtb_addr=0x1c00000 load_initrd=echo loading uInitrd ...; load $bootdev $device $load_initrd_addr /boot/uInitrd load_initrd_addr=0x1100000 load_uimage=echo loading uImage ...; load $bootdev $device $load_uimage_addr /boot/uImage load_uimage_addr=0x800000 mainlineLinux=yes mtdids=nand0=orion_nand mtdparts=nand_mtd:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) partition=nand0,2 preboot_nc=run if_netconsole start_netconsole scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start"; setenv scan_ide "ide reset"; setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 $load_uimage_addr /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done serverip=192.168.0.220 set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=serial stdin=serial stdout=serial uenv_addr=0x810000 uenv_import=echo importing envs ...; env import -t $uenv_addr $filesize uenv_init_devices=setenv init_usb "usb start"; setenv init_ide "ide reset"; setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done; uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices; do for disknum in 0; do run uenv_read_disk; done; done; uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 $uenv_addr /boot/uEnv.txt; then setenv uenv_loaded 1; fi uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read; fi; else if $devtype part $disknum; then run uenv_read; fi; fi usb_ready_retry=15
Re: NSA 325 V2 Debian Is Possible! October 24, 2018 12:58AM |
Admin Registered: 13 years ago Posts: 18,898 |
mtdparts=nand_mtd:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2)
mtdparts=orion_nand:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2)
mikeinnc
Re: NSA 325 V2 Debian Is Possible! October 24, 2018 10:21AM |
Re: NSA 325 V2 Debian Is Possible! October 24, 2018 02:28PM |
Admin Registered: 13 years ago Posts: 18,898 |
Re: NSA 325 V2 Debian Is Possible! October 25, 2018 12:42AM |
Admin Registered: 13 years ago Posts: 18,898 |
mikeinnc
Re: NSA 325 V2 Debian Is Possible! October 25, 2018 03:04AM |
Quote
Bodhi
Looks like you should go through step 8 again. This time will be easier.
Erasing 128Kibyte @ C0000 -- 100% complete
Re: NSA 325 V2 Debian Is Possible! October 25, 2018 04:48AM |
Admin Registered: 13 years ago Posts: 18,898 |
mikeinnc
Re: NSA 325 V2 Debian Is Possible! October 30, 2018 07:02PM |
Re: NSA 325 V2 Debian Is Possible! October 30, 2018 07:16PM |
Admin Registered: 13 years ago Posts: 18,898 |
Re: NSA 325 V2 Debian Is Possible! October 30, 2018 07:19PM |
Admin Registered: 13 years ago Posts: 18,898 |
mikeinnc
Re: NSA 325 V2 Debian Is Possible! October 30, 2018 09:14PM |
Disk /dev/sda: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: dos Disk identifier: 0x22db667d Device Boot Start End Sectors Size Id Type /dev/sda1 2048 3907028991 3907026944 1.8T 83 Linux Disk /dev/sdb: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: dos Disk identifier: 0x2dee735f Device Boot Start End Sectors Size Id Type /dev/sdb1 2048 3907028991 3907026944 1.8T 83 Linux
Re: NSA 325 V2 Debian Is Possible! October 31, 2018 12:00AM |
Admin Registered: 13 years ago Posts: 18,898 |
mikeinnc
Re: NSA 325 V2 Debian Is Possible! October 31, 2018 08:24AM |
Re: NSA 325 V2 Debian Is Possible! November 01, 2018 02:32AM |
Admin Registered: 13 years ago Posts: 18,898 |
mikeinnc
Re: NSA 325 V2 Debian Is Possible! November 01, 2018 06:52AM |
**** CONSOLE OUTPUT **** *** plugged (new) USB3-32GB flash drive into (front) USB3 port root@debian:~# [98175.769971] usb 3-1: new SuperSpeed USB device number 2 using xhci_hcd [98175.804802] usb 3-1: New USB device found, idVendor=0781, idProduct=5581 [98175.811563] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [98175.818731] usb 3-1: Product: Ultra [98175.822566] usb 3-1: Manufacturer: SanDisk [98175.826685] usb 3-1: SerialNumber: 4C530001290901104143 [98175.833857] usb-storage 3-1:1.0: USB Mass Storage device detected [98175.840498] scsi host2: usb-storage 3-1:1.0 [98175.999002] usbcore: registered new interface driver uas [98176.901078] scsi 2:0:0:0: Direct-Access SanDisk Ultra 1.00 PQ: 0 ANSI: 6 [98176.914467] sd 2:0:0:0: Attached scsi generic sg2 type 0 [98176.922005] sd 2:0:0:0: [sdc] 60063744 512-byte logical blocks: (30.8 GB/28.6 GiB) [98176.938325] sd 2:0:0:0: [sdc] Write Protect is off [98176.948142] sd 2:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [98176.973730] sdc: sdc1 [98176.978625] sd 2:0:0:0: [sdc] Attached SCSI removable disk **** Check transfer speed of USB3 flash drive root@debian:~# hdparm -t /dev/sdc1 /dev/sdc1: Timing buffered disk reads: 190 MB in 3.02 seconds = 63.01 MB/sec **** Check transfer speeds of both (2TB) SATA HDD for reference /dev/sdb1: Timing buffered disk reads: 450 MB in 3.01 seconds = 149.34 MB/sec /dev/sda1: Timing buffered disk reads: 504 MB in 3.01 seconds = 167.45 MB/sec *** Plugged Toshiba USB3-HDD into front USB3 port. root@debian:~# [99878.888209] xhci_hcd 0000:01:00.0: Cannot set link state. [99878.893653] usb usb3-port1: cannot disable (err = -32) [99878.899483] usb 3-1: USB disconnect, device number 2 *** Verbatim flash drive (USB2) plugged into USB3 port root@debian:~# [100016.948772] usb 2-1: new high-speed USB device number 5 using xhci_hcd [100017.126706] usb 2-1: New USB device found, idVendor=18a5, idProduct=0302 [100017.133548] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [100017.141076] usb 2-1: Product: STORE N GO [100017.145102] usb 2-1: Manufacturer: Verbatim [100017.149629] usb 2-1: SerialNumber: 070B86C16E159425 [100017.159953] usb-storage 2-1:1.0: USB Mass Storage device detected [100017.167643] scsi host2: usb-storage 2-1:1.0 [100019.534066] scsi 2:0:0:0: Direct-Access Verbatim STORE N GO PMAP PQ: 0 ANSI: 4 [100019.547410] sd 2:0:0:0: Attached scsi generic sg2 type 0 [100019.553337] sd 2:0:0:0: [sdc] 60506112 512-byte logical blocks: (31.0 GB/28.9 GiB) [100019.568221] sd 2:0:0:0: [sdc] Write Protect is off [100019.577351] sd 2:0:0:0: [sdc] No Caching mode page found [100019.588887] sd 2:0:0:0: [sdc] Assuming drive cache: write through [100019.608548] sdc: sdc1 [100019.616559] sd 2:0:0:0: [sdc] Attached SCSI removable disk **** Check transfer speed of USB2 flash drive plugged into USB3 port - cf. with USB3 flash (above) /dev/sdc1: Timing buffered disk reads: 64 MB in 3.02 seconds = 21.16 MB/sec *** Toshiba USB3-HDD plugged in to back USB2 port [100141.509378] usb 1-1.3: new high-speed USB device number 3 using orion-ehci [100141.660695] usb 1-1.3: New USB device found, idVendor=0480, idProduct=a006 [100141.667700] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [100141.675412] usb 1-1.3: Product: External USB 3.0 [100141.680301] usb 1-1.3: Manufacturer: Toshiba [100141.684673] usb 1-1.3: SerialNumber: 2011122050148 [100141.696298] usb-storage 1-1.3:1.0: USB Mass Storage device detected [100141.703863] scsi host2: usb-storage 1-1.3:1.0 [100146.542658] scsi 2:0:0:0: Direct-Access TOSHIBA External USB 3.0 0001 PQ: 0 ANSI: 6 [100146.556279] sd 2:0:0:0: Attached scsi generic sg2 type 0 [100146.562162] sd 2:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [100146.576124] sd 2:0:0:0: [sdc] Write Protect is off [100146.589486] sd 2:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [100146.637210] sdc: sdc1 [100146.644491] sd 2:0:0:0: [sdc] Attached SCSI disk **** Check transfer speed of Toshiba USB3-HDD plugged into rear USB2 port - cf. with USB2 flas drive (above) /dev/sdc1: Timing buffered disk reads: 86 MB in 3.03 seconds = 28.43 MB/sec
Re: NSA 325 V2 Debian Is Possible! November 01, 2018 04:30PM |
Registered: 9 years ago Posts: 454 |
Re: NSA 325 V2 Debian Is Possible! November 01, 2018 05:04PM |
Admin Registered: 13 years ago Posts: 18,898 |
Quote
So, as you can see, it appears more likely that it is a specific problem with that Toshiba drive.
Quote
I feel that we might be chasing dreams here. As I've said before, the fact that the Toshiba drive works perfectly - if a little more slowly - in a rear USB2 port means that there's really not much to complain about. Interesting? Yes, of course - and, if nothing else, maybe a salutary lesson for others who hit the same or a similar problem.
Quote
*** Plugged Toshiba USB3-HDD into front USB3 port.
root@debian:~# [99878.888209] xhci_hcd 0000:01:00.0: Cannot set link state.
[99878.893653] usb usb3-port1: cannot disable (err = -32)
[99878.899483] usb 3-1: USB disconnect, device number 2
mikeinnc
Re: NSA 325 V2 Debian Is Possible! November 01, 2018 08:02PM |
Re: NSA 325 V2 Debian Is Possible! March 21, 2019 04:48PM |
Registered: 5 years ago Posts: 6 |
Re: NSA 325 V2 Debian Is Possible! March 21, 2019 06:15PM |
Registered: 5 years ago Posts: 125 |