First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 125651
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mobile Herd <mobile@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Alex Gregory <gregz0012@hotmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 125651 depends on: Show dependency tree
Show dependency graph
Bug 125651 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-03-09 15:23 0000
The current kismet ebuild has a bug in it (from the kismet devs). The bug
causes essids to not be detected and product increased noise. A fix for this
problem is this...

Edit kis_packsources.cc with the following.

Original:

sourcetracker->RegisterPacketsource("acx100, 1, "IEEE80211b", 6,
pcapsource_wextfcs_registrant,
monitor_acx100, unmonitor_acx100,
chancontrol_wext, 1);

Change To:

sourcetracker->RegisterPacketsource("acx100, 1, "IEEE80211b", 6,
pcapsource_wext_registrant,
monitor_acx100, unmonitor_acx100,
chancontrol_wext, 1);

Several people have tried this and report it to work and I can confirm this on
my system.

Can this feature be added in to the ebuild please?

------- Comment #1 From Henrik Brix Andersen 2006-03-24 08:16:11 0000 -------
Fixed in net-wireless/kismet-2005.08.1-r1. Thank you for reporting this.

First Last Prev Next    No search results available      Search page      Enter new bug