From owner-freebsd-questions@FreeBSD.ORG Sat Nov 1 23:34:01 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67F051065674 for ; Sat, 1 Nov 2008 23:34:01 +0000 (UTC) (envelope-from mdh_lists@yahoo.com) Received: from web56807.mail.re3.yahoo.com (web56807.mail.re3.yahoo.com [66.196.97.81]) by mx1.freebsd.org (Postfix) with SMTP id EC94A8FC0A for ; Sat, 1 Nov 2008 23:34:00 +0000 (UTC) (envelope-from mdh_lists@yahoo.com) Received: (qmail 89467 invoked by uid 60001); 1 Nov 2008 23:34:00 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=Nb0rKGblNMBJvKQvwf3pyFUPruSSo8CerWSmBjIA3ELSQpM11UmriMIPvjBiJ6cZtiUbAtT08HbqRJFO5liZEDT7FBZto2ohtsUek1L2su65jdpgEgch+XO/DfZWhZhI5NAKVkoeRDDsj9G8iuXH7FB9jTwKTVmlfrZ2UjN9ZYs=; X-YMail-OSG: c_HO.awVM1kx4wVZedwH6s7CWokNOL4aI5B6MW_P2xQ521SJ9Kk- Received: from [71.61.220.126] by web56807.mail.re3.yahoo.com via HTTP; Sat, 01 Nov 2008 16:33:59 PDT X-Mailer: YahooMailWebService/0.7.260.1 Date: Sat, 1 Nov 2008 16:33:59 -0700 (PDT) From: mdh To: freebsd-questions@freebsd.org, Sven Aluoor In-Reply-To: <20081101234311.9bc42999.aluoor@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <478010.88633.qm@web56807.mail.re3.yahoo.com> Cc: Subject: Re: FreeBSD on Eeepc 1000h X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mdh_lists@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Nov 2008 23:34:01 -0000 --- On Sat, 11/1/08, Sven Aluoor wrote: > From: Sven Aluoor > Subject: FreeBSD on Eeepc 1000h > To: freebsd-questions@freebsd.org > Date: Saturday, November 1, 2008, 6:43 PM > Hi folks > > I tried netinstall of stable and current. Both versions of > the > installer dont have driver for my NIC. > > How to get ethernet working? > > "lscpi" on Debian Lenny: > 03:00.0 Ethernet controller: Attansic Technology Corp. L1 > Gigabit > Ethernet Adapter (rev b0) > > kind regards > Sven If I recall correctly, the eeepc 1000H has an Attansic L1E, not an L1, ethernet controller chipset. FreeBSD RELENG_7 has support for the L1 and the L2, but I've heard that the L1E doesn't work yet. You should do some searching for a driver, it's possible one of our fine developers is looking for helping testing one they're working on. ;) - mdh