DebianThis forum is for the discussion of Debian Linux.
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.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
i just updated my kernel from 2.4.26-1-386 to 2.4.26-1-k7 using "apt-get install kernel-image-2.4.26-1-k7" (i'm using an AMD Athlon system). upon booting the new kernel, i can't get sound to work. i am using OSS as the sound system (it worked perfectly) with the old *-386 kernel. i can boot to the old kernel and still have sound, but not with the new *-k7 kernel.
i did an "lsmod" to make sure my sound driver is loaded. "via82cxxx" is in there (on-board sound), so the sound driver is being loaded.
i may just jump off the 2.4 bandwagon and install 2.6.7-1-k7 along with alsa and go from there. but i want to see if there is something simple i'm missing here first. thanks.
i checked out "/etc/group" and my user account had somehow been removed from audio, cdrom, video, etc. i dunno how that happened...if it was during the new kernel install or what? another user account that i rarely use was left untouched. all i had to do to get sound and standard functionality back was
Code:
su -c "usermod -G audio,video,cdrom,floppy <username>"
are there any groups that i left out here that most people put their default user account in? thanks again.
Originally posted by zero79 ok, i found the error in my ways.
i checked out "/etc/group" and my user account had somehow been removed from audio, cdrom, video, etc. i dunno how that happened...if it was during the new kernel install or what? another user account that i rarely use was left untouched. all i had to do to get sound and standard functionality back was
Code:
su -c "usermod -G audio,video,cdrom,floppy <username>"
are there any groups that i left out here that most people put their default user account in? thanks again.
If you want to compile kernels and use fakeroot instead of compiling the bad way as root then add your user to the src group and you may want lp if you have a printer here is what I have I did not have to add the adm, lp, dailout, or dip they were there when I installed a couple of years ago.
Code:
>$ groups
stephen adm lp dialout cdrom floppy audio dip src video
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.