From owner-freebsd-stable Sun Dec 15 23:39:45 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE9A637B401 for ; Sun, 15 Dec 2002 23:39:43 -0800 (PST) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 383FD43EC5 for ; Sun, 15 Dec 2002 23:39:42 -0800 (PST) (envelope-from max@vega.com) Received: from vega.vega.com (root@xDSL-2-2.united.net.ua [193.111.9.226]) by baraca.united.net.ua (8.12.6/8.12.6) with ESMTP id gBG7dWBR008270; Mon, 16 Dec 2002 09:39:33 +0200 (EET) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost.vega.com [127.0.0.1]) by vega.vega.com (8.12.6/8.12.5) with ESMTP id gBG7dZGi095763; Mon, 16 Dec 2002 09:39:36 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.6/8.12.5/Submit) id gBG7dXcH095762; Mon, 16 Dec 2002 09:39:33 +0200 (EET) Date: Mon, 16 Dec 2002 09:39:33 +0200 From: Maxim Sobolev To: Michael Riexinger , Alexandr Kovalenko Cc: stable@freebsd.org Subject: Re: Soundcard (fm801) problems Message-ID: <20021216073933.GB95712@vega.vega.com> References: <20021122173219.GA37688@nevermind.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20021122173219.GA37688@nevermind.kiev.ua> User-Agent: Mutt/1.4i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Michael, I am really sorry that you have those problems - I suspect that they are caused by the tuner-only fm801 card detection which I added somewhere between 4.6.2-RELEASE and 4.7-RELEASE. Could you please do the following to help me diagnose the problem: 1. cvsup back to RELENG_4 or RELENG_4_7; 2. edit /sys/dev/sound/pci/fm801.c file, adding: printf("fm801 0x28 reg value is: %d\n", bus_space_read_1(st, sh, 0x28)); before "if (bus_space_read_1(st, sh, 0x28) == 0) {" line. After that, recompile your kernel, reinstall it and reboot as usually. When the machine is up again, in the dmesg output look for the line starting with "fm801 0x28 reg value is:" and send me number that follows. Thanks! -Maxim On Fri, Nov 22, 2002 at 07:32:19PM +0200, Alexandr Kovalenko wrote: > ----- Forwarded message from Michael Riexinger ----- > > Date: Thu, 21 Nov 2002 23:14:29 +0100 > From: Michael Riexinger > To: stable@FreeBSD.ORG > Subject: Soundcard (fm801) problems > > Hi, > > I upgraded my STABLE from early October to yesterday's STABLE via > cvsup. I compiled the kernel without modifying my configfile. The > problem is now, that my Terratec 512i Soundcard (FM801 based) isn't > recognized anymore. To verify that it isn't a hardware problem I > downgraded (with cvsup) to 4.7-RELEASE-p2 and the card works again. Any > suggestions? > > Thanks, > Michael > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > > ----- End forwarded message ----- > > -- > NEVE-RIPE, will build world for food > Ukrainian FreeBSD User Group > http://uafug.org.ua/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message