Robert Baer wrote:
> Baron wrote:
>> Robert Baer Inscribed thus:
>>
>>> Baron wrote:
>>>> Robert Baer Inscribed thus:
>>>>
>>>>> Baron wrote:
>>>>>> Robert Baer Inscribed thus:
>>>>
>>>> Snipped
>>>>
>>>>>> I've had similar behavior with bad net card drivers in M$win and
>>>>>> bad cards under Linux.
>>>>>>
>>>>> Thanks for the idea; you might be correct, but i will try
>>>>> everything else first.
>>>>> The "net card" is part of an ASIC on the ASUS motherboard, and
>>>>> the driver is from their own CD, so it is a little hard to
>>>>> suspect either one.
>>
>> Just a thought... Is the driver on the CD correct for the Windows
>> version you are using ?
>>
>>>>> Not impossible - eg: the ASIC might literally be cracked.
>>>>
>>>> I would stick a network card into one of the slots and disable the on
>>>> board one. You may need to install the driver but thats a minor
>>>> issue. That will at least rule out an on board card problem !
>>>>
>>>> Some of the mainboards used a socket which had the complete network
>>>> circuitry built into it. I don't recall any problems with those.
>>>> The other was as you say a chip on the mainboard. Asus had a period
>>>> where there were severe quality control problems and also piracy
>>>> issues with fake mainboards being sold as genuine.
>>>>
>>>> HTH.
>>>>
>>> Have had and used this MB for about 2 years or so without seeing
>>> this problem.
>>> Will see if there is a way to disable the on-board ethernet and try
>>> a 3rd-party board.
>>> Any reasonably-priced suggestions?
>>
>> You should be able to disable the on board network card in the BIOS.
>> Press DEL or F1 when booting. Sometimes the key presses can be missed
>> so I stick a blank floppy in the drive to stop the machine. Then
>> CTRL+ALT+DEL will re-start the boot sequence.
>>
>> A cheap 10/100 card can be obtained for £3 - £5 in the UK. I would
>> think similar in the USA.
>>
> Well, i paid about $2.50 (free shipping) to get what the included
> "user guide" says it is a Realtek 8169 10/100/1000Mbps LAN card.
> That is the only clue as to maker.
> A small 3" CD came with it that supposedly includes software drivers
> for all Win OSes from Win95 to Win7, for DOS, Linux, Netware, and maybe
> the kitchen sink as well.
> Hell, it could even have a driver for Win9 and 10 also...
> BUT.
> Absolutely NO way to tell, as it is Z-rated (worse than X-rated or
> Y-rated)...it is completely unreadable.."Not High Sierra or ISO-9660
> format" or some such.
>
> So, i snoop on the web and find what seems to be drivers...Realtek has
> various drivers but they cover a lot but NOT Win2K; other places say
> they cover Win2K and a lot of other OSes, BUT,,, BUT,,, motorBUTT.
> The unZIPping gives "not a Win32 program" or some such.
>
> This is real bullshit.
>
>
I bought a couple of those. TPLink brand. With RTL8169SC chips
on them. Turned out to not be a particularly good purchase.
The problem with 8169, is it uses a lot of interrupts per packet
processed. By my math, around 5 interrupts per packet. Whereas
the motherboard NIC on my system, uses 1 interrupt per packet.
With the processor on this computer, that card will do around 70MB/sec.
(I get 117MB/sec using the motherboard Marvell NIC chip instead.)
By extrapolation, you'd need a Core2 processor running at 4GHz, to make
that 8169 run at full gigabit rates. It's a bit of a CPU hog.
I got the same "miniCD" with drivers on it. At first I was worried
it wouldn't fit my drive, but my drive tray has an indentation
the same size as the miniCD, so it wasn't a problem.
I think you can also get an 8169 driver here. The chip is made
by RealTek, so why not ?
http://www.realtek.com.tw/downloads/...&GetDown=false
If you look on this page, you can see the 57.19 driver I got.
http://www.realtek.com.tw/downloads/...Downloads=true
WinXP 32/64 and *Win2K* Auto Installation Program (SID:1492533)
5.719 2012/7/19 5038k
The link from that page, while I can paste it here, you can't
expect this to work for very long. The link is to an FTP site,
with the username and password embedded in the link.
ftp://WebUser2:YbwD5pB2@207.232.93.2...9_04062012.zip
Now, the file I got a couple years ago was "PCI_Install_XP_2K_5719_11202009".
It's strange that the release number can remain the same, and the
date field end up changed. In any case, that claims to be a Win2K
driver.
In that ZIP is a "WIN2000" folder, and an INF like "Netrtlx.inf".
; DisplayName Section DeviceID
; ----------- ------- --------
%RTL8169.DeviceDesc% = RTL8169.ndi, PCI\VEN_10EC&DEV_8169
So you can give that driver package a try and see if it works. You
don't have to use the setup.exe in the package if you don't want to.
Navigate to the WIN2000 folder, right-click on Netrtlx.inf and select
"install" from the right-click context menu.
Paul