These are just random notes and programs that may have incomplete descriptions. Any scripts or programs use at your risk
Showing posts with label backtrack. Show all posts
Showing posts with label backtrack. Show all posts
Thursday, March 14, 2013
CF-29 Intel wifi driver gnu/linux backtrack
CF-29 Toughbook
I received an old Toughbook CF-29 laptop from a friend and decided to install backtrack 5.3. An issue i was having was getting the intel driver to install.
I verified the firmware was in the correct location via
root@bt:~# ls /lib/firmware/ | grep ipw
ipw2100-1.3.fw
ipw2100-1.3-i.fw
ipw2100-1.3-p.fw
ipw2200-bss.fw
ipw2200-ibss.fw
ipw2200-sniffer.fw
ipw_firmware
Next i ran the following command
root@bt:~# dmesg | grep ipw2200
[ 26.409354] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
[ 26.409359] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[ 26.409494] ipw2200 0000:02:01.0: PCI INT A -> Link[LNKD] -> GSI 9 (level, low) -> IRQ 9
[ 26.409520] ipw2200: Detected Intel PRO/Wireless 2915ABG Network Connection
[ 26.509132] ipw2200: ipw2200-bss.fw request_firmware failed: Reason -2
[ 26.509141] ipw2200: Unable to load firmware: -2
[ 26.509146] ipw2200: failed to register network device
[ 26.509193] ipw2200 0000:02:01.0: PCI INT A disabled
[ 26.509242] ipw2200: probe of 0000:02:01.0 failed with error -5
[ 39.384317] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
[ 39.384323] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[ 39.384455] ipw2200 0000:02:01.0: PCI INT A -> Link[LNKD] -> GSI 9 (level, low) -> IRQ 9
[ 39.384483] ipw2200: Detected Intel PRO/Wireless 2915ABG Network Connection
[ 39.387815] ipw2200: ipw2200-bss.fw request_firmware failed: Reason -2
[ 39.387822] ipw2200: Unable to load firmware: -2
[ 39.387827] ipw2200: failed to register network device
[ 39.387870] ipw2200 0000:02:01.0: PCI INT A disabled
[ 39.387907] ipw2200: probe of 0000:02:01.0 failed with error -5
Searched google and found
http://ubuntuforums.org/showthread.php?t=2100934
Ran this command the the issue was corrected
sudo modprobe -r ipw2200 && sudo modprobe ipw2200
Subscribe to:
Posts (Atom)
Powershell: Microsoft Graph to add new roles to application registration
PowerShell Script Bulk add new roles to application registration in azure. Update $roles with ,Us...
-
Here is an excel document I created that will ping a list of nodes in column A and give results in column B. There are much better tools th...
-
#reads event logs for filter and exports to $Date = ( Get-Date ).AddMinutes(-30) $LogName = 'Security' $ProviderName = ...
-
Using Google Chrome or MS Edge: Disable Javascript post page load. 1. Open console in dev tools 2. press ctrl - alt - p 3. In the run dial...