Jeffrey Young
Very Senior Member
Hello all,
I was given a JMicron Technology Corp. / JMicron USA Technology Corp. JMS567 SATA 6Gb/s bridge (ID 152d:0562) 250GB SSD drive as a gift. So I decided to change out my USB thumb drive for this nifty little SSD drive.
However, on boot up, the AC86U Router does not see the drive. Strange thing is, once the router is powered up, I can unplug the drive and plug back in and all is fine - the router sees the drive and mounts it.
I started out thinking the drive was not powering on in time, so I added a 10 second delay in init-start and pre-mount. Neither worked, and in fact, issuing a
The output of dmesg shows the following;
I can find a ton of bad things said online about this particular SSD and I figure it is a cheap brand. So other than saying it was worth a shot for the price of it, I was wondering if there are built commands (perhaps a service_ call) that would reset the USB controller. I did try
Thoughts? Or should I just say "nice thought" and look for a more solid quality known name SSD drive.
Thanks
I was given a JMicron Technology Corp. / JMicron USA Technology Corp. JMS567 SATA 6Gb/s bridge (ID 152d:0562) 250GB SSD drive as a gift. So I decided to change out my USB thumb drive for this nifty little SSD drive.
However, on boot up, the AC86U Router does not see the drive. Strange thing is, once the router is powered up, I can unplug the drive and plug back in and all is fine - the router sees the drive and mounts it.
I started out thinking the drive was not powering on in time, so I added a 10 second delay in init-start and pre-mount. Neither worked, and in fact, issuing a
lsusb
command after the router booted shows that the USB drive is not even listed. The output of dmesg shows the following;
Code:
usb 3-2: device descriptor read/64, error -110
usb 3-2: new high-speed USB device number 4 using ehci-platform
usb 3-2: device descriptor read/64, error -110
usb 3-2: device descriptor read/64, error -110
usb 3-2: new high-speed USB device number 5 using ehci-platform
usb 3-2: device not accepting address 5, error -110
usb 3-2: new high-speed USB device number 6 using ehci-platform
I can find a ton of bad things said online about this particular SSD and I figure it is a cheap brand. So other than saying it was worth a shot for the price of it, I was wondering if there are built commands (perhaps a service_ call) that would reset the USB controller. I did try
lsusb -v
, but it appears that the BusyBox version is very scaled back and does nothing.Thoughts? Or should I just say "nice thought" and look for a more solid quality known name SSD drive.
Thanks