Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: ral driver is not working



Hi,

Are you using wpa or wep authentication ?

for WEP :

# ifconfig ral0 nwid <my_ap> nwkey 0x1234567890
# dhcpcd ral0

for WPA, WPA2 it can do via wpa_supplicant

Create or edit /etc/wpa_supplicant.conf

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel

network {
ÂÂÂÂÂ ssid=myhomewlan
ÂÂÂÂÂ scan_ssid=1
ÂÂÂÂÂ key_mgmt=WPA-PSK
ÂÂÂÂÂ psk="some_wpa_key"
}

then initi wpa_suppplicant

# wpa_supplicant -iral0 -B -c/etc/wpa_supplicant.conf

for wpa key, you can use
wpa_passphrase(8)

Best Regards.

Â



On Tue, May 5, 2009 at 9:34 PM, HugLeo <hugocanalli%gmail.com@localhost> wrote:
Hi

I'm using a PCI D-Link DWL G510 (Ralink Chipset). NetBSD detect like ral0 and I can set options, by instance:

ifconfig ral0 192.168.1.2 nwid MyNetwork

But I get no network.

I also use:
wiconfig ral0 -D
But detect no access point.

I've tried use wpa_supplicant with ap in monitor mode but I also don't get success.

dmesg detect: ral0 at pci 1 dev 9 function 0: vendor 0x1814 product 0x0302
ral0 interrupting at ioapic 0 pin 17
ral0 MACIBBP RT2561C, RF RT2527

Any ideas?
--
-hUgLeO-â



--
Francisco Valladolid H.
-- http://bsdguy.net - Jesus Christ follower.


Home | Main Index | Thread Index | Old Index