LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   realtek ac'97 onboard sound 5.1 problem (https://www.linuxquestions.org/questions/suse-opensuse-60/realtek-ac97-onboard-sound-5-1-problem-442227/)

vlatko 05-06-2006 11:18 AM

realtek ac'97 onboard sound 5.1 problem
 
i only get sound from the 2 front channels. i'm new to linux and i'm just trying it out. if someone could point me in the right direction i'd be much appreciated.

GrueMaster 05-06-2006 11:23 AM

Couple of questions:

1. what version of Linux are you running? (Distribution version, kernel)

2. What motherboard are you using (if you know)?

Chances are the latest fersion of alsa will work, but without knowing what you currently have, it will be hard to walk you through it.

vlatko 05-06-2006 11:27 AM

oh sorry. :)

i just installed suse 10.0 and my motherboard is abit an8 sli.

vlatko 05-06-2006 12:04 PM

i think this is my kernel version:
kernel version (2.6.13-15-default)

GrueMaster 05-06-2006 10:49 PM

If you would be willing to try them, I have some source rpms of alsa 1.0.11. They are located here. To build them, open a shell window, and type "tar -jxvf alsa-src-rpms.tar.bz2" to extract them, then "rpmbuild --rebuild alsa-driver-1.0.11-1.src.rpm" to rebuild the drivers. After the build finishes, install with "rpm -ivh alsa-1.0.11-1.<arc>/rpm" (look at the build output for the exact location & filename). Follow the same procedure for the libs & utils (both alsa-lib and alsa-lib-devel need to be installed before building alsa-utils).

Let me know of any problems. Good luck!

vlatko 05-07-2006 09:24 AM

i think i have installed everything except alsa-utils. when running the command "rpmbuild --rebuild" i get this error:

Quote:

vlatko27@(none):~> su
Password:
(none):/home/vlatko27 # cd /home/vlatko27/Downloads/common_source_rpms/
(none):/home/vlatko27/Downloads/common_source_rpms # rpmbuild --rebuild alsa-utils-1.0.11-1.src.rpm
Installing alsa-utils-1.0.11-1.src.rpm
cat: /root/TAG: No such file or directory
error: Failed build dependencies:
ncurses-devel is needed by alsa-utils-1.0.11-1
(none):/home/vlatko27/Downloads/common_source_rpms #
still only front two speakers are playing.

GrueMaster 05-07-2006 10:34 AM

You need to install ncurses-devel. It should be on your installation cds. Use yast2 to install it.


All times are GMT -5. The time now is 08:44 AM.