From owner-freebsd-i386@FreeBSD.ORG Mon May 19 07:30:21 2003 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3471837B401 for ; Mon, 19 May 2003 07:30:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A846043F75 for ; Mon, 19 May 2003 07:30:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4JEUKUp037239 for ; Mon, 19 May 2003 07:30:20 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4JEUKlq037238; Mon, 19 May 2003 07:30:20 -0700 (PDT) Date: Mon, 19 May 2003 07:30:20 -0700 (PDT) Message-Id: <200305191430.h4JEUKlq037238@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Martin.Kaeske@Stud.TU-Ilmenau.DE Subject: Re: i386/52428: pcm0 reported twice: onboard AC97% X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Martin.Kaeske@Stud.TU-Ilmenau.DE List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2003 14:30:21 -0000 The following reply was made to PR i386/52428; it has been noted by GNATS. From: Martin.Kaeske@Stud.TU-Ilmenau.DE To: freebsd-gnats-submit@FreeBSD.org, jimd@siu.edu Cc: Subject: Re: i386/52428: pcm0 reported twice: onboard AC97% Date: Mon, 19 May 2003 16:22:40 +0200 (CEST) Hello, It's normal that there are two lines containing "pcm0", one is the controller "EMU10K1" the other one is the AC97Codec "SigmaTel...". Both refer to your SB-Live. AFAICS snd_ich.ko is responsible for your onboard sound, maybe you want to "kldload snd_ich.ko" to see if this actually works. Nevertheless those two lines are not a bug, do "cat /dev/sndstat" to verify that there is only one soundcard connected to pcm0. Can we close this PR? HTH & HAND Martin