|
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.
|