[SLUG] making /dev/usbscanner permanent

2002-12-05 Thread Nick Croft
Any ideas on what is needed to make /dev/usbscanner permanent? After a reboot, it seems I need to do sudo mknod /dev/usbscanner c 180 48 sudo chmod 666 /dev/usbscanner each time. Would it be a matter of a startup script, or is there another way. And in a similar area, when I

Re: [SLUG] making /dev/usbscanner permanent

2002-12-05 Thread Peter Hardy
On Fri, 6 Dec 2002 09:54:44 +1100 Nick Croft wrote: Any ideas on what is needed to make /dev/usbscanner permanent? After a reboot, it seems I need to do sudo mknod /dev/usbscanner c 180 48 sudo chmod 666 /dev/usbscanner each time. Sounds like you're running with devfs.

Re: [SLUG] making /dev/usbscanner permanent

2002-12-05 Thread Nick Croft
* Peter Hardy ([EMAIL PROTECTED]) wrote: On Fri, 6 Dec 2002 09:54:44 +1100 Nick Croft wrote: Any ideas on what is needed to make /dev/usbscanner permanent? After a reboot, it seems I need to do [etc] Sounds like you're running with devfs. Does a ps ax show a devfsd process running?