Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2004 08:58:13 -0800 (PST)
From:      wpaul@FreeBSD.ORG (Bill Paul)
To:        jim@thebadger.org (James Green)
Cc:        freebsd-current@freebsd.org
Subject:   Re: Project Evil: The Evil Continues
Message-ID:  <20040126165813.8003A16A4E8@hub.freebsd.org>
In-Reply-To: <1075120670.6403.37.camel@mobius.int.thebadger.org> from James Green at "Jan 26, 2004 12:37:50 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> Works a treat!! (Dell Latitude D600, 5.2-CURRENT - buildworld 24/1/04,
> 25/1/04, 26/1/04)
> 
> Comes up on boot/resume with no problems. Had to try a few windows
> drivers - the one that worked was the latest driver for XP from Dell.
> Win2k drivers don't seem to work at all.

Define "don't seem to work." In theory, the Win2k and WinXP drivers
should both work, though admittedly I only experimented with the XP
ones myself. I suppose since I have sample Centrino cards, I should be
able to track this down, but if you could elaborate on what problems
you had with the Win2k drivers, it would help.

> I can pull up to about
> 660Kbyte/s across it. No signs of instability. Not tried WEP and only in
> adhoc mode (I understand that they are not supported yet?). 

I don't know what led you to believe this. WEP is supported, as are
both infrastructure and ad-hoc mode:

Sample ad-hoc mode initialization:

# ifconfig ndis0 mediaopt adhoc
# ifconfig ndis0 ssid "yournetname"
# ifconfig ndis0 wepmode on
# ifconfig ndis0 wepkey 0x12345678901234567890123456

Sample infrastructure mode initialization:

# ifconfig ndis0 media autoselect
# ifconfig ndis0 ssid "yournetname"
# ifconfig ndis0 wepmode on
# ifconfig ndis0 wepkey 0x12345678901234567890123456

Note: WEP keys should be either 10 or 26 hex digits (or 5/13 ASCII
characters) in length (which corresponds to the 40/128 bit key sizes,
respectively). Any other size likely won't work.

You should also be able to combine these into a single command:

# ifconfig ndis0 10.0.0.1 netmask 0xffffff00 up ssid "yournetname" mediaopt adhoc wepmode on wepkey 0x12345678901234567890123456 up

-Bill

--
=============================================================================
-Bill Paul            (510) 749-2329 | Senior Engineer, Master of Unix-Fu
                 wpaul@windriver.com | Wind River Systems
=============================================================================
              <adamw> you're just BEGGING to face the moose
=============================================================================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040126165813.8003A16A4E8>