From owner-freebsd-net@FreeBSD.ORG Fri Sep 5 19:46:37 2008 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 B788F1065674 for ; Fri, 5 Sep 2008 19:46:37 +0000 (UTC) (envelope-from milan@dino.sk) Received: from loki.netlab.sk (loki.netlab.sk [84.245.65.11]) by mx1.freebsd.org (Postfix) with ESMTP id 111D98FC13 for ; Fri, 5 Sep 2008 19:46:36 +0000 (UTC) (envelope-from milan@dino.sk) Received: from via.dino.sk (home.dino.sk [84.245.95.252]) (AUTH: PLAIN milan, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by loki.netlab.sk with esmtp; Fri, 05 Sep 2008 21:35:00 +0200 id 0002E010.48C189E4.0001047F From: Milan Obuch To: freebsd-net@freebsd.org, pyunyh@gmail.com Date: Fri, 5 Sep 2008 21:35:26 +0200 User-Agent: KMail/1.9.7 References: <200809050945.09276.freebsd-net@dino.sk> <20080905082322.GA66951@cdnetworks.co.kr> <200809051643.52950.freebsd-net@dino.sk> In-Reply-To: <200809051643.52950.freebsd-net@dino.sk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809052135.27899.milan@dino.sk> Cc: Subject: Re: MSI Wind Notebook's network interfaces X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2008 19:46:37 -0000 On Friday 05 September 2008 16:43:51 Milan Obuch wrote: > On Friday 05 September 2008 10:23:22 Pyun YongHyeon wrote: > > On Fri, Sep 05, 2008 at 09:45:08AM +0200, Milan Obuch wrote: > > [ snip ] > > > > In 7.0-RELEASE wired network interface did not work, but after > > > upgrading to 7-STABLE (now 7.1-PRERELEASE) it work with re driver. > > > There is just one small uglyness - it's link level address (MAC) is > > > 00:00:00:00:00:00. Needless to say, Windows initializes this to > > > 00:1d:92:59:f5:8b. I can change it with 'ifconfig re0 ether > > > 00:1d:92:59:f5:8b', but I would rather let the driver to find the > > > correct MAC. [ snip ] > > > If anybody had some idea how to fix MAC address initialization for > > > wired > > > > Would you try attached patch? > > I tried on freshly csup'ped head and it works. Ethernet link address is now > correctly set. Great! It looks like a kind of magic at first glance :) > > > > interface or what driver to use for wireless interface (I will > > > probably try NDIS, but my experience in this area is limited and > > > previous succesfull try none), I am all ears. > > Could anybody comment on wireless interface? > I csup'ped 7.1-PRERELEASE, apply this patch and it work just like in HEAD. Just FYI. Regards, Milan