On Tue, Dec 25, 2001 at 06:44:26PM +0100, [EMAIL PROTECTED] wrote: > With ls -l /dev/sequencer I get this output: > > crwx------ 1 shang root 14 ... > > How can I find the major/minor device number?
Hmmm...are you sure it's not more like: crw------- 1 bin sys 14, 1 Apr 17 1999 /dev/sequencer That's the output from my (heavily modified) RH 6.2 system. The first number (14) is the major device number; the second number (1) the minor. I suspect you assumed it wasn't relevant, and it's really there. In that case, make sure the application that's trying to use the device has permissions--I note yours is owned by 'shang', with no permissions to any group or other user. Unless it's running as 'root', or under your user ID, nothing else can touch it. Cheers, -- Dave Ihnat [EMAIL PROTECTED] _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list