Pardon?
Code:# opkg depends aircrack-ng aircrack-ng depends on: libc libpthread libopenssl libpcap
What is Wireless tools package?
Ah! Now I get it. While starting, any airocrack* tool searches for some standard linux utilities which absent in our small embedded device. Here is workaround:Sorry I meant when I start airodump-ng which is part of airocrack-ng I get error:Wireless tools not found
opkg install coreutils-true
ln -s /bin/echo /opt/bin/iwconfig
ln -s /bin/echo /opt/bin/iwpriv
Ah! Now I get it. While starting, any airocrack* tool searches for some standard linux utilities which absent in our small embedded device. Here is workaround:
Code:opkg install coreutils-true ln -s /bin/echo /opt/bin/iwconfig ln -s /bin/echo /opt/bin/iwpriv
No, it's not necessary. I've checked on Entware installation.I did all of above but still get same error wireless tools not found
Should I restart router after running above commands?
No, it's not necessary. I've checked on Entware installation.
I'm afraid, no. Wireless-tools is hardware depended package.I cannot install this package => http://backfire.openwrt.org/10.03/brcm47xx/packages/wireless-tools_29-4_brcm47xx.ipk due incompability with architecture.
Is it possible to get this package to the entware repo?
It is true but could you please help me to compile the rtl8187 modules?Wireless-tools is hardware depended package.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!