LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   isa soundblaster 16 into kernel 2.6.23.12 (https://www.linuxquestions.org/questions/slackware-14/isa-soundblaster-16-into-kernel-2-6-23-12-a-611058/)

linuxhippy 01-04-2008 04:42 AM

isa soundblaster 16 into kernel 2.6.23.12
 
I haven't gotten this isa card going in Slackware since kernel 2.4 and am having a lot of trouble now getting the modules in kernel 2.6.23.12. I've tried re-compiling the kernel 3 times and get alsa or sb16 errors. This is from my .config:

# Sound
#
CONFIG_SOUND=m

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_RTCTIMER is not set
# CONFIG_SND_DYNAMIC_MINORS is not set
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set

#
# Generic devices
#
CONFIG_SND_MPU401_UART=m
CONFIG_SND_OPL3_LIB=m
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
CONFIG_SND_SB_COMMON=m
CONFIG_SND_SB16_DSP=m

#
# ISA devices
#
# CONFIG_SND_ADLIB is not set
# CONFIG_SND_AD1848 is not set
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_CS4231 is not set
# CONFIG_SND_CS4232 is not set
# CONFIG_SND_CS4236 is not set
# CONFIG_SND_ES1688 is not set
# CONFIG_SND_ES18XX is not set
# CONFIG_SND_GUSCLASSIC is not set
# CONFIG_SND_GUSEXTREME is not set
# CONFIG_SND_GUSMAX is not set
# CONFIG_SND_OPL3SA2 is not set
# CONFIG_SND_OPTI92X_AD1848 is not set
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
# CONFIG_SND_MIRO is not set
# CONFIG_SND_SB8 is not set
CONFIG_SND_SB16=m
CONFIG_SND_SBAWE=m
CONFIG_SND_SB16_CSP=y
CONFIG_SND_SB16_CSP_FIRMWARE_IN_KERNEL=y
# CONFIG_SND_SGALAXY is not set
# CONFIG_SND_SSCAPE is not set
# CONFIG_SND_WAVEFRONT is not set


Alsaconf finds the sb16 legacy card module but cannot set up the card....any ideas??


EDIT- this is in dmesg:

snd_sb16: Unknown parameter `isapnp'

H_TeXMeX_H 01-04-2008 08:27 AM

Do you have 'isapnp' enabled in the kernel ?

Code:

  │  Location:                                                            │ 
  │    -> Device Drivers                                                  │ 
  │      -> Plug and Play support                                          │ 
  │        -> Plug and Play support (PNP [=y])                            │


linuxhippy 01-04-2008 12:12 PM

Quote:

Originally Posted by H_TeXMeX_H (Post 3011008)
Do you have 'isapnp' enabled in the kernel ?

Code:

  │  Location:                                                            │ 
  │    -> Device Drivers                                                  │ 
  │      -> Plug and Play support                                          │ 
  │        -> Plug and Play support (PNP [=y])                            │


Probably not...I will check, though-thanks!!:)

linuxhippy 01-05-2008 11:19 AM

That was it....thank you!

H_TeXMeX_H 01-05-2008 12:08 PM

Good to hear that :)


All times are GMT -5. The time now is 10:12 PM.