From owner-freebsd-mobile@FreeBSD.ORG Wed Apr 4 09:19:31 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 C045616A417 for ; Wed, 4 Apr 2007 09:19:31 +0000 (UTC) (envelope-from b@helectronics.de) Received: from server73.greatnet.de (server73.greatnet.de [83.133.96.46]) by mx1.freebsd.org (Postfix) with ESMTP id 444F613C4AE for ; Wed, 4 Apr 2007 09:19:31 +0000 (UTC) (envelope-from b@helectronics.de) Received: from localhost (localhost [127.0.0.1]) by server73.greatnet.de (Postfix) with ESMTP id 3C72B900239 for ; Wed, 4 Apr 2007 11:19:29 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at server73.greatnet.de Received: from server73.greatnet.de ([127.0.0.1]) by localhost (server73.greatnet.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V4R81GzYV-HB for ; Wed, 4 Apr 2007 11:19:29 +0200 (CEST) Received: from home.bh.net (dslb-084-062-059-034.pools.arcor-ip.net [84.62.59.34]) by server73.greatnet.de (Postfix) with ESMTP id 08FCC900085 for ; Wed, 4 Apr 2007 11:19:28 +0200 (CEST) Date: Wed, 4 Apr 2007 11:19:29 +0200 From: Marv To: freebsd-mobile@freebsd.org Message-ID: <20070404091929.GA1158@home.bh.net> References: <20070403234352.GA2298@home.bh.net> <46135234.9080208@vwsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46135234.9080208@vwsoft.com> User-Agent: Mutt/1.4.2.2i 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 09:19:31 -0000 The output of pciconf -lv says that the network card is a "Marvell Semiconductor (Was: Galileo Technology Ltd)" card=0x01101025 chip=0x435211ab. The audio chip is "Intel High definition audio" which I think will work with snd_hda. The main problem is the network card. Yesterday I tried to compile a patched kernel for "msk" support but it failed with the e1000phy compilation. Hope I will get this to work today. Any suggestions? Marv On Wed, Apr 04, 2007 at 09:22:28AM +0200, Volker wrote: > 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