From owner-freebsd-questions@FreeBSD.ORG Sun Mar 25 18:48:38 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C6D8C16A408 for ; Sun, 25 Mar 2007 18:48:38 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp113.sbc.mail.mud.yahoo.com (smtp113.sbc.mail.mud.yahoo.com [68.142.198.212]) by mx1.freebsd.org (Postfix) with SMTP id 72D3513C4BE for ; Sun, 25 Mar 2007 18:48:38 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: (qmail 25744 invoked from network); 25 Mar 2007 18:48:37 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:X-YMail-OSG:Mime-Version:Content-Transfer-Encoding:Message-Id:Content-Type:To:From:Subject:Date:X-Mailer; b=6HBQoiV9qM9vcPZH27+02vvmycuKxdhIewCSw5aprjRoKCI5TyXqKlE8DeJr8kJBPXk+KXeonKYg5vjGwS3JYpnQ/VCmmw6p+1nzJZuXcCS46esz4YuFE7MAfP+GgsBUU9JjP+ucqFsEX+MN1SU0qLaF8Xv2kjCyoDj9PD08p6w= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp113.sbc.mail.mud.yahoo.com with SMTP; 25 Mar 2007 18:48:37 -0000 X-YMail-OSG: WQ8PVpAVM1lXwPdIeMEUDkMbNvohZhkbQ_P5iGi3n9ZGKmex_F8GlFPT_GHN35BS.3YeFN04n3E4Ua.ihJwZXMpwxrBx72ifgz8LkPMfcWoBehjteLW8TPP_YkmvSIbr552fdRExDougdfk- Mime-Version: 1.0 (Apple Message framework v622) Content-Transfer-Encoding: 7bit Message-Id: <01d727383d4a090ff2e774462c02e329@prodigy.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: FreeBSD Questions From: jekillen Date: Sun, 25 Mar 2007 11:48:54 -0800 X-Mailer: Apple Mail (2.622) Cc: Subject: kldunload question 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: Sun, 25 Mar 2007 18:48:38 -0000 Hello; In the continuing saga of ethernet interfaces I.E. em0 fwe0 em1 on ASUS N2M32 pro motherboard with two intel interface cards. One em0 works and the other em1 does not (can not ping it though it shows up and running) I am trying to unload the fwe driver to see if it makes a difference to em1 function. after reading Absolute FreeBSD and man kldunload I did kldunload - n if_fwe.ko and kldunload -n fwe.ko The result was that kldunload couid no find the named file ...no such file or directory" so I did find / -name if_fwe.ko -print and it came up where I found it from kldstat -v and manual search. Anyone have an idea why kldunload would not find this file when it does exist and I am doing this as root? Related question: where is the file GENERIC.lint? (Absolute FreeBSD mentions GENERIC.lint in chapter about kernel modifications and rebuilding) Thank you in advance Jeff K