From owner-freebsd-questions Fri Jul 28 12: 2:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from clarion.cec.wustl.edu (clarion.cec.wustl.edu [128.252.21.3]) by hub.freebsd.org (Postfix) with ESMTP id 1E97637BBE8 for ; Fri, 28 Jul 2000 12:02:44 -0700 (PDT) (envelope-from ajh4@clarion.cec.wustl.edu) Received: from localhost (ajh4@localhost) by clarion.cec.wustl.edu (8.9.1/8.9.1) with SMTP id OAA28737 for ; Fri, 28 Jul 2000 14:02:36 -0500 (CDT) Date: Fri, 28 Jul 2000 14:02:36 -0500 (CDT) From: John Aughey To: questions@freebsd.org Subject: csa0 attach returned 6 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 Hello- I am having a problem with my audio device on a emachines etwoer 533id2. It has a Crystal CS 4281 Audio controller integraded on the motherboard. I am using FreeBSD 4.0-RELEASE and on bootup when the driver trys to probe and attach it prints: csa0: mem 0xf4100000-0xf410fff,0xf4110000-0xf4110fff irq 11 at device 9.0 on pci1 device_probe_and_attach: csa0 attach returned 6 So it sees the device on the PCI bus, but it somehow fails to attach. If I remember, it returns ENXIO because bus_alloc_resource returns NULL. I have tried 4.1-RELEASE and 5.0-CURRENT including the latest SNAP without any success. Actually, any version from 4.1 up does not even print any information regarding the csa device. The relevant lines in the config file are: options PNPBIOS device pcm device csa I have tried all combinations of leaving PNPBIOS in or taking it out or only using pcm or csa. They all produce similar failed results. Any anyone help me with this problem? Thanks John Aughey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message