You are not logged in.

#1 2008-02-19 00:03:27

NoOneImportant
Member
From: Deep Southern California
Registered: 2007-02-13
Posts: 178

ndiswrapper help

Ok, since I can't tget he rt2870 native drivers to compile, my other option is ndiswrapper.

My wireless network uses WPA and I'm not sure if I've configured wpa supplicant and network-profiles/wlan0 correctly because I have a very annoying problem. Although I can get the network profile to connect to the network, it goes very slow; by slow I mean dialup speeds.

Here's my network-profile for wlan

DESCRIPTION="wlan profile for wireless"

INTERFACE=wlan0
HOSTNAME=mrmeh
#DOMAINNAME=localdomain

IFOPTS="dhcp"

ESSID=aptd
IWOPTS="mode managed essid $ESSID"
#IWOPTS="essid $ESSID"

WIFI_INTERFACE=wlan0

WIFI_WAIT=5

USEWPA="yes"
WPAOPTS="-D wext

By the way, if "mode managed" isn't added before essid, then I can't connect to the network

and my wpa_supplicant configuration

ctrl_interface=/var/run/wpa_supplicant
#update_config=1
#ap_scan=1

network={
    ssid="aptd"
    scan_ssid=1
    #mode=1
    #psk="mykeyasastring"
    psk=12345678910111213141516
    proto=WPA
    auth_alg=OPEN
    key_mgmt=WPA-PSK
    pairwise=CCMP TKIP
    group=CCMP TKIP
}

Despite what the example configuration says, mode=1 sets my device to ad-hoc

anyone know what I'm doing wrong?

iwconfig shows rts threshold and fragmentation as "off"

Offline

Board footer

Powered by FluxBB