Author Topic: Hostap  (Read 3284 times)

Re@lity

  • Newbie
  • *
  • Posts: 10
    • View Profile
Hostap
« on: February 08, 2005, 10:45:10 am »
How can I get HostAP running in rc8 or rc9??

Just want to use a Senao Prism based card with the HostAP drivers.

Any help would be greatly appreciated!
.................I started out with nothing..............................and I've still got most of it left........................

CyberWolf

  • Newbie
  • *
  • Posts: 39
    • View Profile
Hostap
« Reply #1 on: February 08, 2005, 11:04:36 am »
Quote
How can I get HostAP running in rc8 or rc9??

Some good person (sorry, I can't remember the name) already created an ipk with a version compatible with wpa_supplicant (in case you need WPA encryption).

Search this forum to find the link... the package was out for RC8, but I'm using it with RC9 without problem.

Hope this helps,

Andrea

Re@lity

  • Newbie
  • *
  • Posts: 10
    • View Profile
Hostap
« Reply #2 on: February 10, 2005, 06:28:33 am »
What card are you using with hostap & did it use hostap "by default", or did you have to do any "hacks" to get it to use hostap??

Thanks.
« Last Edit: February 10, 2005, 06:30:32 am by Re@lity »
.................I started out with nothing..............................and I've still got most of it left........................

EZ

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • http://
Hostap
« Reply #3 on: February 10, 2005, 09:59:47 am »
This is how I run hostap on my Z with RC8. I created a hostap.conf file in my /etc/pcmcia/ directory using the hermes.conf file as a template. I had to make the following adjustments to the file:

Code: [Select]
                                   
#device "orinoco_cs"
#  class "hermes"
#  module "hermes", "orinoco", "orinoco_cs"
#  module "hermes", "orinoco", "orinoco_cs" opts "pc_debug=3"

device "hostap_cs"  
class "hostap"  
module "hostap", "hostap", "hostap_cs"    

After that I located the entry for my card in my newly created hostap.conf file and changed it to use hostap_cs.

Code: [Select]
card "Ambicom WL1100C 11Mbs Card 802.11b"
  manfid 0xd601,0x0002
  bind "hostap_cs"

Restart your PCMCIA subsystem with /etc/rc.d/init.d/pcmcia restart.  Then re-seat your card and you should now have a wlan0 device that can accept the iwconfig wlan0 mode master command to act as an AP.

To go back just rename or delete the /etc/pcmcia/hostap.conf file and restart your PCMCIA subsystem again.


Quote
How can I get HostAP running in rc8 or rc9??

Just want to use a Senao Prism based card with the HostAP drivers.

Any help would be greatly appreciated!
[div align=\"right\"][a href=\"index.php?act=findpost&pid=66120\"][{POST_SNAPBACK}][/a][/div]
« Last Edit: February 10, 2005, 10:05:22 am by EZ »
SLC-860 / pdaXrom

Re@lity

  • Newbie
  • *
  • Posts: 10
    • View Profile
Hostap
« Reply #4 on: February 10, 2005, 06:39:44 pm »
This doesn't work for me ;(
I made a hostap.conf & put the relevant info into it (as above post). I don't have an entry already for the card in hermes.conf or anywhere else, as far as I can see.
The Hostap module doesn't even load up at boot.
I can see crdmgr pick up the info, during boot up, but that's it. Why isn't Hostap even loading?
Any further ideas??

My card:

Senao NL2511CF Mercury

Cardctl ident:

product info: "WLAN", "11Mbps_PC-Card_3.0", "ISL37100P", "Eval-RevA"

manfid: 0x000b, 0x7100

function: 6 (network)


Thanks very much for *any* help anyone can offer.
.................I started out with nothing..............................and I've still got most of it left........................

Loial

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • http://
Hostap
« Reply #5 on: February 15, 2005, 05:35:24 am »
On the subject of Hostap drivers
For more than a year several people have been struggling to get the "Connect Plus" WiFi card from SanDisk to work (it has wifi + 128 Mb memory combined into a single compact flash card), and just recently support was added to hostap 0.3.2 CVS
It would be great to have support in the next rc!

Some information about the support was given here:
http://www.dsitri.de/phpBB2/viewtopic.php?t=97

Thanks