From owner-freebsd-questions@FreeBSD.ORG Wed Feb 20 16:39:23 2008 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 CF9A116A403 for ; Wed, 20 Feb 2008 16:39:23 +0000 (UTC) (envelope-from dangkm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 7E23713C46A for ; Wed, 20 Feb 2008 16:39:23 +0000 (UTC) (envelope-from dangkm@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so3250878pyb.10 for ; Wed, 20 Feb 2008 08:39:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=cd88xYnR0Apun8E9ZNL/LA0oZtpXhI8jLppfi8w4sDw=; b=d5iR3oWu99fDXpUcuo1IMgLpGKnZfJ5LV6mEPj10jUo/Qp7PV7sQpzd5LrHH8YkafS3/9s5isPaiJTP7181q2Hh6qbcvoZRWeh8fpRQV6T2QWo1GagNtq0ze4yFAHUXd623tqaSOcIjcfW4syZUozXK+VBq1iMpz35KdcNVEiiE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=I+lcTSwf4js3T8ovSylxiffiPg7sQWp3YUvJePI9XGYGCFV5Xig/CNCR66AtY4CE3v/VTONNCLEOrlg2wO25HOhiptP11OCqu2dzdRTfRck7E3XUfJZvPTh+TtA2FF0Z7+x4T/YwIH4CEteAWctNIyCwV2a/5KHYZrjhFimze38= Received: by 10.65.54.9 with SMTP id g9mr16839469qbk.30.1203525562378; Wed, 20 Feb 2008 08:39:22 -0800 (PST) Received: by 10.64.209.16 with HTTP; Wed, 20 Feb 2008 08:39:22 -0800 (PST) Message-ID: <82f916c90802200839j3580ca15i7ab59bedbd17f1d@mail.gmail.com> Date: Wed, 20 Feb 2008 16:39:22 +0000 From: "Kemian Dang" To: "Kemian Dang" , freebsd-questions@freebsd.org In-Reply-To: <20080220154901.GA1674@mech-aslap33.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080201111805.GA7580@mech-aslap33.men.bris.ac.uk> <20080219142254.GA77217@mech-aslap33.men.bris.ac.uk> <82f916c90802200421n2b22229alc9e40f64373c4b45@mail.gmail.com> <20080220154901.GA1674@mech-aslap33.men.bris.ac.uk> Cc: Subject: Re: port net/acx100 for usr5410 pcmcia wireless FBSD 6.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2008 16:39:23 -0000 Try add it to the /boot/loader.conf and restart to see whether it works. My ndis0 can not get response from "ifconfig ndis0 scan", but I can give it the ssid manually and make it work. kemian On 20/02/2008, Anton Shterenlikht wrote: > > On 19/02/2008, Anton Shterenlikht wrote: > > > I tried to contact the port maintainer, but haven't heard anything back. > > > > > > I'd like to use US Robotics usr5410 wireless pcmcia card on my FBSD 6.3 > > > laptop. I understand this card is (was?) supported by port net/acx100. > > > However, the net/acx100/Makefile has: > > > > > > BROKEN= Does not compile on FreeBSD >= 6.x > > > > > > In addition the port maintainer's website, dev.kewl.org, states that > > > acx100 is obsolete, and was replaced by acx100+111. However, there > > > is no FBSD port for acx100+111. > > > > > > Is anybody using net/acx100? On what version of FBSD? > > > > > > Is anybody using acx100+111? What is the best way to install it? > > > > > > Is anybody using usr5410? With what driver? And what version of FBSD? > > > > > > Any other advice on getting usr5410 working on FBSD 6.3? > > > > On Wed, Feb 20, 2008 at 12:21:22PM +0000, Kemian Dang wrote: > > Try ndis, it works for my broadcom wireless adapter. > > I added ndis to the kernel and built the kernel module using > http://www.linuxant.com/usr11gv40q.zip driver. > > However, when I load the module: > > # kldstat -vn usr* > Id Refs Address Size Name > 2 1 0xc216c000 3d000 usr11g_sys.ko > Contains modules: > Id Name > 180 pci/usr11g_sys > 181 cardbus/usr11g_sys > 182 pccard/usr11g_sys > 183 uhub/usr11g_sys > # > > I get errors. From dmesg: > > cardbus1: Expecting link target, got 0xed > cardbus1: Resource not specified in CIS: id=10, size=2000 > cardbus1: Resource not specified in CIS: id=14, size=20000 > ndis0: mem 0x88020000-0x88021fff,0x88000000-0x8801ffff irq 11 at device 0.0 on cardbus1 > ndis0: NDIS API version: 5.1 > ndis0: init handler failed > device_attach: ndis0 attach returned 6 > > > What am I doing wrong? > > -- > Anton Shterenlikht > Room 2.6, Queen's Building > Mech Eng Dept > Bristol University > University Walk, Bristol BS8 1TR, UK > Tel: +44 (0)117 928 8233 > Fax: +44 (0)117 929 4423 >