Author Topic: RTL8169 Problems  (Read 5618 times)

roberto

  • Hero Member
  • *****
  • Posts: 810
  • Karma: +3/-6
    • View Profile
RTL8169 Problems
« on: May 18, 2016, 01:06:07 pm »
Hello
I 've finally decided to install a server with more updates ecs22b2
The new PC has a Blast Broadcom network - Nextreme BCM5764M PCIe Gigabit Ethernet , which I did not find drivers.
I install a old 3com 3c900 that is runing ok, in lan0, ip 192.168.1.10, but slow. (this is now running)
Buy another TP-Link model no TG-3269 that is a realtek RTL8169 (give me problems), is in lan1, with ip 192.168.1.12
This rtl8169 have a mini cd with drivers for compiler.

The problem is:
In a command com, show this:
Code: [Select]
[C:\]ping 192.168.1.12
PING 192.168.1.12: 56 data bytes
64 bytes from 192.168.1.12: icmp_seq=0. time=0. ms
64 bytes from 192.168.1.12: icmp_seq=1. time=0. ms
64 bytes from 192.168.1.12: icmp_seq=2. time=0. ms

----192.168.1.12 PING Statistics----
3 packets transmitted, 3 packets received, 0% packet loss
round-trip (ms)  min/avg/max = 0/0/0

[C:\]ping 192.168.1.1
PING 192.168.1.1: 56 data bytes

----192.168.1.1 PING Statistics----
8 packets transmitted, 0 packets received, 100% packet loss

[C:\]net view
Server Name            Remark
─────────────────────────────────────────────────────────────────
\\LACIE-CLOUDBOX       LACIE-CLOUDBOX
\\MYBOOKLIVE           MY BOOK LIVE NETWORK STORAGE
The command completed successfully.

[C:\]

The lantran.log show this:
Code: [Select]
IBM OS/2 LANMSGDD [05/21/04] 6.00 is loaded and operational.
IBM OS/2 TCPBEUI 6.00.0
TCPBEUI: Using a 32-bit data segment.
Installing NETWKSTA.200 Version 6.0. IBM LAN Redirector ( May 25, 2005)

IBM OS/2 NETBIOS 4.0
Adapter 0 has 123 NCBs, 96 sessions, and 6 names available to NETBIOS applications.
Adapter 1 has 123 NCBs, 96 sessions, and 6 names available to NETBIOS applications.
NETBIOS 4.0 is loaded and operational.
R8169 NDIS device driver @#Arca Noae LLC:1.0.2#@##1## 3 Sep 2015 15:26:18      DAZAR1    ::::2::SVN48@@Realtek 8169/1Gb PCIe MAC Driver Copyright (c) 20
R8169 Hardware detected: RTL8169sb/8110sb.
IBM LANVDD is loaded and operational.
IBM OS/2 LAN Netbind
TCPBEUI: Logical adapter 0 is bound to TCP/IP interface lan0.
TCPBEUI: Logical adapter 1 is bound to TCP/IP interface lan1.



The testlog.cmd give me this: extract no full file!
Code: [Select]
----- Output of: bldlevel C:\ibmcom\macs\R8169.os2 -----------------------------
Build Level Display Facility Version 6.12.675 Sep 25 2001
(C) Copyright IBM Corporation 1993-2001
Signature:       @#Arca Noae LLC:1.0.2#@##1## 3 Sep 2015 15:26:18      DAZAR1    ::::2::SVN48@@Realtek 8169/1Gb PCIe MAC Driver Copyright (c) 2014 Arca Noae LLC
Vendor:          Arca Noae LLC
Revision:        1.00.2
Date/Time:       3 Sep 2015 15:26:18   
Build Machine:   DAZAR1   
FixPak Version:  SVN48
File Version:    1.0.2
Description:     Realtek 8169/1Gb PCIe MAC Driver Copyright (c) 2014 Arca Noae LLC
----- Output of: type R8169$ ---------------------------------------------------
The device does not recognize the command.
----- Contents of file: C:\ibmcom\lantran.log ----------------------------------

The net view is ok, but the ping fail.
Any help or sugestion?

Saludos

roberto

  • Hero Member
  • *****
  • Posts: 810
  • Karma: +3/-6
    • View Profile
Re: RTL8169 Problems
« Reply #1 on: May 18, 2016, 04:34:19 pm »
Problem solved.
In the tcpip I changed the lan0 to ip 192.168.1.12 and lan1 ip 192.168.1.10 and restart.

Perhaps it was a conflict of ips ?
But I find it strange that the ping fail , and the net view does not fail.

Saludos

Andi B.

  • Hero Member
  • *****
  • Posts: 811
  • Karma: +11/-2
    • View Profile
Re: RTL8169 Problems
« Reply #2 on: May 18, 2016, 05:10:12 pm »
I once read you can not have two adapters running the same net. Not sure if this is correct. But thinking about it I do not know how the stack should route packets in such case. Same packet out on both interfaces? And do you connect both interfaces at the same time to the same switch? Would be funny to see what happens when you turn on ipgate (ipgate on) too. Or making a broadcast (ping 192.168.1.255).

roberto

  • Hero Member
  • *****
  • Posts: 810
  • Karma: +3/-6
    • View Profile
Re: RTL8169 Problems
« Reply #3 on: May 18, 2016, 06:41:36 pm »
I once read you can not have two adapters running the same net.
yes, when you have a wifi and a ethernet adapter, you have two adapters in same net.
Quote
Not sure if this is correct. But thinking about it I do not know how the stack should route packets in such case. Same packet out on both interfaces?
yes, i guess.

Quote
And do you connect both interfaces at the same time to the same switch?
no, only one

saludos

 

Andi B.

  • Hero Member
  • *****
  • Posts: 811
  • Karma: +11/-2
    • View Profile
Re: RTL8169 Problems
« Reply #4 on: May 18, 2016, 07:46:47 pm »
Quote
yes, when you have a wifi and a ethernet adapter, you have two adapters in same net.
When I have enabled wifi then the internal adapter is switched off. The wlan interface usually gets an IP automatically via DHCP usually not in the same net. Regardless which net the integrated adapter is disabled. This is also true in the rare circumstances when I've to run Win. I never ever have two interfaces in the same (sub-)net.

I've other systems running 2 or 3 interfaces at the same time and additional alias addresses on some interfaces (read even more different nets). But never ever 2 interfaces in the same net.