Advertisement
sypwex

Maschine Mikro

Sep 5th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.53 KB | None | 0 0
  1. $dmesg | tail
  2. usb 1-7: new high-speed USB device number 10 using ehci-pci
  3. usb 1-7: New USB device found, idVendor=17cc, idProduct=1110
  4. usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=6
  5. usb 1-7: Product: Maschine Mikro
  6. usb 1-7: Manufacturer: Native Instruments
  7. usb 1-7: SerialNumber: 677AC139
  8. hid-generic 0003:17CC:1110.0009: hiddev0,hidraw5: USB HID v1.10 Device [Native Instruments Maschine Mikro] on usb-0000:00:02.1-7/input0
  9.  
  10. $lsmod | grep snd
  11. snd_usb_caiaq 57344 0
  12. snd_hda_codec_hdmi 53248 1
  13. snd_ca0106 45056 2
  14. snd_usb_audio 180224 1
  15. snd_ac97_codec 131072 1 snd_ca0106
  16. snd_usbmidi_lib 32768 1 snd_usb_audio
  17. ac97_bus 16384 1 snd_ac97_codec
  18. snd_seq_midi 16384 0
  19. snd_seq_midi_event 16384 1 snd_seq_midi
  20. snd_rawmidi 32768 4 snd_usb_caiaq,snd_usbmidi_lib,snd_ca0106,snd_seq_midi
  21. snd_hda_intel 36864 0
  22. snd_hda_controller 32768 1 snd_hda_intel
  23. snd_hda_codec 143360 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_controller
  24. snd_hwdep 20480 2 snd_usb_audio,snd_hda_codec
  25. snd_pcm_oss 53248 0
  26. snd_mixer_oss 24576 1 snd_pcm_oss
  27. snd_seq 69632 2 snd_seq_midi_event,snd_seq_midi
  28. snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
  29. snd_pcm 106496 11 snd_pcm_oss,snd_usb_audio,snd_usb_caiaq,snd_ac97_codec,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller,snd_ca0106
  30. snd_timer 32768 2 snd_pcm,snd_seq
  31. snd 90112 20 snd_pcm_oss,snd_usb_audio,snd_usb_caiaq,snd_ac97_codec,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_mixer_oss,snd_ca0106
  32. soundcore 16384 2 snd,snd_hda_codec
  33.  
  34. $aplay --version
  35. aplay: version 1.0.28 by Jaroslav Kysela <perex@perex.cz>
  36.  
  37. $uname -a
  38. Linux 3.19.0-25-generic #26-Ubuntu SMP Fri Jul 24 21:17:31 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
  39.  
  40. $sudo lsusb -D /dev/bus/usb/001/010
  41. Device: ID 17cc:1110 Native Instruments
  42. Device Descriptor:
  43. bLength 18
  44. bDescriptorType 1
  45. bcdUSB 2.00
  46. bDeviceClass 0 (Defined at Interface level)
  47. bDeviceSubClass 0
  48. bDeviceProtocol 0
  49. bMaxPacketSize0 64
  50. idVendor 0x17cc Native Instruments
  51. idProduct 0x1110
  52. bcdDevice 0.37
  53. iManufacturer 1 Native Instruments
  54. iProduct 2 Maschine Mikro
  55. iSerial 6 677AC139
  56. bNumConfigurations 1
  57. Configuration Descriptor:
  58. bLength 9
  59. bDescriptorType 2
  60. wTotalLength 57
  61. bNumInterfaces 2
  62. bConfigurationValue 1
  63. iConfiguration 0
  64. bmAttributes 0x80
  65. (Bus Powered)
  66. MaxPower 450mA
  67. Interface Descriptor:
  68. bLength 9
  69. bDescriptorType 4
  70. bInterfaceNumber 0
  71. bAlternateSetting 0
  72. bNumEndpoints 2
  73. bInterfaceClass 3 Human Interface Device
  74. bInterfaceSubClass 0 No Subclass
  75. bInterfaceProtocol 0 None
  76. iInterface 4 Maschine Mikro HID
  77. HID Device Descriptor:
  78. bLength 9
  79. bDescriptorType 33
  80. bcdHID 1.10
  81. bCountryCode 0 Not supported
  82. bNumDescriptors 1
  83. bDescriptorType 34 Report
  84. wDescriptorLength 367
  85. Report Descriptors:
  86. ** UNAVAILABLE **
  87. Endpoint Descriptor:
  88. bLength 7
  89. bDescriptorType 5
  90. bEndpointAddress 0x81 EP 1 IN
  91. bmAttributes 3
  92. Transfer Type Interrupt
  93. Synch Type None
  94. Usage Type Data
  95. wMaxPacketSize 0x0040 1x 64 bytes
  96. bInterval 1
  97. Endpoint Descriptor:
  98. bLength 7
  99. bDescriptorType 5
  100. bEndpointAddress 0x01 EP 1 OUT
  101. bmAttributes 3
  102. Transfer Type Interrupt
  103. Synch Type None
  104. Usage Type Data
  105. wMaxPacketSize 0x0040 1x 64 bytes
  106. bInterval 4
  107. Interface Descriptor:
  108. bLength 9
  109. bDescriptorType 4
  110. bInterfaceNumber 1
  111. bAlternateSetting 0
  112. bNumEndpoints 0
  113. bInterfaceClass 254 Application Specific Interface
  114. bInterfaceSubClass 1 Device Firmware Update
  115. bInterfaceProtocol 1
  116. iInterface 5 Maschine Mikro DFU
  117. Device Firmware Upgrade Interface Descriptor:
  118. bLength 7
  119. bDescriptorType 33
  120. bmAttributes 7
  121. Will Not Detach
  122. Manifestation Tolerant
  123. Upload Supported
  124. Download Supported
  125. wDetachTimeout 250 milliseconds
  126. wTransferSize 64 bytes
  127. Device Qualifier (for other device speed):
  128. bLength 10
  129. bDescriptorType 6
  130. bcdUSB 2.00
  131. bDeviceClass 0 (Defined at Interface level)
  132. bDeviceSubClass 0
  133. bDeviceProtocol 0
  134. bMaxPacketSize0 64
  135. bNumConfigurations 1
  136. Device Status: 0x0000
  137. (Bus Powered)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement