Please ensure Javascript is enabled for purposes of website accessibility Jump to content

LuizMartins

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Registered Products
    2

LuizMartins's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare

Recent Badges

0

Reputation

  1. I will be happy to help. I will send you a email to keep in touch.
  2. Its work man!! Finally!!! I had seen these post before but in my situation, the module was not installed and the insmod command dont work. I lost hours trying to solve and in the end i simply copying manually the .ko files generated by make command (snd-usb-podhd.ko and snd-usb-line6.ko) into /lib/modules/ folder. <_< After that i load the modules with modprobe and works fine. I tested recording and playback with reaper and all works fine! In my case, the erro 11 didn't appear. Thank you so much for this, now i can work with my notebook too :) :) :)
  3. You're Right. I execute the command from correct folder ( /usr/src/linux-source-4.10.0/sound/usb/line6/ ) and now compile without problem, but now i have issue with the instalation. I get this error when i execute make module_install: INSTALL /usr/src/linux-source-4.10.0/sound/usb/line6/snd-usb-podhd.ko At main.c:158: - SSL error:02001002:system library:fopen:No such file or directory: bss_file.c:175 - SSL error:2006D080:BIO routines:BIO_new_file:no such file: bss_file.c:178 sign-file: certs/signing_key.pem: No such file or directory I found in internet, its seems Ubuntu have a signed kernel and i need to generate a ssl certified. I look for this signing_key.pem file, but i didn't found. I trying some tutorials but i cant make it work. Im stuck again :( .
  4. Hi, I get an error in process. Maybe i'm forgot something cause i isn't have much knowlege to do that. So i followed these steps but i get this error when i will compile the modules: luizmartins@luiz-notebook:/usr/src/linux-source-4.10.0$ sudo make -C /lib/modules/$(uname -r)/build M=$(pwd) modules make: Entering directory '/usr/src/linux-headers-4.10.0-32-lowlatency' CC kernel/bounds.s CHK /usr/src/linux-source-4.10.0/include/generated/bounds.h CHK /usr/src/linux-source-4.10.0/include/generated/timeconst.h CC arch/x86/kernel/asm-offsets.s CHK /usr/src/linux-source-4.10.0/include/generated/asm-offsets.h make[1]: *** No rule to make target '/usr/src/linux-source-4.10.0/missing-syscalls', needed by '__build'. Pare. Makefile:1524: recipe for target '_module_/usr/src/linux-source-4.10.0' failed make: *** [_module_/usr/src/linux-source-4.10.0] Error 2 make: Leaving directory '/usr/src/linux-headers-4.10.0-32-lowlatency' I'm use kubuntu and i have the build-essentials and the kernel-headers installed. The kernel source i download from kubuntu ppa. Searching on internet, it's seems a problem with Makefile, but i don't know how to fix this. I'll keep trying to solve this. Please, tell me if you have any idea what's i can do.
  5. Hmoller, My Kernell is 4.10 low latency. It's important update the kernel? Bellow the output of dmesg and lsusb: [ 1104.220447] usb 3-1: new high-speed USB device number 3 using xhci_hcd [ 1105.720486] usb 3-1: new high-speed USB device number 4 using xhci_hcd [ 1105.888840] usb 3-1: config 1 interface 1 altsetting 0 bulk endpoint 0x1 has invalid maxpacket 64 [ 1105.888845] usb 3-1: config 1 interface 1 altsetting 0 bulk endpoint 0x81 has invalid maxpacket 64 [ 1105.889140] usb 3-1: New USB device found, idVendor=0e41, idProduct=4156 [ 1105.889143] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1105.889145] usb 3-1: Product: POD HD [ 1105.889147] usb 3-1: Manufacturer: Line 6 Bus 003 Device 004: ID 0e41:4156 Line6, Inc. POD HD Desktop Couldn't open device, some information will be missing Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 255 Vendor Specific Class bDeviceSubClass 255 Vendor Specific Subclass bDeviceProtocol 255 Vendor Specific Protocol bMaxPacketSize0 64 idVendor 0x0e41 Line6, Inc. idProduct 0x4156 POD HD Desktop bcdDevice 0.00 iManufacturer 1 iProduct 2 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 64 bNumInterfaces 2 bConfigurationValue 1 iConfiguration 0 bmAttributes 0x40 (Missing must-be-set bit!) Self Powered MaxPower 100mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 0 bInterfaceClass 255 Vendor Specific Class bInterfaceSubClass 255 Vendor Specific Subclass bInterfaceProtocol 255 Vendor Specific Protocol iInterface 3 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 1 bNumEndpoints 2 bInterfaceClass 255 Vendor Specific Class bInterfaceSubClass 255 Vendor Specific Subclass bInterfaceProtocol 255 Vendor Specific Protocol iInterface 3 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x002e 1x 46 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x86 EP 6 IN bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x002e 1x 46 bytes bInterval 1 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 255 Vendor Specific Class bInterfaceSubClass 255 Vendor Specific Subclass bInterfaceProtocol 255 Vendor Specific Protocol iInterface 4 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x01 EP 1 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 1 Thanks again for this help!
  6. Hi Hmoller, Thank so much!!! I have a POD HD desktop and every time I'm dreaming with this solution. From time to time I search in internet to find anyone has a solution for that. Please let me know if you finish that guide. I wanna try to see if its will work with my POD. Regards,
×
×
  • Create New...