On Thu, Aug 28, 2003 at 12:08:12AM -0700, j. roughan wrote:
> do i put this in the /etc/modules.conf & what exactly
> is the correct line : snd_isapnp=0 ???  Anyway, I
> didn't compile with isapnp.
> 
> modprobe snd-cs4236 
> 
You need to specify ioports, irq, & dma
You can add them as switches to the modprobe command,
or put them in modules.conf
(I'll attach my modules.conf)

I/m using a tp600 with the same card.
I insatlled the latest version of pmcisa (i always spell 
that wrong, ) utilities.

If you compile that with pnp support you get the 2
programs lspnp and setpnp.  you can use these two
programs to query your system for the io, dma , & irq
of your sound-card.

Before that i tried get the info from my windows, partition,
but that didn't work.  The info from a running windows OS
won't necesarily be the same as from a running Linux OS on 
the same computer.  It depends on who graps whcih resources 
on startup/bootup.

> after recompiling the kernel I also updated the
> module-utilities to modutils-2.4.25-1.

This isn't then one for the 2.6 kernels right?


Anyways here's  my modules.conf.



# ------------------------------------------------------------ #
# ALSA portion
alias   char-major-116  snd
alias   snd-card-0      snd-cs4236

# module options should go here
options snd-cs4236 \
        cport=0x538 port=0x530 fm_port=0x388 \
        irq=5 dma1=1 dma2=0 \
        isapnp=0  
     
# OSS/Free portion
alias   char-major-14   soundcore
alias   sound-slot-0    snd-card-0

# card #1
alias   sound-service-0-0       snd-mixer-oss
alias   sound-service-0-1       snd-seq-oss
alias   sound-service-0-3       snd-pcm-oss
alias   sound-service-0-8       snd-seq-oss
alias   sound-service-0-12      snd-pcm-oss

# ------------------------------------------------------------ #


--
paul wisehart


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to