Thanks for the information. Please run these commands (make sure you're plugged into ethernet first), which will install ndiswrapper to drive the card (using Windows drivers). Hopefully that will work better than the ipw2200 driver:
Code:
sudo apt-get install ndiswrapper*
echo 'blacklist ipw2200' | sudo tee -a /etc/modprobe.d/blacklist
wget http://downloadcenter.intel.com/confirm.aspx?httpDown=http://downloadmirror.intel.com/16617/eng/12.0.4.0_X_Drivers.zip&agr=&ProductID=1637&DwnldId=16617&strOSs=&OSFullName=&lang=eng
unzip 12.0.4.0_X_Drivers.zip
cd Disk/XP/Drivers/x32
sudo ndiswrapper -i w29n51.inf
Now reboot and see if your wireless works better. If it still doesn't, please post:
Code:
dmesg | grep -e ipw -e ndis
cat /etc/modprobe.d/blacklist | grep ipw
ndiswrapper -l
lshw -C Network
Bookmarks