[EDIT]
Before trying the following instructions, can you post the model number of your Peak card, so I can download the Windows drivers, and check they ARE the same as the Linksys ones… if not, I can adjust the following instructions.
[END EDIT]
OK, looks like they removed the Linux driver (acx) from recent kernels because of it being somewhat buggy, but the Windows drivers are supposed to work through ndiswrapper, so…
REMOVE THE CARD FROM YOUR PC
Install ndiswrapper:
sudo apt-get install ndiswrapper-common ndiswrapper-utils-1.9
To keep things tidy lets create a folder called peak in your Home folder, and put everything in there:
cd ~
mkdir peak
cd peak
Download the Windows drivers (yes I know these are for a Linksys card, but ut uses the same acx111 chipset):
wget http://homedownloads.cisco.com/downloads/driver/wpc54gv2_driver_utility_v2.02.zip
unzip the archive:
unzip wpc54gv2_driver_utility_v2.02.zip && cd WPC54Gv2_40826
Fix a file naming convention problem (Linux is case sensitive and Windows is not, thus requiring this step):
mv tnet1130.sys TNET1130.sys
OK, now we need to replace instances of tnet1130.sys with TNET1130.sys in LSTINDS.INF
sed -e 's/tnet1130.sys/TNET1130.sys/' LSTINDS.INF > LSTINDS.new && mv LSTINDS.new LSTINDS.INF
Load the driver into ndiswrapper module:
sudo ndiswrapper -i lsbcmnds.inf
sudo ndiswrapper -i LSTINDS.INF
sudo modprobe ndiswrapper
Insert the line ndiswrapper into /etc/modules so it gets loaded at bootup:
echo "ndiswrapper" | sudo tee -a /etc/modules
INSERT THE CARD BACK INTO THE PC
To check everything is as it should be:
ndiswrapper -l
you should see something similar to:
Installed drivers:
lsbcmnds driver installed
lstinds driver installed, hardware present
Reboot, and try your wireless.
If the above instructions don’t work, can you post the model number of the Peak card.
Source:
*** Linksys has updated their drivers, and this method is now a REAL pain to get working. ***
*** Continue with the knowledge that this will take effort. ***
Linksys ACX111 chipset (wpc54g v2) via ndiswrapper EDGY, FEISTY, GUTSY, HARDY, IBEX,...
info:
I’ll put these here for future reference, in case the above instructions don’t work… but I’m fairly confident they will:
http://sourceforge.net/projects/acx100/forums/forum/257272/topic/3866777
and
Download acx100 - Wireless chipset Linux driver for free. Open Source Linux driver for wireless network cards (DWL-[G]520+ PCI, DWL-[G]650+ CardBus, GL-2422MP mini-PCI, DWL-120+ USB etc.) which use the entirely undocumented Texas Instruments (TI)...