From owner-freebsd-sparc64@FreeBSD.ORG Sat Jun 21 00:07:56 2008 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 255E81065672 for ; Sat, 21 Jun 2008 00:07:56 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.230]) by mx1.freebsd.org (Postfix) with ESMTP id B0ACF8FC19 for ; Sat, 21 Jun 2008 00:07:55 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so8148443rvf.43 for ; Fri, 20 Jun 2008 17:07:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from :to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=S/JkcXyr4bTHdkLYL0xZwtYZ09u5UmFL15isQdBS27M=; b=f6O9+NriSE+J/svk6eS7xMmz7kFJhXOmEjitIcf9CBiY3ZX4X+O9HPWfuCyeL92FoB iX2+ELsjC6vsJqlq/eaFxN7F81KZ8UE3s2tO5uk+g7Ef2/EoQ28AhXb7yKGBV9yUhm0r syuU0rcRTiZz6ZLOb+3atRzd8O6Zh5F9JcLB0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=Wo/2/TZfhT57UMWh1hj2fITE5ZWrfFO8Xuz/sedZiFR9Ph/AIseNwNpc0y67BMX666 8VEEDsZf68zhdQmShA3y68+zUsygKJi/dP+PbWQuO5q+dEoFf2kX8ADZS8Zr2ICZ08wa +uexS29s/mXJtMXX5zG20yG9V2o/cBZRy+EAU= Received: by 10.140.132.8 with SMTP id f8mr8420201rvd.122.1214006874895; Fri, 20 Jun 2008 17:07:54 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id l31sm4915744rvb.6.2008.06.20.17.07.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 20 Jun 2008 17:07:54 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m5L05jWS044234 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 21 Jun 2008 09:05:45 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m5L05giW044233; Sat, 21 Jun 2008 09:05:42 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Sat, 21 Jun 2008 09:05:42 +0900 From: Pyun YongHyeon To: Kage Message-ID: <20080621000542.GA44099@cdnetworks.co.kr> References: <18034453.post@talk.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18034453.post@talk.nabble.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-sparc64@freebsd.org Subject: Re: gem0 frame error X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2008 00:07:56 -0000 On Fri, Jun 20, 2008 at 10:44:56AM -0700, Kage wrote: > > Hi folks, I just decided to throw Freebsd on an old sunblade 100 I have lying > around here. Install flew by, and I'm sitting here configuring it. I bring > up gem0, and it's tossing me an error along the following: > > gem0: discard frame w/o leading ethernet header (len 0 pkt len 0) > gem0: receive error: CRC error > > And continuing. Ifconfig lists the following for gem0 in the up state (some > names changed to protect the innocent ;]): > > gem0: glags8802 metric 0 mtu 1500 > options=b > ether xx:xx:xx:xx:xx:xx > inet 168.xx.xx.xx netmask 0xfffffc00 broadcast 168.xx.xx.xx > media: Ethernet autoselect (10baseT/UTP) ^^^^^^^^^^^ It's rare to see 10baseT, half-duplex media. Would you check link partner also agrees on resolved link speed/duplex? It would be even better if you can post dmesg output and "devinfo -rv| grep oui" to see what PHY was attached. > status: active > > I'm pretty new to sun hardware specifics so I can't quite nail this down. > I'm not actually sure where to begin other than possibly considering a new > driver? > > Thanks. -- Regards, Pyun YongHyeon