Page 1 of 1

Line6 UX1 drivers and Audacity!

PostPosted: Jun 20th, '15, 18:56
by ricardoj
Hi there all of you helpful and amazing people!
I am unable to install the line6linux drivers for Mageia. I just switched from Mageia 4 to 5 but have left this problem unattended because I am a beginner when it comes to understanding the terminal. I was able to install subversion through the Mageia Control Center and once I type
Code: Select all
svn co https://line6linux.svn.sourceforge.net/svnroot/line6linux
in terminal I get:
Code: Select all
svn: E175011: Repository moved permanently to 'https://svn.code.sf.net/p/line6linux/code/!svn/vcc/default'; please relocate
so I type:
Code: Select all
svn co https://svn.code.sf.net/p/line6linux/code/!svn/vcc/default
but it returns with
Code: Select all
bash: !svn/vcc/default: event not found
.
What is the next step? I am trying to capture audio from a cassette player into Audacity through the Line 6 UX1's Line in's!

Re: Line6 UX1 drivers and Audacity!

PostPosted: Jun 20th, '15, 19:43
by doktor5000
ricardoj wrote:I type:
Code: Select all
svn co https://svn.code.sf.net/p/line6linux/code/!svn/vcc/default
but it returns with
Code: Select all
bash: !svn/vcc/default: event not found
.
What is the next step?

You need to provide a correct URL to the shell. For the shell, the exclamation mark has special meaning as it is the event character.

Not sure where you got the instructions from, when simply copying the example from
https://sourceforge.net/p/line6linux/code/HEAD/tree/ it just works:

Code: Select all
┌─[doktor5000@Mageia5]─[19:41:37]─[~]
└──╼ svn checkout svn://svn.code.sf.net/p/line6linux/code/ line6linux-code
A    line6linux-code/apps
A    line6linux-code/apps/trunk
A    line6linux-code/apps/trunk/libline6comm
A    line6linux-code/apps/trunk/libline6comm/include
A    line6linux-code/apps/trunk/libline6comm/include/line6comm
A    line6linux-code/apps/trunk/libline6comm/include/line6comm/error.hpp
A    line6linux-code/apps/trunk/libline6comm/include/line6comm/line6comm.h
[snip]
A    line6linux-code/driver/tags/v0.6.5/remove_old_podxtpro_driver.sh
Ausgecheckt, Revision 1085.

Re: Line6 UX1 drivers and Audacity!

PostPosted: Jun 20th, '15, 22:58
by ricardoj
Thank you very much I posted
Code: Select all
svn checkout svn://svn.code.sf.net/p/line6linux/code/ line6linux-code
and got:
Code: Select all
Checked out revision 1085

Is that all that needs to be done?
Thanks again

Re: Line6 UX1 drivers and Audacity!

PostPosted: Jun 21st, '15, 03:14
by doktor5000
ricardoj wrote:Is that all that needs to be done?

To achieve what? To download the sources for the drivers for your line6 ux1? Yes.