LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   SoundMAx SoundCard in Debian Sarge (https://www.linuxquestions.org/questions/linux-hardware-18/soundmax-soundcard-in-debian-sarge-335601/)

ankurkumar78 06-20-2005 11:02 PM

SoundMAx SoundCard in Debian Sarge
 
Hi,

I'm using Debian Sarge and trying to configure sound card, which is an integrated one with ASUS motherboard (ASUS SiS661FX/SiS963L/W697-P4S800MX (PGA 478)).

Sound card: SoundMAX Integrated Digital Audio

I downloaded ALSA and configured it (using ./configure), but when doing "make" it says "ALSA is already in Linux Kernel".

I don't know how can I configure ALSA in Debian now??

Please help....

Thanks,

Ankur


lspci output -->
0000:00:00.0 Host bridge: Silicon Integrated Systems [SiS] 661FX/M661FX/M661MX Host (rev 11)
0000:00:01.0 PCI bridge: Silicon Integrated Systems [SiS]: Unknown device 0003
0000:00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS963 [MuTIOL Media IO] (rev 25)
0000:00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
0000:00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0)
0000:00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
0000:00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
0000:00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
0000:00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 91)
0000:00:08.0 Communication controller: Lucent Microelectronics V.92 56K WinModem (rev 03)
0000:01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 661FX/M661FX/M661MX/741/M741/760/M760 PCI/AGP


lsmod output (sound related)-->
sound 48872 0 [v_midi]
soundcore 3268 6 [i810_audio sound]

masand 06-21-2005 04:49 PM

did u try running

alsaconf

regards

stefan_nicolau 06-21-2005 04:50 PM

If your kernel already has alsa, you don't need to install it. Try
Code:

modprobe snd
You will then need to load the right module for your sound card.
Try using alsaconf, as suggested by masand.

ankurkumar78 06-21-2005 06:21 PM

alsa wasn't installed, I got it installed and ran "alsaconf".

It couldn't find any PCI or any other driver. I got integrated sound card with motherboard.
That could be the reason.

Tried 'cat /etc/sndstat' , but doesn't display anything.

Checked '/etc/modules.conf', alsa has put alsa-related sound card aliases into it.

When I try 'Music Player' from GNOME desktop, it says 'Nothing at /dev/dsp'

In past, I used 'modconf' and in sound drivers section, I tried putting other drivers e.g. Yamaha,Intel or others and it didn't complain that it couldnt find sound card, then when I tried playing music, it was not giving any error rather there was no sound.

stefan_nicolau 06-21-2005 06:56 PM

/dev/dsp is not alsa, but opensound (unless you have support for opensound emulation in alsa)

As for having an integrated card, even though it has no visible connectors, it is connected to the pci bus, as shown by lspci. This is not your problem.

look at
http://www.linuxquestions.org/hcl/sh...cat=474&page=1
http://www.linuxquestions.org/questi...threadid=37468


All times are GMT -5. The time now is 07:30 AM.