
31.07.2010, 00:05
|
|
Новичок
Регистрация: 17.02.2010
Сообщений: 29
Провел на форуме: 24222
Репутация:
0
|
|
Сообщение от tigros
пишет: ioctl(SIOCSIFFLAGS) failed: No such file or directory
гуглим:
1)http://www.backtrack-linux.org/forums/beginners-forum/30814-%5Bhelp%5D-%5Bphy0%5Dsiocsifflag-error-cracking-wpa2.html
2)http://www.backtrack-linux.org/forums/hardware-compatibility-list/28183-backtrack-4-r1-development-release-4.html
судя по этим ссылкам: скорее всего, надо обновить прошивку - firmware - для адаптера (заменить ее). единственно, в данных темах шло обсуждение этого глюка с картами intel, а у тебя ralink. ну мб здесь дело в самих чипах. можно также попробовать обновить ядро.
I had the same problem after upgrading. For some reason the firmware file for the 4965 card gets erased during the kernel upgrade. You have to manually copy it back to /lib/firmware
The file you need is called: iwlwifi-4695-2.ucode. Go to this link and download the tar file for the 4695 card: Intel® Wireless WiFi Link drivers for Linux*
Extract the firmware file and copy it into /lib/firmware
Then you should be able to run the following command:
ifconfig wlan0 up
I had this very same problem when upgrading to the latest kernel. For some reason the firmware file for the wifi card gets erased during the upgrade. The file you need is called iwlwifi-4965-2.ucode and you have to place it in your /lib/firmware folder and then execute "ifconfig wlan0 up" without quotes in a terminal window.
|
|
|