Orinoco Silver and RH 7.3

S McHenry wireless at softi.com
Tue Dec 31 04:18:59 EST 2002


I hope this is the right forum for this type of question... If not, I 
apologize in advance...

I have been trying to get an Orinoco Silver card working with a new 
installation of Red Hat 7.3. It used to work under RH6.2 (with downloaded 
pcmcia package and wavelan2_cs driver, if memory serves). I've read all the 
pages I can find about how to get it working and ifconfig and iwconfig all 
seem correct, and I get the right beeps when the card is inserted or pcmcia 
is restarted, but it can't ping any hosts on the LAN. I've included the 
relevant portions of configuration files below. cardctl ident returns the 
correct/expected information. Right now, I don't even know what to try 
next. Oh BTW, it fails the same way if encryption is not used so that is 
apparently not the problem...

Kernel 2.4.18-3
RedHat 7.3

******************************** ifconfig 
**************************************

eth0 Link encap:Ethernet HWaddr 00:02:2D:3A:4A:35
inet addr:66.238.31.137 Bcast:66.238.31.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:9 errors:1 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:1280 (1.2 Kb)
Interrupt:3 Base address:0x100

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:201 errors:0 dropped:0 overruns:0 frame:0
TX packets:201 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:16388 (16.0 Kb) TX bytes:16388 (16.0 Kb)

******************************** iwconfig 
**************************************

eth0 IEEE 802.11-DS ESSID:"Ferrant" Nickname:"stowe.softi.com"
Mode:Managed Frequency:2.462GHz Access Point: 00:60:1D:23:53:BA
Bit Rate:11Mb/s Tx-Power=15 dBm Sensitivity:1/3
Retry limit:4 RTS thr:off Fragment thr:off
Encryption key:DDDD-DDDD-DD
Power Management:off
Link Quality:30/92 Signal level:-62 dBm Noise level:-92 dBm
Rx invalid nwid:0 Rx invalid crypt:92 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

******************************** ping 66.238.31.1 
********************************

PING 66.238.31.1 (66.238.31.1) from 66.238.31.137 : 56(84) bytes of data.
 From 66.238.31.137 icmp_seq=1 Destination Host Unreachable
 From 66.238.31.137 icmp_seq=2 Destination Host Unreachable
 From 66.238.31.137 icmp_seq=3 Destination Host Unreachable

--- 66.238.31.1 ping statistics ---
6 packets transmitted, 0 received, +3 errors, 100% loss, time 5026ms
, pipe 3

******************************** wireless.opts 
***********************************

case "$ADDRESS" in

# Here is an example of scheme matching
# Activate with "cardctl scheme essidany"

# Pick up any Access Point, should work on most 802.11 cards
essidany,*,*,*)
INFO="Any ESSID"
ESSID="any"
;;

# Here are a few examples with a few Wireless LANs supported...
# The matching is done on the first 3 bytes of the MAC address

# Lucent Wavelan IEEE (+ Orinoco, RoamAbout and ELSA)
# Melco/Buffalo Networks WLI-PCM-L11
# Note : wvlan_cs driver only, and version 1.0.4+ for encryption support
*,*,*,00:60:1D:*|*,*,*,00:02:2D:*)
INFO="Wavelan IEEE example (Lucent default settings)"
ESSID="Ferrant"
MODE="Managed"
RATE="auto"
KEY="dddddddddd"
# To set all four keys, use :
# KEY="s:secu1 [1] key s:secu2 [2] key s:secu3 [3] key s:secu4 [4] key [1]"
# For the RG 1000 Residential Gateway: The ESSID is the identifier on
# the unit, and the default key is the last 5 digits of the same.
# ESSID="084d70"
# KEY="s:84d70"
;;


******************************** network.opts 
************************************

IPADDR=66.238.31.137
NETWORK=66.238.31.0
NETMASK=255.255.255.0
GATEWAY=66.238.31.1
BROADCAST=66.238.31.255
NAMESERVER=66.238.31.80
TYPE=Ethernet
BOOTPROTO=none
DEVICE=eth0
ONBOOT='yes'
USERCTL=no

******************************** config.opts 
**************************************

#
# Local PCMCIA Configuration File
#
#----------------------------------------------------------------------

# System resources available for PCMCIA devices

include port 0x100-0x4ff, port 0xc00-0xcff
include memory 0xc0000-0xfffff
include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff

# High port numbers do not always work...
# include port 0x1000-0x17ff

# Extra port range for IBM Token Ring
include port 0xa00-0xaff

# Resources we should not use, even if they appear to be available

# First built-in serial port
exclude irq 4
# Second built-in serial port
#exclude irq 3
# First built-in parallel port
exclude irq 7
# PS/2 Mouse controller port, comment this out if you don't have a PS/2
# based mouse
exclude irq 12

#----------------------------------------------------------------------

# Examples of options for loadable modules

# To fix sluggish network with IBM ethernet adapter...
#module "pcnet_cs" opts "mem_speed=600"

# Options for IBM Token Ring adapters
#module "ibmtr_cs" opts "mmiobase=0xd0000 srambase=0xd4000"

# Options for Raylink/WebGear driver: uncomment only one line...
# Generic ad-hoc network
#module "ray_cs" opts "essid=ADHOC_ESSID hop_dwell=128 beacon_period=256 
translate=1"
# Infrastructure network for older cards
#module "ray_cs" opts "net_type=1 essid=ESSID1"
# Infrastructure network for WebGear
#module "ray_cs" opts "net_type=1 essid=ESSID1 translate=1 hop_dwell=128 
beacon_period=256"

# Options for WaveLAN/IEEE driver (AccessPoint mode)...
#module "wvlan_cs" opts "station_name=MY_PC"
#module "orinoco_cs" opts "essid=Ferrant mode=Managed channel=11 
key1="dddddddddd"
# Options for WaveLAN/IEEE driver (ad-hoc mode)...
#module "wvlan_cs" opts "port_type=3 channel=1 station_name=MY_PC"

# Options for Xircom Netwave driver...
#module "netwave_cs" opts "domain=0x100 scramble_key=0x0"

*************************************** config 
************************************

device "orinoco_cs"
class "network"
module "orinoco_cs", "orinoco", "hermes"

card "Lucent Technologies WaveLAN/IEEE Adapter"
version "Lucent Technologies", "WaveLAN/IEEE"
bind "orinoco_cs"

****************************** /etc/modules.conf 
**********************************

alias eth0 orinoco_cs

-------------- next part --------------
HTML attachment scrubbed and removed


More information about the wireless mailing list