View previous topic :: View next topic |
Author |
Message |
Xptos n00b
Joined: 29 May 2002 Posts: 53 Location: Japan
|
Posted: Mon Jun 17, 2002 1:30 pm Post subject: Devil in Details |
|
|
1. Every time I boot, I have to chmod 777 on /dev/dsp for a non-root user to make sound. Any ideas for making it stick between boots?
2. Mount is only avalible for root. A nonroot user cannot mount cdrom.
3. Volume in KDE is very low. Is there a way to adjust volumes and save the levels between boots?
4. When I su, roots path is not working...I have to type /sbin/shutdown vice shutdown. Any way to get the path thingy to work?
thanks |
|
Back to top |
|
|
delta407 Bodhisattva
Joined: 23 Apr 2002 Posts: 2876 Location: Chicago, IL
|
Posted: Mon Jun 17, 2002 1:33 pm Post subject: |
|
|
1. Edit the permissions in /etc/devfsd.conf, or add the target user to the audio group.
2. Make sure /bin/mount is in your path and has the right permissions
3. Use kmix and "Save current volumes as default"
4. Try "su -" instead. |
|
Back to top |
|
|
delta407 Bodhisattva
Joined: 23 Apr 2002 Posts: 2876 Location: Chicago, IL
|
Posted: Mon Jun 17, 2002 1:33 pm Post subject: |
|
|
Oh:
2. Double check that /dev/cdrom has the "user" option set in /etc/fstab |
|
Back to top |
|
|
Xptos n00b
Joined: 29 May 2002 Posts: 53 Location: Japan
|
Posted: Mon Jun 17, 2002 2:49 pm Post subject: user? |
|
|
User option is /stc/fstab? I'm a little lost. |
|
Back to top |
|
|
delta407 Bodhisattva
Joined: 23 Apr 2002 Posts: 2876 Location: Chicago, IL
|
Posted: Mon Jun 17, 2002 3:01 pm Post subject: |
|
|
Like this:
Code: |
# <fs> <mountpoint> <type> <opts> <dump/pass>
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro,user 0 0
|
Options for /dev/cdroms/cdrom0 are noauto (don't mount on boot), ro (read-only), and user (let users mount and unmount if they mounted it). |
|
Back to top |
|
|
|