From owner-freebsd-questions@FreeBSD.ORG Sat Nov 27 20:09:15 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF6D916A4CE for ; Sat, 27 Nov 2004 20:09:15 +0000 (GMT) Received: from outside.taborandtashell.net (sub18-33.member.dsl-only.net [63.105.18.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 285A443D41 for ; Sat, 27 Nov 2004 20:09:15 +0000 (GMT) (envelope-from tkelly-freebsd-questions@taborandtashell.net) Received: (qmail 20785 invoked from network); 27 Nov 2004 12:09:14 -0800 Received: from unknown (HELO ?192.168.0.9?) (tkelly@192.168.0.9) by 192.168.0.2 with AES256-SHA encrypted SMTP; 27 Nov 2004 12:09:14 -0800 Message-ID: <41A8DED4.408@taborandtashell.net> Date: Sat, 27 Nov 2004 12:08:52 -0800 From: Tabor Kelly User-Agent: Mozilla Thunderbird 0.9 (X11/20041112) X-Accept-Language: en-us, en MIME-Version: 1.0 To: arden , freebsd-questions@freebsd.org References: <1101580527.2224.12.camel@localhost> In-Reply-To: <1101580527.2224.12.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: realtek rl0 not working with dchp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: tkelly-freebsd-questions@taborandtashell.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Nov 2004 20:09:15 -0000 arden wrote: > hi folks > > Im setting up an extra box on my home dchp network to use as an internet > station it just will not pick up an ip address by dchp even when nothing > else is on the network i can manually assign an ip with ifconfig so > > pretty sure its detected ok also tried 3 different linux distros and get > the same prob with this card > > the case is compact (built into the monitor) so a different nic is not > an option > > Arden > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" I am no expert, but try: # dhclient -v rl0 and post the output.