On Fri, Nov 22, 2002 at 01:29:32PM -0800, Bill wrote:
> 
> Insmod ieee1394, insmod ohci 1394 and insmod raw 1394 show "Using 
> /lib/modules/2.4.19-16mdk/kernel/drivers/ieee1394/ieee1394.0.gz

If I'm not mistaken, "modprobe" is encouraged over insmod.

> There is no raw1394,1394 or firewire in /dev.
> 
> I have read docs at http://www.linux1394.org/ and searched Google for 
> "linux firewire" and it appears that I need to create /dev/raw1394, but 
> when I (as root) cd to /dev and try "make dev raw1394 I get the message "No 
> rule to make target '/dev/raw1394'.Stop."

That's probably MAKEDEV or makedev (one word) not "make dev ..."
i.e.
        cd /dev/
        ./MAKEDEV raw1394

Matt

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to