LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 11-18-2019, 07:36 AM   #1
dr_berta
Member
 
Registered: Sep 2005
Location: Carpi (Modena) - Italy
Distribution: Ubuntu 20.04_x86_64 LTS; Slackware 13 64bit; Gentoo, Fedora, Yocto
Posts: 77

Rep: Reputation: 1
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
Code:
lsusb
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
Code:
dmesg | grep usb
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.
 
Old 11-18-2019, 09:46 AM   #2
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 4,005
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
Claudio,

Quote:
Originally Posted by dr_berta View Post
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
Attached Thumbnails
Click image for larger version

Name:	x820-p1.jpg
Views:	53
Size:	186.5 KB
ID:	31892  

Last edited by beachboy2; 11-18-2019 at 09:52 AM.
 
Old 11-18-2019, 09:49 AM   #3
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 4,005
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
accidental double post
 
Old 11-18-2019, 09:52 AM   #4
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,007
Blog Entries: 26

Rep: Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522
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.
 
Old 11-18-2019, 09:56 AM   #5
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 4,005
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] I have a SSD a 500GB drive and a 2TB drive and want to move Ubuntu from 500GB to SSD greatormesby Linux - Newbie 12 07-06-2015 09:58 AM
San disk 16g usb being detected as Local disk and not as removable media Rohit_4739 General 1 07-31-2013 03:16 AM
To SSD or not to SSD jlinkels Linux - Hardware 14 10-02-2012 07:36 AM
[SOLVED] CD-ROM not detected, then hard disk not detected helpless-new-fulla Linux - Newbie 4 06-28-2010 01:39 AM
usb mouse NOT detected, but usb keyboard IS detected mr.anderson Slackware 16 04-26-2006 09:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration