From owner-freebsd-questions@FreeBSD.ORG Wed Sep 3 12:41:45 2008 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 D40181065673 for ; Wed, 3 Sep 2008 12:41:45 +0000 (UTC) (envelope-from anrays@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id 7FA3E8FC24 for ; Wed, 3 Sep 2008 12:41:45 +0000 (UTC) (envelope-from anrays@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so1535077yxb.13 for ; Wed, 03 Sep 2008 05:41:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Vw/7c55O0Oqtvzv3JGdPX5LTq0UtVu9cMOsnZl/B4sU=; b=IaUlGKUJEttwZ4VbADKpw3PIdwbzQF+4v8wjXvG6rrc1wz2RB05w+62cRhPHWXp5qQ Hw7S3dcEN1rphxhhpkmFqISPCk6JIgoB6IKBhTEIDFvNkr07QwR67ljjmFRNpru1Sc0V 8oMNa6+Fv7EFbAyyIYUdvuvzczWvgWRGzgTxE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=EbuzdO0do2hTIocDVSLOClkQVg5ixipiQtFzwkdnFsHZ12+mlewiVX0dbMNA4bj7H7 DebzDsiHsSL3FYXRKSDOBbRqrJ/OMpUTA1nvP3VnpphcMNZbWO/CPRKxPBPpbgVIbaR1 1wO5UmbCxXe0OYpuwNtIraYKt0px4O7y8qiJ4= Received: by 10.151.145.21 with SMTP id x21mr12337961ybn.154.1220445704645; Wed, 03 Sep 2008 05:41:44 -0700 (PDT) Received: by 10.150.200.11 with HTTP; Wed, 3 Sep 2008 05:41:44 -0700 (PDT) Message-ID: <47e01da70809030541k5abbad83x5660e67bc5e76a9f@mail.gmail.com> Date: Wed, 3 Sep 2008 15:41:44 +0300 From: "Andrey Slusar" To: "Jason Lenthe" In-Reply-To: <48BE7A26.1000102@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47e01da70809030141r2cd45f54n4407fd8fde0860d9@mail.gmail.com> <48BE7A26.1000102@comcast.net> Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD7 and realtek 8111C 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: Wed, 03 Sep 2008 12:41:45 -0000 2008/9/3 Jason Lenthe : > Andrey Slusar wrote: >> Hello! >> I have the motherboard with realtek 8111C LAN Card. >> On FreeBSD6.3 it's card is work fine with driver from realtek wesite - >> rtl_bsd_drv_v175.tgz archive. >> Build this driver on 7.0-STABLE is not work. I'm hacked this and >> driver is compile without problems, but LAN card works is very >> unstable - system hang, >> when i'm downoad file ~10 seconds. Maybe there are people who can >> bring to mind my hack? I'm attached driver and patch. > > I have this board on an Intel D945GCNL motherboard and the driver that comes > with FreeBSD 7 works just fine for me. Why are you trying to use the driver > from the website? This NIC is unsupported. May bee on you motherboard the realtek 8111B card, not C. 8111B is works fine. See this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=123123 -- Regards, Andrey.