Re: Linux Jobs: Update

From: Andre Hedrick (andre@suse.com)
Date: Sun Mar 12 2000 - 18:03:15 EST


On Sun, 12 Mar 2000, Gerhard Mack wrote:

> On Sun, 12 Mar 2000, Alan Cox wrote:
>
> > > Sound initialization started
> > > <Sound Blaster 16 (4.13)> at 0x220 irq 5 dma 1,5
> > > <Sound Blaster 16> at 0x330 irq 5 dma 0
> > > <Yamaha OPL3> at 0x388
> > > Sound initialization complete
> >
> > You compiled in values
> >
> > > adlib: must specify I/O address.
> > > Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996
> > > sb_card: I/O, IRQ, and DMA are mandatory
> >
> > You didnt set values on the command line instead of compiled in
> >
>
> On a second look trough my configs.. you are correct ... however I now see
> no option to compile these settings in. (I have both menuconfigs open side
> by side). I'm missing the entire sub-menu that used to be presented when
> I slected soundblaster support.

DITTO and the lowlevel options if PnP fails with out the need of editing
the kernel code.....

./drivers/sound/awe_wave.h was ./drivers/sound/lowlevel/awe_wave.h
/*
 * AWE32 card configuration:
 * uncomment the following lines *ONLY* when auto detection doesn't
 * work properly on your machine.
 */

/*#define AWE_DEFAULT_BASE_ADDR 0x620*/ /* base port address */
/*#define AWE_DEFAULT_MEM_SIZE 512*/ /* kbytes */

if [ "$CONFIG_AWE32_SYNTH" != "n" ]; then
  bool 'Configure AWE32 synth Base Address and Default Memory Size' CONFIG_AWE32_SYNTH_DEFAULTS
  if [ "$CONFIG_AWE32_SYNTH_DEFAULTS" = "y" ]; then
    hex 'AWE32 synth Base Address 620' AWE_DEFAULT_BASE_ADDR 620
    int 'AWE32 synth Default Memory Size 512 1024 or 4096' AWE_DEFAULT_MEM_SIZE
  fi
fi

Andre Hedrick
The Linux ATA/IDE guy

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Mar 15 2000 - 21:00:22 EST