Re: [newbie] Create device at boot SOLVED

2004-12-11 Thread Peter Watson
On Friday 10 Dec 2004 23:17, [EMAIL PROTECTED] wrote: On Friday 10 Dec 2004 21:33, Fajar Priyanto wrote: On Friday 10 December 2004 09:53 pm, Peter Watson wrote: Thanks for the responses guys. However I have stumbled across the answer to my problem. In /etc/rc.d/rc.local mknod -m 666

[newbie] Create device at boot

2004-12-10 Thread Peter Watson
I need a device /dev/raw1394 to access my firewire video camera, but it does not exist After some research I have found that issuing the following command in a root terminal creates the device and that it works. mknod -m 666 /dev/raw1394 c 171 0 Now I would like the device to be created

Re: [newbie] Create device at boot

2004-12-10 Thread Fajar Priyanto
On Friday 10 December 2004 09:53 pm, Peter Watson wrote: I need a device /dev/raw1394 to access my firewire video camera, but it does not exist After some research I have found that issuing the following command in a root terminal creates the device and that it works. mknod -m 666

Re: [newbie] Create device at boot

2004-12-10 Thread Peter Watson
On Friday 10 Dec 2004 21:33, Fajar Priyanto wrote: On Friday 10 December 2004 09:53 pm, Peter Watson wrote: I need a device /dev/raw1394 to access my firewire video camera, but it does not exist After some research I have found that issuing the following command in a root terminal

Re: [newbie] Create device at boot

2004-12-10 Thread mikkel
On Friday 10 Dec 2004 21:33, Fajar Priyanto wrote: On Friday 10 December 2004 09:53 pm, Peter Watson wrote: I need a device /dev/raw1394 to access my firewire video camera, but it does not exist After some research I have found that issuing the following command in a root terminal