[PlanetCCRMA] Firewire Audio Interface on F14 & qjackctl

Fernando Lopez-Lezcano nando at ccrma.Stanford.EDU
Sun Feb 13 12:28:51 PST 2011


On 02/12/2011 06:44 PM, Bruno Ruviaro wrote:
> Thanks for the reply, Nando.
> I changed the kernel now.
> The 1394 stuff shows this result now:
>
> [root at btr ruviaro]# /sbin/modprobe raw1394
> [root at btr ruviaro]# ls -al /dev/*1394*
> crw-------. 1 root root 171, 32 Feb 12 18:18 /dev/dv1394-0
> crw-------. 1 root root 171,  0 Feb 12 18:18 /dev/raw1394

Well, there's permissions to take care of, the devices are readable only 
by root.

Before fc14 jack I used to have this in its package:

----
# cat /etc/udev/rules.d/99-firewire.rules
# IEEE1394 (firewire) devices
# Please note that raw1394 gives unrestricted, raw access to every single
# device on the bus and those devices may do anything as root on your 
system.
KERNEL=="raw1394",                      MODE="0666"
KERNEL=="dv1394*",                      MODE="0666"
KERNEL=="video1394*",                   MODE="0666"
----

Could you add that file and try again? (watch out for mailer line 
wraparound issues when copying, comments starting with # are in one line)

-- Fernando



More information about the PlanetCCRMA mailing list