LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   New install 9.04 (Jaunty) on old computer > no sound - install older version? (https://www.linuxquestions.org/questions/ubuntu-63/new-install-9-04-jaunty-on-old-computer-no-sound-install-older-version-727913/)

NewTeacher 05-22-2009 10:37 PM

New install 9.04 (Jaunty) on old computer > no sound - install older version?
 
I recently installed Xubuntu ver 9.04 (Jaunty) on an older computer with AMD-K6 3D processor. Only has 127 Mb RAM. Runs acceptably slow. No sound when using Xubuntu, however, when I boot into my Windows 98SE operating system on the HD, the sound is working fine. Using terminal commands shows that the kernal is not recognizing the external sound card when booting up.

Is this a problem due to my dual boot setup? Is this a problem due to the sound card being too old to be recognized properly? I read that since version 8.04 a "PulseAudio" system has been used which does not always work properly. Should I consider installing an older version of Xubuntu (a "pre" 8.04 version which uses ALSA system)? Should I consider another distro which is designed for older computers?

Thank you for any help.
NewElemTeacher

tommcd 05-22-2009 11:51 PM

Using a pre-8.04 version of Ubuntu would not be a good idea since those older versions are no longer supported.
To troubleshoot the sound problem, try working your way through this guide:
http://ubuntuforums.org/showthread.php?t=205449
To get around pulse audio, go to: system > preferences > sound, and change everything to alsa, or perhaps OSS. Then click the "test" button to see if you get sound.
Also try running alsamixer from the terminal. Unmute everything using the "m" key, and turn up the volume levels with the arrow key and see if you get sound.

For the slow performance, you may want to try Crunchbang. It is based on Ubuntu and uses the OpenBox window manager so it is lighter than Xubuntu:
http://crunchbanglinux.org/

NewTeacher 05-23-2009 02:17 AM

Thank you Tommcd...
 
Thank you for your help Tom. This afternoon I looked through the guide you referred to in your posting to my thread. One of the problems I have is that when I try to go to "Systems > Preferences > Sound" I am at a loss what to do because there is no "Preferences" section in my "Systems" menu for some reason. I have tried to follow the guide but as far as I can see, the Kernal is not reading the soundcard. The guide directs me to look at another website and to find my soundcard listed there. I ran into another problem here because my soundcard does not have any printing on it giving the manufacturer. It has a "Product number" and it says that it was made in China. I was blessed to find the manufacturer in another manner however. I fired up the computer using Windows 98SE and went into the "Device Manager" found in the "My computer" icon on the desktop. I looked for the soundboard specs in the "Properties" tab. I found it and was able to find the corresponding information on the website given in your suggestion so thanks again for your help. I might not have time now to try out the suggestions but it gives me information to use to create and install a suitable driver for this ancient soundcard.
New Elem Teacher

The guide looks very good. I

tommcd 05-24-2009 12:52 AM

Quote:

Originally Posted by NewTeacher (Post 3549999)
One of the problems I have is that when I try to go to "Systems > Preferences > Sound" I am at a loss what to do because there is no "Preferences" section in my "Systems" menu for some reason.

That seems strange. Can you right-click on "system" on the top panel and choose "edit menus". A window should pop up where you can scroll down to: System > Preferences on the left pane, and check off anything you want in the menu on the right pane. You should then have those items you checked when you go to: System > Preferences.

As for the sound, can you open a terminal and post the output of:
Code:

aplay -l
lspci | grep -i audio
lsmod | grep -i snd
cat /proc/asound/cards

These should tell us the name of the sound card. The lsmod command will tell us what driver(s) are being loaded for it.
And did you try running alsamixer from the terminal and making sure everything was unmuted, and volume levels turned up?


All times are GMT -5. The time now is 02:11 AM.