![]() |
Slackware 11 sound problems
What I'm struggling with is to configure my sound at start up. I have to run alsaconf everytime at startup to get my sound up and running. After running alsaconf I went to /etc/modules.conf to see if something happend there and found that alsaconf generated the following
Code:
# --- BEGIN: Generated by ALSACONF, do not edit. ---I went to have a look at /etc/rc.d/rc.modules to see if there weren't perhaps modprobe's that I can include there (for the sound) and found 2 other similar files there, "rc.modules-2.4.33.3" and "rc.modules-2.4.33.3.new" So now I'm not sure if I can just delete these other 2 files. What I also find strange is that Linux completely freezes when I try to log out/reboot/turn off the computer (I have to physically restart the PC). What can cause this? I also noted at startup that it says : Code:
INIT: Entering runlevel: 4where another similar file "inittab.new" was generated. Once again I don't know what to do about this! Can someone help me out here? |
Is it possible that /etc/rc.d/rc.M is not set as executable? Also, try running the script manually and see if there is some syntax problem.
|
I have a feeling that, that might be the problem, because the following commands are in rc.M
Code:
# Load ALSA (sound) defaults: |
you can run
Code:
ls -l <filename>Code:
ls -l forkCode:
-rwxr-xr-x 1 thomas thomas 8462 Nov 2 16:09 forkpost your Code:
ls -l /etc/rc.d/rc.* |
Ok so I run
Code:
ls -l /etc/rc.d/rc.*Quote:
|
Well, for one, read up on "chmod", it is a great tool.
Something like this will work: Code:
chmod a+x /etc/rc.d/rc.MHope this helps. |
Code:
chmod 755 /etc/rc.d/rc.MI have another problem though, when I try to exit/logout/end current session from KDE, linux completely freezes and I have to restart it manually. What can cause this and how do I fix it? |
Quote:
|
Hmmm... well ctrl+alt+del did not kill X when it freezed. I had a look at my xorg.conf and everything seems fine there aswell. Any other suggestions?
|
Quote:
|
Sorry, my bad! It was a typing error, I meant ctrl+alt+backspace , which did not help, X-server still completely hangs. :confused:
|
| All times are GMT -5. The time now is 05:12 AM. |