I get that on my ath0 interface.
I belive that it means it can't go to monitor mode. Needed to sniff and do wep/wpa attack means.
this is my firsts steps of wireless.
i just buy a new laptop hp 6730s and i have problems with wireless drivers :S
somehow i found some drivers and installed but when i run this commands this shows me:
teo@teo-hp:~$ sudo airmon-ng start eth2
Interface Chipset Driver
eth2 UNKNOWN wl (monitor mode enabled)
teo@teo-hp:~$ sudo airodump-ng eth2
ioctl(SIOCSIWMODE) failed: Invalid argument
ARP linktype is set to 1 (Ethernet) - expected ARPHRD_IEEE80211
or ARPHRD_IEEE80211_PRISM instead. Make sure RFMON is enabled:
run 'ifconfig eth2 up; iwconfig eth2 mode Monitor channel <#>'
Sysfs injection support was not found either.
why eth2 chipset is UNKNOWN? and why airodump-ng don't work
pls help me,i'm new here
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
02:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
85:00.0 Ethernet controller: Marvell Technology Group Ltd. Unknown device 4357
I get that on my ath0 interface.
I belive that it means it can't go to monitor mode. Needed to sniff and do wep/wpa attack means.
Lucky i was bored enough to lookup what kind of wireless card is in your laptop. I've determined that it should be the intel 5100. According to the HCL is it not supported by backtrack 3. You can try the new compat-wireless drivers, i've read that they can enable injection on your particular card.
www,linuxwireless,org/en/users/Download#Wheretodownload
the instructions are deadly simple to follow, you just download, unpack, make, make install and make load. Hope this fixes your problem.
*edit*
Make sure you get the drivers for kernels <= 2.6.26
ok then, now we know its a BCM4312. It should also work with the compat-wireless drivers though.
yes but hot to fix this
teo@teo-hp:~$ sudo airodump-ng eth2
ioctl(SIOCSIWMODE) failed: Invalid argument
ARP linktype is set to 1 (Ethernet) - expected ARPHRD_IEEE80211
or ARPHRD_IEEE80211_PRISM instead. Make sure RFMON is enabled:
run 'ifconfig eth2 up; iwconfig eth2 mode Monitor channel <#>'
Sysfs injection support was not found either.
his drivers are unknown to airmon-ng, so i am assuming his card will not work out of the box
I am relying on the OP's updated version of his post which clarifies that he is using a BCM4312 chipset. According to the bcm43xx supported cards list this chipset is supported by kernels > 2.6.20, which means it should be supported by BT3. Broadcom cards can, and should, be put into monitor mode using the airmon-ng command which is why I suggested that he try it.
-Monkeys are like nature's humans.