Here's the situation. I am trying to set up a single floppy linux to boot on older pc's and have access to a lan so I can move files, etc. I downloaded a file from
http://www.woalf.uklinux.net/ which is supposed to do this. It boots up on the pc fine but I can't connect to the lan. The menu item to load the nic driver doesn't do it so I have been reading around some and trying commands.
# ls mod
This shows headings but no modules
# insmod /lib/modules/rt18139.o
insmod: /lib/modules/2.0.37: No such file or directory
insmod: rt18139.o: No module by that name found
"ls -l" in /lib/modules shows
-rw-r--r-- 1 root root (etc) rt18139.o
I'm confused why I am getting this. Can someone please explain?
Many thanks.