LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   Orinoco Patch(make) problem (The hunt for monitor mode.) (https://www.linuxquestions.org/questions/linux-wireless-networking-41/orinoco-patch-make-problem-the-hunt-for-monitor-mode-209424/)

Esid 07-25-2004 08:08 AM

Orinoco Patch(make) problem (The hunt for monitor mode.)
 
Okay, a question like this has been postet but this does differ abit from the last so i hope it is okay that i post it as a new thread.

Okay i have to wireless netcards, a built in card (orinoco silver i think) and then i got a card to put into my pcmcia slot...and that card is a orinoco goldcard(avaya)

anyway.. if i do a iwpriv on the cards, after i have installed the cvs drivers from avannah.nongnu. org this is what i get
--------------------------------------
[root@localhost ]# iwpriv eth0
eth0 Available private ioctl :
force_reset (8BE0) : set 0 & get 0
card_reset (8BE1) : set 0 & get 0
set_port3 (8BE2) : set 1 int & get 0
get_port3 (8BE3) : set 0 & get 1 int
set_preamble (8BE4) : set 1 int & get 0
get_preamble (8BE5) : set 0 & get 1 int
set_ibssport (8BE6) : set 1 int & get 0
get_ibssport (8BE7) : set 0 & get 1 int
get_rid (8BE9) : set 0 & get 1024 byte
[root@localhost ]#

[root@localhost ]# iwpriv eth1
eth1 Available private ioctl :
force_reset (8BE0) : set 0 & get 0
card_reset (8BE1) : set 0 & get 0
set_port3 (8BE2) : set 1 int & get 0
get_port3 (8BE3) : set 0 & get 1 int
set_preamble (8BE4) : set 1 int & get 0
get_preamble (8BE5) : set 0 & get 1 int
set_ibssport (8BE6) : set 1 int & get 0
get_ibssport (8BE7) : set 0 & get 1 int
get_rid (8BE9) : set 0 & get 1024 byte
[root@localhost ]#
--------------------------------------
As you can see there dosnt seem to apear a monitor flag and i would really like this.

I have been diving around on airsnort.shmoo. com/orinocoinfo. html and doing alittle bit of reading but what i got to was that there where no patch for the newest driver pcmcia-cs-3.2.8 wich is what i am using in my machine.
( Linux localhost.localdomain 2.6.6-1.435.2.3 #1 Thu Jul 1 08:25:29 EDT 2004 i686 i686 i386 GNU/Linux)

anyway.. i tried to download the orinoco-0.13e.tar.gz and the patch orinoco-0.13e-dragorn-patch.diff.

it wher eposible to patch but when i do a make i get this... (and i guess this is the whole summa somarum the problem.)


[root@localhost orinoco-0.13e]# make
make -C /lib/modules/2.6.6-1.435.2.3/build SUBDIRS=/backup/experiment_dir/orinoco_rmon/orinoco-0.13e modules
make[1]: Entering directory `/lib/modules/2.6.6-1.435.2.3/build'
CC [M] /backup/experiment_dir/orinoco_rmon/orinoco-0.13e/orinoco_cs.o
/backup/experiment_dir/orinoco_rmon/orinoco-0.13e/orinoco_cs.c: In function `orinoco_cs_hard_reset':
/backup/experiment_dir/orinoco_rmon/orinoco-0.13e/orinoco_cs.c:134: warning: implicit declaration of function `CardServices'/backup/experiment_dir/orinoco_rmon/orinoco-0.13e/orinoco_cs.c: In function `orinoco_cs_attach':
/backup/experiment_dir/orinoco_rmon/orinoco-0.13e/orinoco_cs.c:206: error: structure has no member named `release'
/backup/experiment_dir/orinoco_rmon/orinoco-0.13e/orinoco_cs.c:207: error: structure has no member named `release'
/backup/experiment_dir/orinoco_rmon/orinoco-0.13e/orinoco_cs.c:208: error: structure has no member named `release'
/backup/experiment_dir/orinoco_rmon/orinoco-0.13e/orinoco_cs.c: In function `init_orinoco_cs':
/backup/experiment_dir/orinoco_rmon/orinoco-0.13e/orinoco_cs.c:688: warning: implicit declaration of function `register_pccard_driver'
/backup/experiment_dir/orinoco_rmon/orinoco-0.13e/orinoco_cs.c: In function `exit_orinoco_cs':
/backup/experiment_dir/orinoco_rmon/orinoco-0.13e/orinoco_cs.c:696: warning: implicit declaration of function `unregister_pccard_driver'
make[2]: *** [/backup/experiment_dir/orinoco_rmon/orinoco-0.13e/orinoco_cs.o] Error 1
make[1]: *** [_module_/backup/experiment_dir/orinoco_rmon/orinoco-0.13e] Error 2
make[1]: Leaving directory `/lib/modules/2.6.6-1.435.2.3/build'
make: *** [modules] Error 2
[root@localhost orinoco-0.13e]#

if you feel like flaming me to death please do .. but please also help me with the problem :)

have a nice day and thanx for the attention.


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