Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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. ---
# --- ALSACONF version 1.0.11 ---
alias char-major-116 snd
alias char-major-14 soundcore
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
# --- END: Generated by ALSACONF, do not edit. ---
For some reason I have another file there "modules.conf.new" but that doesn't have that above code in. So don't know if it's running this new script instead, and I don't want to delete it, as I'm not sure what the effect will be.
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 haven't edited that file, but I have changed the default runlevel in /etc/inittab
where another similar file "inittab.new" was generated. Once again I don't know what to do about this!
I 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?
I 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?
It's probably not Linux freezing, but probably X. Try doing a ctrl-alt-backspace and see if that kills X when it freezes. If that works, check your xorg config and make sure everything is setup right, matches video card, mouse, keyboard, etc.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.