Re: if_nfe on nVidia chipset

2007-03-01 Thread Palle Girgensohn


1 mar 2007 kl. 01.42 skrev Shigeaki Tagashira:


Hello,

Could you try the latest nfe code for only 7-CURRENT in the  
following URL? It was overhauled by Pyun YongHyeon (yongari@).


http://people.freebsd.org/~yongari/nfe/if_nfe.c
http://people.freebsd.org/~yongari/nfe/if_nfereg.h
http://people.freebsd.org/~yongari/nfe/if_nfevar.h


I run 6.2-stable. Is it worth testing in this environment?

Regards,
Palle



---
Shigeaki Tagashira

Brian Smith wrote:

Palle Girgensohn wrote:


Hi,

Great news: I can confirm that it works fine when the e1000phy  
patch was removed on this system. I have not tried this on the  
system that *did* work fine with the patch, though.


I reverted to e1000phy.c 1.17 and e1000phyreg.h 1.3 on FreeBSD 7,  
and it now uses the generic driver and correctly detects the  
media.   However for me it still doesn't work.  Keep getting:

nfe1: watchdog timeout
then the link goes down and back up again.
Wish I had more time to dig around in it.
Brian




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: if_nfe on nVidia chipset

2007-02-28 Thread Shigeaki Tagashira

Hello, sorry for my late response.

Please try to disable checksum offload.

---
Shigeaki Tagashira

Palle Girgensohn wrote:

Hi!

Just discovered a problem that seems to be related to the if_nfe module.

When trying a java applet from firefox, the computer reproducibly hang 
completely, or at least disappears from the network. (We run NIS and 
NFS, so a machine without a network is in fact hung... :)


The applet is rather resource demanding, it seems, but nothing out of 
the ordinary - the URL is 
http://www.dessci.com/en/products/webeq/interactive/inputctrlex1.htm. 
Directing firefox to that url reproducably kills the computer, and the 
same page with another network (slower) card will not hang the computer.


Here's the rather quiet log from messages:


Feb 19 13:41:47 apelsin kernel: nfe0: watchdog timeout (missed Tx 
interrupts) -- recovering
Feb 19 13:41:57 apelsin kernel: nfe0: watchdog timeout (missed Tx 
interrupts) -- recovering
Feb 19 13:42:03 apelsin /usr/sbin/ypbind[800]: NIS server 
[192.168.1.184] for domain Musik not responding

Feb 19 13:42:34 apelsin last message repeated 31 times
Feb 19 13:44:35 apelsin last message repeated 121 times
Feb 19 13:45:28 apelsin last message repeated 53 times
Feb 19 13:45:29 apelsin kernel: nfe0: watchdog timeout (missed Tx 
interrupts) -- recovering
Feb 19 13:45:29 apelsin /usr/sbin/ypbind[800]: NIS server 
[192.168.1.184] for domain Musik not responding

Feb 19 13:47:59 apelsin syslogd: kernel boot file is /boot/kernel/kernel
Feb 19 13:47:59 apelsin kernel: Copyright (c) 1992-2007 The FreeBSD 
Project.
Feb 19 13:47:59 apelsin kernel: Copyright (c) 1979, 1980, 1983, 1986, 
1988, 1989, 1991, 1992, 1993, 1994
Feb 19 13:47:59 apelsin kernel: The Regents of the University of 
California. All rights reserved.
Feb 19 13:47:59 apelsin kernel: FreeBSD is a registered trademark of The 
FreeBSD Foundation.
Feb 19 13:47:59 apelsin kernel: FreeBSD 6.2-RELEASE #3: Wed Feb 14 
09:12:35 CET 2007


reset button was hit around 13:46...

IS i
--On fredag, februari 16, 2007 12.51.51 -0600 Brian Smith 
[EMAIL PROTECTED] wrote:



Shigeaki Tagashira wrote:

Hello,

Please try to use generic PHY driver (ukphy) instead of e1000phy;
i.e., use nfe without the patch for e1000phy.

I've switched to FreeBSD 7 and I think the e100phy.c patches are already
in the source tree?

Is there an unpatched version for FreeBSD 7?

Thanks.

Brian





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: if_nfe on nVidia chipset

2007-02-28 Thread Shigeaki Tagashira

Hello,

Could you try the latest nfe code for only 7-CURRENT in the 
following URL? It was overhauled by Pyun YongHyeon (yongari@).


http://people.freebsd.org/~yongari/nfe/if_nfe.c
http://people.freebsd.org/~yongari/nfe/if_nfereg.h
http://people.freebsd.org/~yongari/nfe/if_nfevar.h

---
Shigeaki Tagashira

Brian Smith wrote:

Palle Girgensohn wrote:


Hi,

Great news: I can confirm that it works fine when the e1000phy patch 
was removed on this system. I have not tried this on the system that 
*did* work fine with the patch, though.


I reverted to e1000phy.c 1.17 and e1000phyreg.h 1.3 on FreeBSD 7, and it 
now uses the generic driver and correctly detects the media.   However 
for me it still doesn't work.  Keep getting:


nfe1: watchdog timeout

then the link goes down and back up again.

Wish I had more time to dig around in it.

Brian


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: if_nfe on nVidia chipset

2007-02-22 Thread Brian Smith

Palle Girgensohn wrote:


Hi,

Great news: I can confirm that it works fine when the e1000phy patch 
was removed on this system. I have not tried this on the system that 
*did* work fine with the patch, though.


I reverted to e1000phy.c 1.17 and e1000phyreg.h 1.3 on FreeBSD 7, and it 
now uses the generic driver and correctly detects the media.   However 
for me it still doesn't work.  Keep getting:


nfe1: watchdog timeout

then the link goes down and back up again.

Wish I had more time to dig around in it.

Brian

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: if_nfe on nVidia chipset

2007-02-16 Thread Brian Smith

Shigeaki Tagashira wrote:

Hello,

Please try to use generic PHY driver (ukphy) instead of e1000phy; 
i.e., use nfe without the patch for e1000phy.
I've switched to FreeBSD 7 and I think the e100phy.c patches are already 
in the source tree?


Is there an unpatched version for FreeBSD 7?

Thanks.

Brian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: if_nfe on nVidia chipset

2007-02-15 Thread Palle Girgensohn


Hi,

Great news: I can confirm that it works fine when the e1000phy patch was 
removed on this system. I have not tried this on the system that *did* work 
fine with the patch, though.


Thanks!

Regards,
Palle



--On onsdag, februari 14, 2007 09.25.22 +0900 Shigeaki Tagashira 
[EMAIL PROTECTED] wrote:



Hello,

Please try to use generic PHY driver (ukphy) instead of e1000phy; i.e.,
use nfe without the patch for e1000phy.

Regards,
---
Shigeaki Tagashira

Palle Girgensohn wrote:

Here's a problematic machine:

[EMAIL PROTECTED]:8:0:  class=0x068000 card=0xcb8410de chip=0x037310de rev=0xa2
hdr=0x00
vendor   = 'NVIDIA Corporation'
class= bridge
[EMAIL PROTECTED]:9:0:  class=0x068000 card=0xcb8410de chip=0x037310de rev=0xa2
hdr=0x00
vendor   = 'NVIDIA Corporation'
class= bridge



Just the other day, on a machine running amd64, I got it working  with
no problems:

[EMAIL PROTECTED]:8:0:  class=0x068000 card=0x82391043 chip=0x037310de rev=0xa2
hdr=0x00
vendor   = 'NVIDIA Corporation'
class= bridge
[EMAIL PROTECTED]:9:0:  class=0x068000 card=0x82391043 chip=0x037310de rev=0xa2
hdr=0x00
vendor   = 'NVIDIA Corporation'
class= bridge

Both run FreeBSD-6.2 release with the patches added. Same motherboards,
m2n sli-deluxe. So, might it have something to do with i386 vs. amd64?
For me, it works with amd64, and not with i386 (on at least two
machines). It is detected properly on  all machines, but the network
does not work.


Regards,
Palle


9 feb 2007 kl. 02.17 skrev Brian Smith:


Hi Palle,

   I am having the same issue.  I just installed FreeBSD 7.0 snapshot
from January to see if that helps because the latest patch requires
FreeBSD 6.2 and I had been running 6.1.  But still getting (none) for
the media type, but everything else *looks* like it is working.
However nothing responds.  Can you run pciconf -l -v and compare it to
my IDs?

[EMAIL PROTECTED]:16:0: class=0x068000 card=0xcb8410de chip=0x037310de
rev=0xa2 hdr=0x00
   vendor   = 'Nvidia Corp'
   device   = 'MCP55 Ethernet'
   class   = bridge
[EMAIL PROTECTED]:17:0: class=0x068000 card=0xcb8410de chip=0x037310de
rev=0xa2 hdr=0x00
   vendor   = 'Nvidia Corp'
   device   = 'MCP55 Ethernet'
   class   = bridge

Thanks,
   Brian Smith


Hello,

Sorry, there's no change, it still acts the same way.

media: Ethernet autoselect (none)
status: active

and the network does not work. No mediaopts work.

Regards,
Palle








___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: if_nfe on nVidia chipset

2007-02-13 Thread Shigeaki Tagashira

Hello,

Please try to use generic PHY driver (ukphy) instead of e1000phy; 
i.e., use nfe without the patch for e1000phy.


Regards,
---
Shigeaki Tagashira

Palle Girgensohn wrote:

Here's a problematic machine:

[EMAIL PROTECTED]:8:0:  class=0x068000 card=0xcb8410de chip=0x037310de rev=0xa2 
hdr=0x00

vendor   = 'NVIDIA Corporation'
class= bridge
[EMAIL PROTECTED]:9:0:  class=0x068000 card=0xcb8410de chip=0x037310de rev=0xa2 
hdr=0x00

vendor   = 'NVIDIA Corporation'
class= bridge



Just the other day, on a machine running amd64, I got it working  with 
no problems:


[EMAIL PROTECTED]:8:0:  class=0x068000 card=0x82391043 chip=0x037310de rev=0xa2 
hdr=0x00

vendor   = 'NVIDIA Corporation'
class= bridge
[EMAIL PROTECTED]:9:0:  class=0x068000 card=0x82391043 chip=0x037310de rev=0xa2 
hdr=0x00

vendor   = 'NVIDIA Corporation'
class= bridge

Both run FreeBSD-6.2 release with the patches added. Same motherboards, 
m2n sli-deluxe. So, might it have something to do with i386 vs. amd64? 
For me, it works with amd64, and not with i386 (on at least two 
machines). It is detected properly on  all machines, but the network 
does not work.



Regards,
Palle


9 feb 2007 kl. 02.17 skrev Brian Smith:


Hi Palle,

   I am having the same issue.  I just installed FreeBSD 7.0 snapshot 
from January to see if that helps because the latest patch requires 
FreeBSD 6.2 and I had been running 6.1.  But still getting (none) for 
the media type, but everything else *looks* like it is working.  
However nothing responds.  Can you run pciconf -l -v and compare it to 
my IDs?


[EMAIL PROTECTED]:16:0: class=0x068000 card=0xcb8410de chip=0x037310de 
rev=0xa2 hdr=0x00

   vendor   = 'Nvidia Corp'
   device   = 'MCP55 Ethernet'
   class   = bridge
[EMAIL PROTECTED]:17:0: class=0x068000 card=0xcb8410de chip=0x037310de 
rev=0xa2 hdr=0x00

   vendor   = 'Nvidia Corp'
   device   = 'MCP55 Ethernet'
   class   = bridge

Thanks,
   Brian Smith


Hello,

Sorry, there's no change, it still acts the same way.

media: Ethernet autoselect (none)
status: active

and the network does not work. No mediaopts work.

Regards,
Palle



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: if_nfe on nVidia chipset

2007-02-09 Thread Palle Girgensohn

Here's a problematic machine:

[EMAIL PROTECTED]:8:0:  class=0x068000 card=0xcb8410de chip=0x037310de  
rev=0xa2 hdr=0x00

vendor   = 'NVIDIA Corporation'
class= bridge
[EMAIL PROTECTED]:9:0:  class=0x068000 card=0xcb8410de chip=0x037310de  
rev=0xa2 hdr=0x00

vendor   = 'NVIDIA Corporation'
class= bridge



Just the other day, on a machine running amd64, I got it working   
with no problems:


[EMAIL PROTECTED]:8:0:  class=0x068000 card=0x82391043 chip=0x037310de  
rev=0xa2 hdr=0x00

vendor   = 'NVIDIA Corporation'
class= bridge
[EMAIL PROTECTED]:9:0:  class=0x068000 card=0x82391043 chip=0x037310de  
rev=0xa2 hdr=0x00

vendor   = 'NVIDIA Corporation'
class= bridge

Both run FreeBSD-6.2 release with the patches added. Same  
motherboards, m2n sli-deluxe. So, might it have something to do with  
i386 vs. amd64? For me, it works with amd64, and not with i386 (on at  
least two machines). It is detected properly on  all machines, but  
the network does not work.



Regards,
Palle


9 feb 2007 kl. 02.17 skrev Brian Smith:


Hi Palle,

   I am having the same issue.  I just installed FreeBSD 7.0  
snapshot from January to see if that helps because the latest patch  
requires FreeBSD 6.2 and I had been running 6.1.  But still getting  
(none) for the media type, but everything else *looks* like it is  
working.  However nothing responds.  Can you run pciconf -l -v and  
compare it to my IDs?


[EMAIL PROTECTED]:16:0: class=0x068000 card=0xcb8410de chip=0x037310de  
rev=0xa2 hdr=0x00

   vendor   = 'Nvidia Corp'
   device   = 'MCP55 Ethernet'
   class   = bridge
[EMAIL PROTECTED]:17:0: class=0x068000 card=0xcb8410de chip=0x037310de  
rev=0xa2 hdr=0x00

   vendor   = 'Nvidia Corp'
   device   = 'MCP55 Ethernet'
   class   = bridge

Thanks,
   Brian Smith


Hello,

Sorry, there's no change, it still acts the same way.

media: Ethernet autoselect (none)
status: active

and the network does not work. No mediaopts work.

Regards,
Palle



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


if_nfe on nVidia chipset

2007-02-08 Thread Brian Smith

Hi Palle,

   I am having the same issue.  I just installed FreeBSD 7.0 snapshot 
from January to see if that helps because the latest patch requires 
FreeBSD 6.2 and I had been running 6.1.  But still getting (none) for 
the media type, but everything else *looks* like it is working.  However 
nothing responds.  Can you run pciconf -l -v and compare it to my IDs?


[EMAIL PROTECTED]:16:0: class=0x068000 card=0xcb8410de chip=0x037310de rev=0xa2 
hdr=0x00

   vendor   = 'Nvidia Corp'
   device   = 'MCP55 Ethernet'
   class   = bridge
[EMAIL PROTECTED]:17:0: class=0x068000 card=0xcb8410de chip=0x037310de rev=0xa2 
hdr=0x00

   vendor   = 'Nvidia Corp'
   device   = 'MCP55 Ethernet'
   class   = bridge

Thanks,
   Brian Smith


Hello,

Sorry, there's no change, it still acts the same way.

media: Ethernet autoselect (none)
status: active

and the network does not work. No mediaopts work.

Regards,
Palle
  

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: if_nfe on nVidia chipset

2007-01-16 Thread Palle Girgensohn

Hello,

Is there any way I can help to try and fix this?

Regards,
Palle

--On torsdag, december 21, 2006 19.04.17 +0100 Palle Girgensohn 
[EMAIL PROTECTED] wrote:





--On torsdag, december 21, 2006 00.29.10 +0900 Shigeaki Tagashira
[EMAIL PROTECTED] wrote:


Palle Girgensohn wrote:

--On söndag, december 17, 2006 01.06.24 +0900 Shigeaki Tagashira
[EMAIL PROTECTED] wrote:


I have the same one. And if_nfe works well on it, in both FreeBSD
6.2-PRERELEASE and 7-CURRENT. Please try to initialize if_nfe using
ifconfig command;
# ifconfig nfe1 down; ifconfig nfe1 up

---
S. Tagashira


Hi Tagashira-san,

Tried a lot of stuff, up and down and also debug flag, but nothing
helps.

ifconfig says media: Ethernet autoselect (none)

I can ping the interface itself, but nothing else.

Any ideas?


Hi,
I updated my web site for FreeBSD nfe driver.
Please try the lastest nfe driver and e1000phy patch provided on the web
site. These codes were modified to detect link media more correctly.



Hello,

Sorry, there's no change, it still acts the same way.

media: Ethernet autoselect (none)
status: active

and the network does not work. No mediaopts work.

Regards,
Palle




---
S. Tagashira





Regards,
Palle






Palle Girgensohn wrote:

Hi! Sorry for the cross post, I'd love to know if I can get this
working or not.

Regards,
Palle

-- Forwarded Message --
Date: tisdag, december 12, 2006 18.52.35 +0100
From: Palle Girgensohn [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: if_nfe on Asus M2N-SLI deluxe?

Hi!

Does anybody know if if_nfe should work on the above motherboard? I
snached the patch for FreeBSD-6.2 from
http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html
and
tried it. The kernel and ifconfig seems happy, but it does not work;
ifconfig reports active but ifconfig reports:

nfe0: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   ether 00:17:31:86:aa:31
   media: Ethernet autoselect (none)
   status: no carrier
nfe1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   inet6 fe80::217:31ff:fe86:b4c6%nfe1 prefixlen 64 scopeid 0x4
inet 192.168.1.191 netmask 0xff00 broadcast 192.168.1.255
   ether 00:17:31:86:b4:c6
   media: Ethernet autoselect (none)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128inet6 fe80::1%lo0 prefixlen 64
scopeid 0x5inet 127.0.0.1 netmask 0xff00
The media part of nfe1 looks bad, eh?

Is it supposed to work? How can I help to get it working?

FreeBSD 6.2-stable, around RC1. Enclosed is a dmesg. Anything else
needed?

/Palle



-- End Forwarded Message --




--
--

Subject:
if_nfe on Asus M2N-SLI deluxe?
From:
Palle Girgensohn [EMAIL PROTECTED]
Date:
Tue, 12 Dec 2006 18:52:35 +0100
To:
[EMAIL PROTECTED]

To:
[EMAIL PROTECTED]
CC:
[EMAIL PROTECTED]


Hi!

Does anybody know if if_nfe should work on the above motherboard? I
snached the patch for FreeBSD-6.2 from
http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html
and
tried it. The kernel and ifconfig seems happy, but it does not work;
ifconfig reports active but ifconfig reports:

nfe0: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   ether 00:17:31:86:aa:31
   media: Ethernet autoselect (none)
   status: no carrier
nfe1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   inet6 fe80::217:31ff:fe86:b4c6%nfe1 prefixlen 64 scopeid
0x4   inet 192.168.1.191 netmask 0xff00 broadcast
192.168.1.255 ether 00:17:31:86:b4:c6
   media: Ethernet autoselect (none)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128   inet6 fe80::1%lo0 prefixlen 64
scopeid 0x5   inet 127.0.0.1 netmask 0xff00
The media part of nfe1 looks bad, eh?

Is it supposed to work? How can I help to get it working?

FreeBSD 6.2-stable, around RC1. Enclosed is a dmesg. Anything else
needed?

/Palle



--
--

Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993,
1994 The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 6.2-PRERELEASE #0: Wed Nov 29 11:57:06 CET 2006
[EMAIL PROTECTED]:/usr/obj/.a/banan/usr/src/sys/WORKSTA
TI ON Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) 64 Processor 3500+ (2210.20-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x40ff2  Stepping = 2
  Features=0x78bfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,
  PG E,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2
 

Re: if_nfe on nVidia chipset

2007-01-16 Thread Shigeaki Tagashira

Hi,

I don't know why it doesn't detect the link media type. I have the 
same motherboard(M2N-SLI deluxe) and it works fine. Could you try 
to directly connect nfe0 to nfe1?  If the link media type cannot 
be detected correctly in the case, thia seems to be the problem of 
cable or network hub. How about specifying the link media type 
with ifconfig?


Regards,
Shigeaki Tagashira

Palle Girgensohn wrote:

Hello,

Is there any way I can help to try and fix this?

Regards,
Palle

--On torsdag, december 21, 2006 19.04.17 +0100 Palle Girgensohn 
[EMAIL PROTECTED] wrote:





--On torsdag, december 21, 2006 00.29.10 +0900 Shigeaki Tagashira
[EMAIL PROTECTED] wrote:


Palle Girgensohn wrote:

--On söndag, december 17, 2006 01.06.24 +0900 Shigeaki Tagashira
[EMAIL PROTECTED] wrote:


I have the same one. And if_nfe works well on it, in both FreeBSD
6.2-PRERELEASE and 7-CURRENT. Please try to initialize if_nfe using
ifconfig command;
# ifconfig nfe1 down; ifconfig nfe1 up

---
S. Tagashira


Hi Tagashira-san,

Tried a lot of stuff, up and down and also debug flag, but nothing
helps.

ifconfig says media: Ethernet autoselect (none)

I can ping the interface itself, but nothing else.

Any ideas?


Hi,
I updated my web site for FreeBSD nfe driver.
Please try the lastest nfe driver and e1000phy patch provided on the web
site. These codes were modified to detect link media more correctly.



Hello,

Sorry, there's no change, it still acts the same way.

media: Ethernet autoselect (none)
status: active

and the network does not work. No mediaopts work.

Regards,
Palle




---
S. Tagashira





Regards,
Palle






Palle Girgensohn wrote:

Hi! Sorry for the cross post, I'd love to know if I can get this
working or not.

Regards,
Palle

-- Forwarded Message --
Date: tisdag, december 12, 2006 18.52.35 +0100
From: Palle Girgensohn [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: if_nfe on Asus M2N-SLI deluxe?

Hi!

Does anybody know if if_nfe should work on the above motherboard? I
snached the patch for FreeBSD-6.2 from
http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html
and
tried it. The kernel and ifconfig seems happy, but it does not work;
ifconfig reports active but ifconfig reports:

nfe0: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   ether 00:17:31:86:aa:31
   media: Ethernet autoselect (none)
   status: no carrier
nfe1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   inet6 fe80::217:31ff:fe86:b4c6%nfe1 prefixlen 64 scopeid 0x4
inet 192.168.1.191 netmask 0xff00 broadcast 192.168.1.255
   ether 00:17:31:86:b4:c6
   media: Ethernet autoselect (none)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128inet6 fe80::1%lo0 prefixlen 64
scopeid 0x5inet 127.0.0.1 netmask 0xff00
The media part of nfe1 looks bad, eh?

Is it supposed to work? How can I help to get it working?

FreeBSD 6.2-stable, around RC1. Enclosed is a dmesg. Anything else
needed?

/Palle



-- End Forwarded Message --




-- 


--

Subject:
if_nfe on Asus M2N-SLI deluxe?
From:
Palle Girgensohn [EMAIL PROTECTED]
Date:
Tue, 12 Dec 2006 18:52:35 +0100
To:
[EMAIL PROTECTED]

To:
[EMAIL PROTECTED]
CC:
[EMAIL PROTECTED]


Hi!

Does anybody know if if_nfe should work on the above motherboard? I
snached the patch for FreeBSD-6.2 from
http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html
and
tried it. The kernel and ifconfig seems happy, but it does not work;
ifconfig reports active but ifconfig reports:

nfe0: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   ether 00:17:31:86:aa:31
   media: Ethernet autoselect (none)
   status: no carrier
nfe1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   inet6 fe80::217:31ff:fe86:b4c6%nfe1 prefixlen 64 scopeid
0x4   inet 192.168.1.191 netmask 0xff00 broadcast
192.168.1.255 ether 00:17:31:86:b4:c6
   media: Ethernet autoselect (none)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128   inet6 fe80::1%lo0 prefixlen 64
scopeid 0x5   inet 127.0.0.1 netmask 0xff00
The media part of nfe1 looks bad, eh?

Is it supposed to work? How can I help to get it working?

FreeBSD 6.2-stable, around RC1. Enclosed is a dmesg. Anything else
needed?

/Palle



-- 


--

Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993,
1994 The Regents of the University of California. All rights 
reserved.

FreeBSD is a registered trademark of The FreeBSD Foundation.

Re: if_nfe on nVidia chipset

2006-12-21 Thread Palle Girgensohn



--On torsdag, december 21, 2006 00.29.10 +0900 Shigeaki Tagashira 
[EMAIL PROTECTED] wrote:



Palle Girgensohn wrote:

--On söndag, december 17, 2006 01.06.24 +0900 Shigeaki Tagashira
[EMAIL PROTECTED] wrote:


I have the same one. And if_nfe works well on it, in both FreeBSD
6.2-PRERELEASE and 7-CURRENT. Please try to initialize if_nfe using
ifconfig command;
# ifconfig nfe1 down; ifconfig nfe1 up

---
S. Tagashira


Hi Tagashira-san,

Tried a lot of stuff, up and down and also debug flag, but nothing
helps.

ifconfig says media: Ethernet autoselect (none)

I can ping the interface itself, but nothing else.

Any ideas?


Hi,
I updated my web site for FreeBSD nfe driver.
Please try the lastest nfe driver and e1000phy patch provided on the web
site. These codes were modified to detect link media more correctly.



Hello,

Sorry, there's no change, it still acts the same way.

media: Ethernet autoselect (none)
status: active

and the network does not work. No mediaopts work.

Regards,
Palle




---
S. Tagashira





Regards,
Palle






Palle Girgensohn wrote:

Hi! Sorry for the cross post, I'd love to know if I can get this
working or not.

Regards,
Palle

-- Forwarded Message --
Date: tisdag, december 12, 2006 18.52.35 +0100
From: Palle Girgensohn [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: if_nfe on Asus M2N-SLI deluxe?

Hi!

Does anybody know if if_nfe should work on the above motherboard? I
snached the patch for FreeBSD-6.2 from
http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html
and
tried it. The kernel and ifconfig seems happy, but it does not work;
ifconfig reports active but ifconfig reports:

nfe0: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   ether 00:17:31:86:aa:31
   media: Ethernet autoselect (none)
   status: no carrier
nfe1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   inet6 fe80::217:31ff:fe86:b4c6%nfe1 prefixlen 64 scopeid 0x4
inet 192.168.1.191 netmask 0xff00 broadcast 192.168.1.255
   ether 00:17:31:86:b4:c6
   media: Ethernet autoselect (none)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128inet6 fe80::1%lo0 prefixlen 64
scopeid 0x5inet 127.0.0.1 netmask 0xff00
The media part of nfe1 looks bad, eh?

Is it supposed to work? How can I help to get it working?

FreeBSD 6.2-stable, around RC1. Enclosed is a dmesg. Anything else
needed?

/Palle



-- End Forwarded Message --




--
--

Subject:
if_nfe on Asus M2N-SLI deluxe?
From:
Palle Girgensohn [EMAIL PROTECTED]
Date:
Tue, 12 Dec 2006 18:52:35 +0100
To:
[EMAIL PROTECTED]

To:
[EMAIL PROTECTED]
CC:
[EMAIL PROTECTED]


Hi!

Does anybody know if if_nfe should work on the above motherboard? I
snached the patch for FreeBSD-6.2 from
http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html
and
tried it. The kernel and ifconfig seems happy, but it does not work;
ifconfig reports active but ifconfig reports:

nfe0: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   ether 00:17:31:86:aa:31
   media: Ethernet autoselect (none)
   status: no carrier
nfe1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   inet6 fe80::217:31ff:fe86:b4c6%nfe1 prefixlen 64 scopeid
0x4   inet 192.168.1.191 netmask 0xff00 broadcast 192.168.1.255
   ether 00:17:31:86:b4:c6
   media: Ethernet autoselect (none)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128   inet6 fe80::1%lo0 prefixlen 64
scopeid 0x5   inet 127.0.0.1 netmask 0xff00
The media part of nfe1 looks bad, eh?

Is it supposed to work? How can I help to get it working?

FreeBSD 6.2-stable, around RC1. Enclosed is a dmesg. Anything else
needed?

/Palle



--
--

Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993,
1994 The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 6.2-PRERELEASE #0: Wed Nov 29 11:57:06 CET 2006
[EMAIL PROTECTED]:/usr/obj/.a/banan/usr/src/sys/WORKSTA
TI ON Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) 64 Processor 3500+ (2210.20-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x40ff2  Stepping = 2
  Features=0x78bfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,
  PG E,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2
  Features2=0x2001SSE3,CX16
  AMD Features=0xea500800SYSCALL,NX,MMX+,FFXSR,RDTSCP,LM,3DNow+,3DNow
  AMD Features2=0x1dLAHF,b2,b3,CR8
real memory  = 2146369536 

Re: if_nfe on nVidia chipset

2006-12-20 Thread Shigeaki Tagashira

Palle Girgensohn wrote:
--On söndag, december 17, 2006 01.06.24 +0900 Shigeaki Tagashira 
[EMAIL PROTECTED] wrote:



I have the same one. And if_nfe works well on it, in both FreeBSD
6.2-PRERELEASE and 7-CURRENT. Please try to initialize if_nfe using
ifconfig command;
# ifconfig nfe1 down; ifconfig nfe1 up

---
S. Tagashira


Hi Tagashira-san,

Tried a lot of stuff, up and down and also debug flag, but nothing helps.

ifconfig says media: Ethernet autoselect (none)

I can ping the interface itself, but nothing else.

Any ideas?


Hi,
I updated my web site for FreeBSD nfe driver.
Please try the lastest nfe driver and e1000phy patch provided on 
the web site. These codes were modified to detect link media 
more correctly.


---
S. Tagashira





Regards,
Palle






Palle Girgensohn wrote:

Hi! Sorry for the cross post, I'd love to know if I can get this working
or not.

Regards,
Palle

-- Forwarded Message --
Date: tisdag, december 12, 2006 18.52.35 +0100
From: Palle Girgensohn [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: if_nfe on Asus M2N-SLI deluxe?

Hi!

Does anybody know if if_nfe should work on the above motherboard? I
snached the patch for FreeBSD-6.2 from
http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html 
and

tried it. The kernel and ifconfig seems happy, but it does not work;
ifconfig reports active but ifconfig reports:

nfe0: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   ether 00:17:31:86:aa:31
   media: Ethernet autoselect (none)
   status: no carrier
nfe1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   inet6 fe80::217:31ff:fe86:b4c6%nfe1 prefixlen 64 scopeid 0x4
inet 192.168.1.191 netmask 0xff00 broadcast 192.168.1.255
   ether 00:17:31:86:b4:c6
   media: Ethernet autoselect (none)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128inet6 fe80::1%lo0 prefixlen 64
scopeid 0x5inet 127.0.0.1 netmask 0xff00
The media part of nfe1 looks bad, eh?

Is it supposed to work? How can I help to get it working?

FreeBSD 6.2-stable, around RC1. Enclosed is a dmesg. Anything else
needed?

/Palle



-- End Forwarded Message --






Subject:
if_nfe on Asus M2N-SLI deluxe?
From:
Palle Girgensohn [EMAIL PROTECTED]
Date:
Tue, 12 Dec 2006 18:52:35 +0100
To:
[EMAIL PROTECTED]

To:
[EMAIL PROTECTED]
CC:
[EMAIL PROTECTED]


Hi!

Does anybody know if if_nfe should work on the above motherboard? I
snached the patch for FreeBSD-6.2 from
http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html 
and

tried it. The kernel and ifconfig seems happy, but it does not work;
ifconfig reports active but ifconfig reports:

nfe0: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   ether 00:17:31:86:aa:31
   media: Ethernet autoselect (none)
   status: no carrier
nfe1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   inet6 fe80::217:31ff:fe86:b4c6%nfe1 prefixlen 64 scopeid
0x4   inet 192.168.1.191 netmask 0xff00 broadcast 192.168.1.255
   ether 00:17:31:86:b4:c6
   media: Ethernet autoselect (none)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128   inet6 fe80::1%lo0 prefixlen 64
scopeid 0x5   inet 127.0.0.1 netmask 0xff00
The media part of nfe1 looks bad, eh?

Is it supposed to work? How can I help to get it working?

FreeBSD 6.2-stable, around RC1. Enclosed is a dmesg. Anything else
needed?

/Palle





Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 6.2-PRERELEASE #0: Wed Nov 29 11:57:06 CET 2006
[EMAIL PROTECTED]:/usr/obj/.a/banan/usr/src/sys/WORKSTATI
ON Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) 64 Processor 3500+ (2210.20-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x40ff2  Stepping = 2
  Features=0x78bfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PG
  E,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2
  Features2=0x2001SSE3,CX16
  AMD Features=0xea500800SYSCALL,NX,MMX+,FFXSR,RDTSCP,LM,3DNow+,3DNow
  AMD Features2=0x1dLAHF,b2,b3,CR8
real memory  = 2146369536 (2046 MB)
avail memory = 2091245568 (1994 MB)
ACPI APIC Table: Nvidia AWRDACPI
ioapic0 Version 1.1 irqs 0-23 on motherboard
acpi0: Nvidia AWRDACPI on motherboard
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR

Re: if_nfe on nVidia chipset

2006-12-19 Thread Palle Girgensohn
--On söndag, december 17, 2006 01.06.24 +0900 Shigeaki Tagashira 
[EMAIL PROTECTED] wrote:



I have the same one. And if_nfe works well on it, in both FreeBSD
6.2-PRERELEASE and 7-CURRENT. Please try to initialize if_nfe using
ifconfig command;
# ifconfig nfe1 down; ifconfig nfe1 up

---
S. Tagashira


Hi Tagashira-san,

Tried a lot of stuff, up and down and also debug flag, but nothing helps.

ifconfig says media: Ethernet autoselect (none)

I can ping the interface itself, but nothing else.

Any ideas?

Regards,
Palle






Palle Girgensohn wrote:

Hi! Sorry for the cross post, I'd love to know if I can get this working
or not.

Regards,
Palle

-- Forwarded Message --
Date: tisdag, december 12, 2006 18.52.35 +0100
From: Palle Girgensohn [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: if_nfe on Asus M2N-SLI deluxe?

Hi!

Does anybody know if if_nfe should work on the above motherboard? I
snached the patch for FreeBSD-6.2 from
http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html and
tried it. The kernel and ifconfig seems happy, but it does not work;
ifconfig reports active but ifconfig reports:

nfe0: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   ether 00:17:31:86:aa:31
   media: Ethernet autoselect (none)
   status: no carrier
nfe1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   inet6 fe80::217:31ff:fe86:b4c6%nfe1 prefixlen 64 scopeid 0x4
inet 192.168.1.191 netmask 0xff00 broadcast 192.168.1.255
   ether 00:17:31:86:b4:c6
   media: Ethernet autoselect (none)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128inet6 fe80::1%lo0 prefixlen 64
scopeid 0x5inet 127.0.0.1 netmask 0xff00
The media part of nfe1 looks bad, eh?

Is it supposed to work? How can I help to get it working?

FreeBSD 6.2-stable, around RC1. Enclosed is a dmesg. Anything else
needed?

/Palle



-- End Forwarded Message --






Subject:
if_nfe on Asus M2N-SLI deluxe?
From:
Palle Girgensohn [EMAIL PROTECTED]
Date:
Tue, 12 Dec 2006 18:52:35 +0100
To:
[EMAIL PROTECTED]

To:
[EMAIL PROTECTED]
CC:
[EMAIL PROTECTED]


Hi!

Does anybody know if if_nfe should work on the above motherboard? I
snached the patch for FreeBSD-6.2 from
http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html and
tried it. The kernel and ifconfig seems happy, but it does not work;
ifconfig reports active but ifconfig reports:

nfe0: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   ether 00:17:31:86:aa:31
   media: Ethernet autoselect (none)
   status: no carrier
nfe1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   inet6 fe80::217:31ff:fe86:b4c6%nfe1 prefixlen 64 scopeid
0x4   inet 192.168.1.191 netmask 0xff00 broadcast 192.168.1.255
   ether 00:17:31:86:b4:c6
   media: Ethernet autoselect (none)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128   inet6 fe80::1%lo0 prefixlen 64
scopeid 0x5   inet 127.0.0.1 netmask 0xff00
The media part of nfe1 looks bad, eh?

Is it supposed to work? How can I help to get it working?

FreeBSD 6.2-stable, around RC1. Enclosed is a dmesg. Anything else
needed?

/Palle





Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 6.2-PRERELEASE #0: Wed Nov 29 11:57:06 CET 2006
[EMAIL PROTECTED]:/usr/obj/.a/banan/usr/src/sys/WORKSTATI
ON Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) 64 Processor 3500+ (2210.20-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x40ff2  Stepping = 2
  Features=0x78bfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PG
  E,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2
  Features2=0x2001SSE3,CX16
  AMD Features=0xea500800SYSCALL,NX,MMX+,FFXSR,RDTSCP,LM,3DNow+,3DNow
  AMD Features2=0x1dLAHF,b2,b3,CR8
real memory  = 2146369536 (2046 MB)
avail memory = 2091245568 (1994 MB)
ACPI APIC Table: Nvidia AWRDACPI
ioapic0 Version 1.1 irqs 0-23 on motherboard
acpi0: Nvidia AWRDACPI on motherboard
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi0: Power Button (fixed)
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
Timecounter ACPI-fast frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x1008-0x100b on acpi0
cpu0: ACPI 

Re: if_nfe on nVidia chipset

2006-12-16 Thread Shigeaki Tagashira
I have the same one. And if_nfe works well on it, in both 
FreeBSD 6.2-PRERELEASE and 7-CURRENT. Please try to initialize 
if_nfe using ifconfig command;

# ifconfig nfe1 down; ifconfig nfe1 up

---
S. Tagashira

Palle Girgensohn wrote:
Hi! Sorry for the cross post, I'd love to know if I can get this working 
or not.


Regards,
Palle

-- Forwarded Message --
Date: tisdag, december 12, 2006 18.52.35 +0100
From: Palle Girgensohn [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: if_nfe on Asus M2N-SLI deluxe?

Hi!

Does anybody know if if_nfe should work on the above motherboard? I snached
the patch for FreeBSD-6.2 from
http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html and
tried it. The kernel and ifconfig seems happy, but it does not work;
ifconfig reports active but ifconfig reports:

nfe0: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   ether 00:17:31:86:aa:31
   media: Ethernet autoselect (none)
   status: no carrier
nfe1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   inet6 fe80::217:31ff:fe86:b4c6%nfe1 prefixlen 64 scopeid 0x4
inet 192.168.1.191 netmask 0xff00 broadcast 192.168.1.255
   ether 00:17:31:86:b4:c6
   media: Ethernet autoselect (none)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128inet6 fe80::1%lo0 prefixlen 64
scopeid 0x5inet 127.0.0.1 netmask 0xff00
The media part of nfe1 looks bad, eh?

Is it supposed to work? How can I help to get it working?

FreeBSD 6.2-stable, around RC1. Enclosed is a dmesg. Anything else needed?

/Palle



-- End Forwarded Message --






Subject:
if_nfe on Asus M2N-SLI deluxe?
From:
Palle Girgensohn [EMAIL PROTECTED]
Date:
Tue, 12 Dec 2006 18:52:35 +0100
To:
[EMAIL PROTECTED]

To:
[EMAIL PROTECTED]
CC:
[EMAIL PROTECTED]


Hi!

Does anybody know if if_nfe should work on the above motherboard? I snached
the patch for FreeBSD-6.2 from
http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html and
tried it. The kernel and ifconfig seems happy, but it does not work;
ifconfig reports active but ifconfig reports:

nfe0: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   ether 00:17:31:86:aa:31
   media: Ethernet autoselect (none)
   status: no carrier
nfe1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   inet6 fe80::217:31ff:fe86:b4c6%nfe1 prefixlen 64 scopeid 
0x4   inet 192.168.1.191 netmask 0xff00 broadcast 192.168.1.255

   ether 00:17:31:86:b4:c6
   media: Ethernet autoselect (none)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128   inet6 fe80::1%lo0 prefixlen 64 
scopeid 0x5   inet 127.0.0.1 netmask 0xff00

The media part of nfe1 looks bad, eh?

Is it supposed to work? How can I help to get it working?

FreeBSD 6.2-stable, around RC1. Enclosed is a dmesg. Anything else needed?

/Palle





Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 6.2-PRERELEASE #0: Wed Nov 29 11:57:06 CET 2006
[EMAIL PROTECTED]:/usr/obj/.a/banan/usr/src/sys/WORKSTATION
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) 64 Processor 3500+ (2210.20-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x40ff2  Stepping = 2
  
Features=0x78bfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2
  Features2=0x2001SSE3,CX16
  AMD Features=0xea500800SYSCALL,NX,MMX+,FFXSR,RDTSCP,LM,3DNow+,3DNow
  AMD Features2=0x1dLAHF,b2,b3,CR8
real memory  = 2146369536 (2046 MB)
avail memory = 2091245568 (1994 MB)
ACPI APIC Table: Nvidia AWRDACPI
ioapic0 Version 1.1 irqs 0-23 on motherboard
acpi0: Nvidia AWRDACPI on motherboard
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi0: Power Button (fixed)
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
Timecounter ACPI-fast frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x1008-0x100b on acpi0
cpu0: ACPI CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
pci0: memory, RAM at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 1.0 on pci0
isa0: ISA bus on isab0
pci0: serial bus, SMBus at device 1.1 (no driver attached)
pci0: 

if_nfe on nVidia chipset

2006-12-15 Thread Palle Girgensohn
Hi! Sorry for the cross post, I'd love to know if I can get this working or 
not.


Regards,
Palle

-- Forwarded Message --
Date: tisdag, december 12, 2006 18.52.35 +0100
From: Palle Girgensohn [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: if_nfe on Asus M2N-SLI deluxe?

Hi!

Does anybody know if if_nfe should work on the above motherboard? I snached
the patch for FreeBSD-6.2 from
http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html and
tried it. The kernel and ifconfig seems happy, but it does not work;
ifconfig reports active but ifconfig reports:

nfe0: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   ether 00:17:31:86:aa:31
   media: Ethernet autoselect (none)
   status: no carrier
nfe1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   inet6 fe80::217:31ff:fe86:b4c6%nfe1 prefixlen 64 scopeid 0x4
inet 192.168.1.191 netmask 0xff00 broadcast 192.168.1.255
   ether 00:17:31:86:b4:c6
   media: Ethernet autoselect (none)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128inet6 fe80::1%lo0 prefixlen 64
scopeid 0x5inet 127.0.0.1 netmask 0xff00
The media part of nfe1 looks bad, eh?

Is it supposed to work? How can I help to get it working?

FreeBSD 6.2-stable, around RC1. Enclosed is a dmesg. Anything else needed?

/Palle



-- End Forwarded Message --



---BeginMessage---

Hi!

Does anybody know if if_nfe should work on the above motherboard? I snached
the patch for FreeBSD-6.2 from
http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html and
tried it. The kernel and ifconfig seems happy, but it does not work;
ifconfig reports active but ifconfig reports:

nfe0: flags=8802BROADCAST,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   ether 00:17:31:86:aa:31
   media: Ethernet autoselect (none)
   status: no carrier
nfe1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
   inet6 fe80::217:31ff:fe86:b4c6%nfe1 prefixlen 64 scopeid 0x4 
   inet 192.168.1.191 netmask 0xff00 broadcast 192.168.1.255

   ether 00:17:31:86:b4:c6
   media: Ethernet autoselect (none)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128 
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 
   inet 127.0.0.1 netmask 0xff00 


The media part of nfe1 looks bad, eh?

Is it supposed to work? How can I help to get it working?

FreeBSD 6.2-stable, around RC1. Enclosed is a dmesg. Anything else needed?

/Palle


Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 6.2-PRERELEASE #0: Wed Nov 29 11:57:06 CET 2006
[EMAIL PROTECTED]:/usr/obj/.a/banan/usr/src/sys/WORKSTATION
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) 64 Processor 3500+ (2210.20-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x40ff2  Stepping = 2
  
Features=0x78bfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2
  Features2=0x2001SSE3,CX16
  AMD Features=0xea500800SYSCALL,NX,MMX+,FFXSR,RDTSCP,LM,3DNow+,3DNow
  AMD Features2=0x1dLAHF,b2,b3,CR8
real memory  = 2146369536 (2046 MB)
avail memory = 2091245568 (1994 MB)
ACPI APIC Table: Nvidia AWRDACPI
ioapic0 Version 1.1 irqs 0-23 on motherboard
acpi0: Nvidia AWRDACPI on motherboard
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi0: Power Button (fixed)
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
Timecounter ACPI-fast frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x1008-0x100b on acpi0
cpu0: ACPI CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
pci0: memory, RAM at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 1.0 on pci0
isa0: ISA bus on isab0
pci0: serial bus, SMBus at device 1.1 (no driver attached)
pci0: memory, RAM at device 1.2 (no driver attached)
ohci0: OHCI (generic) USB controller mem 0xfe02f000-0xfe02 irq 21 at 
device 2.0 on pci0
ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: OHCI (generic) USB controller on ohci0
usb0: USB revision 1.0
uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 10 ports with 10 removable, self powered
ehci0: EHCI (generic) USB 2.0 controller mem 0xfe02e000-0xfe02e0ff irq 22 at 
device 2.1 on pci0
ehci0: [GIANT-LOCKED]
usb1: EHCI version