From owner-freebsd-mobile@FreeBSD.ORG Thu Feb 12 10:18:42 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FF2A16A4D0; Thu, 12 Feb 2004 10:18:42 -0800 (PST) Received: from cliffclavin.cs.rpi.edu (cliffclavin.cs.rpi.edu [128.213.1.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E24E43D1D; Thu, 12 Feb 2004 10:18:42 -0800 (PST) (envelope-from guptar@cs.rpi.edu) Received: from go.cs.rpi.edu (go.cs.rpi.edu [128.213.12.7]) i1CIIfdX093768 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 12 Feb 2004 13:18:41 -0500 (EST) Received: from go.cs.rpi.edu (localhost [127.0.0.1]) by go.cs.rpi.edu (8.12.9/8.12.6) with ESMTP id i1CIIewk019325; Thu, 12 Feb 2004 13:18:40 -0500 (EST) (envelope-from guptar@go.cs.rpi.edu) Received: from localhost (guptar@localhost) by go.cs.rpi.edu (8.12.9/8.12.6/Submit) with ESMTP id i1CIId1P019322; Thu, 12 Feb 2004 13:18:40 -0500 (EST) (envelope-from guptar@go.cs.rpi.edu) Date: Thu, 12 Feb 2004 13:18:38 -0500 (EST) From: Rashim Gupta To: freebsd-mobile@freebsd.org, freebsd-newbies@freebsd.org Message-ID: <20040212130536.V19263@go.cs.rpi.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.37 cc: Rashim Gupta Subject: Etherjet card on IBM Thinkpad 600E X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2004 18:18:42 -0000 I am trying to install FreeBSD 5.2.1 on an IBM Thinkpad 600E. I am having a problem configuring the IBM EtherJet Cardbus network card and am unable to connect to the network. After doing some research on google, I modified my /boot/loader.conf to have: hw.ata.atapi_dma="1" hw.pci.allow_unsupported_io_range="1" hw.cbb.start_memory="536870912" apm_load="1" I also modified my /etc/rc.conf to include: devd_enable="YES" pccard_enable="YES" pccard_ifconfig="YES" After doing this FreeBSD does recognize the card and when I type an ifconfig, I do see the network card. However, I do not get an IP address assigned to me. On doing a "dhclient dc0" (dc0 is my device name for the etherjet card) I get an error "dc0: watchdog timeout". How can I configure my card to get an IP address using DHCP. I have not built a custom kernel. Do I need to build one, and if yes what would be the kernel config file values? Any inputs would be appreciated. Thanks! Rashim