LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Aircrack problem with PK_PACKET (https://www.linuxquestions.org/questions/linux-newbie-8/aircrack-problem-with-pk_packet-323968/)

BassJunkieUK 05-16-2005 06:25 AM

Aircrack problem with PK_PACKET
 
I have just installed Aircrack on my laptop (Gateway 4532) running Suse 9.3.
I have purchased a Safecom SWLC-54108 PCMCIA w/lan card which is based on a TI chipset and is supported by the ACX111 firmware, everything there seems ok, card can scan for wireless lans and sniff packets on monitor mode with ethereal (once i have logged in as root)

However when i try to run Airodump from the Aircrack suite i get an error stating: socket(PF_PACKET): Opertaion not supported.

I checked around an google and found it might have something to do with access rights, but trying to run it as root just results and a "command not found" error!

If anymore details are needed please say so and i'll do my best to supply them!

Don't know if it's related but i also am unable to pick any wireless traffic up with Airsnort either, despite manually setting the card into monitor mode via iwpriv.

Thank you in advance

foo_bar_foo 05-18-2005 12:12 AM

you have to do it as root
Only processes with effective uid 0 (root) or the CAP_NET_RAW capability (i think that's suid) may
open packet sockets.

what do you mean "command not found" error!
something must not be on roots PATH give details about that error

it may be a better idea to run this stuff with sudo or suid
chmod u+s for suid


All times are GMT -5. The time now is 07:35 AM.