Driver Aircrack

Started by xmx, October 26, 2012, 01:16:08 PM

Previous topic - Next topic

xmx

Salve raga ho installato da poco la nuova versione BackBox 3.0 dopo molti tentativi sono riuscito ad installare i driver proprietari della scheda di rete.
Ora il mio problema è come installo la patch di aircrack per la mia scheda di rete?? Ho visto sul sito di aircrack dovrebbe essere compatibile...
Questa è la mia schede di rete...
*-network               
       description: Ethernet interface
       product: NetLink BCM57785 Gigabit Ethernet PCIe
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth0
       version: 10
       serial: dc:0e:a1:15:ed:e1
       size: 100Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi msix pciexpress bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.121 duplex=full firmware=sb ip=192.168.0.2 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
       resources: irq:16 memory:d1830000-d183ffff memory:d1840000-d184ffff memory:d1850000-d18507ff
  *-network DISABLED
       description: Wireless interface
       product: BCM43227 802.11b/g/n
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: eth1
       version: 00
       serial: 94:39:e5:82:dc:f5
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=wl0 driverversion=5.100.82.38 latency=0 wireless=IEEE 802.11bgn
       resources: irq:17 memory:d1a00000-d1a03fff

ZEROF

Did you try to switch to monitor mode ?

sudo airmon-ng start wlan0
sudo aireplay-ng -9 mon0

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*


xmx

Quote from: Stolas on October 26, 2012, 01:23:33 PM
Have a look at these locations:
-_-

This is my output
sudo airmon-ng start wlan0


Found 5 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!

PID Name
945 avahi-daemon
946 avahi-daemon
1027 NetworkManager
1294 wpa_supplicant
1447 dhclient


Interface Chipset Driver

eth1 Unknown wl

infamous@carmine-laptop:~$ sudo aireplay-ng -9 mon0
Interface mon0:
ioctl(SIOCGIFINDEX) failed: No such device

ZEROF

#4
I see, and show me output :

ethtool -i wlan0
ethtool -i eth0

Install :

sudo apt-get install bcmwl-kernel-source
sudo modprobe wl

Then run again :

ethtool -i wlan0
ethtool -i eth0

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

xmx

Quote from: ZEROF on October 26, 2012, 02:11:04 PM
I see, and show me output :

ethtool -i wlan0
ethtool -i eth0

Install :

sudo apt-get install bcmwl-kernel-source
sudo modprobe wl

Then run again :

ethtool -i wlan0
ethtool -i eth0

Ok before installation
infamous@carmine-laptop:~$ ethtool -i wlan0
Cannot get driver information: No such device
infamous@carmine-laptop:~$ ethtool -i eth0
driver: tg3
version: 3.121
firmware-version: sb
bus-info: 0000:02:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: no
supports-register-dump: yes


After
infamous@carmine-laptop:~$ ethtool -i wlan0
Cannot get driver information: No such device
infamous@carmine-laptop:~$ ethtool -i eth0
driver: tg3
version: 3.121
firmware-version: sb
bus-info: 0000:02:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: no
supports-register-dump: yes
infamous@carmine-laptop:~$

ZEROF

#6
Did you try to reboot ? Remove your adapter before, then plugin after reboot. If this don't work, i will just ask you : Do you have 15$ ?

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

xmx

Quote from: ZEROF on October 26, 2012, 02:41:29 PM
Did you try to reboot ? Remove your adapter before, then plugin after reboot. If this don't work, i will just ask you : Do you have 15$ ?
Ahahah don't work..i have 15$ but..... My card is compatible with aircrack and i will WORK!!!! xD

ZEROF

When you find solution share with others. Good luck, i'm done.

:)

Cheers !

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*