LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   can't do iwlist scan : operation not supported (https://www.linuxquestions.org/questions/linux-wireless-networking-41/cant-do-iwlist-scan-operation-not-supported-350775/)

flowchartz 08-07-2005 04:03 AM

can't do iwlist scan : operation not supported
 
hello everyone ,i'm new in this foum i want to ask a little about my problem.
i use dlink DWL-122 in my debian sarge 3.1 using kernel 2.4.The problem is when i want to scan for network in my area using those interface,i received a message like this

eth1 : interface doesn't support scanning : opration not supported

i use the default driver from debian :
when i do lsmod it's looks like a use orinocco driver :

when i lsmod

orinocco_pci 3332 1
orinicco 35572 0 [orinocco_pci]
hermes 6020 0 [orinocco_pci orinocco]

am i right ???

what shoud i do ???


thks

shotwellj 08-08-2005 02:26 AM

It is likely that your orinoco driver doesn't support scanning. Maybe this will help:

http://www.nongnu.org/orinoco/


Good Luck,
Jacob

flowchartz 08-08-2005 06:31 AM

thank's a lot i try it, i try to look the driver in the vendor (d-link),but anyway i can't find it ,so i'll try this

flowchartz 08-10-2005 10:27 AM

i've already try it and recompile my kernel,but it still doesn't work at all.it can't do scanning to acces point...
what should i do nest

greySquirrel 08-15-2005 05:08 AM

try ad-hoc mode before scanning

eg. iwconfig ra0 mode ad-hoc

just replace ra0 with your network device and you should be able to scan for other networks.......if that doesn't work try it in conjuction with assigning a static address, netmask, etc to the wireless device.

sometimes i found i had to do, iwlist ra0 scan and iwlist ra0 scanning before anything appeared.

Arrowx7 08-15-2005 11:25 AM

what kernel version are you running? do:
uname -a
and post the output. The newest orinoco driver is in kernel 2.6.13-rc2, which is orinoco 0.15
My iwlist scan didn't work either until I upgraded to 2.6.13-rc2 kernel.

slylock 10-03-2005 02:28 PM

I have the same problem using Fedora Core FC4, the kernel is 2.6.11. My attempts to build a new version of the module have failed, because FC4 doesn't come with kernel sources, and I can't figure out how to get kernel sources installed.

varactor_blue 02-09-2006 07:39 PM

Here, try this one out: You have to download orinoco-0.15rc2.tar.gz (I think that's the one), untar it, go to the directory it makes, run "make" (no quotes), then gzip the .ko files it makes, su to root, and copy and paste those .ko files (now .ko.gz files) in your /lib/modules subtree (usually /lib/modules/(kernel version)/kernel/drivers/net/wireless).
Then, when you reboot (the safest way to figure it out) you should be running the 0.15rc2 version, which DOES support scanning! AND you dont have to go through the hassle of messing with pcmcia_cs!
And yes, it does require that you have the kernel sources in place, but once you get that, try this method, it worked for me!

Hope that was a bit helpful :)


All times are GMT -5. The time now is 12:05 AM.