From owner-freebsd-mobile@FreeBSD.ORG Wed Apr 4 07:22:52 2007 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CEAC816A401 for ; Wed, 4 Apr 2007 07:22:52 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from frontmail.ipactive.de (frontmail.maindns.de [85.214.95.103]) by mx1.freebsd.org (Postfix) with ESMTP id 918F013C455 for ; Wed, 4 Apr 2007 07:22:50 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from mail.vtec.ipme.de (Q7df1.q.ppp-pool.de [89.53.125.241]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by frontmail.ipactive.de (Postfix) with ESMTP id 34FF3128829; Wed, 4 Apr 2007 09:22:43 +0200 (CEST) Received: from [192.168.16.3] (cesar.sz.vwsoft.com [192.168.16.3]) by mail.vtec.ipme.de (Postfix) with ESMTP id DD2083F9E5; Wed, 4 Apr 2007 09:22:31 +0200 (CEST) Message-ID: <46135234.9080208@vwsoft.com> Date: Wed, 04 Apr 2007 09:22:28 +0200 From: Volker User-Agent: Thunderbird 1.5.0.10 (X11/20070306) MIME-Version: 1.0 To: Marv References: <20070403234352.GA2298@home.bh.net> In-Reply-To: <20070403234352.GA2298@home.bh.net> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-VWSoft-MailScanner: Found to be clean X-MailScanner-From: volker@vwsoft.com X-ipactive-MailScanner-Information: Please contact the ISP for more information X-ipactive-MailScanner: Found to be clean X-ipactive-MailScanner-From: volker@vwsoft.com Cc: freebsd-mobile@freebsd.org Subject: Re: Mobile Intel 940 GML Express chipset X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2007 07:22:52 -0000 On 04/04/07 01:43, Marv wrote: > Hi, > > I just bought an Acer Aspire 3680 (3861WXM) notebook. I installed > FreeBSD 6.2 i386 but I do not get things to work and I did not find any > useful information on this topic. > > First Problem: The internal ethernet card > > There are no specifications on that, I think it is integrated in to the > Intel Mobile 940 GML chipset. I tried all if_* drivers but none worked. > > Second Problem: The internal sound card > > Same as above... Tried all snd_* drivers. Marv, you should not expect everybody here to know your hardware. What about `pciconf -lv' and `dmesg'? At least pciconf would help to identify your chipsets and most times you'll find hints by googling for the pci-id. Volker