Advertisement
Guest User

lsusb and dmesg

a guest
Jan 12th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1.  
  2. dmesg:
  3. [19838.920094] usb 3-1: new full speed USB device using uhci_hcd and address 7
  4. [19839.095653] usb 3-1: New USB device found, idVendor=1403, idProduct=0001
  5. [19839.095659] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  6. [19839.095663] usb 3-1: Product: Flash Disk
  7. [19839.095666] usb 3-1: Manufacturer: USB
  8. [19839.095864] usb 3-1: configuration #1 chosen from 1 choice
  9. [19839.104054] scsi6 : SCSI emulation for USB Mass Storage devices
  10. [19839.104366] usb-storage: device found at 7
  11. [19839.104369] usb-storage: waiting for device to settle before scanning
  12. [19844.112072] usb-storage: device scan complete
  13. [19844.114865] scsi 6:0:0:0: Direct-Access SITRONIX MULTIMEDIA 0.09 PQ: 0 ANSI: 0 CCS
  14. [19844.115447] sd 6:0:0:0: Attached scsi generic sg2 type 0
  15. [19844.123837] sd 6:0:0:0: [sdb] 4096 512-byte logical blocks: (2.09 MB/2.00 MiB)
  16. [19844.126828] sd 6:0:0:0: [sdb] Write Protect is off
  17. [19844.126835] sd 6:0:0:0: [sdb] Mode Sense: 0b 00 00 08
  18. [19844.126839] sd 6:0:0:0: [sdb] Assuming drive cache: write through
  19. [19844.137814] sd 6:0:0:0: [sdb] Assuming drive cache: write through
  20. [19844.137825] sdb: unknown partition table
  21. [19844.176806] sd 6:0:0:0: [sdb] Assuming drive cache: write through
  22. [19844.176817] sd 6:0:0:0: [sdb] Attached SCSI removable disk
  23.  
  24.  
  25.  
  26. Same USB device info as http://picframe.spritesserver.nl/wiki/index.php/Coby_DP-152
  27. I also followed the instructions there, but to no end.
  28.  
  29. # lsusb -v -d1403:0001
  30.  
  31. Bus 003 Device 010: ID 1403:0001 Sitronix Digital Photo Frame
  32. Device Descriptor:
  33. bLength 18
  34. bDescriptorType 1
  35. bcdUSB 1.10
  36. bDeviceClass 0 (Defined at Interface level)
  37. bDeviceSubClass 0
  38. bDeviceProtocol 0
  39. bMaxPacketSize0 8
  40. idVendor 0x1403 Sitronix
  41. idProduct 0x0001 Digital Photo Frame
  42. bcdDevice 1.10
  43. iManufacturer 1 USB
  44. iProduct 2 Flash Disk
  45. iSerial 0
  46. bNumConfigurations 1
  47. Configuration Descriptor:
  48. bLength 9
  49. bDescriptorType 2
  50. wTotalLength 32
  51. bNumInterfaces 1
  52. bConfigurationValue 1
  53. iConfiguration 0
  54. bmAttributes 0xc0
  55. Self Powered
  56. MaxPower 100mA
  57. Interface Descriptor:
  58. bLength 9
  59. bDescriptorType 4
  60. bInterfaceNumber 0
  61. bAlternateSetting 0
  62. bNumEndpoints 2
  63. bInterfaceClass 8 Mass Storage
  64. bInterfaceSubClass 6 SCSI
  65. bInterfaceProtocol 80 Bulk (Zip)
  66. iInterface 0
  67. Endpoint Descriptor:
  68. bLength 7
  69. bDescriptorType 5
  70. bEndpointAddress 0x81 EP 1 IN
  71. bmAttributes 2
  72. Transfer Type Bulk
  73. Synch Type None
  74. Usage Type Data
  75. wMaxPacketSize 0x0040 1x 64 bytes
  76. bInterval 0
  77. Endpoint Descriptor:
  78. bLength 7
  79. bDescriptorType 5
  80. bEndpointAddress 0x02 EP 2 OUT
  81. bmAttributes 2
  82. Transfer Type Bulk
  83. Synch Type None
  84. Usage Type Data
  85. wMaxPacketSize 0x0040 1x 64 bytes
  86. bInterval 0
  87. Device Status: 0x0000
  88. (Bus Powered)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement