From owner-freebsd-questions@FreeBSD.ORG Sat Mar 5 17:33:56 2005 Return-Path: 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 1B85F16A4CE for ; Sat, 5 Mar 2005 17:33:56 +0000 (GMT) Received: from makeworld.com (makeworld.com [216.201.118.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D03543D1F for ; Sat, 5 Mar 2005 17:33:55 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id A890560E7; Sat, 5 Mar 2005 11:33:54 -0600 (CST) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 56988-02; Sat, 5 Mar 2005 11:33:50 -0600 (CST) Received: from [216.201.118.138] (racerx.makeworld.com [216.201.118.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id EC03060DB; Sat, 5 Mar 2005 11:33:49 -0600 (CST) Message-ID: <4229EDAD.5030605@makeworld.com> Date: Sat, 05 Mar 2005 11:34:37 -0600 From: Chris User-Agent: Mozilla Thunderbird 1.0 (X11/20050101) X-Accept-Language: en-us, en MIME-Version: 1.0 To: gabriel References: <4229E031.4070505@makeworld.com> <4229E7CC.7000006@makeworld.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by ClamAV 0.75.1/amavisd-new-2.2.1 (20041222) at makeworld.com - Isn't it ironic cc: freebsd-questions Subject: Re: D-Link NIC. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: racerx@makeworld.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2005 17:33:56 -0000 gabriel wrote: > Its ndis0 because I followed the "Project Evil" instructions (I > think). I _have_ tried that exact command line and its a no go, I get > this: ndis0: set wepkey failed: 19 > > I'm at a loss. :/ > > > On Sat, 05 Mar 2005 11:09:32 -0600, Chris wrote: > >>gabriel wrote: >> >>>Here ya go: >>> >>># -- sysinstall generated deltas -- # Wed Mar 2 22:26:30 2005 >>># Created: Wed Mar 2 22:26:30 2005 >>># Enable network daemons for user convenience. >>># Please make all changes to this file, not to /etc/defaults/rc.conf. >>># This file now contains just the overrides from /etc/defaults/rc.conf. >>>hostname="dolores.normal1.net" >>>#ifconfig_xl0="DHCP" >>>ifconfig_ndis0="DHCP" >>>#defaultrouter="10.0.0.1" >>>#ifconfig_ndis0="inet 10.0.0.25 netmask 255.0.0.0" >>>linux_enable="YES" >>>sshd_enable="YES" >>> >>># This file now contains just the overrides from /etc/defaults/rc.conf. >>># Please make all changes to this file, not to /etc/defaults/rc.conf. >>> >>># Enable network daemons for user convenience. >>># Created: Wed Mar 2 22:57:36 2005 >>> >>>As you can see, I tempted to set it up manually to no avail. >>> >>>Cheers! >>> >>>On Sat, 05 Mar 2005 10:37:05 -0600, Chris wrote: >>> >>> >>>>gabriel wrote: >>>> >>>> >>>>>Hello, >>>>> >>>>> So I updated everything to the latest 5.x source and installed just >>>>>fine. I've installed and loaded the ndis driver for my D-Link DWL-520 >>>>>and it is recognized by the system, however, I'm having a hell of a >>>>>hard time trying to get it to pull an ip address from my DHCP server. >>>>> >>>>>My AP is a linksys WAP11 v2 and its configured using the 68bit HEX >>>>>encryption because on 128 ifconfig complains that the string is too >>>>>long. Has anyone got any pointers? ideas? >>>>> >>>>>Cheers! >>>>> >>>> >>>>Let's have a look at your /etc/rc.conf file. >>>> >>>>-- >>>>Best regards, >>>>Chris >>>> >>>>Almost anything is easier to get into than out of. >>>> >>> >>> >>> >>Here's mine, albeit it's static, you should be able to pick it apart. >>I'm curious tho - It's not wi0? >> >>ifconfig_wi0="inet x.x.x.x netmask x.x.x.x ssid someapname wepmode on wepkey 0x11111111111111111111111111" >> >>Of course mine uses wi0 and my key is 128 bit. >> >>-- >>Best regards, >>Chris >> >>When the product is destined to fail, the delivery system >>will perform perfectly. >> > > > I'm curious - 2 things, Project Evil, using it out of necessity? next, did you by chance lock-down your AP to MAC addresses? If so, check that you have THAT MAC in the AP. -- Best regards, Chris The total behavior of large systems cannot be predicted.