From owner-freebsd-questions Thu Dec 30 14:50:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.houston.rr.com (sm1.texas.rr.com [24.93.35.54]) by hub.freebsd.org (Postfix) with ESMTP id 417AC15420 for ; Thu, 30 Dec 1999 14:50:32 -0800 (PST) (envelope-from cklumb@bayou.uh.edu) Received: from bayou.uh.edu ([24.27.84.115]) by mail.houston.rr.com with Microsoft SMTPSVC(5.5.1877.197.19); Thu, 30 Dec 1999 16:50:55 -0600 Message-ID: <386BE25F.43A7EB0@bayou.uh.edu> Date: Thu, 30 Dec 1999 16:53:19 -0600 From: Christopher Klumb X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: Compiling kernel Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just recently installed FreeBSD 3.3. I decided to recompile the kernel to get my NIC working and to remove unwanted devices. I did: /usr/sbin/config MYKERNEL, cd ../../compile/MYKERNEL, make depend, make, make install. No error messages were recieved. However, when I reboot, it appears that the original kernel is being booted. All the devices I removed from MYKERNEL show up with "dmesg." More importantly, it is trying to initialze my NIC with parameters other then the ones I put in MYKERNEL. My NIC is a 3c503. When I boot I get the message "ed0 not found at io 280", or something like that. Could someone tell what gives? Also, what value should I use for the iomem parameter? Thanks, Christopher Klumb cklumb@bayou.uh.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message