Sonido en Ubuntu (III)
NOTA: esta entrada la he dejado en el foro también, pero aquí se visualiza mucho mejor.Valencia, 21/01/2010, G.B.
Tengo una tarjeta de sonido externa de Line6, en concreto una TonePort UX1, y con Ubuntu no me funciona ni de casualidad. Pensaba que no existían drivers para ella, pero me acabo de encontrar esta página: http://www.tanzband-scream.at/line6/ Hablan de un driver experimental para los productos de sonido con interfaz USB de Line6, como mi tarjeta de sonido.
Estas son las instrucciones de instalación: http://www.tanzband-scream.at/…..e6/INSTALL
Aquí está la documentación sobre el driver de Line6 en formato .pdf: http://www.tanzband-scream.at/…..erdocs.pdf
Este es el enlace al código fuente: http://www.tanzband-scream.at/…..;1.tar.bz2 y a los binarios: http://www.tanzband-scream.at/…..aries.html
Dejo también otro enlace a una grabación de prueba realizada con Line6 y Ubuntu por el grupo Scream: http://www.tanzband-scream.at/…..e_Mill.mp3
Instalación del código fuente:
Source installation ------------------- If you are not familiar with RPM or prefer manual compilation, you can use the following procedure. Unpack the archive, change to the newly created directory, and compile/install the driver: tar xjf line6usb-0.8.1.tar.bz2 cd line6usb-0.8.1 make install This will compile the driver and install it in the module directory, so the driver should be loaded automatically as soon as the Line6 device is connected. If it doesn't, you can load it manually with modprobe line6usb You need root privileges to install and manually load the driver. re. Unpack the archive, change to the newly created directory, and compile/install the driver: tar xjf line6usb-0.8.1.tar.bz2 cd line6usb-0.8.1 make install
Voy a investigar al respecto… La instalación me da error!:
root@UBUNTU:/home/guillermo/line6usb-0.8.1# make install ./set_revision.sh make -f Makefile -C /lib/modules/2.6.31-17-generic/build CONFIG_LINE6_USB=m SUBDIRS=/home/guillermo/line6usb-0.8.1 modules make[1]: se ingresa al directorio `/usr/src/linux-headers-2.6.31-17-generic' CC [M] /home/guillermo/line6usb-0.8.1/audio.o /home/guillermo/line6usb-0.8.1/audio.c: In function ‘line6_init_audio’: /home/guillermo/line6usb-0.8.1/audio.c:31: error: implicit declaration of function ‘snd_card_new’ /home/guillermo/line6usb-0.8.1/audio.c:31: warning: assignment makes pointer from integer without a cast make[2]: *** [/home/guillermo/line6usb-0.8.1/audio.o] Error 1 make[1]: *** [_module_/home/guillermo/line6usb-0.8.1] Error 2 make[1]: se sale del directorio `/usr/src/linux-headers-2.6.31-17-generic' make: *** [default] Error 2 root@UBUNTU:/home/guillermo/line6usb-0.8.1#
Reconocer la tarjeta me la reconoce, pero no consigo sacarle el sonido. Maldita sea! Seguiré intentándolo.
Página oficial de Line6: http://line6.com/
Posts relacionados:
Tags (etiquetas): drivers ubuntu line6, drivers ubuntu tarjetas sonido usb, drivers ubuntu toneport ux, line6 linux usb driver, sonido Ubuntu




Dejo unos enlaces para tener en cuenta:
- http://ubuntuforums.org/showthread.php?t=1197722
- http://www.alsa-project.org/main/index.php/Matrix:Main
Prueba instalando el driver desde subversion. En una terminal escribe lo siguiente:
-sudo apt-get install subversion
-svn co https://line6linux.svn.sourceforge.net/svnroot/line6linux/driver/trunk line6usb
El segundo comando tarda un poco en dar respuesta pero funciona, cuando termine la ejecución ya podrás configurar la tarjeta desde el administrado de sonido
Muchas gracias, Agarajag. Lo haré, en cuanto encuentre un hueco: últimamente tengo muy olvidado el tema de la música con Ubuntu, pero mi intención es volver. Comentaré.
Un saludo
hola podiste instalar el driver de la tarjeta tio ¿
yo intente por la pagina esa que dice Agarajag.
y me sale bien todo los pasos pero cuendo reinicio el ordenador no me sale el driver como instalado y SONIDO….
como lo hiciste ?