Siemens I-Gate wont use hostap

yorn at everymail.net yorn
Sat Jan 31 08:08:41 PST 2004


Hi there!

Got a Siemens I-Gate with a green head, seems to be PRISM2. 

I have linux Debian kernel 2.6.1 running and compiled by 
myself with PCMCIA. I downloaded the dev branch of hostap 
and did a make, make install after compiling and running the 
kernel but my pccard seems to ignore the hostap_cs driver:

Module Size Used by 
orinoco_cs 6472 1 
orinoco 42124 1 orinoco_cs 
hermes 7552 2 orinoco_cs,orinoco 
hostap_cs 55864 0 
hostap 112200 1 hostap_cs 
apm 15616 1 
ds 10628 6 orinoco_cs,hostap_cs 
yenta_socket 14528 1 
pcmcia_core 62816 4 orinoco_cs,hostap_cs,ds,yenta_socket 
ipv6 216928 12 
8250 18304 0 
serial_core 18592 1 8250 
vfat 11904 0 
fat 39040 1 vfat 
eepro100 26572 0 
mii 3968 1 eepro100 
rtc 9560 0 

dmesg: 

Yenta: CardBus bridge found at 0000:00:13.1 [1025:1010] 
Yenta: ISA IRQ mask 0x0238, PCI irq 11 
Socket status: 30000810 
cs: IO port probe 0x0c00-0x0cff: clean. 
cs: IO port probe 0x0800-0x08ff: clean. 
cs: IO port probe 0x0100-0x04ff: excluding 0x200-0x207 
0x220-0x22f 0x330-0x337 0x378-0x37f 0x388-0x38f 0x3c0-0x3df 
0x408-0x40f 0x480-0x48f 0x4d0-0x4d7 
cs: IO port probe 0x0a00-0x0aff: clean. 
cs: memory probe 0xa0000000-0xa0ffffff: clean. 
orinoco.c 0.13e (David Gibson <hermes at gibson.dropbear.id.au> 
and others) 
orinoco_cs.c 0.13e (David Gibson <hermes at gibson.dropbear.id.
au> and others) 
eth1: Station identity 001f:0006:0001:0005 
eth1: Looks like an Intersil firmware version 1.5.6 
eth1: Ad-hoc demo mode supported 
eth1: IEEE standard IBSS ad-hoc mode supported 
eth1: WEP supported, 104-bit key 
eth1: MAC address 00:90:D1:05:LM:AM 
eth1: Station name "Prism I" 
eth1: ready 
eth1: index 0x01: Vcc 3.3, irq 3, io 0x0100-0x013f 
device eth0 entered promiscuous mode 
device eth0 left promiscuous mode 
apm: BIOS version 1.2 Flags 0x0f (Driver version 1.16ac) 
atkbd.c: Unknown key released (translated set 2, code 0x7a 
on isa0060/serio0). 
atkbd.c: Unknown key released (translated set 2, code 0x7a 
on isa0060/serio0). 
eth0: no IPv6 routers present 
hostap_crypt: registered algorithm 'NULL' 
hostap_cs: CVS (Jouni Malinen <jkmaline at cc.hut.fi>) 
orinoco_lock() called with hw_unavailable (dev=cab19000) 
cs: IO port probe 0x0c00-0x0cff: clean. 
cs: IO port probe 0x0800-0x08ff: clean. 
cs: IO port probe 0x0100-0x04ff: excluding 0x200-0x207 
0x220-0x22f 0x330-0x337 0x378-0x37f 0x388-0x38f 0x3c0-0x3df 
0x408-0x40f 0x480-0x48f 0x4d0-0x4d7 
cs: IO port probe 0x0a00-0x0aff: clean. 
hostap_cs: Driver unloaded 
hostap_crypt: unregistered algorithm 'NULL' (deinit) 
hostap_crypt: registered algorithm 'NULL' 
hostap_cs: CVS (Jouni Malinen <jkmaline at cc.hut.fi>) 
cs: IO port probe 0x0c00-0x0cff: clean. 
cs: IO port probe 0x0800-0x08ff: clean. 
cs: IO port probe 0x0100-0x04ff: excluding 0x200-0x207 
0x220-0x22f 0x330-0x337 0x378-0x37f 0x388-0x38f 0x3c0-0x3df 
0x408-0x40f 0x480-0x48f 0x4d0-0x4d7 
cs: IO port probe 0x0a00-0x0aff: clean. 
cs: IO port probe 0x0c00-0x0cff: clean. 
cs: IO port probe 0x0800-0x08ff: clean. 
cs: IO port probe 0x0100-0x04ff: excluding 0x200-0x207 
0x220-0x22f 0x330-0x337 0x378-0x37f 0x388-0x38f 0x3c0-0x3df 
0x408-0x40f 0x480-0x48f 0x4d0-0x4d7 
cs: IO port probe 0x0a00-0x0aff: clean. 
orinoco.c 0.13e (David Gibson <hermes at gibson.dropbear.id.au> 
and others) 
orinoco_cs.c 0.13e (David Gibson <hermes at gibson.dropbear.id.
au> and others) 
eth1: Station identity 001f:0006:0001:0005 
eth1: Looks like an Intersil firmware version 1.5.6 
eth1: Ad-hoc demo mode supported 
eth1: IEEE standard IBSS ad-hoc mode supported 
eth1: WEP supported, 104-bit key 
eth1: MAC address 00:90:D1:05:LM:AM 
eth1: Station name "Prism I" 
eth1: ready 
eth1: index 0x01: Vcc 3.3, irq 3, io 0x0100-0x013f 

When I restart pcmcia after installing the driver, the 
orinoco driver gets loaded and iwconfig gives me:

 eth1 IEEE 802.11-DS ESSID:"" Nickname:"Prism I" 

When I change /etc/pcmcia/config from
 
# Wireless network adapters 
# 
card "Intersil PRISM2 11 Mbps Wireless Adapter" 
manfid 0x0156, 0x0002 
bind "orinoco_cs" 

to bind "hostap_cs", I get:

cardmgr[1230]: error in file 'config' line 1133: unknown 
device 'hostap_cs' 
cardmgr[1230]: watching 2 sockets 

I dont known what to do now. Any Ideas?

Greets, Florian!




------------------------ Werbung ------------------------
>>  NEU: Ab sofort: AT-Domains superguenstig um EUR 12,00
http://www.emerion.com


---------------------------------------------------------
*** sent through http://www.everymail.net     FREE e-mail 
             




More information about the Hostap mailing list