The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Special Forums > IP Networking
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 05-21-2007
grial's Avatar
grial grial is offline Forum Advisor  
El UNIX es como un toro
  
 

Join Date: Jun 2006
Location: Madrid (Spain)
Posts: 531
I'm not used to *BSD, but in linux, when you try to load a kernel moule with "modprobe" (which I think is equivalent to kld[un]load), you must not use the module's file name. Instead, just its name.
Try to "kldunload if_my"
Anyway, I agree sysgate. A priori, there's no need to do so IMO.
Please, post the output of:
ifconfig -a
netstat -r

Regards.