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.
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.
My name is mike, I'm and old goat, I'm new to Linux, and I'm posting this because it was suggested I do so.
I've not yet viewed FAQs, but I will do that immediately after posting this. If I am unable to locate a cause/reason for my difficulty, I'll be back with a proper question.
Just for the record, speakers are on and connected, and volume is up.
There's no thing as Linux 17. (The Linux kernel is at version 4 or something.) You are probably referring to an Ubuntu version number?
The steps might differ depending on which exact software you have installed. A good starting point for configuration problems are the Arch Linux wiki at http://wiki.archlinux.org/ and the Ubuntu Documentation project at https://help.ubuntu.com/ (But like I said the installed software might differ from what they assume you have.)
You likely want to get sound via software named ALSA.
The most likely defect is that the volume is turned down via software. See if you can find a "mixer" to adjust the sound levels. Report back.
Thanks for the feedback. To be more precise, what I downloaded is Linux Rafael Mate, 17.2, 32 bit. I will look for the software named "ALSA" and try that.
This computer was running XP this morning, and the sound worked. Too, sound works in the new computer I replaced this machine with, and that computer runs Windows 8.1.
This was an impulse decision to download Linux in this old machine. I have certainly heard of Linux, and always been curious, and putting it on this machine seemed like a good choice to try Linux, and to make sure everything was erased from the original setup.
From what I've seen thus far, I really like Linux, but I do want sound.
Thanks for the feedback. To be more precise, what I downloaded is Linux Rafael Mate, 17.2, 32 bit. I will look for the software named "ALSA" and try that.
This computer was running XP this morning, and the sound worked. Too, sound works in the new computer I replaced this machine with, and that computer runs Windows 8.1.
This was an impulse decision to download Linux in this old machine. I have certainly heard of Linux, and always been curious, and putting it on this machine seemed like a good choice to try Linux, and to make sure everything was erased from the original setup.
From what I've seen thus far, I really like Linux, but I do want sound.
Thanks again,
mike
Welcome to Linux Questions!
I'm not familiar with the distro that you have installed but I have a fix for alsamixer.
That is provided alsamixer is the sound driver for your distro.
Open a command-line terminal and type alsamixer.
Use the arrow keys to go to each column and raise up the volume on each.
If you see a double m like this, mm that means that it's muted.
Type an m one time and that will unmute each column.
After you have raised the volume on each column and umuted each one exit the alsamixer by pressing the ESC key and see if you have sound.
Linux is just the kernel of the Operating System. The software that provides management to the hardware resources. In Microsoft Windows it would be an executable named ntoskrnl.exe
It appears you have downloaded and installed a version of a distribution named Mint. A distribution is a collection of software packages and a kernel bundle together in a specific arrangement to provide a user experience. The Mint distribution version you downloaded is code named Rafaela and you got the MATE desktop environment.
For Linux Mint almost everything from the Ubuntu help pages should apply. The Arch Linux wiki does provide some step-by-step troubleshooting for some cases, though.
I have run into an issue with a hidden volume control, that I eventually solved with
Code:
amixer set 'PCM',0 100
If setting the software volume knobs doesn't work, it will be very helpful to determine the exact model of your soundcard.
Thanks to both. I managed to get sound through the left speaker---have no idea what I did to cause that---but not the right. I'm going to shut down, and reconnect the new computer just to ensure that the right speaker still works. I feel sure it does, but I need to check.
@mksthl:
there's some hidden settings in alsamixer that allow you to adjust volume channels seperately (i.e. left and right) - maybe you accidentally hit that. has happened to me as few times, and i always find it unintuitive and difficult to find my way out of.
if you can do screenshots, it would help to show us your current mixer settings.
it would also help if you always remember & describe steps you have taken (whether they succeeded or not) in as much detail as possible.
some additional info about your setup is also required (have we established the fact that you're using linux mint?).
please read the first link in my signature.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.