Powerbook Aluminum PCMCIA

Christopher Brown yellowdog-general@lists.terrasoftsolutions.com
Sun, 08 Aug 2004 23:52:21 -0700


Allon,

I read a post somewhere that said to modify that file like I suppose you 
did, so I did too and had to replace that same file as well. Below is 
the file in it's default form, which is what I am using. I think that 
post applies only to Ti-books, which I'm finding out are vastly 
different from Al-books.

And yes, I meant the Internet Configuration Wizard in the System Tools 
menu of the start menu. After I changed my /etc/sysconfig/pcmcia file I 
just set up a new hardware device for the Orinoco and activated it and 
bingo!

I hope this helps.


_____BEGIN_COPY_AND_PASTE_BELOW_THIS_LINE(/etc/pcmcia/config.opts)_____

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

# System resources available for PCMCIA devices

# tibook
#include memory 0xa0003000-0xa0ffffff
#include port 0x9100-0x9fff

#include memory 0x90000000-0x9003ffff
#include port 0x1000-0x1fff

# powerbook g3
include memory 0x80000000-0x80ffffff
include port 0x100-0x1ff

# 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
# Radeon ICP MCE's if you touch ports 380 to 3ff
exclude port 0x380-0x3ff

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

# 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"
# 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"

_____END_COPY_AND_PASTE_ABOVE_THIS_LINE_____

-- 

Christopher