Package: aircrack-ng
Version: 1:1.2-0~beta3-4
Severity: important
Dear maintainer,
When I use airmon-ng I get the following error:
viktor@jessie$ sudo airmon-ng start wlan1
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
693 NetworkManager
705 avahi-daemon
736 avahi-daemon
782 wpa_supplicant
794 dhclient
Process with PID 794 (dhclient) is running on interface wlan0
Interface Chipset Driver
wlan0 Broadcom wl - [phy0]
wlan1 Atheros AR9271 ath9k - [phy2]SIOCSIFFLAGS: Name not unique on
network
(monitor mode enabled on mon0)
**************************************************************************
Then when I want to do airodump-ng this happens:
viktor@jessie:~$ sudo airodump-ng mon0
ioctl(SIOCSIFFLAGS) failed: Name not unique on network
**************************************************************************
I have found a workaround here:
https://bbs.archlinux.org/viewtopic.php?id=188374
First, you have to bring the interface down
sudo ifconfig wlan1 down
Then put it into monitor mode:
sudo iwconfig wlan1 mode monitor
Then bring it up:
sudo ifconfig wlan1 up
You can use airodump-ng now:
sudo airodump-ng start wlan1
*****************************************************************************
The usb adapter is OK, i tested it on another computer which has Kali Linux
installed
and it worked without problems.
-- System Information:
Debian Release: 8.0
APT prefers testing-updates
APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages aircrack-ng depends on:
ii iw 3.17-1
ii libc6 2.19-13
ii libgcrypt20 1.6.2-4+b1
ii libnl-3-200 3.2.24-2
ii libnl-genl-3-200 3.2.24-2
ii libpcap0.8 1.6.2-2
ii libpcre3 2:8.35-3.3
ii libsqlite3-0 3.8.7.1-1
ii wireless-tools 30~pre9-8
ii zlib1g 1:1.2.8.dfsg-2+b1
Versions of packages aircrack-ng recommends:
ii ieee-data 20141019.1
aircrack-ng suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]