wlan a écrit :
According to latest hermes.conf, this manfid is for a Prism 2 card.
Maybe you can try to bind this card to hostap driver. Anyway orinoco
should not freeze your machine :-(
- orinoco
card "Orinoco or Intersil Prism 2 Wireless"
manfid 0x0156,0x0002
bind "orinoco_cs"
- hostap
card "U.S. Robotics IEEE 802.11b PC-CARD"
version "U.S. Robotics", "IEEE 802.11b PC-CARD", "Version 01.02"
# manfid 0x0156, 0x0002
bind "hostap_cs"
card "Longshine LCR-8531 11Mbps WLAN PCMCIA CARD"
version "OEM", "PRISM2 IEEE 802.11 PC-Card", "Version 01.02"
# manfid 0x0156, 0x0002
bind "hostap_cs"
card "Level-One WPC-0100"
version "Digital Data Communications", "WPC-0100", "Version 00.00"
manfid 0x0156, 0x0002
bind "hostap_cs"
card "Belkin 802.11b WLAN PCMCIA"
version "Belkin", "11Mbps Wireless Notebook Network Adapter",
"Version 01.02"
manfid 0x0156, 0x0002
bind "hostap_cs"
card "Senao SL-2011CD/SL-2011CDPLUS"
version "INTERSIL", "HFA384x/IEEE", "Version 01.02"
manfid 0x0156, 0x0002
bind "hostap_cs"
card "Netgear MA401"
version "NETGEAR MA401 Wireless PC", "Card", "Version 01.00"
# manfid 0x0156, 0x0002
bind "hostap_cs"
ACCART Julien wrote:
Hi,
I got a Compaq PCMCIA WL110 card. This card seems to be supported by
orinoco driver. Its ID is : 0x0156, 0x0002
The problem is that when I insert my card or when I boot with it
plugged in, I got 1 single bip and my system hangs.
The only lines written in syslog before system hang is :
kernel: cs: memory probe 0xa0000000-0xa0ffffff: clean
cardmgr[2397]: socket 0: Orinoco or Intersil Prism 2 Wireless4
The only way I found to keep my system up and obtain some
informations is to indicate a wrong driver in config files, so
orinoco don't load and crash.
Here is some infos :
# lspci -v
00:0a.0 CardBus bridge: O2 Micro, Inc. OZ6933 Cardbus Controller (rev
01)
Subsystem: Unknown device 6933:0002
Flags: bus master, stepping, slow devsel, latency 168, IRQ 11
Memory at 80000000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=00, secondary=02, subordinate=05, sec-latency=176
Memory window 0: 81000000-81100000 (prefetchable)
Memory window 1: 10400000-107ff000
I/O window 0: 00003000-0000307f
I/O window 1: 00004000-000040ff
16-bit legacy interface ports at 0001
00:0a.1 CardBus bridge: O2 Micro, Inc. OZ6933 Cardbus Controller (rev
01)
Subsystem: Unknown device 6933:0002
Flags: bus master, stepping, slow devsel, latency 168, IRQ 11
Memory at 10000000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=00, secondary=06, subordinate=09, sec-latency=176
Memory window 0: 10800000-10bff000 (prefetchable)
Memory window 1: 10c00000-10fff000
I/O window 0: 00004400-000044ff
I/O window 1: 00004800-000048ff
16-bit legacy interface ports at 0001
# cardctl info 0
PRODID_1="Compaq"
PRODID_2="Compaq WL110 PC Card"
PRODID_3="Version 01.01"
PRODID_4=""
MANFID=0156,0002
FUNCID=6
With the wrong drivers lines syslog shows :
Nov 6 11:08:41 TuxPortable cardmgr[4227]: socket 0: Orinoco or
Intersil Prism 2 Wireless4
Nov 6 11:08:41 TuxPortable cardmgr[4227]: executing: 'modprobe
wvlan_cs 2>&1'
Nov 6 11:08:41 TuxPortable cardmgr[4227]: + FATAL: Module wvlan_cs
not found.
With right driver, lines would be :
Nov 6 11:08:41 TuxPortable cardmgr[4227]: socket 0: Orinoco or
Intersil Prism 2 Wireless4
Nov 6 11:08:41 TuxPortable cardmgr[4227]: executing: 'modprobe
orinoco_cs 2>&1' (or hermes or orinoco)
Crash comes from orinoco, doesn't it?
Please, could somebody help me?
If you need more informations, just ask.
Thanks for your attention.
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Orinoco-devel mailing list
Orinoco-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/orinoco-devel
Yes, you're right, I loaded hermes, orinoco and orinoco_cs manualy. It
didn't crash. Maybe was it pcmcia service which crashed.
First :
# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
sit0 no wireless extensions.
Then :
# /etc/init.d/pcmcia restart
Shutting down PCMCIA services: ERROR: Module ds is in use by orinoco_cs
ERROR: Module pcmcia_core is in use by orinoco_cs,ds,yenta_socket
done.
Starting PCMCIA services: cardmgr[4073]: watching 2 sockets
done.
And now :
# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
sit0 no wireless extensions.
eth2 IEEE 802.11-DS ESSID:"" Nickname:"HERMES I"
Mode:Managed Frequency:2.457GHz Access Point:
00:00:00:00:00:00
Bit Rate:11Mb/s Tx-Power=15 dBm Sensitivity:1/3
Retry limit:4 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0/92 Signal level:134/153 Noise level:134/153
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
But eth2 don't appear in ipconfig. Normal or not?
Is it good? may I know use my wifi card or do I have to do anything else?
Thanks for yor your help.
--
Julius
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
|