On Tuesday 25 December 2001 19:09, you wrote: > 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,
Hello, I know now what's the problem. With "ls -l /dev/sequencer" I get crw------- 1 shang root 14, 1 Mar 24 2001 /dev/sequencer. After changing the permission as root and as user "shang"( so that with "ls -l /dev/sequencer" it looks like crwx------ 1 shang root 14, 1 Mar 24 2001 /dev/sequencer ) I logged out and logged in. But to my dissapointment it is still crw------- 1 shang root 14, 1 Mar 24 2001 /dev/sequencer. I can't save it! How can I solve it? Thank you. _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list