Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-18-2019, 07:36 AM
|
#1
|
Member
Registered: Sep 2005
Location: Carpi (Modena) - Italy
Distribution: Ubuntu 20.04_x86_64 LTS; Slackware 13 64bit; Gentoo, Fedora, Yocto
Posts: 98
Rep:
|
Usb SSD disk not detected on Ubuntu 18.04
Hi,
I took a 60GB ssd disk to be used with a raspberry pi, instead of the microSD, via the SupTronics X820 board.
I mounted the disk on the board and connected it to my system with Ubuntu 18.04 to be able to install the raspbian.
Unfortunately the disc is not recognized.
Giving the command
Code:
cat /proc/partitions
I don't see any new disk neither using gparted o fdisk.
Giving the command this is the result:
Code:
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 006: ID 0a5c:2148 Broadcom Corp. BCM92046DG-CL1ROM Bluetooth 2.1 Adapter
Bus 005 Device 003: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 004: ID 0a5c:4502 Broadcom Corp. Keyboard (Boot Interface Subclass)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 002: ID 046d:c31c Logitech, Inc. Keyboard K120
Bus 003 Device 002: ID 0cf2:6230 ENE Technology, Inc. SD Card Reader (UB623X)
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 046d:c05a Logitech, Inc. M90/M100 Optical Mouse
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 046d:0819 Logitech, Inc. Webcam C210
Bus 002 Device 004: ID 0820:0003
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 005: ID 0a5c:4503 Broadcom Corp. Mouse (Boot Interface Subclass)
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
The empty row is the one of the board X820 connected to the disk.
The command gives me this result:
Code:
[ 25.344114] usb 2-4: new high-speed USB device number 4 using ehci-pci
[ 25.501974] usb 2-4: New USB device found, idVendor=0820, idProduct=0003
[ 25.501981] usb 2-4: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 25.501985] usb 2-4: Product: X820 V3.0
[ 25.501989] usb 2-4: Manufacturer: SupTronics
[ 25.501992] usb 2-4: SerialNumber: 2019050000A3
The x820 board usb ports are usb3.0 while my system has a usb2.0 port
Do you have any suggestions on how to show them the disc?
Thanks
Claudio
Last edited by dr_berta; 11-18-2019 at 07:37 AM.
|
|
|
11-18-2019, 09:46 AM
|
#2
|
Senior Member
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 22 MATE, Peppermint OS-Devuan, EndeavourOS, antiX
Posts: 4,355
|
Claudio,
Quote:
Originally Posted by dr_berta
The x820 board usb ports are usb3.0 while my system has a usb2.0 port
|
I think you have answered your own question, if I understand your setup correctly.
Your computer/ system only has USB 2.0 ports, whilst the RasPi and X820 motherboard both use USB 3.0.
The supplied blue cable is USB 3.0 (see attached jpg).
I think you need to buy a USB 3.0 (2 or 4 port) PCIe expansion card similar to this:
https://www.amazon.co.uk/FebSmart-Se...31&sr=8-3&th=1
Last edited by beachboy2; 11-18-2019 at 09:52 AM.
|
|
|
11-18-2019, 09:49 AM
|
#3
|
Senior Member
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 22 MATE, Peppermint OS-Devuan, EndeavourOS, antiX
Posts: 4,355
|
accidental double post
|
|
|
11-18-2019, 09:52 AM
|
#4
|
Moderator
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,028
|
As far as signalling, USB 3.0 is backwards compatible (other than being slower), so power would be the only reason that wouldn't work in a 2.0 slot. Is that a standalone power plug on the board? If so, do you have a power adapter for it? Plugging it in so it was able to get the power it needs to function should allow it to work in a 2.0 slot. Otherwise, agreed with beachboy2, you probably will need to get a USB3.0 add-in card in order to deliver sufficient power for the board to work.
|
|
|
11-18-2019, 09:56 AM
|
#5
|
Senior Member
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 22 MATE, Peppermint OS-Devuan, EndeavourOS, antiX
Posts: 4,355
|
Claudio,
I have just discovered this in the X820 FAQs:
Quote:
Question 3:What to do if the X820 board could not detect the HDD or SSD?
Answer:
(1) At first, please use the high quality power supply adapter, the hard disk will not be recognized if you use the low quality power supply, as the current of this power supply is not enough.
(2) Please run 'lsusb' command under linux terminal, and save the screenshot of the result, then send it to our email: sp@geekworm.com, then we will figure out your problem together.
|
https://geekworm.com/blogs/raspberry...xpansion-board
Last edited by beachboy2; 11-18-2019 at 09:57 AM.
|
|
|
All times are GMT -5. The time now is 03:13 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|