[realtek] Can't sniff with Realtek 8139 in HP ZT1100 series laptop

Jason Bowman jasonb42lists@attbi.com
Mon Aug 19 18:11:02 2002


On Monday 19 August 2002 11:51 am, Donald Becker wrote:
> On Sat, 17 Aug 2002, Jason Bowman wrote:
> > I have a realtek 8139 ethernet card built into my HP ZT1100 series
> > laptop.
> Can you see the chip to read the part number off of the top?

I have not opened up in innards of the laptop yet... but I will if you need 
the information.

>    It seem to be a undocumented chip type, similar to the rtl8139b.
>    About when was the laptop made?
>    What is the entry from /proc/pci?

Sorry that I didn't include it before...

[root@waturu jasonb]# lspci -s 00:14.0 -vv
00:14.0 Network controller: Harris Semiconductor: Unknown device 3873 (rev 01)
        Subsystem: AMBIT Microsystem Corp.: Unknown device 0200
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
        Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR-
        Latency: 0, cache line size 04
        Interrupt: pin A routed to IRQ 10
        Region 0: Memory at a4000000 (32-bit, prefetchable) [size=4K]
        Capabilities: [dc] Power Management version 2
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0+,D1+,D2+,D3hot+,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

[root@waturu jasonb]# cat /proc/pci
<-------------------skip------------------>
  Bus  0, device  20, function  0:
    Network controller: PCI device 1260:3873 (Harris Semiconductor) (rev 1).
      IRQ 10.
      Prefetchable 32 bit memory at 0xa4000000 [0xa4000fff].
<-------------------skip------------------>
[root@waturu jasonb]# lspcidrake -v | grep Realtek
8139too         : Realtek|RTL-8139 [NETWORK_ETHERNET] (vendor:10ec device:8139 
subv:103c subd:0020)

> You are hooked to an Ethernet switch, which is filtering out traffic not
> intended for you.
> That's the whole point of using a switch...

Heh, I know more about networking than this : )  My Linksys broadband router 
is a switch, which is why I bought the 4 port hub... which I should beable to 
sniff from. To describe my setup another way...

The 4 port hub has 3 connections to it:
1. Laptop trying to sniff - 192.168.1.14
2. Desktop pinging (or otherwise being noisy) to my router/switch 
	- 192.168.1.13
3. Router/switch (connected via uplink port) - 192.168.1.1

So I should beable to see any traffic between the desktop and any other 
computer in the house (or Internet) because it all passes through the hub, 
which the laptop is connected to.

Thank you,
Jason B.