You are not logged in.

#1 2020-05-25 06:44:06

patresko
Member
Registered: 2018-10-19
Posts: 24

[SOLVED] lsblk doesn't list USB block device

I'm trying to connect and mount an USB MP3 player (with 64gb SD card inside it), however

 lsblk 

only outputs the following:

NAME                   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda                      8:0    0 931.5G  0 disk 
├─sda1                   8:1    0     1G  0 part /efi
└─sda2                   8:2    0 930.5G  0 part 
  ├─VolumeGroup00-root 254:0    0   300G  0 lvm  /
  ├─VolumeGroup00-swap 254:1    0    10G  0 lvm  [SWAP]
  └─VolumeGroup00-home 254:2    0 620.5G  0 lvm  /home
sr0                     11:0    1  1024M  0 rom  

Upon disconnecting and reconnecting the device,

  dmesg 

outputs this:

[34063.959613] usb 1-1: USB disconnect, device number 15
[34067.694487] pcieport 0000:00:1c.0: AER: Corrected error received: 0000:00:1c.0
[34067.694499] pcieport 0000:00:1c.0: AER: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[34067.694503] pcieport 0000:00:1c.0: AER:   device [8086:a112] error status/mask=00000001/00002000
[34067.694507] pcieport 0000:00:1c.0: AER:    [ 0] RxErr                  (First)
[34068.788768] usb 1-5: new high-speed USB device number 16 using xhci_hcd
[34068.928848] usb 1-5: New USB device found, idVendor=2972, idProduct=0003, bcdDevice= 0.00
[34068.928854] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[34068.928858] usb 1-5: Product: X3 2nd gen
[34068.928861] usb 1-5: Manufacturer: FiiO
[34068.928864] usb 1-5: SerialNumber: 323820474077
[34072.839478] audit: type=1101 audit(1590388631.419:367): pid=81385 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="patres" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[34072.839980] audit: type=1110 audit(1590388631.419:368): pid=81385 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[34072.840329] audit: type=1105 audit(1590388631.419:369): pid=81385 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success

From that it's obvious that it registers the device.

On my other machine (also running Arch but not running LVM), the player get's recognized as block device right away:

  lsblk 
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 465.8G  0 disk 
├─sda1   8:1    0   450G  0 part /
└─sda2   8:2    0  15.8G  0 part [SWAP]
sdb      8:16   1  59.8G  0 disk 
sr0     11:0    1  1024M  0 rom

(see the sdb entry)

Any ideas?

Last edited by patresko (2020-05-25 07:31:38)

Offline

#2 2020-05-25 06:58:44

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,707

Re: [SOLVED] lsblk doesn't list USB block device

Check

pacman -Q linux && uname -a

if the versions don't match you'll have to reboot as your running kernel and the installed kernel have diverged (adjust the pacman -Q command relevantly if you use other kernels). Installation of a kernel removes the old kernel's modules and one should ideally reboot into the new kernel as soon as possible.

Offline

#3 2020-05-25 07:30:50

patresko
Member
Registered: 2018-10-19
Posts: 24

Re: [SOLVED] lsblk doesn't list USB block device

V1del wrote:

Check

pacman -Q linux && uname -a

if the versions don't match you'll have to reboot as your running kernel and the installed kernel have diverged (adjust the pacman -Q command relevantly if you use other kernels). Installation of a kernel removes the old kernel's modules and one should ideally reboot into the new kernel as soon as possible.

I ran the command, kernels differed. Rebooting has solved the issue. Many thanks.

Offline

Board footer

Powered by FluxBB