[21197]sypwex@PANDEMIC(Sat Sep 19 00:57:53)/usr/local/src/linux on feature/caiaq-mmikro-1$ git checkout feature/caiaq-mmikro-1; for c in `git rev-list HEAD | head -n8 | tac`; do git checkout $c; git rev-parse HEAD; sudo sh -c "echo 0 > /sys/bus/usb/devices/1-8/bConfigurationValue"; sudo modprobe -r snd-usb-caiaq; sudo dmesg --clear; make SUBDIRS=sound/usb/caiaq modules; sudo cp sound/usb/caiaq/snd-usb-caiaq.ko /lib/modules/$(uname -r)/kernel/sound/usb/caiaq/; sudo modprobe snd-usb-caiaq; sudo sh -c "echo 1 > /sys/bus/usb/devices/1-8/bConfigurationValue"; sleep 5; dmesg; echo ''; done Already on 'feature/caiaq-mmikro-1' Note: checking out 'e514b6aa1366e0eda1ea34ec8243f949ee35618a'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at e514b6a... debuginfo: add dev_err errno function return values e514b6aa1366e0eda1ea34ec8243f949ee35618a CC [M] sound/usb/caiaq/device.o CC [M] sound/usb/caiaq/audio.o CC [M] sound/usb/caiaq/midi.o CC [M] sound/usb/caiaq/control.o CC [M] sound/usb/caiaq/input.o LD [M] sound/usb/caiaq/snd-usb-caiaq.o Building modules, stage 2. MODPOST 1 modules CC sound/usb/caiaq/snd-usb-caiaq.mod.o LD [M] sound/usb/caiaq/snd-usb-caiaq.ko [ 1016.563423] usbcore: registered new interface driver snd-usb-caiaq [ 1016.582906] hid-generic 0003:17CC:1110.000E: hiddev0,hidraw5: USB HID v1.10 Device [Native Instruments Maschine Mikro] on usb-0000:00:02.1-8/input0 Previous HEAD position was e514b6a... debuginfo: add dev_err errno function return values HEAD is now at ff22a56... feat: maschine mikro device support initial implementation (device.c) ff22a568e6f78f99cfe949e9527dcb0d7cb3963d CC [M] sound/usb/caiaq/device.o CC [M] sound/usb/caiaq/audio.o CC [M] sound/usb/caiaq/midi.o CC [M] sound/usb/caiaq/control.o CC [M] sound/usb/caiaq/input.o LD [M] sound/usb/caiaq/snd-usb-caiaq.o Building modules, stage 2. MODPOST 1 modules CC sound/usb/caiaq/snd-usb-caiaq.mod.o LD [M] sound/usb/caiaq/snd-usb-caiaq.ko [ 1028.305038] usbcore: registered new interface driver snd-usb-caiaq [ 1028.324319] hid-generic 0003:17CC:1110.000F: hiddev0,hidraw5: USB HID v1.10 Device [Native Instruments Maschine Mikro] on usb-0000:00:02.1-8/input0 [ 1028.327647] ALSA sound/usb/caiaq/device.c:543 snd_probe entered. [ 1028.327653] ALSA sound/usb/caiaq/device.c:427 create_card entered. [ 1028.327669] ALSA sound/usb/caiaq/device.c:545 create_card returned with (ret=0). [ 1028.327672] ALSA sound/usb/caiaq/device.c:460 init_card entered. [ 1028.327811] snd-usb-caiaq 1-8:1.1: unable to issue an asynchronous transfer request for an endpoint: (ret=-8). [ 1028.327815] ALSA sound/usb/caiaq/device.c:552 init_card returned with (ret=-5). [ 1028.327819] usb 1-8: unable to init card! (ret=-5) [ 1028.327834] snd-usb-caiaq: probe of 1-8:1.1 failed with error -5 Previous HEAD position was ff22a56... feat: maschine mikro device support initial implementation (device.c) HEAD is now at bf1587c... tmp: disable urb submitting bf1587c4fa404a1f91595bea7fe9c95fa0cd533f CC [M] sound/usb/caiaq/device.o LD [M] sound/usb/caiaq/snd-usb-caiaq.o Building modules, stage 2. MODPOST 1 modules CC sound/usb/caiaq/snd-usb-caiaq.mod.o LD [M] sound/usb/caiaq/snd-usb-caiaq.ko [ 1036.997801] usbcore: registered new interface driver snd-usb-caiaq [ 1037.036328] hid-generic 0003:17CC:1110.0010: hiddev0,hidraw5: USB HID v1.10 Device [Native Instruments Maschine Mikro] on usb-0000:00:02.1-8/input0 [ 1037.038454] ALSA sound/usb/caiaq/device.c:543 snd_probe entered. [ 1037.038459] ALSA sound/usb/caiaq/device.c:427 create_card entered. [ 1037.038474] ALSA sound/usb/caiaq/device.c:545 create_card returned with (ret=0). [ 1037.038476] ALSA sound/usb/caiaq/device.c:460 init_card entered. [ 1037.039010] ALSA sound/usb/caiaq/device.c:231 snd_usb_caiaq_send_command entered. [ 1037.039016] snd-usb-caiaq 1-8:1.1: snd_usb_caiaq_send_command: (ret=-8). [ 1037.039019] ALSA sound/usb/caiaq/device.c:552 init_card returned with (ret=-8). [ 1037.039022] usb 1-8: unable to init card! (ret=-8) [ 1037.039037] snd-usb-caiaq: probe of 1-8:1.1 failed with error -8 Previous HEAD position was bf1587c... tmp: disable urb submitting HEAD is now at 4284c1d... tmp: disable snd_usb_caiaq_send_command and wait_event_timeout 4284c1d4fa0da08ef3ec944b17b63a7971e9b82a CC [M] sound/usb/caiaq/device.o LD [M] sound/usb/caiaq/snd-usb-caiaq.o Building modules, stage 2. MODPOST 1 modules CC sound/usb/caiaq/snd-usb-caiaq.mod.o LD [M] sound/usb/caiaq/snd-usb-caiaq.ko [ 1045.664888] usbcore: registered new interface driver snd-usb-caiaq [ 1045.680271] hid-generic 0003:17CC:1110.0011: hiddev0,hidraw5: USB HID v1.10 Device [Native Instruments Maschine Mikro] on usb-0000:00:02.1-8/input0 [ 1045.680384] ALSA sound/usb/caiaq/device.c:543 snd_probe entered. [ 1045.680386] ALSA sound/usb/caiaq/device.c:427 create_card entered. [ 1045.680399] ALSA sound/usb/caiaq/device.c:545 create_card returned with (ret=0). [ 1045.680400] ALSA sound/usb/caiaq/device.c:460 init_card entered. [ 1045.685390] ALSA sound/usb/caiaq/device.c:337 setup_card entered. [ 1045.685397] ALSA sound/usb/caiaq/input.c:617 snd_usb_caiaq_input_init entered. [ 1045.685732] ALSA sound/usb/caiaq/control.c:610 snd_usb_caiaq_control_init entered. [ 1045.685735] ALSA sound/usb/caiaq/device.c:552 init_card returned with (ret=0). Previous HEAD position was 4284c1d... tmp: disable snd_usb_caiaq_send_command and wait_event_timeout HEAD is now at 44bc6bf... feat: maschine mikro control information described (control.c) 44bc6bfe52661be9d4078ad585834d437ce891d3 CC [M] sound/usb/caiaq/control.o LD [M] sound/usb/caiaq/snd-usb-caiaq.o Building modules, stage 2. MODPOST 1 modules CC sound/usb/caiaq/snd-usb-caiaq.mod.o LD [M] sound/usb/caiaq/snd-usb-caiaq.ko [ 1054.375223] usbcore: registered new interface driver snd-usb-caiaq [ 1054.389866] hid-generic 0003:17CC:1110.0012: hiddev0,hidraw5: USB HID v1.10 Device [Native Instruments Maschine Mikro] on usb-0000:00:02.1-8/input0 [ 1054.390003] ALSA sound/usb/caiaq/device.c:543 snd_probe entered. [ 1054.390006] ALSA sound/usb/caiaq/device.c:427 create_card entered. [ 1054.390018] ALSA sound/usb/caiaq/device.c:545 create_card returned with (ret=0). [ 1054.390020] ALSA sound/usb/caiaq/device.c:460 init_card entered. [ 1054.392545] ALSA sound/usb/caiaq/device.c:337 setup_card entered. [ 1054.392550] ALSA sound/usb/caiaq/input.c:617 snd_usb_caiaq_input_init entered. [ 1054.392889] ALSA sound/usb/caiaq/control.c:678 snd_usb_caiaq_control_init entered. [ 1054.392891] ALSA sound/usb/caiaq/control.c:661 add_controls entered. [ 1054.392965] ALSA sound/usb/caiaq/device.c:552 init_card returned with (ret=0). Previous HEAD position was 44bc6bf... feat: maschine mikro control information described (control.c) HEAD is now at 31d6809... tmp: disable urb set interface request 31d680999ba8c7e70d167eccf19adee278a3710c CC [M] sound/usb/caiaq/device.o LD [M] sound/usb/caiaq/snd-usb-caiaq.o Building modules, stage 2. MODPOST 1 modules CC sound/usb/caiaq/snd-usb-caiaq.mod.o LD [M] sound/usb/caiaq/snd-usb-caiaq.ko [ 1063.128942] usbcore: registered new interface driver snd-usb-caiaq [ 1063.169828] hid-generic 0003:17CC:1110.0013: hiddev0,hidraw5: USB HID v1.10 Device [Native Instruments Maschine Mikro] on usb-0000:00:02.1-8/input0 [ 1063.169954] ALSA sound/usb/caiaq/device.c:544 snd_probe entered. [ 1063.169956] ALSA sound/usb/caiaq/device.c:427 create_card entered. [ 1063.169970] ALSA sound/usb/caiaq/device.c:546 create_card returned with (ret=0). [ 1063.169972] ALSA sound/usb/caiaq/device.c:461 init_card entered. [ 1063.172221] ALSA sound/usb/caiaq/device.c:337 setup_card entered. [ 1063.172225] ALSA sound/usb/caiaq/input.c:617 snd_usb_caiaq_input_init entered. [ 1063.179257] ALSA sound/usb/caiaq/control.c:678 snd_usb_caiaq_control_init entered. [ 1063.179263] ALSA sound/usb/caiaq/control.c:661 add_controls entered. [ 1063.179328] ALSA sound/usb/caiaq/device.c:553 init_card returned with (ret=0). Previous HEAD position was 31d6809... tmp: disable urb set interface request HEAD is now at 39196d2... feat: maschine mikro input information described (input.c) 39196d2a6cbfe6346fc1527d8c1fa1c60954c2d1 CC [M] sound/usb/caiaq/input.o LD [M] sound/usb/caiaq/snd-usb-caiaq.o Building modules, stage 2. MODPOST 1 modules CC sound/usb/caiaq/snd-usb-caiaq.mod.o LD [M] sound/usb/caiaq/snd-usb-caiaq.ko [ 1072.159540] usbcore: registered new interface driver snd-usb-caiaq [ 1072.178013] hid-generic 0003:17CC:1110.0014: hiddev0,hidraw5: USB HID v1.10 Device [Native Instruments Maschine Mikro] on usb-0000:00:02.1-8/input0 [ 1072.178131] ALSA sound/usb/caiaq/device.c:544 snd_probe entered. [ 1072.178133] ALSA sound/usb/caiaq/device.c:427 create_card entered. [ 1072.178146] ALSA sound/usb/caiaq/device.c:546 create_card returned with (ret=0). [ 1072.178148] ALSA sound/usb/caiaq/device.c:461 init_card entered. [ 1072.178376] ALSA sound/usb/caiaq/device.c:337 setup_card entered. [ 1072.178379] ALSA sound/usb/caiaq/input.c:621 snd_usb_caiaq_input_init entered. [ 1072.178387] ALSA sound/usb/caiaq/device.c:326 snd_usb_caiaq_set_auto_msg entered. [ 1072.178389] ALSA sound/usb/caiaq/device.c:231 snd_usb_caiaq_send_command entered. [ 1072.178462] input: Maschine Mikro as /devices/pci0000:00/0000:00:02.1/usb1/1-8/input/input21 [ 1072.178646] ALSA sound/usb/caiaq/input.c:559 snd_usb_caiaq_input_open entered. [ 1072.179068] ALSA sound/usb/caiaq/control.c:678 snd_usb_caiaq_control_init entered. [ 1072.179071] ALSA sound/usb/caiaq/control.c:661 add_controls entered. [ 1072.179136] ALSA sound/usb/caiaq/device.c:553 init_card returned with (ret=0). [ 1072.200122] ALSA sound/usb/caiaq/input.c:559 snd_usb_caiaq_input_open entered. [ 1072.225545] ALSA sound/usb/caiaq/input.c:559 snd_usb_caiaq_input_open entered. [ 1072.257399] ALSA sound/usb/caiaq/input.c:559 snd_usb_caiaq_input_open entered. Previous HEAD position was 39196d2... feat: maschine mikro input information described (input.c) HEAD is now at d40b509... debuginfo: dev_err on submit urb error (input.c, device.c) d40b509e088c95da1948f23ac13098c1cdc6ba5f CC [M] sound/usb/caiaq/device.o CC [M] sound/usb/caiaq/input.o LD [M] sound/usb/caiaq/snd-usb-caiaq.o Building modules, stage 2. MODPOST 1 modules CC sound/usb/caiaq/snd-usb-caiaq.mod.o LD [M] sound/usb/caiaq/snd-usb-caiaq.ko [ 1081.980361] usbcore: registered new interface driver snd-usb-caiaq [ 1082.026836] hid-generic 0003:17CC:1110.0015: hiddev0,hidraw5: USB HID v1.10 Device [Native Instruments Maschine Mikro] on usb-0000:00:02.1-8/input0 [ 1082.026965] ALSA sound/usb/caiaq/device.c:544 snd_probe entered. [ 1082.026967] ALSA sound/usb/caiaq/device.c:427 create_card entered. [ 1082.026981] ALSA sound/usb/caiaq/device.c:546 create_card returned with (ret=0). [ 1082.026983] ALSA sound/usb/caiaq/device.c:461 init_card entered. [ 1082.027709] ALSA sound/usb/caiaq/device.c:337 setup_card entered. [ 1082.027712] ALSA sound/usb/caiaq/input.c:625 snd_usb_caiaq_input_init entered. [ 1082.027722] ALSA sound/usb/caiaq/device.c:326 snd_usb_caiaq_set_auto_msg entered. [ 1082.027724] ALSA sound/usb/caiaq/device.c:231 snd_usb_caiaq_send_command entered. [ 1082.027930] input: Maschine Mikro as /devices/pci0000:00/0000:00:02.1/usb1/1-8/input/input22 [ 1082.028066] ALSA sound/usb/caiaq/input.c:560 snd_usb_caiaq_input_open entered. [ 1082.028071] snd-usb-caiaq 1-8:1.1: unable to issue an asynchronous transfer request for an endpoint: (ret=-2). [ 1082.049168] ALSA sound/usb/caiaq/control.c:678 snd_usb_caiaq_control_init entered. [ 1082.049174] ALSA sound/usb/caiaq/control.c:661 add_controls entered. [ 1082.049250] ALSA sound/usb/caiaq/device.c:553 init_card returned with (ret=0). [ 1082.050367] ALSA sound/usb/caiaq/input.c:560 snd_usb_caiaq_input_open entered. [ 1082.050375] snd-usb-caiaq 1-8:1.1: unable to issue an asynchronous transfer request for an endpoint: (ret=-2). [ 1082.080613] ALSA sound/usb/caiaq/input.c:560 snd_usb_caiaq_input_open entered. [ 1082.080622] snd-usb-caiaq 1-8:1.1: unable to issue an asynchronous transfer request for an endpoint: (ret=-2). [ 1082.113379] ALSA sound/usb/caiaq/input.c:560 snd_usb_caiaq_input_open entered. [ 1082.113387] snd-usb-caiaq 1-8:1.1: unable to issue an asynchronous transfer request for an endpoint: (ret=-2). [21198]sypwex@PANDEMIC(Sat Sep 19 00:59:19)/usr/local/src/linux on (detached from d40b509)$