On Mon, 2008-04-14 at 09:52 -0400, Celejar wrote: > Hi, > > I'm playing with b43 with my BCM4318 (rev 02). It seems to be working > fine in station and monitor modes (currently 2.6.24 self compiled from > Debian Sid packaged source), but I'm baffled by instructions I've seen > (e.g. in the Packetspammer docs) that discuss adding monitor mode to my > interface via something like "echo -n mon0 > > /sys/class/ieee80211/phy0/add_iface". That directory on my system doesn't > contain 'add_iface': > > $ ls /sys/class/ieee80211/phy0/ > device index macaddress power subsystem uevent
Same thing here with wireless-testing. I don't see any "add_iface" in the kernel sources. Perhaps your documentation is obsolete. I guess you need iw: git-clone http://git.sipsolutions.net/iw.git And then run something like this: iw type station dev wmaster0 interface add Sorry, iw is undocumented, so that's what I could figure out by reading the code. If it doesn't work, please ask in [EMAIL PROTECTED] -- Regards, Pavel Roskin _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
