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.
When I plug in my headphones, nothing happens at all, and when I listen to some music, and deside to mute it with the FN + key buttons, nothing happens. I've tried some programs, but I can never seem to raise nor lower the volume like when you want to adjust the master volume or something like that.
All I know is that I have Realtek ALC888 driver. PLEASE help me :P
These are probably the XFree86 key symbols you are interested in.
Code:
egrep '(Volume|Mute)' XF86keysym.h
#define XF86XK_AudioLowerVolume 0x1008FF11 /* Volume control down */
#define XF86XK_AudioMute 0x1008FF12 /* Mute sound from the system */
#define XF86XK_AudioRaiseVolume 0x1008FF13 /* Volume control up */
Run the `xev' program to determine the keycode for your Mute, Volume Up, and Volume Down keys.
Code:
KeyRelease event, serial 34, synthetic NO, window 0x3c00001,
root 0x65, subw 0x0, time 7945382, (122,65), root:(127,605),
state 0x0, keycode 174 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
Then create a file in your home directory. I use ~/.Xmodmap
Replace the XF86XK_ with XF86, from the keysym definitions, for the right hand side value. Use the values you learn from using xev for the keycodes.
Now run xmodmap ~/.Xmodmap. If these keys still don't have an effect, make sure you have a mixer running, such as kmix if you are using KDE.
---
Two things I will do to try to fix various sound problems is running "alsaconf" as root, and then my distro's sound configuration tool. After updating a kernel, alsa may be muted, and you may need to run "alsamixer" to unmute the sound.
When I plug in my headphones, nothing happens at all, and when I listen to some music, and deside to mute it with the FN + key buttons, nothing happens. I've tried some programs, but I can never seem to raise nor lower the volume like when you want to adjust the master volume or something like that.
All I know is that I have Realtek ALC888 driver. PLEASE help me :P
You have left out a crucial bit of information -- what kind of headphones? If they are analog headphones with a tip jack, they should have automatically cut off your system's speakers and taken over. But if they are USB headphones, that's a different problem with a different solution.
kk, first off all don'T know what distro means ^^
and I got jack plugin, ipod headphones
I can'T hear anything at all, not system nor music sounds.
I have a Acer Aspire 6530G
and I got no control of the computer speakers with the fn buttons
this is what I meant in the first post =)
Quote:
Originally Posted by jschiwal
These are probably the XFree86 key symbols you are interested in.
Code:
egrep '(Volume|Mute)' XF86keysym.h
#define XF86XK_AudioLowerVolume 0x1008FF11 /* Volume control down */
#define XF86XK_AudioMute 0x1008FF12 /* Mute sound from the system */
#define XF86XK_AudioRaiseVolume 0x1008FF13 /* Volume control up */
Run the `xev' program to determine the keycode for your Mute, Volume Up, and Volume Down keys.
Code:
KeyRelease event, serial 34, synthetic NO, window 0x3c00001,
root 0x65, subw 0x0, time 7945382, (122,65), root:(127,605),
state 0x0, keycode 174 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
Then create a file in your home directory. I use ~/.Xmodmap
Replace the XF86XK_ with XF86, from the keysym definitions, for the right hand side value. Use the values you learn from using xev for the keycodes.
Now run xmodmap ~/.Xmodmap. If these keys still don't have an effect, make sure you have a mixer running, such as kmix if you are using KDE.
---
Two things I will do to try to fix various sound problems is running "alsaconf" as root, and then my distro's sound configuration tool. After updating a kernel, alsa may be muted, and you may need to run "alsamixer" to unmute the sound.
kk, first off all don'T know what distro means ^^
and I got jack plugin, ipod headphones
I can'T hear anything at all, not system nor music sounds.
I have a Acer Aspire 6530G
and I got no control of the computer speakers with the fn buttons
Analog headphones are the most trivial, low-tech thing you can imagine. When you plug them in, they mechanically switch the audio output from the system speakers to the headphones.
If you plug in the headphones and the system speakers stop emitting sound, that's one low-tech hurdle and an interesting piece of information, but you don't provide it.
If the headphones are meant to be used with any MP3 player or radio, they should work with your computer, but you don't say what kind of headphones they are except to say they're "ipod headphones", a category that has no consistent meaning.
So please answer these questions:
1. Is the headphone tip jack the same size as the headphone socket, so the tip jack cannot be moved laterally after insertion?
2. When you plug in the headphones, do the system's main speakers stop emitting sound?
3. What happens when you adjust the controls using the volume control applet that is a standard feature of every modern desktop environment?
4. Have you ever successfully used headphones with this system? If so, what kind of headphones were they?
Analog headphones are the most trivial, low-tech thing you can imagine. When you plug them in, they mechanically switch the audio output from the system speakers to the headphones.
If you plug in the headphones and the system speakers stop emitting sound, that's one low-tech hurdle and an interesting piece of information, but you don't provide it.
If the headphones are meant to be used with any MP3 player or radio, they should work with your computer, but you don't say what kind of headphones they are except to say they're "ipod headphones", a category that has no consistent meaning.
So please answer these questions:
1. Is the headphone tip jack the same size as the headphone socket, so the tip jack cannot be moved laterally after insertion?
2. When you plug in the headphones, do the system's main speakers stop emitting sound?
3. What happens when you adjust the controls using the volume control applet that is a standard feature of every modern desktop environment?
4. Have you ever successfully used headphones with this system? If so, what kind of headphones were they?
2. nothing happens, it's like the computer doesn't know I plugged anything in
3. I can adjust the computer speakers in system > Preferences > sounds that's not a problem, but when I adjust it with my fn buttons, the volume BAR increases and decreases, sometimes without the sound accually going up or down and sometimes the sound does go up and down (now when I talk about sound, I'm talking about any sound coming from the computer, music, system sounds, anything at all)
4. no headphones have worked :/
and I got Ubuntu 9.04 I think, atleast the new version
May not apply, but some of the dells had headphone channels that only appear in alsamixer(not aumix, gmix, kmix or others). As far as the hot keys, I never really figured that stuff out.
I'm going to try to make this as simple as I can make it :P
since I'm not so good in linux (just started using it, have been a windows man all my life)
when I enter alsamixer and kmix I get this windows Picture!!!
if you tell me to do some programming or just give me codes I'm afraid
that it wont help me much :/ I need the instructions where to put codes etc
Quote:
Originally Posted by j_jerry
so your laptop internal speakers are working, but anything(headphones, pc speakers etc) that plugs into your green output port is working.right?
After plugging the headphones, open Sound Preferences and look in the outputs(or something similar). do you only see internal audio?
distro means your linux distribution, like ubuntu or fedora. Ubuntu is a distro, fedora is a distro, Slackware is a distro,..
and yes, anything related pluging n the jack, does not work only the built in computer speakers :l
linux has many parallels to windows. F1 on the PC side generally brings up a help screen.
As far as alsamixer. left and right to bump between channels. up and down to increase / decrease. "M" to mute/unmute. ESC to exit. Really not much more to it, to use it. "TAB" to switch between playback / capture / all on what the mixer shows you in terms of mixer channels. But it should default to playback which should be what you're needing.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.