9front - general discussion about 9front
 help / color / mirror / Atom feed
* Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet doesn't work
@ 2011-07-20 17:22 suharik
  2011-07-20 17:28 ` Kurt H Maier
  2011-07-20 19:25 ` Julius Schmidt
  0 siblings, 2 replies; 9+ messages in thread
From: suharik @ 2011-07-20 17:22 UTC (permalink / raw)
  To: 9front

Subj. No ether0 directory in /net/, no optimistic detect phrase on
startup.
Linux lspci output for it:
40:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751
Gigabit Ethernet PCI Express (rev 01)
	Subsystem: Hewlett-Packard Company DC7100 SFF(DX878AV)
	Flags: bus master, fast devsel, latency 0, IRQ 5
	Memory at f0400000 (64-bit, non-prefetchable) [size=64K]
	Expansion ROM at <ignored> [disabled]
	Capabilities: [48] Power Management version 2
	Capabilities: [50] Vital Product Data
	Capabilities: [58] MSI: Enable- Count=1/8 Maskable- 64bit+
	Capabilities: [d0] Express Endpoint, MSI 00
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [13c] Virtual Channel
	Kernel driver in use: tg3
	Kernel modules: tg3

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

* Re: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet doesn't work
  2011-07-20 17:22 Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet doesn't work suharik
@ 2011-07-20 17:28 ` Kurt H Maier
  2011-07-20 19:05   ` suharik
  2011-07-20 19:25 ` Julius Schmidt
  1 sibling, 1 reply; 9+ messages in thread
From: Kurt H Maier @ 2011-07-20 17:28 UTC (permalink / raw)
  To: 9front

Have you tried writing a driver?

-- 
# Kurt H Maier

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

* Re: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet doesn't work
  2011-07-20 17:28 ` Kurt H Maier
@ 2011-07-20 19:05   ` suharik
  2011-07-20 19:15     ` Stanley Lieber
  0 siblings, 1 reply; 9+ messages in thread
From: suharik @ 2011-07-20 19:05 UTC (permalink / raw)
  To: 9front

> Have you tried writing a driver?
I can't into system development.
Well, if you give me a "Writing Plan 9 network drivers for dummies"
book (in russian pleeeeese ^__^), I'll try to write driver self.
But in etherbcm.c is written
> Broadcom BCM57xx

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

* Re: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet doesn't work
  2011-07-20 19:05   ` suharik
@ 2011-07-20 19:15     ` Stanley Lieber
  2011-07-20 19:39       ` suharik
  0 siblings, 1 reply; 9+ messages in thread
From: Stanley Lieber @ 2011-07-20 19:15 UTC (permalink / raw)
  To: 9front

On Wed, Jul 20, 2011 at 2:05 PM, suharik <gleb.ax.sh@gmail.com> wrote:
>> Have you tried writing a driver?
> I can't into system development.
> Well, if you give me a "Writing Plan 9 network drivers for dummies"
> book (in russian pleeeeese ^__^), I'll try to write driver self.
> But in etherbcm.c is written
>> Broadcom BCM57xx

Can you try to determine the pcid of your card?

-sl

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

* Re: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet doesn't work
  2011-07-20 17:22 Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet doesn't work suharik
  2011-07-20 17:28 ` Kurt H Maier
@ 2011-07-20 19:25 ` Julius Schmidt
  1 sibling, 0 replies; 9+ messages in thread
From: Julius Schmidt @ 2011-07-20 19:25 UTC (permalink / raw)
  To: 9front

> Subj. No ether0 directory in /net/, no optimistic detect phrase on
> startup.
> Linux lspci output for it:
> 40:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751
> Gigabit Ethernet PCI Express (rev 01)
> 	Subsystem: Hewlett-Packard Company DC7100 SFF(DX878AV)
> 	Flags: bus master, fast devsel, latency 0, IRQ 5
> 	Memory at f0400000 (64-bit, non-prefetchable) [size=64K]
> 	Expansion ROM at <ignored> [disabled]
> 	Capabilities: [48] Power Management version 2
> 	Capabilities: [50] Vital Product Data
> 	Capabilities: [58] MSI: Enable- Count=1/8 Maskable- 64bit+
> 	Capabilities: [d0] Express Endpoint, MSI 00
> 	Capabilities: [100] Advanced Error Reporting
> 	Capabilities: [13c] Virtual Channel
> 	Kernel driver in use: tg3
> 	Kernel modules: tg3
>

This is pretty odd since I've developed etherbcm.c exactly for the
BCM5751.
And I'm using it on my X41 right now.
Any further clues? (Are you really using 9front, heh?)
VID/DID would be nice, try lspci -n | grep 40:00.0

aiju

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

* Re: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet doesn't work
  2011-07-20 19:15     ` Stanley Lieber
@ 2011-07-20 19:39       ` suharik
  2011-07-20 19:54         ` Julius Schmidt
  0 siblings, 1 reply; 9+ messages in thread
From: suharik @ 2011-07-20 19:39 UTC (permalink / raw)
  To: 9front

> Can you try to determine the pcid of your card?
It is 14e4:1677 if I understand lspci right.

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

* Re: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet doesn't work
  2011-07-20 19:39       ` suharik
@ 2011-07-20 19:54         ` Julius Schmidt
  2011-07-20 21:57           ` suharik
  0 siblings, 1 reply; 9+ messages in thread
From: Julius Schmidt @ 2011-07-20 19:54 UTC (permalink / raw)
  To: 9front

>> Can you try to determine the pcid of your card?
> It is 14e4:1677 if I understand lspci right.

Okay that VID/DID is not in the driver. Could you add it and recompile?
Also, come to #cat-v on freenode.

aiju

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

* Re: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet doesn't work
  2011-07-20 19:54         ` Julius Schmidt
@ 2011-07-20 21:57           ` suharik
  2011-07-20 23:12             ` cinap_lenrek
  0 siblings, 1 reply; 9+ messages in thread
From: suharik @ 2011-07-20 21:57 UTC (permalink / raw)
  To: 9front

> Okay that VID/DID is not in the driver. Could you add it and recompile?
I've added, I've recompiled it, and it actually works!
Thank you.

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

* Re: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet doesn't work
  2011-07-20 21:57           ` suharik
@ 2011-07-20 23:12             ` cinap_lenrek
  0 siblings, 0 replies; 9+ messages in thread
From: cinap_lenrek @ 2011-07-20 23:12 UTC (permalink / raw)
  To: 9front

http://code.google.com/p/plan9front/source/detail?r=52b21f8da5c68018597ec41fa99ce1217a89cabe

--
cinap

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

end of thread, other threads:[~2011-07-20 23:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-20 17:22 Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet doesn't work suharik
2011-07-20 17:28 ` Kurt H Maier
2011-07-20 19:05   ` suharik
2011-07-20 19:15     ` Stanley Lieber
2011-07-20 19:39       ` suharik
2011-07-20 19:54         ` Julius Schmidt
2011-07-20 21:57           ` suharik
2011-07-20 23:12             ` cinap_lenrek
2011-07-20 19:25 ` Julius Schmidt

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).