Micha Feigin wrote: > I tried adding the line > alias eth0 8139too > to /etc/modules.conf as sugested in the documentation under > kernel-src/Documentation/modules.txt > but it didn't seem to do anything.
Is the module loaded, do you see anything when running lsmod|grep 8139too ? You could also try to load the modules automatically by adding them to /etc/modules (just the name of the module on a separate line should be sufficient). Just to be sure: You can correctly load the module with insmod and / or modprobe? regards, sebas

