On Wed, 18 Dec 2002, Mark Post wrote: > Well, there are two entries in there for eth0. I'm not sure which one > "wins," the first or last.
The first, IIRC. > I would verify which module name you have, either qeth.o or > qeth-2.4.17-s390-3.o in /lib/modules, and delete the other one. Run > "depmod -a" just for no good reason, and try it again. Yep. Most likely it will be under a subdirectory, but find /lib/modules -name qeth* will tell you which one it is. Your modules.conf entry must give the correct name, without the trailing '.o'. Keep in mind that on a Debian system you cannot make changes to /etc/modules.conf directly. For testing it's fine, but during your next reboot your file will be rewritten by a boot-time process. Look for the comments in your modules.conf that indicate filenames in /etc/modutils/ -- these are the files that you must edit in order to have your changes committed to /etc/modules.conf at the next reboot. Cheers, Vic Cross
