From owner-freebsd-net@FreeBSD.ORG Tue Feb 16 18:36:16 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A31B81065670 for ; Tue, 16 Feb 2010 18:36:16 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-qy0-f189.google.com (mail-qy0-f189.google.com [209.85.221.189]) by mx1.freebsd.org (Postfix) with ESMTP id 11D538FC14 for ; Tue, 16 Feb 2010 18:36:14 +0000 (UTC) Received: by qyk27 with SMTP id 27so4105084qyk.3 for ; Tue, 16 Feb 2010 10:36:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=dpb+I3v9VN6IKRzKyn9pT9+9hQklNLV1Vfoohui8p+Y=; b=BRBTHpLNbEKH+/N0qlTSksu4vBRtS6HtM3YqEqwnFGljqbNUr5GRmZvvoNJfw2PCGm sOrtgJRkr++DMpe+bPOReFhAs4ZDVzLAggkovgFtybb78+ljyjTPlx0nXXmwdBFjxckw vmQZtU7R6xLU3q3drfqtLyn47jrmfH+VuG2GU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=D3l25FT+zAyZZ3rd37BR6OrwkFUnFnr77ZcAB+kl5PutI6qUISPUK3jbCSbubcDrBI tubF2ypSg4ZuROx2XB1FbeG4Gbs1AJaIUj+Z9olWROYljIAIvd4bzrxXdFMFcVjs3uN+ xG+znjV9CTli92BudICPLjFR9JB3HUhW54a+w= Received: by 10.224.140.144 with SMTP id i16mr1069537qau.149.1266345374112; Tue, 16 Feb 2010 10:36:14 -0800 (PST) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id 5sm3514924qwg.58.2010.02.16.10.36.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 16 Feb 2010 10:36:12 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Tue, 16 Feb 2010 10:35:31 -0800 From: Pyun YongHyeon Date: Tue, 16 Feb 2010 10:35:31 -0800 To: Patrick Ale Message-ID: <20100216183531.GD1394@michelle.cdnetworks.com> References: <8d158e1f1002160429m747efaf1h478b6b9cf00b96c@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8d158e1f1002160429m747efaf1h478b6b9cf00b96c@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org Subject: Re: Attansic L1 Gigabit discovered on install but no link X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2010 18:36:16 -0000 On Tue, Feb 16, 2010 at 01:29:35PM +0100, Patrick Ale wrote: > Good afternoon, > > I tried to install FreeBSD 8.0 about 30 minutes ago and during the > installation I encountered a problem. > > My network card is detected but on DHCP Server discoverage I see that > no link is detected and that the driver/dhcp discovery process is > giving up on trying. > I assume you're using age(4). age(4) is one of driver that still does full re-initialization while dhclient(8) is running, how about unplugging the UTP cable and replug it while DHCP is in progress? > I understoodthat the Attansic L1 Gigabit card's support is sort of > problematic due to the 'openness' of the documentation but I'd really > like to know how I can help or what I can do to get this driver > working on my Acer Aspire 8920 laptop. Buying another NIC for this > particular thing is not really an option. > There are several variants of L1 so please show me the dmesg output. > Any suggestion is welcome, my C programming skills are not really to > write home about so I am afraid I can't contribute much on that point > but if you need test dummies or feel like I can help out or if you > need more information, please let me know. > > > Thank you for your time in advance, > > > Patrick > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"