Re: Trouble getting network card to work

2004-01-13 Thread Dinesh Nair

On Sat, 10 Jan 2004, Jared Cheney wrote:

 The card is called pcn0 in FreeBSD, and it says that it is sharing IRQ
 10. Running tcpdump for any length of time also shows that 0 packets
 were received by the filter.

from the pcn(4) man page:

pcn%d: chip is in D3 power state -- setting to D0 This message applies
only to adapters which support power management.  Some operating systems
place the controller in low power mode when shutting down, and some PCI
BIOSes fail to bring the chip out of this state before configuring it. The
controller loses all of its PCI configuration in the D3 state, so if the
BIOS does not set it back to full power mode in time, it will not be able
to configure it correctly.  The driver tries to detect this condi- tion
and bring the adapter back to the D0 (full power) state, but this may not
be enough to return the driver to a fully operational condition. If you
see this message at boot time and the driver fails to attach the device as
a network interface, you will have to perform a warm boot to have the
device properly configured.

could this be your problem then ?

Regards,   /\_/\   All dogs go to heaven.
[EMAIL PROTECTED](0 0)http://www.alphaque.com/
+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo The opinions here in no way reflect the opinions of my $a $b.  |
| done; done  |
+=+

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


Re: Trouble getting network card to work

2004-01-13 Thread Jared Cheney
Thanks - I will give this a try when I get a chance.  When I got back in to
work yesterday I found a couple of 10/100 cards from a different vendor
(Intel) and threw them in and they worked on the first boot.  Depending on
how much time we have before my team needs to begin using the box, I may not
be able to test with the old cards, but I'll tuck away this information for
future use.

Thanks for everyone's help!  BTW, we're going to be using the machine as a
router in our test lab and setting up ipfw rules in conjunction with
dummynet 'pipes' for WAN emulation.  As I've been playing around with this
I've been amazed at all that can be done with it -- hats off to the FreeBSD
community for building such an excellent tool.


fbsd_user [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Add this to your kernel source and recompile the kernel.

 device puc

 This uses an more detailed approach to probing older bio's
 and motherboards PCI slots.
 I found this as an solution posted in the questions archives.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Jared
 Cheney
 Sent: Monday, January 12, 2004 10:33 AM
 To: [EMAIL PROTECTED]
 Subject: Re: Trouble getting network card to work

 Thanks for the suggestion.  I tried this and unfortunately, it did
 not work
 :(  Same behavior no matter what PCI slot I put it in.  I have
 successfully
 been able to get an old ISA NE2000 card configured and up in the
 system, so
 I'm at least able to talk on the network.  However, I'd really like
 to get
 the PCI card working, so I can get 100Mbps connections.

 Anyone have any other ideas?

 Thanks
 fbsd_user [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
  I just went through that on my pre Y2K PC using 4.9. Different PCI
  Nic card, but same symptoms. Had to enable verbose boot messages.
  Saw that every time I rebooted system the boot log showed an msg
  saying something about unrecognized ID. I know the card was good
 so
  I just kept moving the Nic card to different PCI slot, rebooting,
  until it finally worked.
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Jared
  Cheney
  Sent: Saturday, January 10, 2004 4:28 PM
  To: [EMAIL PROTECTED]
  Subject: Trouble getting network card to work
 
  Hello,
 
  I've just installed FreeBSD 4.9 and am having trouble getting my
  network
  card to work.  It is very odd, because it appears as though the
  kernel
  recognizes the card just fine and is using the pcn module to bring
  it up,
  etc.
 
  It is an AMD 79c79x card (according to FreeBSD).  I can view/set
  properties
  via ifconfig - and it properly shows whether or not there is link.
  I cannot
  obtain a DHCP lease, nor can I ping any other hosts on my network
  when I
  have a static IP configured.
 
  To ensure that the NIC is fine and all cables, etc. - I booted
 from
  a
  bootable Linux CD (Knoppix), where I was able to use the card fine
  to ping,
  browse the Internet, etc.  Linux showed it as an AMD 79c970
 [PCNET32
  LANCE]
  card.
 
  The card is called pcn0 in FreeBSD, and it says that it is sharing
  IRQ 10.
  Running tcpdump for any length of time also shows that 0 packets
  were
  received by the filter.
 
  Anyone have any ideas as to what could be the problem?
 
  Thanks, in advance,
  Jared
 
 
 
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 



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

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




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


Re: Trouble getting network card to work

2004-01-12 Thread Jared Cheney
Thanks for the suggestion.  I tried this and unfortunately, it did not work
:(  Same behavior no matter what PCI slot I put it in.  I have successfully
been able to get an old ISA NE2000 card configured and up in the system, so
I'm at least able to talk on the network.  However, I'd really like to get
the PCI card working, so I can get 100Mbps connections.

Anyone have any other ideas?

Thanks
fbsd_user [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 I just went through that on my pre Y2K PC using 4.9. Different PCI
 Nic card, but same symptoms. Had to enable verbose boot messages.
 Saw that every time I rebooted system the boot log showed an msg
 saying something about unrecognized ID. I know the card was good so
 I just kept moving the Nic card to different PCI slot, rebooting,
 until it finally worked.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Jared
 Cheney
 Sent: Saturday, January 10, 2004 4:28 PM
 To: [EMAIL PROTECTED]
 Subject: Trouble getting network card to work

 Hello,

 I've just installed FreeBSD 4.9 and am having trouble getting my
 network
 card to work.  It is very odd, because it appears as though the
 kernel
 recognizes the card just fine and is using the pcn module to bring
 it up,
 etc.

 It is an AMD 79c79x card (according to FreeBSD).  I can view/set
 properties
 via ifconfig - and it properly shows whether or not there is link.
 I cannot
 obtain a DHCP lease, nor can I ping any other hosts on my network
 when I
 have a static IP configured.

 To ensure that the NIC is fine and all cables, etc. - I booted from
 a
 bootable Linux CD (Knoppix), where I was able to use the card fine
 to ping,
 browse the Internet, etc.  Linux showed it as an AMD 79c970 [PCNET32
 LANCE]
 card.

 The card is called pcn0 in FreeBSD, and it says that it is sharing
 IRQ 10.
 Running tcpdump for any length of time also shows that 0 packets
 were
 received by the filter.

 Anyone have any ideas as to what could be the problem?

 Thanks, in advance,
 Jared



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

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




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


Re: Trouble getting network card to work

2004-01-12 Thread Kevin D. Kinsey, DaleCo, S.P.
Jared Cheney wrote:

Thanks for the suggestion.  I tried this and unfortunately, it did not work
:(  Same behavior no matter what PCI slot I put it in.  I have successfully
been able to get an old ISA NE2000 card configured and up in the system, so
I'm at least able to talk on the network.  However, I'd really like to get
the PCI card working, so I can get 100Mbps connections.
Anyone have any other ideas?

Thanks
 

Have you seen any of the error messages
that are listed in the pcn(4) manual?
Kevin Kinsey

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


RE: Trouble getting network card to work

2004-01-12 Thread fbsd_user
Add this to your kernel source and recompile the kernel.

device puc

This uses an more detailed approach to probing older bio's
and motherboards PCI slots.
I found this as an solution posted in the questions archives.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jared
Cheney
Sent: Monday, January 12, 2004 10:33 AM
To: [EMAIL PROTECTED]
Subject: Re: Trouble getting network card to work

Thanks for the suggestion.  I tried this and unfortunately, it did
not work
:(  Same behavior no matter what PCI slot I put it in.  I have
successfully
been able to get an old ISA NE2000 card configured and up in the
system, so
I'm at least able to talk on the network.  However, I'd really like
to get
the PCI card working, so I can get 100Mbps connections.

Anyone have any other ideas?

Thanks
fbsd_user [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 I just went through that on my pre Y2K PC using 4.9. Different PCI
 Nic card, but same symptoms. Had to enable verbose boot messages.
 Saw that every time I rebooted system the boot log showed an msg
 saying something about unrecognized ID. I know the card was good
so
 I just kept moving the Nic card to different PCI slot, rebooting,
 until it finally worked.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Jared
 Cheney
 Sent: Saturday, January 10, 2004 4:28 PM
 To: [EMAIL PROTECTED]
 Subject: Trouble getting network card to work

 Hello,

 I've just installed FreeBSD 4.9 and am having trouble getting my
 network
 card to work.  It is very odd, because it appears as though the
 kernel
 recognizes the card just fine and is using the pcn module to bring
 it up,
 etc.

 It is an AMD 79c79x card (according to FreeBSD).  I can view/set
 properties
 via ifconfig - and it properly shows whether or not there is link.
 I cannot
 obtain a DHCP lease, nor can I ping any other hosts on my network
 when I
 have a static IP configured.

 To ensure that the NIC is fine and all cables, etc. - I booted
from
 a
 bootable Linux CD (Knoppix), where I was able to use the card fine
 to ping,
 browse the Internet, etc.  Linux showed it as an AMD 79c970
[PCNET32
 LANCE]
 card.

 The card is called pcn0 in FreeBSD, and it says that it is sharing
 IRQ 10.
 Running tcpdump for any length of time also shows that 0 packets
 were
 received by the filter.

 Anyone have any ideas as to what could be the problem?

 Thanks, in advance,
 Jared



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

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




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

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


RE: Trouble getting network card to work

2004-01-11 Thread fbsd_user
I just went through that on my pre Y2K PC using 4.9. Different PCI
Nic card, but same symptoms. Had to enable verbose boot messages.
Saw that every time I rebooted system the boot log showed an msg
saying something about unrecognized ID. I know the card was good so
I just kept moving the Nic card to different PCI slot, rebooting,
until it finally worked.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jared
Cheney
Sent: Saturday, January 10, 2004 4:28 PM
To: [EMAIL PROTECTED]
Subject: Trouble getting network card to work

Hello,

I've just installed FreeBSD 4.9 and am having trouble getting my
network
card to work.  It is very odd, because it appears as though the
kernel
recognizes the card just fine and is using the pcn module to bring
it up,
etc.

It is an AMD 79c79x card (according to FreeBSD).  I can view/set
properties
via ifconfig - and it properly shows whether or not there is link.
I cannot
obtain a DHCP lease, nor can I ping any other hosts on my network
when I
have a static IP configured.

To ensure that the NIC is fine and all cables, etc. - I booted from
a
bootable Linux CD (Knoppix), where I was able to use the card fine
to ping,
browse the Internet, etc.  Linux showed it as an AMD 79c970 [PCNET32
LANCE]
card.

The card is called pcn0 in FreeBSD, and it says that it is sharing
IRQ 10.
Running tcpdump for any length of time also shows that 0 packets
were
received by the filter.

Anyone have any ideas as to what could be the problem?

Thanks, in advance,
Jared



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

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