UPDATE: ndd & hme & le & dnet
2007-12-24 19:44:00
Additions to original problem below (different box, with different interface, BUT SAME ERROR MSGES):
I have tried all of the commands as root
ndd -set /dev/dnet instance 0
operation failed, Invalid argument
ndd /dev/dnet instance 0
operation failed, Invalid argument
operation failed, Invalid argument
(Note the blank line between the two spaces..thats the exact error msg)
ifconfig -a
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
dnet0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet ** netmask fffff800 broadcast **
ether 0:0:92:9b:75:9a
lo0: flags=2000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6> mtu 8252 index 1
inet6 ::1/128
dnet0: flags=2000841<UP,RUNNING,MULTICAST,IPv6> mtu 1500 index 2
ether **
inet6 fe80::200:92ff:fe9b:759a/10
ls -al /dev/dnet*
lrwxrwxrwx 1 root system 39 Feb 26 14:15 /dev/dnet -> ../devices/pci at 0,0/pci1109,1900 at 11:dnet
lrwxrwxrwx 1 root system 40 Feb 26 14:15 /dev/dnet0 -> ../devices/pci at 0,0/pci1109,1900 at 11:dnet0
ls -alL /dev/dnet*
crw------- 1 root sys 8, 0 Feb 26 14:26 /dev/dnet
crw------- 1 root sys 8, 1 Feb 26 14:26 /dev/dnet0
------------ Original Message -----------
From: ukon at speakeasy.net <ukon at speakeasy.net>
Date: Mon, 16 Apr 2001 11:32 -0700
Hi folks,
I have searched the codeprof archive and have found some similar
problems, but no concrete answer. My problem is this:
I try to use ndd to find out the current settings of some of my nics, and i
get the following errors:
ndd -get /dev/hme0 \?
couldn't push module 'hme0', No such device or address
ndd -get /dev/hme \?
couldn't push module 'hme', No such device or address
ls -al /dev/hme*
lrwxrwxrwx 1 root other 29 Oct 24 11:51 /dev/hme ->
../devices/pseudo/clone at 0:hme
ls -alL /dev/hme
crw------- 1 root sys 11, 7 Oct 24 11:51 /dev/hme
ifconfig -a
lo0: flags=849<UP,LOOPBACK,RUNNING,MULTICAST> mtu 8232
inet 127.0.0.1 netmask ff000000
hme0: flags=863<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST> mtu 1500
inet ***.*.**.** netmask ffffff00 broadcast ***.*.**.***
I run all the above commands as root.
Any help or insight would be greatly appreciated. Will summarize.
Regards,
Konstantin Rozinov
_______________________________________________
codeprof mailing list
codeprof at codeprof.com
http://www.codeprof.com/execute/ask/?codeinfoid=3061
Comments
Got something to say?
You must be logged in to post a comment.

