Displaying 3 results from an estimated 3 matches for "realtek8139".
2002 Oct 17
1
newbie problem: can't mount win xp disk into linux (regkey is set)
Got two machines connected via a 10MBit Hub:
One Slackware Linux 8.1 with eth0 = Realtek8139 (working fine),
one WindowsXP Pro, same NIC, registry key for proper auth is set.
The Windows machine is called xerxes on which the C dir is shared, and there
is /mnt/xerxes/ on the Linux box.
The command:
# mount -t smbfs -o username=(username on win machine),password=(passwd on win
# machine) /...
2005 Aug 15
11
Hardware Configuration Ideas
Hey guys,
I am planning to buy some components for a Linux router that will handle the
Internet access of 200 computers (includes tc shaping) and some inter
sub-network routing (at least 100MBps per eth - and there are 3 eth cards).
I was thinking of a:
Pentium 4 - 3GHz
256 or 512MB RAM
Network Cards.
Now - I wonder what is more important: the processor speed or the amount of
RAM.
And can you
2006 Nov 15
3
qemu/rtl8139: Max transmit frame size
Hi:
I noticed a bug in the realloc error checking code in the QEMU backend
for RealTek8139. However, what''s worse is that there is no cap on the
total size of the transmit buffer at all. So a guest can keep extending
it until memory runs out.
CP_TX_BUFFER_SIZE is already 64K. So it seems to me that we don''t need
the while loop to extend the buffer at all since no tr...