Linux Wireless card RT61 no scan results

by on September 19, 2006 · 0 comments· last updated at September 19, 2006

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



You should follow me on twitter here or grab rss feed to keep track of new changes.

Featured Articles:

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <kbd> <blockquote> <pre> <a href="" title="">

Tagged as:

Previous Faq:

Next Faq: