Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
# alsactl restore 0
(if it doesn't for some reason)
There's several mixer applications and your distro might not default to alsa if another is present with saved values. Like aumix. AFAIK, the results are saved to /etc/asound.state. So if you want it to default to another mixer, you might just have to delete that file. Or however your distro / your system is setup.
Some devices are wired that when you plug in the headphones, the speakers no longer output sound. Some are not and each is their own thing and otherwise always on at whatever levels you've set. So what behavior, or lack there of are you expecting. And what specific hardware is in question(soundcard).
ok i unnderstand what you are saying however im unsure how to awnser it i now have sound that is audible and im happy with it however when i plug in my headphones into the jack (laptop) it iget no sound from them it stil sends it to the speakers
Some laptops have an extra headphone only channel. Dells are known for this. And this mixer setting may only be available in alsamixer. F1 for help, but mostly cursor keys, "M" for mute/unmute, and ESC to exit.
$ cat /proc/asound/cards
$ amixer
Those should give you/us more detail on what / where / when / who done it. Either pipe it to a file " > file.txt" or " 2>&1 file.txt" or use tee to read and pipe " | tee file.txt". Or just read it as is. Shift+PgUp scrolls up in a term / console / cli / jargon of the week.
ok i used those tocommands and this is what i recieved for output I am to much of a newbie to us much of this information
o and it a Toshiba satellite a135
[nemesis@nemesis-laptop ~]$ alsamoxer -c0
bash: alsamoxer: command not found
[nemesis@nemesis-laptop ~]$ alsamixer -c0
[nemesis@nemesis-laptop ~]$ cat /proc/asound/cards
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xdc440000 irq 22
[nemesis@nemesis-laptop ~]$ amixer
Simple mixer control 'Master',0
Capabilities: pvolume pswitch pswitch-joined
Playback channels: Front Left - Front Right
Limits: Playback 0 - 65536
Mono:
Front Left: Playback 65536 [100%] [on]
Front Right: Playback 65536 [100%] [on]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch cswitch-joined
Capture channels: Front Left - Front Right
Limits: Capture 0 - 65536
Front Left: Capture 65536 [100%] [on]
Front Right: Capture 65536 [100%] [on]
[nemesis@nemesis-laptop ~]$
Last edited by Nemesissparadise; 10-09-2009 at 01:08 PM.
Reason: name laptop
[nemesis@nemesis-laptop ~]$ alsamoxer -c0
bash: alsamoxer: command not found
That could be a problem. It appears that you don' have a portion of alsa installed. Or access to that portion. Is the user in the sound group? Did you install alsa-utils and/or alsa-tools? Your distro might have put them in separate packages.
Quote:
Originally Posted by Nemesissparadise
0 [Intel ]: HDA-Intel - HDA Intel
That's a common card. Although drivers for it are still a bit beta IMO. Or at least was a year or more back. I've got a different card so I haven't really used that one much. In either case, you appear to not have everything that you need installed on your system.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.