Hi,
I'm new to Linux, but for testing purposes I need a machine with Linux and Nistnet. I have the Ubuntu-distro 5.04 installed (Kernel 2,6,10-5-386), and after struggling a whole day I get no more errors when compiling Nistnet (following the installation guidelines on
http://w3.antd.nist.gov/tools/nistnet/install.html) . I was happy as a little boy the first time I compiled it without errors, but when I tried to load the kernel module for the first time, the following error occured:
root@ubuntu:/home/chris/files/nistnet # ./Load.Nistnet
rtc module removed - you may want to reinstall it
(with modprobe rtc) after you are done with nistnet
FATAL: Module nistnet not found.
Problems with modprobe, repeating with debug on
FATAL: Module nistnet not found.
A second try brought this:
ERROR: Module rtc does not exist in /proc/modules
Couldn't find rtc module - /dev/rtc will be mostly
unusable after running nistnet. Sorry about that....
To prevent this message, recompile rtc
(Enhanced Real Time Clock Support, under
character devices) as a module.
FATAL: Module nistnet not found.
Problems with modprobe, repeating with debug on
FATAL: Module nistnet not found.
I am desperate by now, but I need that prog.
I searched for a module called nistnet with "find / -name nistnet",
and I found one file, /dev/nistnet, which has the size 0.
????
What do I have to do, what is wrong????
Chris