Linux Wireless card RT61 no scan results

by Vivek Gite [Last updated: 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

Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post: Apache Address already in use: make_sock: could not bind to port 80 or 443 error and solution

Next post: Apache Tomcat: Please increase maxThreads error and solution