LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   makedev (https://www.linuxquestions.org/questions/linux-software-2/makedev-39698/)

watashiwaotaku7 12-29-2002 04:24 PM

makedev
 
i did a winecheck and it tells me that my one problem is the lack of /dev/sequencer

024. Checking MIDI sequencer device /dev/sequencer... BAD (/dev/sequencer does not exist).
- ADVICE: use MAKEDEV script to create it.


ive tried using the command makedev but the konsole sez there is no such thing, what is it telling me to do?

-thanks

DavidPhillips 12-29-2002 05:26 PM

this should work

mknod /dev/sequencer c 14 1

watashiwaotaku7 12-29-2002 05:47 PM

ok it worked...but it its only accesible to root what commands do i use in chmod to make this work? i looked it up in the man pages but i couldnt figure out how to use chmod to change the permissions for a different user...

-thanks

DavidPhillips 12-29-2002 06:11 PM

mine is rw-rw--w-

that would be

chmod 662 /dev/sequencer

if that doesn't work try 666

watashiwaotaku7 12-29-2002 06:21 PM

ok thanks for that...but now theres more to the problem

024. Checking MIDI sequencer device /dev/sequencer... BAD (no kernel driver for /dev/sequenceror used by other program?).
- ADVICE: module loading problems ? Read /usr/src/linux/Documentation/modules.txt.



what do i do for this?

DavidPhillips 12-29-2002 06:47 PM

I don't know try this


modprobe v_midi

Aussie 12-30-2002 12:00 AM

The MAKEDEV script in in /dev and you have to run it there, so "cd /dev" followed by "./MAKEDEV audio" should do the trick, then check the permissions on all the created devices. Note that the MAKEDEV script is UPPERCASE, and that linux is case sensitive so "./makedev audio" will not work.


All times are GMT -5. The time now is 06:29 AM.