From owner-freebsd-questions@FreeBSD.ORG Tue May 17 17:48:21 2005 Return-Path: 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 BD6EC16A4CE for ; Tue, 17 May 2005 17:48:21 +0000 (GMT) Received: from mail.paystone.com (yvr-n-01.paystone.com [209.53.184.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2455243D69 for ; Tue, 17 May 2005 17:48:21 +0000 (GMT) (envelope-from moose@freebsdfreaks.net) Received: by mail.paystone.com (Postfix, from userid 1004) id 9FDF71E5B9; Tue, 17 May 2005 10:48:15 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.paystone.com (Postfix) with ESMTP id 6DA531E5B6; Tue, 17 May 2005 10:48:15 -0700 (PDT) Received: from mail.paystone.com ([127.0.0.1]) by localhost (mail.paystone.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 67717-02; Tue, 17 May 2005 10:48:15 -0700 (PDT) Received: from [192.168.3.91] (unknown [192.168.2.253]) by mail.paystone.com (Postfix) with ESMTP id 23BC21E5A2; Tue, 17 May 2005 10:48:15 -0700 (PDT) Message-ID: <428A2FEB.2070301@freebsdfreaks.net> Date: Tue, 17 May 2005 10:54:51 -0700 From: Matt Crossley User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050512) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Fafa Hafiz Krantz References: <20050517141549.AE7F74BEAD@ws1-1.us4.outblaze.com> In-Reply-To: <20050517141549.AE7F74BEAD@ws1-1.us4.outblaze.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: at paystone.com cc: questions@freebsd.org Subject: Re: Creative Sound Blaster Audigy LS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 17:48:21 -0000 Fafa Hafiz Krantz wrote: >That didn't really work :( >Any other suggestions? > >Thanks. > >-- > I'm using mine just fine... I didn't include mine in the kernel yet, I just tested with a kldload, in 5.4: kldload snd_emu10k1 from /var/log/messages: May 16 18:31:34 bsdmoose kernel: pcm0: port 0xa000-0xa01f irq 18 at device 13.0 on pci0 May 16 18:31:34 bsdmoose kernel: pcm0: bsdmoose# kldstat Id Refs Address Size Name 1 9 0xc0400000 5dde24 kernel 2 14 0xc09de000 56270 acpi.ko 3 1 0xc1e67000 17000 linux.ko 4 1 0xc298a000 6000 snd_emu10k1.ko 5 1 0xc2990000 18000 sound.ko Works like a charm. It used to be that I needed to compile the emu10kx drivers. Maybe if you included some more information, it would prove to be more useful. What is your dmesg saying when you boot up now? What did it say before? What happens with a kldload snd_emu10k1, followed by a kldstat (if it gave no error)? HTH, Matt