LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   New SuSE install, sound not working (https://www.linuxquestions.org/questions/linux-hardware-18/new-suse-install-sound-not-working-286019/)

trempel 02-03-2005 10:19 PM

New SuSE install, sound not working
 
Just today I installed SuSE 9.1 personal. I have tried playing cds, but there is no sound produced. In YaST my soundcard shows up. My volume is turned up and my speakers are good and loud. I'm a bit of a noob to linux, so any help would be great, thanks.

Thoreau 02-04-2005 01:17 AM

Install aumix. Type aumix. Make sure pcm and master are turned up. Kmix(the default gui for kde) is a turd in most cases.

trempel 02-04-2005 02:48 AM

thanks, I'll give that a try tomorrow when I'm not so tired and groggy.
I'm assuming this aumix can be install using YaST like all other SuSE stuff?

gd2shoe 02-04-2005 07:17 PM

If you still have trouble, try:

Code:

cd /dev
cat urandom > dsp

This should send random garbage to your sound card. If you can't hear it, then your card isn't configured properly. (driver, etc.)

Press ctrl+c to stop.

trempel 02-04-2005 07:43 PM

I should have come back before to say that I figured it out. Thoreau said to replace Kmix . It turned out its actually called kamix, so when I typed "kamix" it brought up a mixer box thingmy-bobber that had a mute checkbox turned on for the CD and the Master.

gd2shoe 02-04-2005 09:27 PM

:)

Good, good.
And thanks for not leaving us hanging too long.

SurfCHimp 02-05-2005 07:02 AM

I have the same problem, although my Sound adapter is displayed I can't get any sound in my new SuSE 9.2 install.

I have tryed getting the program thoreau suggested but I get this error when trying to install it:
Quote:

Making install in data
make[1]: Entering directory `/home/Rich/Documents/Downloads/aumix-2.8/data'
make[2]: Entering directory `/home/Rich/Documents/Downloads/aumix-2.8/data'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/local/share/aumix
/usr/bin/install -c -m 644 ./aumix.xpm /usr/local/share/aumix/aumix.xpm
/usr/bin/install -c -m 644 ./fadein.set /usr/local/share/aumix/fadein.set
/usr/bin/install -c -m 644 ./fadeout.set /usr/local/share/aumix/fadeout.set
make[2]: Leaving directory `/home/Rich/Documents/Downloads/aumix-2.8/data'
make[1]: Leaving directory `/home/Rich/Documents/Downloads/aumix-2.8/data'
Making install in doc
make[1]: Entering directory `/home/Rich/Documents/Downloads/aumix-2.8/doc'
make[2]: Entering directory `/home/Rich/Documents/Downloads/aumix-2.8/doc'
make[2]: Nothing to be done for `install-exec-am'.
make install-man1
make[3]: Entering directory `/home/Rich/Documents/Downloads/aumix-2.8/doc'
/bin/sh ../mkinstalldirs /usr/local/man/man1
/usr/bin/install -c -m 644 ./aumix.1 /usr/local/man/man1/aumix.1
make[3]: Leaving directory `/home/Rich/Documents/Downloads/aumix-2.8/doc'
make[2]: Leaving directory `/home/Rich/Documents/Downloads/aumix-2.8/doc'
make[1]: Leaving directory `/home/Rich/Documents/Downloads/aumix-2.8/doc'
Making install in intl
make[1]: Entering directory `/home/Rich/Documents/Downloads/aumix-2.8/intl'
if test "aumix" = "gettext" \
&& test '@INTLOBJS@' = 'intl-compat.@l@o'; then \
if test -r @MKINSTALLDIRS@; then \
@MKINSTALLDIRS@ /usr/local/lib /usr/local/include; \
else \
../mkinstalldirs /usr/local/lib /usr/local/include; \
fi; \
/usr/bin/install -c -m 644 intlh.inst /usr/local/include/libintl.h; \
@LIBTOOL@ --mode=install /usr/bin/install -c libintl.@l@a /usr/local/lib/libintl.@l@a; \
else \
: ; \
fi
if test "aumix" = "gettext"; then \
if test -r @MKINSTALLDIRS@; then \
@MKINSTALLDIRS@ /usr/local/share/gettext/intl; \
else \
../mkinstalldirs /usr/local/share/gettext/intl; \
fi; \
/usr/bin/install -c -m 644 VERSION /usr/local/share/gettext/intl/VERSION; \
dists="ChangeLog Makefile.in linux-msg.sed po2tbl.sed.in xopen-msg.sed gettext.h gettextP.h hash-string.h libgettext.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c intl-compat.c cat-compat.c"; \
for file in $dists; do \
/usr/bin/install -c -m 644 ./$file /usr/local/share/gettext/intl/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory `/home/Rich/Documents/Downloads/aumix-2.8/intl'
Making install in po
make[1]: Entering directory `/home/Rich/Documents/Downloads/aumix-2.8/po'
file=./`echo de | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../intl:$PATH msgfmt -o $file de.po
/bin/sh: msgfmt: command not found
make[1]: *** [de.gmo] Error 127
make[1]: Leaving directory `/home/Rich/Documents/Downloads/aumix-2.8/po'
make: *** [install-recursive] Error 1
I can't seem to work out what the problem is here?

can anyone help me plz

SurfCHimp 02-05-2005 09:01 AM

forget it, I got it working

gd2shoe 02-05-2005 12:32 PM

The easiest way to install software in SuSE is through YaST. I am using 9.1 and it had no problem fetching aumix for me from SuSE's ftp mirrors (using "install and remove software").

Of course, you may have figured that out. :)

(I have an ftp installed system. For those installing from CD/DVD, YaST will ask for the appropriate disk.)


All times are GMT -5. The time now is 10:59 AM.