From owner-freebsd-questions@FreeBSD.ORG Fri Jan 16 11:29:08 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 CEF501065673 for ; Fri, 16 Jan 2009 11:29:08 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from mail.unitedinsong.com.au (202-172-126-254.cpe.qld-1.comcen.com.au [202.172.126.254]) by mx1.freebsd.org (Postfix) with ESMTP id 7C3C88FC16 for ; Fri, 16 Jan 2009 11:29:08 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from [192.168.0.199] (unknown [192.168.0.199]) by mail.unitedinsong.com.au (Postfix) with ESMTP id C9B0540B9 for ; Fri, 16 Jan 2009 12:03:31 +1000 (EST) From: Da Rock To: freebsd-questions@freebsd.org In-Reply-To: <20090112170739.GA14646@slackbox.xs4all.nl> References: <4968EDAF.40108@utoronto.ca> <3a142e750901101153x66d0099dxa871dce07df32175@mail.gmail.com> <49694724.6090705@utoronto.ca> <20090111165235.GA62524@slackbox.xs4all.nl> <496A7E0F.4060301@utoronto.ca> <20090111234532.GA86733@slackbox.xs4all.nl> <496A9800.40205@utoronto.ca> <20090112170739.GA14646@slackbox.xs4all.nl> Content-Type: text/plain Date: Fri, 16 Jan 2009 12:02:22 +1000 Message-Id: <1232071342.22938.21.camel@laptop2.herveybayaustralia.com.au> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Re: Cannot get ethernet off the ground 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: Fri, 16 Jan 2009 11:29:09 -0000 On Mon, 2009-01-12 at 18:07 +0100, Roland Smith wrote: > On Sun, Jan 11, 2009 at 08:08:16PM -0500, William Gordon Rutherdale wrote: > > I'm afraid it's gone from bad to worse. > > > > The 7.1 system may have recognised the ethernet adapter, but it seemed > > to fail writing to the hard drive. > > > > I got this during installation: > > > > Progress > > Extracting GENERIC into /boot directory... > > > > Message > > Write failure on transfer! (wrote -1 bytes of 1425408 bytes) > > > > /mtrt: write failed, filesystem is full. > > > > ------------- > > > > I think I allocated decent size partitions for /, /var, swap, /tmp, > > /usr. I made multiple attempts. Kept getting errors. > > The 'filesystem is full' message might imply that the partition for root > is too small. What were the filesystem sizes you chose? There should be > an item in the main install menu to start a shell. If you take that > option and use the 'df -h' command, you should see the sizes of the > mounted partitions. > > What happens if you just make one giant partition? > > Roland Going back to the original issue- the rtl 8111E is not really supported. Buying another card does seem to be a bit redundant, but there is 6.x sources for this card which work (albeit on 6.x). So maybe try 6.4? For the developers out there, what is the difference between BSD versions? Why wouldn't a driver for 6.x work on later versions- I need technical detail or pointers to it not just a simple answer. I'm looking at resolving some of the driver issues but I'm really green- yes, I'm finally getting off my ass and doing something other than complaining... not that I have the time, but I have my own problems to resolve here which I can't wait on :) Now, if the filesystem is full have you redone all the filesystem through sysinstall or are you simply loading over the top of previous versions?