EDIT: Solved!!!
the -110 error is a timeout issue, it turns out the permissions on the directory for the drivers was incorrect, this was solved by the following
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 {} \;
My thanks go to Hin-Tak Leung for providing solution
And To Kerry_S who was extremely helpfull in aiding me toward this stage
EDIT: 2nd page post 16 is starting from scratch again with a clean install, please pick this up from there.
Please help peeps, even someone with little knowledge has more knowledge than I. I think this should be simple to fix.
I am learning (well i feel) a lot along this process and have attempted lots of stuff with guides and info i have found out along the way, but need help.
I posted earlier, but didnt adhere to sticky post so here goes again.
I need to get a sparklan usb wifi card working in ubuntu 8.1.
Issue: instaling Sparklan WUBZ-103
been to Sparklan.com downloaded linux driver and its ZD1211 drivers
I run lsusb = Fiberline WL-430U, so is this correct for the zd1211 drivers? EDIT: I have now found out that this is a yes! http://linuxwireless.org/en/users/Dr...1211rw/devices
I didnt know it was inbuilt to start with and have tried to build the driver from the website download and make that work, rather unsuccsesfully, it kept erroring on certin config and directories. Original Post=http://ubuntuforums.org/showthread.php?t=1063154
the downloaded file from sparklan.com is trying to install ZD1211 diver which according to http://www.linuxwireless.org/en/users/Drivers/zd1211rw should already be installed in the linux kernel.
Are the ZD1211 drivers already included in Ubuntu 8.1 then? EDIT: I have found the ZD1211 drivers using synaptics and installed them but it didnt do anything
How do i get the inbuilt driver to work? EDIT: I have found supposedly more updated drivers (Firmware) from http://sourceforge.net/project/showf...ease_id=544191
So i am currently still stuck on getting it working
Thanks



Adv Reply

Bookmarks