Quote:
Originally Posted by casperdaghost
i have a dell d600 with ubuntu and a cisco 350 wireless aironet card. i am running wireshark - and it will not bind to my wireless card.
it will not see the card on interface options. on capture --> options there is no wireless card listed in the interface.
|
Most likely this means the wireless card's kernel module is not loaded. Wireshark cannot communicate directly with the wireless adaptor, but only as a configured network device like wlan0 or eth1.
First, look at the output of "iwconfig". See if your wireless adaptor is listed. If it is, this means it is configured but not necessarily enabled -- but this would be a good place to start troubleshooting.