From owner-freebsd-tokenring@FreeBSD.ORG Tue Nov 25 12:46:55 2003 Return-Path: Delivered-To: freebsd-tokenring@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31D7316A4CE for ; Tue, 25 Nov 2003 12:46:55 -0800 (PST) Received: from web10502.mail.yahoo.com (web10502.mail.yahoo.com [216.136.130.152]) by mx1.FreeBSD.org (Postfix) with SMTP id ABE0543FDF for ; Tue, 25 Nov 2003 12:46:54 -0800 (PST) (envelope-from adam_kaufman@yahoo.com) Message-ID: <20031125204653.46308.qmail@web10502.mail.yahoo.com> Received: from [165.206.169.251] by web10502.mail.yahoo.com via HTTP; Tue, 25 Nov 2003 12:46:53 PST Date: Tue, 25 Nov 2003 12:46:53 -0800 (PST) From: Adam Kaufman To: freebsd-tokenring@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: ISA support added to oltr driver X-BeenThere: freebsd-tokenring@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support Token Ring in FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 20:46:55 -0000 I'm having some issues with the oltr driver and need some help troubleshooting. I'm not sure that it is getting compiled and installed. I installed David's files and applied the patch. I recompiled and installed a new kernel. The card was still not detected. My kernel contains the following two lines: device oltr pseudo-device token I think the driver should be in /modules, but I don't see it there. It would be if_oltr.ko right? -Adam __________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ From owner-freebsd-tokenring@FreeBSD.ORG Tue Nov 25 13:44:26 2003 Return-Path: Delivered-To: freebsd-tokenring@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2688116A4CE for ; Tue, 25 Nov 2003 13:44:26 -0800 (PST) Received: from box1.omd3.com (box1.omd3.com [69.46.19.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 349CB43FE3 for ; Tue, 25 Nov 2003 13:44:25 -0800 (PST) (envelope-from david@madole.net) Received: from [192.168.231.161] (helo=ssl.omd3.com) by box1.omd3.com with smtp (Exim 4.23) id 1AOkyu-000DHp-4F; Tue, 25 Nov 2003 16:44:24 -0500 Received: from 153.11.141.82 (SquirrelMail authenticated user david@madole.net) by ssl.omd3.com with HTTP; Tue, 25 Nov 2003 16:44:24 -0500 (EST) Message-ID: <7828.153.11.141.82.1069796664.squirrel@ssl.omd3.com> In-Reply-To: <20031125204653.46308.qmail@web10502.mail.yahoo.com> References: <20031125204653.46308.qmail@web10502.mail.yahoo.com> Date: Tue, 25 Nov 2003 16:44:24 -0500 (EST) From: "David S. Madole" To: "Adam Kaufman" User-Agent: SquirrelMail/1.4.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal cc: freebsd-tokenring@freebsd.org Subject: Re: ISA support added to oltr driver X-BeenThere: freebsd-tokenring@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support Token Ring in FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 21:44:26 -0000 > I installed David's files and applied the patch. I > recompiled and installed a new kernel. The card was > still not detected. My kernel contains the following > two lines: > > device oltr > pseudo-device token Looks good to me. Are you sure your card is setup for plug and play mode? You might want to download the Olicom setup disk and check if you're not sure. If it's not, then you can either enable it, or specifically give the various I/O parameters on the "device oltr" line so the driver can find the card. > I think the driver should be in /modules, but I don't > see it there. It would be if_oltr.ko right? No, the driver does not compile a loadable module. It will be embedded in the kernel itself. I have actually modified it since to generate a loadable module, but there's still more work to do on that version so I haven't posted it yet. David