Linux Wireless card RT61 no scan results

by Vivek Gite on September 19, 2006 · 0 comments

Q. I followed the instructions outlined here, but still no luck. I am not getting any scan results for my wireless RT61 card.

A. First, make sure the driver is loaded correctly. Use lsmod command to verify driver is loaded:

# lsmod | grep -i rt61
Output:

rt61                  251840  1

If driver is not loaded use insmod command to load rt61 driver (kernel 2.6.xx.xx):
# insmod rt61.ko

Next you must know:
=> Your SSID/ESSID
=> Your wireless operating mode
=> Your operating frequency or channel
=> Your encryption or scrambling keys

Use iwconfig command to assign these values:
# iwconfig ra0 essid mywlan
# iwconfig ra0 mode Managed
# iwconfig ra0 channel 3
# iwconfig ra0 key 47b2233444d1xy55a1194lchjk8

Now try to scan your card again:
# iwlist ra0 scanning

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 11 + 14 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.



Previous post:

Next post: