у кого нить получалось перевести wifi карту ipw2200 в mode monitor..?
все делаю как указано на сайте
http://aircrack-ng.org/doku.php?id=ipw2200при компиляции вроде ошибок не показал а при make install
skull1980@ubuntu:~/ipw2200-1.2.1$ sudo make install
mkdir -p /home/skull1980/ipw2200-1.2.1/tmp/.tmp_versions
make -C /lib/modules/2.6.20-16-generic/build M=/home/skull1980/ipw2200-1.2.1 MODVERDIR=/home/skull1980/ipw2200-1.2.1/tmp/.tmp_versions modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.20-16-generic'
CC [M] /home/skull1980/ipw2200-1.2.1/ipw2200.o
Building modules, stage 2.
MODPOST 1 modules
LD [M] /home/skull1980/ipw2200-1.2.1/ipw2200.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.20-16-generic'
install -d /lib/modules/2.6.20-16-generic/kernel/drivers/net/wireless/
install -m 644 -c ipw2200.ko /lib/modules/2.6.20-16-generic/kernel/drivers/net/wireless/
/sbin/depmod -a 2.6.20-16-generic
Don't forget to copy firmware to your hotplug's firmware directory and have the
hotplug tools in place.
See INSTALL for more information.
вот что написано в install,тита нужно firmware поместить в папку hotplugin You need to place all of these files into the hotplug firmware directory,
e.g. /usr/lib/hotplug/firmware/ or /lib/firmware/. Check the contents
of the /etc/hotplug/firmware.agent to determine the specific location for your
distribution
If you do not have /etc/hotplug/firmware.agent, then you need to upgrade your
hotplug scripts to something later than 2003_10_07. You can obtain the latest
hotplug scripts via the following link (look for hotplug,
not firmwarehotplug):
http://sourceforge.net/project/showfiles.php?group_id=17679скачал и пытаюсь скомпилить......root@ubuntu:~/hotplug-2004_03_29# dir
ChangeLog etc hotplug.spec mkinstalldirs sbin
debian hotplug.8 Makefile README
root@ubuntu:~/hotplug-2004_03_29# sudo make
Built hotplug-2007_10_04.tar.gz
root@ubuntu:~/hotplug-2004_03_29# sudo make install
/usr/bin/install -c -D sbin/hotplug /sbin/hotplug
/usr/bin/install -c -d /etc/hotplug/{usb,pci}
/usr/bin/install -c -D etc/hotplug.d/default/default.hotplug /etc/hotplug.d/default/default.hotplug
for F in etc/hotplug/{*.{agent,rc},hotplug.functions} ; do \
/usr/bin/install -c $F /etc/hotplug ; \
done
/usr/bin/install: невозможно выполнить stat для `etc/hotplug/{*.{agent,rc},hotplug.functions}': No such file or directory
make: *** [install] Ошибка 1
root@ubuntu:~/hotplug-2004_03_29#
что ему не хватает......
может есть у кого ссылка на hotplug-2004_03_29.tar в пакете debкак вообще установить этот firmware.agent
