From owner-freebsd-questions@FreeBSD.ORG Sat Oct 24 03:51:45 2009 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 9C7481065676 for ; Sat, 24 Oct 2009 03:51:45 +0000 (UTC) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [74.1.12.120]) by mx1.freebsd.org (Postfix) with ESMTP id 4827C8FC16 for ; Sat, 24 Oct 2009 03:51:45 +0000 (UTC) Received: (qmail 3691 invoked by uid 1008); 24 Oct 2009 05:05:32 -0000 Received: from unknown (HELO kalins-macbook-pro.local) (kalin@el.net@74.1.12.115) by mail.el.net with ESMTPA; 24 Oct 2009 05:05:32 -0000 Message-ID: <4AE27939.20303@el.net> Date: Fri, 23 Oct 2009 23:49:13 -0400 From: kalin m User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Polytropon References: <4AE250BF.8010902@el.net> <6201873e0910231846j4386baa9g3bd3eab21fed1727@mail.gmail.com> <4AE26337.8030001@el.net> <20091024054227.e3a4a3bb.freebsd@edvax.de> In-Reply-To: <20091024054227.e3a4a3bb.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Adam Vande More , freebsd-questions Subject: Re: freebsd forgets root password X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2009 03:51:45 -0000 Polytropon wrote: > On Fri, 23 Oct 2009 22:15:19 -0400, kalin m wrote: > >> Adam Vande More wrote: >> >>> man msk >>> >> many times.... msk should at least show in the dmesg somewhere.... >> > > If you have if_msk_load="YES" in /boot/loader.conf, it should. > A message for dmesg is issued at the moment the driver is > loaded successfully. Is your particular card listed in the > manual's section "HARDWARE"? > > i did have that but it complain that it's already loaded. so i took that off. after a bit more research i just sent this to the net list: """ does anybody here know if freebsd has a driver for Marvell 88E8057 nic chip? according to the kernel list of drivers (7.2) marvell chips are driven by the msk driver. but it doesn't show up in pciconf, dmesg or sysinstall.... strangely enough 88E8057 is not in the list in man msk. although 88E8056 and 88E8058 are. is this just bad luck?! """ thanks Polytropon...