linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Realtek network card
@ 2003-08-13 11:30 Stephan von Krawczynski
  2003-08-13 12:37 ` Micha Feigin
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Stephan von Krawczynski @ 2003-08-13 11:30 UTC (permalink / raw)
  To: linux-kernel

Hello all,

does anybody know how to make the below work (neiter 2.2.25 nor 2.4.21 seem to recognise it):

lspci --vv:

00:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd.: Unknown device 8131 (rev 10)
	Subsystem: Realtek Semiconductor Co., Ltd.: Unknown device 8139
	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: 32 min, 64 max, 32 set
	Interrupt: pin A routed to IRQ 11
	Region 0: I/O ports at e800
	Region 1: Memory at ee000000 (32-bit, non-prefetchable)
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- AuxPwr- DSI- D1+ D2+ PME-
		Status: D0 PME-Enable- DSel=0 DScale=0 PME-


Regards,
Stephan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Realtek network card
  2003-08-13 11:30 Realtek network card Stephan von Krawczynski
@ 2003-08-13 12:37 ` Micha Feigin
  2003-08-13 13:04 ` Jeff Garzik
  2003-08-13 15:52 ` Ian Hastie
  2 siblings, 0 replies; 5+ messages in thread
From: Micha Feigin @ 2003-08-13 12:37 UTC (permalink / raw)
  To: linux-kernel

On Wed, 2003-08-13 at 14:30, Stephan von Krawczynski wrote:
> Hello all,
> 
> does anybody know how to make the below work (neiter 2.2.25 nor 2.4.21 seem to recognise it):
> 

Try modprobe 8139too
(if you are using a precompiled kernel you should have the driver its
quite standard, otherwise make sure that you are building it).

> lspci --vv:
> 
> 00:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd.: Unknown device 8131 (rev 10)
> 	Subsystem: Realtek Semiconductor Co., Ltd.: Unknown device 8139
> 	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: 32 min, 64 max, 32 set
> 	Interrupt: pin A routed to IRQ 11
> 	Region 0: I/O ports at e800
> 	Region 1: Memory at ee000000 (32-bit, non-prefetchable)
> 	Capabilities: [50] Power Management version 2
> 		Flags: PMEClk- AuxPwr- DSI- D1+ D2+ PME-
> 		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
> 
> 
> Regards,
> Stephan
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
-- 
Micha Feigin
michf@math.tau.ac.il


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Realtek network card
  2003-08-13 11:30 Realtek network card Stephan von Krawczynski
  2003-08-13 12:37 ` Micha Feigin
@ 2003-08-13 13:04 ` Jeff Garzik
  2003-08-13 13:57   ` Mike Dresser
  2003-08-13 15:52 ` Ian Hastie
  2 siblings, 1 reply; 5+ messages in thread
From: Jeff Garzik @ 2003-08-13 13:04 UTC (permalink / raw)
  To: Stephan von Krawczynski; +Cc: linux-kernel

Stephan von Krawczynski wrote:
> Hello all,
> 
> does anybody know how to make the below work (neiter 2.2.25 nor 2.4.21 seem to recognise it):
> 
> lspci --vv:
> 
> 00:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd.: Unknown device 8131 (rev 10)
> 	Subsystem: Realtek Semiconductor Co., Ltd.: Unknown device 8139


The subsystem device id seems to indicate 8139, so you probably just 
need to add pci ids to 8139too.c.

	Jeff



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Realtek network card
  2003-08-13 13:04 ` Jeff Garzik
@ 2003-08-13 13:57   ` Mike Dresser
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Dresser @ 2003-08-13 13:57 UTC (permalink / raw)
  To: linux-kernel

On Wed, 13 Aug 2003, Jeff Garzik wrote:

> > 00:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd.: Unknown device 8131 (rev 10)
> > 	Subsystem: Realtek Semiconductor Co., Ltd.: Unknown device 8139
>
>
> The subsystem device id seems to indicate 8139, so you probably just
> need to add pci ids to 8139too.c.
>
> 	Jeff

8139 - 8131 = 8, think he might have the same problem i had a while ago
that you found, where the card just wasn't inserted right, and one bit was
off?

Mike

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Realtek network card
  2003-08-13 11:30 Realtek network card Stephan von Krawczynski
  2003-08-13 12:37 ` Micha Feigin
  2003-08-13 13:04 ` Jeff Garzik
@ 2003-08-13 15:52 ` Ian Hastie
  2 siblings, 0 replies; 5+ messages in thread
From: Ian Hastie @ 2003-08-13 15:52 UTC (permalink / raw)
  To: linux-kernel

On Wednesday 13 Aug 2003 12:30, Stephan von Krawczynski wrote:
> Hello all,
>
> does anybody know how to make the below work (neiter 2.2.25 nor 2.4.21 seem
> to recognise it):
>
> lspci --vv:
>
> 00:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd.: Unknown
> device 8131 (rev 10) Subsystem: Realtek Semiconductor Co., Ltd.: Unknown
> device 8139

Do you know what make and model the card actually is?  I know it what it 
appears to be, but it'd be best to know for sure.

-- 
Ian.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-08-13 15:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-13 11:30 Realtek network card Stephan von Krawczynski
2003-08-13 12:37 ` Micha Feigin
2003-08-13 13:04 ` Jeff Garzik
2003-08-13 13:57   ` Mike Dresser
2003-08-13 15:52 ` Ian Hastie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).