Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.70 KB | None | 0 0
  1. # Ubuntu - the reader mounts and filesystem is available
  2. uname -a
  3. Linux spellbook 4.2.0-42-generic #49-Ubuntu SMP Tue Jun 28 21:26:26 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
  4.  
  5. dmesg
  6. [389654.791711] usb 1-1: new high-speed USB device number 39 using xhci_hcd
  7. [389654.976538] usb 1-1: New USB device found, idVendor=2207, idProduct=0000
  8. [389654.976551] usb 1-1: New USB device strings: Mfr=2, Product=3, SerialNumber=4
  9. [389654.976558] usb 1-1: Product: Prime
  10. [389654.976564] usb 1-1: Manufacturer: ARTATECH
  11. [389654.976570] usb 1-1: SerialNumber: IB-PRI-A-003047
  12. [389654.978057] usb-storage 1-1:1.0: USB Mass Storage device detected
  13. [389654.978328] scsi host16: usb-storage 1-1:1.0
  14. [389655.975729] scsi 16:0:0:0: Direct-Access     rockchip _usb                  PQ: 0 ANSI: 2
  15. [389655.976252] scsi 16:0:0:1: Direct-Access     rockchip _usb                  PQ: 0 ANSI: 2
  16. [389655.977514] sd 16:0:0:0: Attached scsi generic sg1 type 0
  17. [389655.978562] sd 16:0:0:1: Attached scsi generic sg2 type 0
  18. [389655.983384] sd 16:0:0:0: [sdb] Attached SCSI removable disk
  19. [389655.986269] sd 16:0:0:1: [sdc] Attached SCSI removable disk
  20. [389658.476534] sd 16:0:0:0: [sdb] 11579392 512-byte logical blocks: (5.92 GB/5.52 GiB)
  21. [389658.476845] sd 16:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  22.  
  23. # Linux Mint - the reader is visible, but doesn't mount
  24. uname -a
  25. Linux Ada 3.19.0-32-generic #37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
  26.  
  27. dmesg
  28. [ 1495.570253] usb 1-2: new high-speed USB device number 82 using xhci_hcd
  29. [ 1511.643908] usb 1-2: new high-speed USB device number 86 using xhci_hcd
  30. [ 1526.956685] usb 1-2: new high-speed USB device number 87 using xhci_hcd
  31. [ 1542.269585] usb 1-2: new high-speed USB device number 88 using xhci_hcd
  32. [ 1557.582372] usb 1-2: new high-speed USB device number 89 using xhci_hcd
  33. [ 1573.359775] usb 1-2: new high-speed USB device number 92 using xhci_hcd
  34. [ 1588.672593] usb 1-2: new high-speed USB device number 93 using xhci_hcd
  35. [ 1603.985438] usb 1-2: new high-speed USB device number 94 using xhci_hcd
  36. [ 1619.298278] usb 1-2: new high-speed USB device number 95 using xhci_hcd
  37. [ 1619.427174] usb 1-2: New USB device found, idVendor=2207, idProduct=0000
  38. [ 1619.427183] usb 1-2: New USB device strings: Mfr=2, Product=3, SerialNumber=4
  39. [ 1619.427187] usb 1-2: Product: Prime
  40. [ 1619.427191] usb 1-2: Manufacturer: ARTATECH
  41. [ 1619.427194] usb 1-2: SerialNumber: IB-PRI-A-003047
  42. [ 1619.427912] usb-storage 1-2:1.0: USB Mass Storage device detected
  43. [ 1619.428794] scsi host16: usb-storage 1-2:1.0
  44. [ 1619.429058] usb 1-2: USB disconnect, device number 95
  45. [ 1620.131175] usb 1-2: new high-speed USB device number 98 using xhci_hcdinkbook
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement