From owner-freebsd-hackers@FreeBSD.ORG Thu Jun 1 07:19:44 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EB7616AFAD for ; Thu, 1 Jun 2006 07:19:44 +0000 (UTC) (envelope-from liudasb@centras.lt) Received: from wind.delfi.lt (storm.delfi.lt [213.197.128.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A04243D78 for ; Thu, 1 Jun 2006 07:19:42 +0000 (GMT) (envelope-from liudasb@centras.lt) Received: by wind.delfi.lt (DELFI Mail, from userid 80) id 4F29261DD1; Thu, 1 Jun 2006 10:19:41 +0300 (EEST) To: freebsd-hackers@freebsd.org Received: from 213.197.169.162 by webmail.delfi.lt via HTTP ; Thu, 1 Jun 2006 10:19:41 +0300 From: "Liudas B." Date: Thu, 1 Jun 2006 10:19:41 +0300 Content-Transfer-Encoding: 8bit X-Mailer: X-Priority: 3 MIME-Version: 1.0 Content-type: text/plain; charset=windows-1257 Message-Id: <20060601071941.4F29261DD1@wind.delfi.lt> Subject: ANA-6922 can't detect media X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 07:19:44 -0000 Hi, I’m trying to use ANA-6922 multi-port board on FreeBSD 6.1-BETA1. Works only first port when using dc driver. This is because board has only one ROM and second port must use shared ROM (kern/79262). I wrote patch for this. But there is another problem (with or without patch). Both ports connected to the 100mbps switch, but driver seems can’t detect media type (or any media). ifconfig shows no media (no carrier). I try to set media auto, media 100baseTX. No luck. Switch shows, that port is connected (green LED on). Here is another interesting thing. After “ifconfig dc1 up” command dc1 keeps up and down (dmesg shows dc1 DOWN, dc1 UP, dc1 DOWN, etc.). On switch LED keeps turning on and off. Any ideas? P.S. first board’s port works fine on FreeBSD 4.11