All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petersen <mendocino@mendocino.mine.nu>
To: alsa-devel@alsa-project.org
Subject: CS4236 problems
Date: Thu, 09 May 2002 18:57:48 +0200	[thread overview]
Message-ID: <3CDAAA8C.8040907@mendocino.mine.nu> (raw)

I'm having lots of problems getting the cs4236 driver to work. I started 
out with the 0.9.0rc1 package. The snd-cs4236.o module wouldn't load. It 
just resulted in a message like "kernel: CS4236+ soundcard not found or 
device busy" in the system log.
Then i found out that the cs4236 driver was missing the pnp id of my 
card. I gathered the information from /proc/isapnp and added the line:
ISAPNP_CS4232('C','S','C',0xe936,0x0000,0x0010,0x0003),
to the list of pnpids in cs4236.c
Now the module could load, and I could even play some music... problem 
was now, that the sound wasn't audible. I turned up the volume for all 
channels in alsamixer and that actually made a difference. Now i could 
hear the music but extremely low. It is like the output is muted or 
something needs to be turned up. Also in a program like "kmix" the 
master volume is missing... strange.

Today i have tried with a cvs snapshot from 8th may. To get the module 
to load i did the same as before but i additionally had to uncomment the 
lines:
if (ver1 != ver2) {
     snd_printk("CS4236+ chip detected, but control port 0x%lx is not
  valid\n", cport);
     snd_device_free(card, chip);
     return -ENODEV;
}
in cs4236_lib.c. Otherwise it would just always give that message in the 
log when loading the module. I now have the same result as before.

In addition to the cs4236 card i also have a Terratec 128i (ESS Solo-1, 
snd-es1938.o) which is working perfectly with alsa.
The cs4236 is working correctly with OSS using the cs4232 driver.

I can supply more information on request like contents of /proc/isapnp 
and stuff like that. Just ask!


Thomas Petersen


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: bandwidth@sourceforge.net

             reply	other threads:[~2002-05-09 16:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-09 16:57 Thomas Petersen [this message]
2002-05-13 10:10 ` CS4236 problems Takashi Iwai
2002-05-13 16:37   ` Thomas Petersen

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=3CDAAA8C.8040907@mendocino.mine.nu \
    --to=mendocino@mendocino.mine.nu \
    --cc=alsa-devel@alsa-project.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.