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.
I've recently configured my kernel for the first time and am having strange permissions issues now (audio cdrom, for example). When I was performing the typical steps for configuring and installing the kernel and modules, I occasionally used root when performing make "something" install, even though the instructions I was following never indicated that root user was needed. Is it necessary to be SU to configure and install a kernel?? I assumed so, but what do I know....
Yes, you typically need to be root to install any system-wide software- especially your kernel. If it's just for one user, then you install as a user- if the program allows it(most don't).
It is a single user system. I will try to install the kernel as user, then. It's tiring always having to chmod 777 /dev/cdrom every time I reboot and want to play a CD on xmms, etc.
that's why you normally have a group assigned to the cdrom in /dev/hdb or whichever. I have mine assigned to a "disk" group. And I am a member of that group as a user. I therefore have access.
In typing this, I did notice my typo with the colon in the cdrom group. I'll replace that with a comma and see if it cures the problem. I didn't see an error message in dmesg.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.