FedoraThis forum is for the discussion of the Fedora Project.
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.
Hi
I am using a dual boot lenovo system (fedora 8 and Windows XP). The system has internal speakers within cabinet and also a provision for connecting external speakers. Windows XP plays sound on internal speakers if external speakers are not connected whereas Fedora 8 with pulseaudio server plays sound only on external speakers.Fedora 8 plays only terminal beeps on internal speakers. What changes shoul d i make so that in fedora 8 the sounds are played on internal speakers if external speakers are not connected ?
Thanks in advance
M K Singh
fedora 8 has a sound configuration guis - check the setings for system and other sounds. It looks like different systems are claiming different parts of the card - look at your hardware info and see how many sound cards are listed.
Hi
Thanks for replying. I have checked the system configuration for sound. It lists only one sound card namely,Intel Corporation 82801H(ICH8 family) HD Audio Controller. My chipset is i965.
MK Singh
f8 uses pulseaudio by default, so I hope you didn't install by some other means...
Strongly suggest gaining an understanding of how pulseaudio works: http://www.linux.com/feature/119926
... is an overview. Use the links to the FAQ and the developer hints.
Hi
Following is the output of various commands. I hope this helps.I am using fresh installation of f8,i mean no upgrade from previous versions, with default pulse audio installation.
Thanks
MK singh
[root@mks ~]# alsamixer
*** PULSEAUDIO: Unable to connect: Connection refused
Sound through headphones or external speakers but no through on-board speakers
Hi guys!
mainly the same problem.
I can hear my sounds (films, music) only through headphones or external speakers, but my on-board speakers apparently don't work.
My computer: acer 5920G.
Do you listen to your sounds with the internal speakers?
How could you solve the problem?
My outputs:
alsamixer output is correct. I can modify system volume with no problem.
thanks for the reply, but I think it does not apply to my case.
In other forums concerning about the installation of linux on an Acer 5920 I've read that the problem maybe is that I have to activate "surround" on the "mixer" (ubuntu people). Rocket engineering for me at this point.
Is there any similar in Fedora? I've tried to do that but don't find the right option in System->Preferences->HW->Sound.
Any command?? alsamixer on the shell doesn´t show any mixer around neither.
gnome-volume-control (system -> preferences -> hardware -> volume control [or something similar])
Then you can go to Edit -> Preferences and enable the Surround option. Raise the volume and enjoy!
Lurking around I found that it also can be done with "amixer -c 0 sset Surround 1+ unmute cap", really useful combined with xbindkeys, to exploit all the options of the laptop, or if you don't use gnome.
I found on my last upgrade the file /etc/inittab.rpmnew was installed and did not replace inittab.
I had horrendous problems with printing, sound, networking, etc until I replaced inittab with inittab.rpmnew and rebooted.
I.E
[root@localhost ~]#mv inittab inittab.old
[root@localhost ~]#mv inittab.rpmnew inittab
[root@localhost ~]#shutdown -r 0
All my issues went away.
Check to see if you have a inittab.rpmnew that is newer than inittab.
I.E.
[root@localhost ~]# ll inittab*
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.