View previous topic :: View next topic |
Author |
Message |
Utoxin Guru
Joined: 19 Apr 2002 Posts: 413 Location: American Fork, UT
|
Posted: Sat Apr 20, 2002 12:13 am Post subject: MAKEDEV audio fails |
|
|
I'm trying to set up my kernel sound drivers, and when I run MAKEDEV audio, I get the following output.
Code: |
bash-2.05a# /usr/sbin/MAKEDEV audio
mv: cannot move `mixer-' to `mixer': Operation not permitted
mv: cannot move `sequencer-' to `sequencer': Operation not permitted
mv: cannot move `midi00-' to `midi00': Operation not permitted
mv: cannot move `dsp-' to `dsp': Operation not permitted
mv: cannot move `audio-' to `audio': Operation not permitted
mv: cannot move `sndstat-' to `sndstat': Operation not permitted
mv: cannot move `mixer1-' to `mixer1': Operation not permitted
mv: cannot move `midi01-' to `midi01': Operation not permitted
mv: cannot move `dsp1-' to `dsp1': Operation not permitted
mv: cannot move `audio1-' to `audio1': Operation not permitted
mv: cannot move `midi02-' to `midi02': Operation not permitted
mv: cannot move `midi03-' to `midi03': Operation not permitted
mv: cannot move `mpu401data-' to `mpu401data': Operation not permitted
mv: cannot move `mpu401stat-' to `mpu401stat': Operation not permitted
mv: cannot move `midi0-' to `midi0': Operation not permitted
mv: cannot move `rmidi0-' to `rmidi0': Operation not permitted
mv: cannot move `smtpe0-' to `smtpe0': Operation not permitted
mv: cannot move `midi1-' to `midi1': Operation not permitted
mv: cannot move `rmidi1-' to `rmidi1': Operation not permitted
mv: cannot move `smtpe1-' to `smtpe1': Operation not permitted
mv: cannot move `midi2-' to `midi2': Operation not permitted
mv: cannot move `rmidi2-' to `rmidi2': Operation not permitted
mv: cannot move `smtpe2-' to `smtpe2': Operation not permitted
mv: cannot move `midi3-' to `midi3': Operation not permitted
mv: cannot move `rmidi3-' to `rmidi3': Operation not permitted
|
|
|
Back to top |
|
|
fghellar Bodhisattva
Joined: 10 Apr 2002 Posts: 856 Location: Porto Alegre, BR
|
|
Back to top |
|
|
Utoxin Guru
Joined: 19 Apr 2002 Posts: 413 Location: American Fork, UT
|
Posted: Sat Apr 20, 2002 12:32 am Post subject: |
|
|
Nope. That's not my problem. I'm definately root, and definately in the right directory. |
|
Back to top |
|
|
Nitro Bodhisattva
Joined: 08 Apr 2002 Posts: 661 Location: San Francisco
|
Posted: Sat Apr 20, 2002 1:40 am Post subject: |
|
|
You're not using devfs right? If you are using devfs, then you don't need to manually create the devices, they will be created upon loading the module(s). _________________ - Kyle Manna
Please, please SEARCH before posting.
There are three kinds of people in the world: those who can count, and those who can't. |
|
Back to top |
|
|
Utoxin Guru
Joined: 19 Apr 2002 Posts: 413 Location: American Fork, UT
|
Posted: Sat Apr 20, 2002 1:56 am Post subject: |
|
|
*baps the docs then* The Desktop Setup guide didn't mention that. Thanks. |
|
Back to top |
|
|
smileypete n00b
Joined: 20 Apr 2002 Posts: 7 Location: houston
|
Posted: Wed Apr 24, 2002 3:55 am Post subject: hmm...mine still doesn't work |
|
|
I'm running devfsd. I have 2 devices that were created in the /dev/sound folder.
/dev/sound/dsp
/dev/sound/mixer
Catting a wav file to dsp does not work at all, it doesn't even give the prompt back
after I do it. I also tried the play command from the sox package and got the same
results.
And why is dsp in /dev/sound instead of /dev ??
Any other suggestions?
pete |
|
Back to top |
|
|
edis n00b
Joined: 18 Apr 2002 Posts: 5 Location: Lithuania
|
Posted: Wed Apr 24, 2002 9:39 am Post subject: |
|
|
You can make a link in /dev:
ln -s /dev/sound/dsp /dev/dsp
and, did you add your user to 'audio' group? _________________ Edvinas |
|
Back to top |
|
|
rukhoven n00b
Joined: 18 Apr 2002 Posts: 54 Location: The flat lands of nether elevation
|
Posted: Wed Apr 24, 2002 11:45 am Post subject: |
|
|
Utoxin wrote: | *baps the docs then* The Desktop Setup guide didn't mention that. Thanks. |
It says in the desktop guide that I printed 14 days ago:
Code Listing 25: non-devfs users only (!!!!!!!!!!!!!!!!!)
# cd /dev/
# /usr/sbin/MAKEDEV audio
Can't imagine it wasn't in your docs..... javascript:emoticon(%27%3AD%27) _________________ *****************************
AMDXp 2000 per sis745 con 60 GB HD
......Is what I'd like to have....... |
|
Back to top |
|
|
|