View previous topic :: View next topic |
Author |
Message |
danemo Guest
|
Posted: Thu May 23, 2002 3:29 pm Post subject: cmi8738 sound problem |
|
|
i have compiled support for my cmi8738 (asus a7v266e onboard sound) directly into the kernel. following the instructions in the desktop guide i have to do "/usr/sbin/MAKEDEV audio". i get this output:
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
... and so on.
what's wrong? |
|
Back to top |
|
|
craftyc Guru
Joined: 23 May 2002 Posts: 443 Location: Behind You.
|
Posted: Thu May 23, 2002 4:52 pm Post subject: |
|
|
I had the same problem. The user has to be part of the audio group. After that, everything should work. _________________ Postcount ++ |
|
Back to top |
|
|
Guest
|
Posted: Thu May 23, 2002 6:50 pm Post subject: |
|
|
i'm logged in as root, so this shouldn't matter. and i cannot add root to the audio group. |
|
Back to top |
|
|
craftyc Guru
Joined: 23 May 2002 Posts: 443 Location: Behind You.
|
Posted: Thu May 23, 2002 7:01 pm Post subject: |
|
|
Sorry I didn't read your initial post correctly. You have to have the driver compiled as a module. Then add it to the /etc/modules.autoload file.
That should fix it. _________________ Postcount ++ |
|
Back to top |
|
|
c_kuzmanic Guru
Joined: 18 Apr 2002 Posts: 488 Location: Los Angeles , California
|
Posted: Sat May 25, 2002 1:14 am Post subject: |
|
|
craftyc wrote: | Sorry I didn't read your initial post correctly. You have to have the driver compiled as a module. Then add it to the /etc/modules.autoload file.
That should fix it. |
That's exactly right. Had the same prob, fixed it that way too. |
|
Back to top |
|
|
|