Solved, with thanks to Hin-Tak Leung
The issue was the permissions attached to the driver directory was wrong so the firmware was timing out as it couldnt load the drivers
Solution:
sudo chown -R root.root /lib/firmware/zd1211
sudo find /lib/firmware -type d -exec chmod 755 {} \;
sudo find /lib/firmware/zd1211 -type f -exec chmod 644 {} \;
Hi Folks,
Can someone with some knowledge help me please, ive now been told to use lenny, however i think were sooo close to sorting out usb wifi card that uses zd1211 that i would love someone with some knowledge to spend 5 mins havin a read please.
here is the post
http://ubuntuforums.org/showthread.php?t=1063274Really appreaciate someone having a look,
Many thanks