From owner-freebsd-questions@FreeBSD.ORG Tue Jul 5 08:25:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83C2B16A41C for ; Tue, 5 Jul 2005 08:25:45 +0000 (GMT) (envelope-from tobiastom@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 143ED43D45 for ; Tue, 5 Jul 2005 08:25:44 +0000 (GMT) (envelope-from tobiastom@gmail.com) Received: by nproxy.gmail.com with SMTP id g2so194641nfe for ; Tue, 05 Jul 2005 01:25:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ES9eEyfjel/EX9wnGOhBhy+nYjeptNQwiVX5jSR09s2anpjHoJciVgex9UC70usZwifM9ElH2k2b/UGHczmC+sWuJ72kUAW3F1J120PoOE7avwlNvRKIcuIMfbjtcHgERCKO/sj/muBiwdm9xf6KQHsNcuNr6nFPxNKvZQz07v8= Received: by 10.48.244.19 with SMTP id r19mr134745nfh; Tue, 05 Jul 2005 01:25:43 -0700 (PDT) Received: by 10.48.244.6 with HTTP; Tue, 5 Jul 2005 01:25:43 -0700 (PDT) Message-ID: Date: Tue, 5 Jul 2005 10:25:43 +0200 From: Tobias Tom To: Bryan Maynard In-Reply-To: <200507031500.35157.bryan.maynard@reallm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200507031500.35157.bryan.maynard@reallm.com> Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.4 ndis support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tobias Tom List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2005 08:25:45 -0000 > Anyway, there is a utility in 5.4 (I think that's that's where it showed = up) > called "ndisgen". Running ndisgen steps you through a wonderful little sc= ript > that asks for for the location of your INF and SYS files, generates you .= h > file and kernel module. I did that ... thank you very much ... it generated a rt2500_sys.ko .. and that could be loaded by hand. Now I have just the Problem left that it does not work when i try to load it on boot. Is there anything I have to do except copy that file to /boot/kernel and enter load_rt200_sys=3D"yes" to loader.conf? > I was getting the same "No such file or directory" error until I ran ndis= gen. Maybe you could try kldload ./. That worked here. And after all, I saw that inside the manual is written down that only prism chipset cards are supported to run as an access point. Is that still correct? Or is there any change to get it run. The Interface seems to work now. When I try to use wicontrol it tells me "wicontrol: SIOCGWAVELAN: Device not configured". Please tell me that my card will work, too ;o) Thanks for your Help Regards Tobias