PDA

View Full Version : X-Micro WLAN 11b USB Adapter (ZyDAS zd1201 based)



Matthew87
12-17-2006, 02:53 AM
Hi,

after having figured out the issue with my crappy wireless card I figured I'd try using this USB adapter I have laying around. I find Linux drivers really quick, but II have no idea what to do with the stuff and it seems to me as though Knoppix did not automatically recognise the thing...
I downloaded the drivers from here and unpacked them... http://linux-lc100020.sourceforge.net/
I read the instructions, but I'm running off the Live CD, so how do I install the driver. My HDD is formatted NTFS and I believe Knoppix has an issue with that? I believe all Linux OSs do? Well anyways when I try to run "make" from the console I get this error:
INSTALL zd1201.fw zd1201-ap.fwcp: cannot create regular file `/usr/lib/hotplug/firmware/zd1201.fw': Permission denied
cp: cannot create regular file `/usr/lib/hotplug/firmware/zd1201-ap.fw': Permission denied

Failed: No firmware directory found
make: *** [install] Error 1
I really have no idea what I need to do. I've heard of people patching the kernel to include drivers or something. So can I modify the Knoppix.iso file or recompile it or whatever so that it includes this driver for me?
BTW the make file says this:
#
# Makefile for zd1201 firmware
#

FIRMWARE=zd1201.fw zd1201-ap.fw

INSTALL = cp -p -f

default: install

install:
@echo -n " INSTALL" ${FIRMWARE}
@test -d /etc/firmware \
&& $(INSTALL) ${FIRMWARE} /etc/firmware \
&& echo " =>" /etc/firmware/ \
|| test -d /usr/lib/hotplug/firmware \
&& $(INSTALL) ${FIRMWARE} /usr/lib/hotplug/firmware \
&& echo " =>" /usr/lib/hotplug/firmware/ \
|| ( echo && echo "Failed: No firmware directory found" && false )

Now as I understand it this device is capable of the Master mode I want to set it to. This my conclusion from the read me file:
README for zd1201 Wireless USB firmware.

This package contains the firmware needed for the zd1201 devices to work.
Simply typing 'make' as root (or using 'su') should install the two firmware
files in the proper firmware directory used by the hotplug scripts.

This package contains two files, zd1201.fw is the firmware file for using the
device as a normal 802.11b client. The file zd1201-ap.fw is used to put the
device in access point mode.

Please send questions to the sourceforge forum (in case of problems add 'dmesg'
output) at http://linux-lc100020.sourceforge.net/

Jeroen Vreeken, pe1rxq@amsat.org
If I am wrong so please tell me so I do not get my hopes up or such.