[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Setting up sound - alsa config Resolved



Resolved. I am not sure what exactly was the problem but I document here what I did.

First I recompiled the Kernel as suggested by Vin to enable the following

CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_SEQUENCER_OSS=y

Alsaconf still kept throwing messages that it cannot find any sound card even though it
was compiled in the Kernel. However alsamixer showed the sound card. Read the
documentation in /usr/share/doc/alsa-base to setup the device folders - by running
/usr/share/alsa/sndconfig

The last thing to do is to unmute the channels. Alsamixer lets one to do that. You might
have to pan the screen to the right to see all channels (it took some time for me to
figure that out).

The documentation on Alsa page is not very clear. Some of the things that I did are:

I precompiled all the supports in the kernel. It is not a must to compile them as
modules, as some of the documentation might lead you to believe.

I am running kernel 2.6.7, and it is not necessary to compile ALSA modules separately. 

Check in dmesg that your support for sound card is loaded. Alsaconf might still show that
the device is not detected (I don't know why)

Install ALSA-base and alsa-utils using apt-get. 

Go to Alsamixer and unmute the channels.

That should do it. I am not an ALSA expert. These were my exeriences, and I document
these so that it might help someone in future.

Thanks for all those who helped. 

--- Adam Porter <adam@alphapapa.et> wrote:

> Vin Jacob wrote:
> > On Wed, 2 Feb 2005 13:43:19 -0800 (PST), Punit Ahluwalia
> > <punit_a@yahoo.com> wrote:
> > 
> >>I have a 2.6.7 kernel running on a compaq presario laptop. The sound card driver
> support
> >>is built into kernel. Running alsa-conf complains no pci sound cards can be found. I
> am
> >>copying relevant parts of kernel-config, dmesg and lspci. Can someone point me to
> Sound
> >>configuration or simply tell what I am doing wrong. I did not enable OSS as thats how
> the
> >>kernel-help advises.
> > 
> > If you have hotplug or discover1 installed, you may need to blacklist
> > the OSS modules in their respective config files (On winbloze right
> > now, let me know if you need the exact file names) and comment out the
> > OSS modules if any in /etc/modules as well.
> > The volume by default might be muted, alsamixer works well. 
> > Here is my 2.6.10 config should you need it. http://gpoppy.org/config-2.6.10
> 
> If you used apt-get (or Synaptic, etc.) to install the ALSA packages, it 
> should automatically remove the OSS configs and set up ALSA to run on boot.
> 
> If you didn't use apt-get to install the ALSA packages...what were you 
> thinking?  =)
> 
> I suggest you use Synaptic to purge and then reinstall the ALSA 
> packages, and go from there.  I had no probs doing it like that.
> 
> Good luck.
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 
> 



Reply to: