OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Debian => Topic started by: zeroc87 on September 29, 2007, 06:28:51 am
-
i need the hostap driver utils conf and prism firmware and support because I can't use my wifi card.can you up me?
-
Is hostap blacklisted in /etc/modprobe.d/?
It should be loaded by default.
I need to blacklist it in order to use my Ambicom WL-1100C card.
-
I tried to install prism3-support but i couldn't because it need hostap-utils
-
You mean the hostap-utils from the feeds doesn't work?
-
from feed I wasn't able to install the correct firmware so I make myself a script to flash the correct firmware each time I use the wifi card.if you want I can send you the script
-
I tried to patch the hostap driver to support injection but I wasn't able because make tell that kernel doesn't support pcmcia and pci.how can I patch?
I followed this
http://www.aircrack-ng.org/doku.php?id=hostap (http://www.aircrack-ng.org/doku.php?id=hostap)
-
How about this simple alternative solution works without building anything?
Edit /etc/pcmcia/config
Add the relevant information like what I've done for my Ambicom WL1100C for instance:
Card "Ambicom WL1100C 11Mbs Card 802.11b"
manfid 0xd601, 0x0002
bind "orinoco_cs"
Save & reboot.
-
how I can find the information to put in /etc/pcmcia/config?
my card is planex with hostap
-
card "PLANEX GW-CF11X Wireless CF Card"
version "PLANEX COMMUNICATIONS INC.", "PLANEX GW-CF11X Wireless CF Card", ""
manfid 0xd601, 0x0010
bind "hostap_cs"
I put this in /etc/pcmcia/hostap_cs.conf
-
the card doesn't go up itself i ave to use a script.even if I installed prism firmware the system tell me doesn't found
#!/bin/sh
path="/home/root/wifi"
cardctl scheme default
prism2_srec -gs wlan0 $path/pm010102.hex
prism2_srec -gp wlan0 $path/pm010102.hex
iwpriv wlan0 reset 1
prism2_srec -rp wlan0 $path/rf010804.hex
iwconfig wlan0 mode 2
cardctl scheme planex
with this script the card function but I can't use the injection
-
I tried to install the hostap module patched by aircrack for zaurus but I can't becasue is non the same arm.
If I comoile the hostap modules make fails telling that the kernel is not compiled with support of wireless or pcmcia
-
I tried to install the hostap module patched by aircrack for zaurus but I can't becasue is non the same arm.
If I comoile the hostap modules make fails telling that the kernel is not compiled with support of wireless or pcmcia
which kernel are you actually talking about? debian (titchy) comes with a 2.6 kernel whereas you seem to be talking about a 2.4 kernel...
-
I use 2.6.20-cpufreq and I can't compile the hostap-driver
-
How about this simple alternative solution works without building anything?
Edit /etc/pcmcia/config
Add the relevant information like what I've done for my Ambicom WL1100C for instance:
Card "Ambicom WL1100C 11Mbs Card 802.11b"
manfid 0xd601, 0x0002
bind "orinoco_cs"
Save & reboot.
with aircrack-ng you can inject with this card?
-
I would like to use the armstrong kernel.How Can I use it?
-
The titchy linux kernel is already an Angstrom one, even for the ones with fastfpe and cpufreq discussed in another thread.
-
so to use another kernel I've to reinstall all?
-
There is no need to reinstall everything, as long as the available kernel images can be flashed/installed normally and separately from the rest of the system. It's just like changing the kernel on desktops.
-
I don't understand if I have to reflash only the kernel or I have to change the kernel
-
Just reflash and the system will boot with the newly flashed kernel.
-
I'm trying to make the patched driver for hostap but i can't because system tell that there aren't pcmcia extension.I don't understand why.I use kernel 2.6.22 angstrom and is impossible that there aren't wireless extension
Warning:Linux Wireless extension, CONFIG_NET_RADIO,not enebled in the kernel
Warning:No kenrel PCMCIA support found and PCMCIA_PATH is not defined
-
I don't know if this is relevant. During apt-get dist-upgrade to Lenny I noticed that many of the pcmcia stuff in Etch are treated as obsolete and are either replaced or removed during upgrade.
-
Using google I found that for kernel > 2.6.16 there is another procedure to follow to patch the hostap driver.now i have to patch the kernel source with a file but I don't know how to do?anyone ca tell me how to patch a kernel with a file.patch?
-
kernel patched but i have other problem to compile hostap driver.now tell that there isn't the file /lib/modules/2.6.22/build/Module.symvers.
What is it?