From owner-freebsd-questions Sun Aug 4 20:33:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA26837B400 for ; Sun, 4 Aug 2002 20:33:18 -0700 (PDT) Received: from pimout4-ext.prodigy.net (pimout4-ext.prodigy.net [207.115.63.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2961A43E42 for ; Sun, 4 Aug 2002 20:33:18 -0700 (PDT) (envelope-from rustycbg@sbcglobal.net) Received: from rusty (adsl-64-168-29-182.dsl.snfc21.pacbell.net [64.168.29.182]) by pimout4-ext.prodigy.net (8.11.0/8.11.0) with SMTP id g753XHv170750 for ; Sun, 4 Aug 2002 23:33:17 -0400 Message-ID: <004c01c23c32$df502c80$6401a8c0@pacbell.net> From: "Rusty Gaillard" To: Subject: Help: Ethernet or Sound card, but not both! Date: Sun, 4 Aug 2002 20:47:38 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm a FreeBSD rookie and I've used the online resources as best I know how, but I'm stuck. I finally got my sound card to work (by turning on PnP in the system BIOS), but this prevents the ethernet card from working. When I boot up with PnP disabled in the BIOS, the ethernet card works fine, but the kernel does not recognize the sound card (a SoundBlaster AWE64). If I use "dmesg | grep pcm", I get nothing. Running "dmesg | grep ed0" results in: ed0: port 0xfcc0-0xfcdf irq 10 at device 15.0 on pci0 ed0: address 00:20:78:17:80:53, type NE2000 (16 bit) If I turn on PnP in the BIOS, the sound card is recognized by the kernel, but now the ethernet card doesn't work. Running "dmesg | grep sbc" results in: sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on isa0 pcm0: on sbc0 Running "dmesg | grep ed0" results in: ed0: irq 10 at device 15.0 on pci0 device_probe_and_attach: ed0 attach returned 2 My kernel config looks like this: options PNPBIOS # added for sound card <> # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 # these two lines work with PNP enabled in the BIOS setup device pcm device sbc I've also tried, to no avail, replacing the "device sbc" line with: device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 The result of uname -a is: FreeBSD gaillard.my.domain 4.6-RELEASE FreeBSD 4.6-RELEASE #18: Sun Aug 4 18:22:17 PDT 2002 root@gaillard.my.domain:/usr/src/sys/compile/RUSTYKERNEL i386 Sorry for the long message... thanks for reading this far. Any tips would be enormously appreciated. Rusty To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message