From owner-freebsd-questions@FreeBSD.ORG Tue Jul 5 17:34:17 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 4DF0F16A41C for ; Tue, 5 Jul 2005 17:34:17 +0000 (GMT) (envelope-from bryan.maynard@reallm.com) Received: from hosting.sourcit.net (mail3.eitsolutions.net [68.23.20.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id F117343D48 for ; Tue, 5 Jul 2005 17:34:16 +0000 (GMT) (envelope-from bryan.maynard@reallm.com) Received: (qmail 29903 invoked from network); 5 Jul 2005 12:34:16 -0500 Received: from al1-24.207.169.154.charter-stl.com (HELO ?192.168.1.100?) (24.207.169.154) by hosting.sourcit.net with SMTP; 5 Jul 2005 12:34:16 -0500 From: Bryan Maynard Organization: Sofos Nikitis To: freebsd-questions@freebsd.org Date: Tue, 5 Jul 2005 12:33:29 +0000 User-Agent: KMail/1.8 References: <200507031500.35157.bryan.maynard@reallm.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507051233.29894.bryan.maynard@reallm.com> Subject: Re: FreeBSD 5.4 ndis support 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: Tue, 05 Jul 2005 17:34:17 -0000 On Tuesday 05 July 2005 08:25 am, Tobias Tom wrote: >> 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 >>script >> 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. No problem, glad I could help! :-D >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="yes" to loader.conf? As long as you're not using DHCP that should work fine. I'm actually trying to get my Linksys WPC11 ver.4 to load at boot and grap an IP through DHCP, but I don't think it's possible (if anyone has any ideas on this I'd love to hear them :-)). If you can assign a static IP to your wireless card through your router you should be fine. Just bind your wireless car's MAC address (found using "ifconfig -a" and looking for the "ether" property of the "ndis0" device) to your chosen IP address using your router (if your router can hand out static IPs it should be able to map those static Ips to a MAC address). If you have any problems, or questions, please provide your router's model number and we'll do some research. . . You could also try putting your chosen static IP address in your kernel's .hints file (if you're using the GENERIC kernel it'll be GENERIC.hints). I'm not sure what the syntax for that would be though. . . might be something fun to experiment with :-D >> I was getting the same "No such file or directory" error until I ran >>ndisgen. >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 _______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" If you have any more questions please feel free to ask. Bryan -- Open Source: by the people, for the people.