I always lose the connection -- sometimes after 5 minutes, sometimes after 40 minutes --
the only thing that I can do after I lost the connection is deactivate / activate ethernet0 and then I'm good for another 5 - 40 minutes --
I already did some research and I read on some sites that it's possible to have stability problems using a 100 mbps fast ethernet nic on an old 10 mbps hub (and guess what -- I'm using an old 10 mbps hub
Now I'm looking for ways to force my nic on 10 mbps half or full duplex to solve this very annoying problem -
I found information here and here but I'm having problems to configure the whole thing -- for the moment I'm trying to add the necessary options in /etc/modules.conf but I have no idea how to do it --
here how my modules.conf looks like:
alias parport_lowlevel parport_pc
alias eth0 eepro100
options driver full_duplex=1 debug=0
alias sound-slot-0 i810_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
alias usb-controller usb-uhci
alias ieee1394-controller ohci1394
I added the "options driver full_duplex=1 debug=0" under the ethernet alias but I guess that is not enough to get it working on 10 mbps --
What am I doing wrong ??? do I have to change other files ???
I've been trying to solve this problem now for more then a week and I'm getting very frustrated by the whole thing --
the only thing that I can do after I lost the connection is deactivate / activate ethernet0 and then I'm good for another 5 - 40 minutes --
I already did some research and I read on some sites that it's possible to have stability problems using a 100 mbps fast ethernet nic on an old 10 mbps hub (and guess what -- I'm using an old 10 mbps hub
Now I'm looking for ways to force my nic on 10 mbps half or full duplex to solve this very annoying problem -
I found information here and here but I'm having problems to configure the whole thing -- for the moment I'm trying to add the necessary options in /etc/modules.conf but I have no idea how to do it --
here how my modules.conf looks like:
alias parport_lowlevel parport_pc
alias eth0 eepro100
options driver full_duplex=1 debug=0
alias sound-slot-0 i810_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
alias usb-controller usb-uhci
alias ieee1394-controller ohci1394
I added the "options driver full_duplex=1 debug=0" under the ethernet alias but I guess that is not enough to get it working on 10 mbps --
What am I doing wrong ??? do I have to change other files ???
I've been trying to solve this problem now for more then a week and I'm getting very frustrated by the whole thing --