![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Registered Member
Join Date: Nov 2004
Posts: 4
|
Airjack with orinoco card
I need to install the airjack driver, however i do not have a prism2 card, i have a Orinoco card called WavwLan gold. I therefore installed the pcmcia-cs-3.1.31 patch and did the following steps
Initially i compiled the airjack-v0.6.6b-alpha, did make, make install and depmod 1. copy /airjack-v0.6.2-alpha/patches/orinoco.c.patch to /usr/src/pcmcia-cs-3.1.31/wireless/ 2. patch -p0 < orinico.c.patch 3. in the /usr/src/pcmcia-cs-3.1.31/wireless/ directory typed "make" 4. copied the .o files into my modules directory (/lib/modules/2.4.20-8/kernel/drivers/net/wireless/ 5. depmod 6. restarted pcmcia service When i did lsmod i could not see airjack_cs, so then i did modprobe airjack_cs, and then i could see it in lsmod However in lsmod i can see it as being unused. My lsmod looks like follows Module Size Used by Not tainted orinoco_cs 5804 2 orinoco 31140 0 [orinoco_cs] hermes 4804 0 [orinoco_cs orinoco] airjack_cs 19080 0 (unused) ds 8680 1 yenta_socket 13472 1 pcmcia_core 57216 0 [orinoco_cs airjack_cs ds yenta_socket] I tried doing ifconfig and i cannot see aj0. How shall i make aj0 active. Do i need to change any config file, if yes which config file. I do not have wavelan-ng.conf file, i have 1 conf file in etc/pcmcia. If i have to change anything in the config file, what would i have to change Could you pleae help me with this problem. It does not seem to use the airjack_cs module, it uses the orinoco_cs module. -Thanks deeps |
|
|
|
|
|
#2 (permalink) |
|
Asshole Emeritus
Join Date: May 2003
Location: S.E. VA.
Posts: 5,939
|
__________________
"Benjamin is nobody's friend. If Benjamin were an ice cream flavor, he'd be pralines and dick." Sons of Confederate Veterans |
|
|
|
|
|
#3 (permalink) |
|
Registered Member
Join Date: Sep 2003
Posts: 23
|
You won't be able to do much with airjack if you just have one card. You really need a prism card to handle the AP duties (using the hostap driver or maybe the wlan_ng driver will work) in addition to the orinoco card.
__________________
VHS to DVD |
|
|
|
|
|
#4 (permalink) | |
|
Registered Member
Join Date: Sep 2004
Posts: 90
|
Quote:
The problem here is that the pcmcia configuration is not configured to load the Airjack drivers for this specific card. The configuration of PCMCIA on Linux is too complicated for mere mortals, and I'm not sure how distributions like Fedora handle this stuff, so I'm staying out of it. ![]() Check Beetle's guide for some assistance. -Josh
__________________
-Joshua Wright jwright@hasborg.com http://home.jwu.edu/jwright/ Today I stumbled across the world's largest hotspot. The SSID is "linksys". Check out the SANS advanced wireless auditing and assessment course: Los Angeles |
|
|
|
|
|
|
#5 (permalink) |
|
Banned in DC
Join Date: Jul 2004
Posts: 102
|
Create an airjack.conf file in the /etc/pcmcia directory, containing those lines:
Code:
device "airjack_cs" class "network" module "airjack_cs" card "my card" manfid 0xyyyy, 0xzzzz bind "airjack_cs" |
|
|
|
|
|
#6 (permalink) | |
|
Registered Member
Join Date: Nov 2004
Posts: 4
|
Quote:
Thanks for your suggestion. I was able to load aj0 interface, by making airjack_cs conf file. But i am kind of confused here, this might be really dumb also. Do i actually, physically need two cards?. How would i use two cards at the same time, i have only one PCMCIA slot. How do you use two cards at the same time? |
|
|
|
|
|
|
#7 (permalink) | |
|
Asshole Emeritus
Join Date: May 2003
Location: S.E. VA.
Posts: 5,939
|
Quote:
Read this and fucking soak it all in, either learn how to type like big people or GET THE FUCK OFF MOMMY'S COMPUTER!!!!!
__________________
"Benjamin is nobody's friend. If Benjamin were an ice cream flavor, he'd be pralines and dick." Sons of Confederate Veterans |
|
|
|
|
|
|
#8 (permalink) | |
|
Registered Member
Join Date: Sep 2004
Posts: 90
|
Quote:
Why are you using Airjack? What is your goal here? -Josh
__________________
-Joshua Wright jwright@hasborg.com http://home.jwu.edu/jwright/ Today I stumbled across the world's largest hotspot. The SSID is "linksys". Check out the SANS advanced wireless auditing and assessment course: Los Angeles |
|
|
|
|
|
|
#9 (permalink) | |
|
Registered Member
Join Date: Sep 2003
Posts: 23
|
joswr1ght
Quote:
__________________
VHS to DVD |
|
|
|
|
|
|
#10 (permalink) | |
|
Registered Member
Join Date: Nov 2004
Posts: 4
|
Quote:
Thanks for responding. I am doing a class project to demonstrate vulnerabilities in 802.11, therefore i am using airjack. I was able to do wlan_jack with one card. What other things can i do?. I don't know much about essid_jack. But i never knew that there could be laptops with 2 pcmcia slot, as for monkey_jack you would need such a laptop. Do you only need a laptop or are there special NICs for this purpose. If i am unable to get hardware i would have to demonstrate other things airjack can do. Could you please inform me about other features. -Deeps |
|
|
|
|