The sound wont work even after trying every other method given on the web...
Linux - NewbieThis 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.
i am a Linux newbie and have very little experience in it. I recently installed Ubuntu 9.04 (clean installation) and performed all the routine updates...
Everything seems fine except that no matter what i tried, sound did not work..... i tried update manager and updated latest ALSA (as recommended in some site on web) I tried reconfiguring PulseAudio....
Even followed a PulseAudio Applet tutorials.... yet i did not get sound working....
on executing lspci |grep Audio
I get the following...
00:14.2 Audio device: ATI Technologies Inc IXP SB4x0 High Definition Audio Controller (rev 01)
what should i choose as my sound preference?
In Pulse mixer, the bar indicates that a sound is being played.... except i dont hear anything....
alsamixer -Dhw
shows the volume of all at maximum....
i made sure nothing is mute....
the sound works absolutely fine on Windows... i want to make it work in Ubuntu.... please help anyone!!
my friend has a hp and he had absolutely no problem since the first installation .....
Someone please guide me to get the sound working..... Please!!
Last edited by alphaquest; 08-31-2009 at 11:35 PM..
It is not considered wise, useful, nor polite to post using capital letters as you have done. You will obtain less attention, less consideration, and less help than you otherwise might.
I would recommend you edit to a more accepted type face.
if i try the following command... it gives the following output..
sudo apt-get install alsa-base alsa-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
alsa-base is already the newest version.
alsa-utils is already the newest version.
The following packages were automatically installed and are no longer required:
libclucene0ldbl libsm-dev libice-dev x11proto-kb-dev librdf0 kdelibs5
libxdmcp-dev libexiv2-5 librasqal1 xtrans-dev libsoprano4 x11proto-core-dev
kdelibs5-data libxt-dev openjdk-6-jdk flashplugin-installer
x11proto-input-dev libqt4-svg libpthread-stubs0-dev libxau-dev
libstreamanalyzer0 libphonon4 flashplugin-nonfree libpthread-stubs0
kdelibs-bin libpq5 libstreams0 libraptor1 libx11-dev libxcb1-dev
soprano-daemon
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Apparently alsaconf has been removed; so, it is not a surprise that you could not find it. Anyway, beyond that bit of trivia, I'm afraid I've got no useful suggestion for you.
Did some further browsing, and found, on the Debian wiki, this tidbit: "try to configure alsa by running the command 'alsactl init' as root." There's further discussion about this on the Debian user forum.
Just to check,try to find out which kernel module 9.04 is loading by using the command "lsmod". See "man lsmod"
Quote:
Unknown hardware: "HDA-Intel" "Realtek ALC260" "HDA:10ec0260,103c0000,00100400 HDA:14f12bfa,103c30ba,00090000" "" ""
Hardware is initialized using a guess method
This seems to be the best guess by 9.04 for finding the module to use, but there is no guarantee that it has guessed correctly.
Try the command "lshw" to see if you can identify the chip that way, and see if it is found as a Realtek ALC 260. I believe the kernel module ALC260 uses is snd_hda_intel.
Have you looked at, or looked for, the documentation of your motherboard or sound card for more information? Google naturally helps.
This line of approach assumes that the sound module being loaded may not be correct and that the information you could gather would allow you find and have the system load the right module.
Last edited by thorkelljarl; 09-01-2009 at 06:12 PM..
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.