Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Mar 2007 11:48:54 -0800
From:      jekillen <jekillen@prodigy.net>
To:        FreeBSD Questions <questions@freebsd.org>
Subject:   kldunload question
Message-ID:  <01d727383d4a090ff2e774462c02e329@prodigy.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01d727383d4a090ff2e774462c02e329>