Re: 3com 3crwe737a
Jacob Rush <[email protected]> Mon, 09 Sep 2002 22:18:54 -0500
| Newsgroups | gmane.network.wireless.bsd.airtools |
|---|---|
| Message-ID | <[email protected]> |
Mark A-J. Raught (from the laptop) wrote: > Jacob Rush wrote: > >> Does anybody have this working with bsd-airtools? >> I just cvsuped to the latest -STABLE and installed from the latest >> ports version of bsd-airtools and its not happy.. >> >> It pcmciad detects the card and loads the prisim2 driver but bat >> doesnt seem to work still >> im running "dstumbler wi0 -o" as the command >> >> Thanks, >> Jacob >> >> _______________________________________________ >> Bat mailing list >> [email protected] >> http://lists.dachb0den.com/mailman/listinfo/bat >> > I had similar problems and finally tracked them down to initializing > and putting in monitor mode, then run dstumbler. Here is the script I > use (FreeBSD 4.6.2): > > > #!/bin/sh > # Run via the sh shell > > prism2ctl wi0 -i > # initialize the card > > prism2ctl wi0 -m > # set card to monitor mode > > dstumbler wi0 -o > # run dstumbler with prism card in monitor mode > > It works for me, and hopefully it will help you. What a great feeling > when dstumbler finally works! :) > > hope this helps, > -mark > > > _______________________________________________ > Bat mailing list > [email protected] > http://lists.dachb0den.com/mailman/listinfo/bat Thanks for the help that got me closer.. It works for a few seconds but then it stops.. It will detect a access point and get 1-15 packets then it stops. No errors or anything just doesnt report any access points any more. I had to add "ifconfig wi0 up" to the begining of that script otherwise i get a error from pcap saying that the network is down when i start dstumbler. Are you running the 3crew737a ? Mine says rev2 on the back does yours? Just wondering if anybody has had this card working. Thanks, Jacob