Page 4 of 4 FirstFirst ... 234
Results 31 to 32 of 32

Thread: HOW TO: Get Line6 Guitar Port to work!

  1. #31
    Join Date
    Apr 2012
    Beans
    7,256

    Re: HOW TO: Get Line6 Guitar Port to work!

    For the record, I think we figured out in your other thread that in order to build the driver you need to do the following

    1. temporarily link /bin/sh to bash to make the ./set_revision.sh error go away

    Code:
    sudo ln -sf bash /bin/sh
    2. newer kernels need an additional include file to supply the THIS_MODULE definition - see http://blog.gmane.org/gmane.comp.audio.line6linux.user/month=20120301 for example; so add
    Code:
    #include <linux/export.h>
    at the top of the line6linux/driver/trunk/audio.c file (I put it ahead of the other includes, right above sound/core.h)

    However it seems you could not get the device to respond even with the new driver installed

  2. #32
    Join Date
    Dec 2012
    Beans
    2

    Question Re: HOW TO: Get Line6 Guitar Port to work!

    Did anyone manage to fix this because I consider buying one Line 6 Pod Studio UX1 with Pod Farm 2

Page 4 of 4 FirstFirst ... 234

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •