From owner-freebsd-questions@FreeBSD.ORG Wed Jun 3 18:36:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85FD5106564A for ; Wed, 3 Jun 2009 18:36:47 +0000 (UTC) (envelope-from davidcollins001@gmail.com) Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by mx1.freebsd.org (Postfix) with ESMTP id 157768FC0C for ; Wed, 3 Jun 2009 18:36:46 +0000 (UTC) (envelope-from davidcollins001@gmail.com) Received: by ewy8 with SMTP id 8so282092ewy.43 for ; Wed, 03 Jun 2009 11:36:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=546uv50f+LYbrq30JdGD7KFsapzwkDp1N5uWL822QsM=; b=dajGNRv6Iq1Waqc4FlfRHpgBF2CYlsxJX0/e6Ye84BaGDRoWcYx0xB7TTx0rQuWw9l gGk80PTLj6dfKv/odshzRoirvywGPmr92pLwzZCm2/WmMY+zKnXKHwasObO9a4Vf+aBl DKPNzMuxeTpjls9GQKWbvHayvenI1dAh71aLA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=BUNu9G60JE4R/stXqImaq8K4+shVy+O+XPmOpid4jrriY6v99BBXXiRaNDfm5ERJgQ v5u9XTvNgKa19qMkq5mhN6jWxcAqA35BsZSgFGGa6pzl3hD0jBJRpI8RPvIRKvClD2tI wsqk9VbSZYOczbnOiQ5c+zZilGAPAnn6gQ5Ww= MIME-Version: 1.0 Received: by 10.216.11.7 with SMTP id 7mr449946wew.125.1244054205972; Wed, 03 Jun 2009 11:36:45 -0700 (PDT) Date: Wed, 3 Jun 2009 19:36:45 +0100 Message-ID: <1b30fd140906031136u577c15b1rdca015869491720f@mail.gmail.com> From: David Collins To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: ethernet card not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: davidcollins001@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jun 2009 18:36:47 -0000 Hi, I have just gotten an old ethernet card, not entirely sure how old it is but it has pulse H1012 on one of the chips and appears as ethernet device fxp0 in freebsd 7.0. When I plug an ethernet cable between this card and another computer (freebsd 7.2) ifconfig says that the status has no carrier. When I unplug either end and plug it into my ibook (OS X) the status changes to active and I can ping the other computer. From this I can see that both both freebsd computers have working ethernet cards and the cable works also, just not freebsd-freebsd. Does anyone have any ideas why this might be the case and how to fix it? Thanks David