A mí me pasaba lo mismo
Tenía que inicializar primero otra interface (una Phonic HB 24 MKII)
y entonces si que la reconocia.
Te explico como lo he hecho yo ( cuesta dinero , unos 100 € para mi . Para tí
algo menos, creo)
El problema está en las tarjetas firewire ( los chipset). Las que funcionan al 100
son las Texas Instruments en primer lugar, despues VIA, luego etc...
La que traia mi Asus G2S era una Ricoh que funcionaba muy bien con
las HelixBoard de Phonic. Así que pense " no habrá problema", pero si que lo
había. Fianalmente he tenido que comprar una Firewire Expresscard para mi Portatíl que
tenga un chiset Texas Instruments. Ahora funciona de maravilla.
En tu caso sería una PCI, que son más baratas que las de los laptops.
De todas maneras tienes que firmwarear el aparato desde un Windows o un Mac
Gracias por tu aportación. De momento lo he devuelto a la tienda, pero creo que voy a recuperarlo. Me parece que un hardware así se lo merece. Así que seguire peleando. Por cierto, es necesario el firmware?
Ya està conmigo otra vez. Mañana empiezo la batalla de nuevo. A ver si ahora lo sé hacer mejor.
Ya se que he tardado en reaparecer
pero quisira saber si has conseguido hacerla funcionar
Ah! se me olvido decirte que no uses la ffadoRC 2.0 (ReleaseCandidate)
sino la version de svn de trunk por que es esta ultima la que tiene
soporte para chips DICE.
Vamos si vas a ffado
sique las instrucciones de instalacion de FFADO svn y las de jack svn
Otra cosa es que raw1394 no se levantara automaticamente
por eso debes cargarlo con /etc/modules o desde las "rules" de udev.
Ahora es la compilación de jack con soporte para ffado el que me da problemillas. Hay que compilarlo en una carpeta temportal y no me deja. Me dice que si no es un jack de ubuntu o debian no funcionarà.
Gracias por tanta ayuda. La compilación ha ido bién, creo. Ahora cuando arranco jack da el siguiente error:
18:54:24.346 Patchbay deactivated.
18:54:24.455 Statistics reset.
18:54:24.591 ALSA connection graph change.
18:54:24.847 ALSA connection change.
18:54:44.025 Startup script...
18:54:44.026 artsshell -q terminate
18:54:44.809 Startup script terminated with exit status=256.
18:54:44.811 JACK is starting...
18:54:44.811 /usr/bin/jackd -R -P70 -p512 -dfirewire -dhw:1,0 -r44100 -p512 -n3 -i8 -o13
18:54:44.816 JACK was started with PID=24037.
--------------------------------------------------------------------------------
WARNING: Your system seems to use frequency scaling.
This can have a serious impact on audio latency. You have two choices:
(1)turn it off, e.g. by chosing the 'performance' governor.
(2)Use the HPET clocksource by passing "-c h" to JACK
(this second option only works on relatively recent computers)
--------------------------------------------------------------------------------
no message buffer overruns
could not open driver .so '/usr/lib64/jack/jack_freebob.so': libfreebob.so.0: cannot open shared object file: No such file or directory
jackd 0.116.2
Copyright 2001-2005 Paul Davis and others.
jackd comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
JACK compiled with System V SHM support.
cannot lock down memory for jackd (Cannot allocate memory)
loading driver ..
JACK: unable to mlock() port buffers: Cannot allocate memory
JACK: unable to mlock() port buffers: Cannot allocate memory
00996783175: (ffado.cpp)[ 92] ffado_streaming_init: libffado 2.999.0-1518 built Mar 11 2009 19:57:11
00996820975: [31mError (ieee1394service.cpp)[ 176] detectNbPorts: Could not get libraw1394 handle.
This usually means:
a) The device-node /dev/raw1394 doesn't exists because you don't have a
(recognized) firewire controller.
b) The modules needed aren't loaded. This is not in the scope of
18:54:45.289 JACK was stopped successfully.
18:54:45.289 Post-shutdown script...
18:54:45.290 killall jackd
ffado but of
your distribution, so if you have a firewire controller that should be
supported and the modules aren't loaded, file a bug with your distributions
bug tracker.
c) You don't have permissions to access /dev/raw1394. 'ls -l /dev/raw1394'
shows the device-node with its permissions, make sure you belong to the
right group and the group is allowed to access the device.
[0mfirewire ERR: Error creating FFADO streaming device
cannot load driver module firewire
no message buffer overruns
jackd: ningún proceso eliminado
18:54:45.715 Post-shutdown script terminated with exit status=256.
18:54:47.334 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info.
He comprobado los permisos y los módulos y el raw1934 està cargado. El terminal dice esto:
fxavier@ubuntu:~$ lsmod | grep 1394
raw1394 32136 0
ohci1394 37172 0
ieee1394 109656 2 raw1394,ohci1394
fxavier@ubuntu:~$ ls -al /dev/raw1394
crw-rw---- 1 root disk 171, 0 2009-03-19 18:38 /dev/raw1394
fxavier@ubuntu:~$ id
uid=1000(fxavier) gid=1000(fxavier) grupos=4(adm),20(dialout),24(cdrom),25(floppy),29(audio),30(dip),44(video),46(plugdev),107(fuse),109(lpadmin),115(admin),1000(fxavier)