From owner-freebsd-questions Wed Jun 10 20:12:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA02059 for freebsd-questions-outgoing; Wed, 10 Jun 1998 20:12:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from darla.swimsuit.internet.dk (Modem1204.internet.dk [194.255.12.68]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA01968 for ; Wed, 10 Jun 1998 20:12:27 -0700 (PDT) (envelope-from leifn@internet.dk) Received: from darla.swimsuit.internet.dk (darla.swimsuit.internet.dk [192.168.0.10]) by darla.swimsuit.internet.dk (8.8.8/8.8.8) with SMTP id BAA01996; Thu, 11 Jun 1998 01:48:57 +0200 (CEST) (envelope-from leifn@internet.dk) Date: Thu, 11 Jun 1998 01:48:56 +0200 (CEST) From: Leif Neland Reply-To: leifn@internet.dk To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: ESS Audiodrive prooblem. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Doug White wrote: > On Wed, 27 May 1998, bsd mailing lists wrote: > > > > > HEllo, > > the GENERIC kernel does not recognize my audio card which > > is a ESS Audiodrive Sound blaster 16 Compatible. > > IS there a way I can solve this problem? > > Noone has an ESS 1868 under FreeBSD? > > 1. Build a kernel with lines > > controller pnp0 > device pcm0 at isa? port ? tty irq ? drq ? flags 0x0 vector pcmintr > Did this: Failed. loading kernel dmabuf.o: Definition of symbol `_dsp_wr_dmaupdate' (multiply defined) dmabuf.o: Definition of symbol `_dsp_wrintr' (multiply defined) dmabuf.o: Definition of symbol `_reset_dbuf' (multiply defined) dmabuf.o: Definition of symbol `_dsp_rdintr' (multiply defined) dmabuf.o: Definition of symbol `_dsp_write_body' (multiply defined) dmabuf.o: Definition of symbol `_dsp_wrabort' (multiply defined) dmabuf.o: Definition of symbol `_dsp_rd_dmaupdate' (multiply defined) dmabuf.o: Definition of symbol `_dsp_read_body' (multiply defined) dmabuf.o: Definition of symbol `_dsp_rdabort' (multiply defined) dmabuf.o: Definition of symbol `_alloc_dbuf' (multiply defined) dmabuf.o: Definition of symbol `_snd_sync' (multiply defined) dmabuf.o: Definition of symbol `_snd_flush' (multiply defined) dmabuf.o: Definition of symbol `_dsp_wr_dmaupdate' (multiply defined) dmabuf.o: Definition of symbol `_dsp_wrintr' (multiply defined) dmabuf.o: Definition of symbol `_reset_dbuf' (multiply defined) dmabuf.o: Definition of symbol `_dsp_rdintr' (multiply defined) dmabuf.o: Definition of symbol `_dsp_write_body' (multiply defined) dmabuf.o: Definition of symbol `_dsp_wrabort' (multiply defined) dmabuf.o: Definition of symbol `_dsp_rd_dmaupdate' (multiply defined) dmabuf.o: Definition of symbol `_dsp_read_body' (multiply defined) dmabuf.o: Definition of symbol `_dsp_rdabort' (multiply defined) dmabuf.o: Definition of symbol `_alloc_dbuf' (multiply defined) dmabuf.o: Definition of symbol `_snd_sync' (multiply defined) dmabuf.o: Definition of symbol `_snd_flush' (multiply defined) *** Error code 1 Stop. My kernelconfig is: machine "i386" ident DARLA maxusers 10 options "VM86" options INCLUDE_CONFIG_FILE # Include this file in kernel config kernel root on wd1 cpu "I486_CPU" options "CPU_SUSP_HLT" options "COMPAT_43" options USER_LDT #allow user-level control of i386 ldt options SYSVSHM options SYSVSEM options SYSVMSG options UCONSOLE options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options INET #Internet communications protocols pseudo-device ether #Generic Ethernet pseudo-device loop #Network loopback device pseudo-device bpfilter 4 #Berkeley packet filter pseudo-device disc #Discard device pseudo-device tun 1 #Tunnel driver(user process ppp) options FFS #Fast filesystem options "CD9660" #ISO 9660 filesystem options MSDOSFS #MS DOS File System options PROCFS #Process filesystem controller scbus0 #base SCSI code device sd0 #SCSI disks device st0 #SCSI tapes pseudo-device pty 16 #Pseudo ttys - can go as high as 256 pseudo-device speaker #Play IBM BASIC-style noises out your speaker pseudo-device log #Kernel syslog interface (/dev/klog) pseudo-device gzip #Exec gzipped a.out's controller isa0 options "AUTO_EOI_1" options "AUTO_EOI_2" options BOUNCE_BUFFERS options XSERVER # support for running an X server. options FAT_CURSOR # start with block cursor device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr options MAXCONS=16 # number of virtual consoles device npx0 at isa? port "IO_NPX" iosiz 0x0 flags 0x0 irq 13 vector npxintr controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr controller aic0 at isa? port 0x340 bio irq 11 vector aicintr controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr disabled disk wd3 at wdc1 drive 1 options "CMD640" #Enable work around for CMD640 h/w bug options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device wcd0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 options FDSEEKWAIT=16 device lpt0 at isa? port? tty irq 7 vector lptintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr device ed0 at isa? port 0x2c0 net irq 10 iomem 0xd8000 vector edintr controller pnp0 controller snd0 device pcm0 at isa? port ? irq ? tty flags 0x0 vector pcmintr device pca0 at isa? port IO_TIMER1 tty controller eisa0 controller ahc0 options COMPAT_LINUX options "EXT2FS" options SCSI_DELAY=1 # Be pessimistic about Joe SCSI device options SHOW_BUSYBUFS # List buffers that prevent root unmount Leif Neland leifn@internet.dk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message