1

Topic: Airodump error when running eth1

I have searched google like crazy, and from what I see my error is a very common error.. yet I have not managed to find a solution for this.

Every time that I try to run

airodump eth1

I get the following error.

ARP linktype is set to 1 (Ethernet) - expected ARPHRD_IEEE80211,
ARPHRD_IEEE80211_FULL or ARPHRD_IEEE80211_PRISM instead.  Make
sure RFMON is enabled: run 'airmon-ng start eth1 <#>'
Sysfs injection support was not found either.

now I don’t know what this means yet, but I am trying my best to find out. anyways.. here is my cards info.

iwconfigeth1     

IEEE 802.11-DS  ESSID:""
          Mode:Managed  Frequency:2.457 GHz  Access Point: 2C:1V:11:DA:13:3V
          Bit Rate:11 Mb/s   Tx-Power=0 dBm   Sensitivity=0/65535
          Retry limit:16   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=93/100  Signal level=-49 dBm  Noise level=-93 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:2668   Missed beacon:0
wifi0     IEEE 802.11-DS  ESSID:""
          Mode:Managed  Frequency:2.457 GHz  Access Point: 2C:1V:11:DA:13:3V
          Bit Rate:11 Mb/s   Tx-Power=0 dBm   Sensitivity=0/65535
          Retry limit:16   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=93/100  Signal level=-49 dBm  Noise level=-93 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:2668   Missed beacon:0

iwlist

eth1      Scan completed :
          Cell 01 - Address: 2C:1V:11:DA:13:3V
                    ESSID:""
                    Mode:Master
                    Frequency:2.412 GHz (Channel 1)
                    Quality=100/100  Signal level=-34 dBm  Noise level:-93 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s
                    Extra:bcn_int=100
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
wifi0     Scan completed :
          Cell 01 - Address: 2C:1V:11:DA:13:3V
                    ESSID:""
                    Mode:Master
                    Frequency:2.412 GHz (Channel 1)
                    Quality=46/100  Signal level=-72 dBm  Noise level:-93 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s
                    Extra:bcn_int=100
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK

airmon-ng start eth1

eth1            UNKNOWN         airo_cs (monitor mode enabled)

I am using a AIR-PCM350 card (Cisco)

hopefully someone can finally share some light here. just incase.. the card works when sing kismet after I had configured *.conf.

2

Re: Airodump error when running eth1

Don’t forget monitor mode enabled airmon-ng start eth1 with driver include injection patch.

Did you try airodump wlan0 ?