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

Title: Hostap
Post 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?
Title: Hostap
Post by: ZDevil on September 29, 2007, 06:40:56 am
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.
Title: Hostap
Post by: zeroc87 on September 29, 2007, 06:50:06 am
I tried to install prism3-support but i couldn't because it need hostap-utils
Title: Hostap
Post by: ZDevil on September 29, 2007, 07:04:09 am
You mean the hostap-utils from the feeds doesn't work?
Title: Hostap
Post by: zeroc87 on September 29, 2007, 01:41:12 pm
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
Title: Hostap
Post by: zeroc87 on September 30, 2007, 03:59:45 pm
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)
Title: Hostap
Post by: ZDevil on September 30, 2007, 04:37:25 pm
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.
Title: Hostap
Post by: zeroc87 on September 30, 2007, 04:45:33 pm
how I can find the information to put in /etc/pcmcia/config?
my card is planex with hostap
Title: Hostap
Post by: zeroc87 on September 30, 2007, 05:01:40 pm
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
Title: Hostap
Post by: zeroc87 on September 30, 2007, 05:30:36 pm
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

Code: [Select]
#!/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
Title: Hostap
Post by: zeroc87 on October 01, 2007, 06:41:57 am
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
Title: Hostap
Post by: Meanie on October 01, 2007, 07:39:54 am
Quote from: zeroc87
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...
Title: Hostap
Post by: zeroc87 on October 01, 2007, 07:54:56 am
I use 2.6.20-cpufreq and I can't compile the hostap-driver
Title: Hostap
Post by: zeroc87 on October 01, 2007, 09:29:55 am
Quote from: ZDevil
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?
Title: Hostap
Post by: zeroc87 on October 01, 2007, 02:50:05 pm
I would like to use the armstrong kernel.How Can I use it?
Title: Hostap
Post by: ZDevil on October 01, 2007, 03:22:28 pm
The titchy linux kernel is already an Angstrom one, even for the ones with fastfpe and cpufreq discussed in another thread.
Title: Hostap
Post by: zeroc87 on October 01, 2007, 04:03:44 pm
so to use another kernel I've to reinstall all?
Title: Hostap
Post by: ZDevil on October 01, 2007, 04:13:16 pm
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.
Title: Hostap
Post by: zeroc87 on October 01, 2007, 05:34:05 pm
I don't understand if I have to reflash only the kernel or I have to change the kernel
Title: Hostap
Post by: ZDevil on October 02, 2007, 12:41:21 am
Just reflash and the system will boot with the newly flashed kernel.
Title: Hostap
Post by: zeroc87 on October 05, 2007, 06:57:23 am
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
Title: Hostap
Post by: ZDevil on October 05, 2007, 07:30:51 am
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.
Title: Hostap
Post by: zeroc87 on October 05, 2007, 09:07:33 am
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?
Title: Hostap
Post by: zeroc87 on October 05, 2007, 09:35:16 am
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?