View previous topic :: View next topic |
Author |
Message |
gcostanz n00b
Joined: 24 Feb 2003 Posts: 69 Location: Hilton, New York
|
Posted: Wed Jul 21, 2004 10:18 pm Post subject: 3com PCMCIA netcard won't autonegotiate w/ new switch |
|
|
I just upgraded my network 10baseT hub to a new D-link 10/100 baseT switch after a thunderstorm fried the hub. The switch works great with my NIC-card based PCs, but my 3com 3C574-TX fast etherlink PCMCIA card will not negotiate a link speed. The card works fine if I plug into my remaining 10baseT hub which is tied into the switch, but it just flashes the link lights if I plug it directly into the switch.
I running kernel 2.4.20-gentoo. Is there a setting I can pass the kernel to tell the card to link at say 10 or 100 mbit/s ?
By the way, Knoppix has the same problem. It sees the 3com card, but can't autonegotiate a connection.
ANy help would be appriciated. |
|
Back to top |
|
|
poormanscomputer Tux's lil' helper
Joined: 04 May 2002 Posts: 114
|
Posted: Thu Jul 22, 2004 5:46 am Post subject: |
|
|
Never had to do this myself, but try:
Looks to be what you want. You may want to google around, I found out that linux does not auto-sense very well. You can also try upgrading your kernel.
Quickest search led me here:
http://forums.devshed.com/showthread.php?t=163404
Hope this was helpful,
poorman |
|
Back to top |
|
|
gcostanz n00b
Joined: 24 Feb 2003 Posts: 69 Location: Hilton, New York
|
Posted: Thu Jul 22, 2004 10:46 pm Post subject: |
|
|
poormans, thanks for your help.
I aware of the mii-tool. I had to use it to change the NIC card to static for my desktop PC.
The problem is that mii-tool does not even see the pcmcia NIC card. It just reports that eth0 does not support an MII interface- which can't be right If I plug into my 10baseT hub, instead of the 10/100 switch everything works fine. So if I can get mii-tool to see the card, I can solve my problem by using mii-tool -F 10baseT-FD eth0.
Knoppix does let me run mii-tool if I restart networking first. THen it sees the NIC. If does not find the NIC on boot.
I'd spend the $30 to buy a 10baseT hub-- if I could find one. Everything uses autonegotiation, and that is where my problem starts.
Any suggestions? |
|
Back to top |
|
|
poormanscomputer Tux's lil' helper
Joined: 04 May 2002 Posts: 114
|
Posted: Sun Jul 25, 2004 3:04 am Post subject: |
|
|
Try:
Then:
Looks like other people can't change their NIC with mii-tool. You may want to use that utility. Also, I've seen on google you may want to upgrade your pcmcia_cs utility. The last resort would be to upgrade the kernel. Yours is pretty old.
Good luck
poorman |
|
Back to top |
|
|
|