PDA

View Full Version : turn off Netgear FA310TX autonegotiation



adamm
06-17-2003, 05:03 AM
I have a netgear FA310TX network card that has given me some trouble with the card trying to autonegotiate it's speed in knoppix as well as other OSs, and the solution has pretty much been to lock the card down to 10baseT and turn off the autonegotiation feature which would get confused and cause the link light to just flash on and off and move no traffic.

To lock this card into 10baseT in Knoppix:
1. Boot up Knoppix
2. switch to a virtual terminal (ctrl+alt+F3 will do the trick)
3. remove the tulip module " modprobe -r tuilp"
4 reinsert the tulip module but add this option "insmod tulip option=9"
5. switch back to the desktop (ctrl+alt+F5)
6. run the network card configuration ("K" > Knoppix > Network/Internet >Network card config") and setup your ip address settings here now that the card is working.

This should lock the card into 10baseT mode and should solve any speed autonegotiation issues you may have with this card.

Enjoy! :D

rtsm
12-12-2004, 08:46 AM
how would i remove the tulip module " modprobe -r tuilp"

Harry Kuhman
12-12-2004, 09:57 AM
I have a netgear FA310TX network card that has given me some trouble with the card trying to autonegotiate it's speed in knoppix as well as other OSs.....
I have a NIC that also has a problem with Knoppix and some other OS's. It does work fine under Windows. It's not a Netgear. But the thing is, the NIC worked perfectly with Knoppix when I first got the computer. It stopped working right after I did an XP "security update. (Make your own conslusions about cause and effect.) When I was working on the problem I set up ethereal on another computer and watched the computer try to autonegotiate it's speed with the router. It was pretty clear that something was going very wrong with autonegotiation in my case too. The NIC failed with the very same Knoppix CDRs that it had been working with (several of them, and other tests proved they were still the same as when they were first burnt). By the way, it's a NIC built into a notebook, which makes any simple fix by hardware replacement not a solution.

Please look over these threads:
http://www.knoppix.net/forum/viewtopic.php?t=2117&postdays=0&postorder=asc&start=0
and
http://www.knoppix.net/forum/viewtopic.php?t=2164&postdays=0&postorder=asc&start=0
and tell me if you think there is a relation between this and what you are seeing.

adamm
12-12-2004, 11:23 PM
Unfortunatly, this is a very different situation than the one I was facing. It looks like your issue is directly related to that security update and the firmware on the embeded card, whereas the issue I was having was related to the way the tulip driver was interfacing with my netgear card.
You may just want to see what module is being loaded for the card you have, and see if there are any paramaters you can pass to it like I did with the netgear.

I wish you luck on fixing this issue, as it seems that you are not alone.

Harry Kuhman
12-13-2004, 01:15 AM
Unfortunatly, this is a very different situation than the one I was facing. .....
Thanks. I do apprecaite your looking at it though. As you saw, I have some work arounds for my problem, but would like to get to the bottom of the problem. Good luck with your problem.