Linux Sound subsystem development
 help / color / mirror / Atom feed
From: Derrick J Brashear <shadow@DEMENTIA.ORG>
To: linux-sound@vger.kernel.org
Subject: Re: sound driver for Dell Latitude CP (and other laptops)
Date: Sun, 29 Nov 1998 02:19:05 +0000	[thread overview]
Message-ID: <marc-linux-sound-91233752326767@msgid-missing> (raw)
In-Reply-To: <marc-linux-sound-91182489707241@msgid-missing>

I have a Dell Latitude CPi; Based on what you said I assume the audio is
the same. I'm ucrrently using ALSA with the following configuration:
add to /etc/conf.modules:
alias char-major-14 snd
alias snd-minor-oss-0 snd-card-cs4232
alias snd-minor-oss-3 snd-pcm1-oss
alias snd-minor-oss-4 snd-pcm1-oss
alias snd-minor-oss-5 snd-pcm1-oss
alias snd-minor-oss-12 snd-pcm1-oss
alias snd-card-0 snd-card-cs4232
options snd snd_major\x14 snd_cards_limit=1
options snd-card-cs4232 snd_index=1 snd_port=0x530 snd_irq=5 snd_dma1=1 snd_dma2=0

Then:
modprobe snd-card-0

Then go; You will need to unmute the sound card before you can use it; 
cat /proc/asound/0/mixer0 | sed s/mute// > /proc/asound/0/mixer0

Note that I needed to configure e.g. the parallel port from within windows
to be not ECPP or something like that; Basically, if Windows can do duplex
audio, this will work, otherwise there are 3 things you must pick from,
which are ECPP, duplex audio, and something else, and I don't remember how
I discovered what was what.

-D

  reply	other threads:[~1998-11-29  2:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-11-23 11:54 sound driver for Dell Latitude CP (and other laptops) Tony Nugent
1998-11-29  2:19 ` Derrick J Brashear [this message]
1998-11-29  8:26 ` Derrick J Brashear
1998-11-29  8:37 ` Tony Nugent

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-sound-91233752326767@msgid-missing \
    --to=shadow@dementia.org \
    --cc=linux-sound@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox