S. Josey kirjoitti: > firewire ERR: Error creating FFADO streaming device > cannot load driver module firewire
> 1. I have /dev/raw1394 > sje...@ubuntu-studio:~$ ls -al /dev/raw1394 > crw-rw---- 1 root video 171, 0 2009-08-16 13:54 /dev/raw1394 I tested yesterday Karmic Alpha 4 with Delta 66 and Echo AudioFire 4, both works as with Jaunty and Hardy before. Here is my post about Karmic Alpha 4: https://lists.ubuntu.com/archives/ubuntu-studio-devel/2009-August/001843.html And here are my notes about building ffado library in Hardy: http://wiki.ubuntu-fi.org/Ubuntu_Studio#head-fac2b5944e332a1dc7f13c9974fdaa67446d23b9 ----- Maybe it is just your /dev/raw1394, I use mod 777. I did this for Karmic Alpha 4. Here is general howto: https://help.ubuntu.com/community/RcLocalHowto stu...@ubuntu-studio:~$ sudo nano /etc/init.d/raw1394 stu...@ubuntu-studio:~$ sudo chmod +x /etc/init.d/raw1394 stu...@ubuntu-studio:~$ sudo update-rc.d raw1394 defaults 80 update-rc.d: warning: /etc/init.d/raw1394 missing LSB information update-rc.d: see <http://wiki.debian.org/LSBInitScripts> Adding system startup for /etc/init.d/raw1394 ... /etc/rc0.d/K80raw1394 -> ../init.d/raw1394 /etc/rc1.d/K80raw1394 -> ../init.d/raw1394 /etc/rc6.d/K80raw1394 -> ../init.d/raw1394 /etc/rc2.d/S80raw1394 -> ../init.d/raw1394 /etc/rc3.d/S80raw1394 -> ../init.d/raw1394 /etc/rc4.d/S80raw1394 -> ../init.d/raw1394 /etc/rc5.d/S80raw1394 -> ../init.d/raw1394 stu...@ubuntu-studio:~$ cat /etc/init.d/raw1394 #!/bin/sh chmod 777 /dev/raw1394 ----- Best Regards Asmo Koskinen. -- Ubuntu-Studio-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
