home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 August / PCWorld_1999-08_cd.bin / doc / HOWTO / PCMCIA-HOWTO < prev    next >
Text File  |  1999-05-19  |  125KB  |  3,301 lines

  1.   Linux PCMCIA HOWTO
  2.   David Hinds, dhinds@hyper.stanford.edu.
  3.   v2.32, 15 May 1999
  4.  
  5.   This document describes how to install and use PCMCIA Card Services
  6.   for Linux, and answers some frequently asked questions.  The latest
  7.   version of this document can always be found at <ftp://hyper.stan¡
  8.   ford.edu/pub/pcmcia/doc>.  An HTML version is at <http://hyper.stan¡
  9.   ford.edu/HyperNews/get/pcmcia/home.html>.
  10.   ______________________________________________________________________
  11.  
  12.   Table of Contents
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.   1. General information and hardware requirements
  68.  
  69.      1.1 Introduction
  70.      1.2 Copyright notice and disclaimer
  71.      1.3 What is the latest version, and where can I get it?
  72.      1.4 What systems are supported?
  73.      1.5 What cards are supported?
  74.      1.6 When will my favorite (unsupported) card become supported?
  75.      1.7 Mailing lists and other information sources
  76.      1.8 Why don't you distribute binaries?
  77.      1.9 Why is the package so darned big?
  78.  
  79.   2. Compilation and installation
  80.  
  81.      2.1 Prerequisites and kernel setup
  82.      2.2 Installation
  83.      2.3 Startup options
  84.      2.4 System resource settings
  85.      2.5 Notes about specific Linux distributions
  86.         2.5.1 Debian
  87.         2.5.2 Red Hat, and Caldera Open Desktop
  88.         2.5.3 Slackware
  89.         2.5.4 SuSE
  90.  
  91.   3. Resolving installation and configuration problems
  92.  
  93.      3.1 Base PCMCIA kernel modules do not load
  94.      3.2 Some client driver modules do not load
  95.      3.3 Interrupt scan failures
  96.      3.4 IO port scan failures
  97.      3.5 Memory probe failures
  98.      3.6 Failure to detect card insertions and removals
  99.      3.7 System resource starvation
  100.      3.8 Resource conflict between two cards
  101.      3.9 Device configuration does not complete
  102.  
  103.   4. Usage and features
  104.  
  105.      4.1 Tools for configuring and monitoring PCMCIA devices
  106.         4.1.1 The cardmgr configuration daemon
  107.         4.1.2 The cardctl and cardinfo utilities
  108.         4.1.3 Inserting and ejecting cards
  109.         4.1.4 Card Services and Advanced Power Management
  110.         4.1.5 Shutting down the PCMCIA system
  111.      4.2 Overview of the PCMCIA configuration scripts
  112.      4.3 PCMCIA network adapters
  113.         4.3.1 Network device parameters
  114.         4.3.2 Comments about specific cards
  115.         4.3.3 Diagnosing problems with network adapters
  116.      4.4 PCMCIA serial and modem devices
  117.         4.4.1 Serial device parameters
  118.         4.4.2 Diagnosing problems with serial devices
  119.      4.5 PCMCIA SCSI adapters
  120.         4.5.1 SCSI device parameters
  121.         4.5.2 Comments about specific cards
  122.         4.5.3 Diagnosing problems with SCSI adapters
  123.      4.6 PCMCIA memory cards
  124.         4.6.1 Memory device parameters
  125.         4.6.2 Using flash memory cards
  126.      4.7 PCMCIA ATA/IDE card drives
  127.         4.7.1 ATA/IDE fixed-disk device parameters
  128.         4.7.2 Diagnosing problems with ATA/IDE adapters
  129.      4.8 Multifunction cards
  130.  
  131.   5. Advanced topics
  132.  
  133.      5.1 Resource allocation for PCMCIA devices
  134.      5.2 How can I have separate device setups for home and work?
  135.      5.3 Booting from a PCMCIA device
  136.         5.3.1 The pcinitrd helper script
  137.         5.3.2 Creating an initrd boot floppy
  138.         5.3.3 Installing an initrd image on a non-Linux drive
  139.  
  140.   6. Dealing with unsupported cards
  141.  
  142.      6.1 Configuring unrecognized cards
  143.      6.2 Adding support for an NE2000-compatible ethernet card
  144.      6.3 PCMCIA floppy interface cards
  145.      6.4 What's up with support for Xircom cards?
  146.  
  147.   7. Debugging tips and programming information
  148.  
  149.      7.1 Submitting useful bug reports
  150.      7.2 Interpreting kernel trap reports
  151.      7.3 Low level PCMCIA debugging aids
  152.      7.4 /proc/bus/pccard
  153.      7.5 Writing Card Services drivers for new cards
  154.      7.6 Guidelines for PCMCIA client driver authors
  155.      7.7 Guidelines for Linux distribution maintainers
  156.  
  157.  
  158.   ______________________________________________________________________
  159.  
  160.   1.  General information and hardware requirements
  161.  
  162.   1.1.  Introduction
  163.  
  164.   Card Services for Linux is a complete PCMCIA or ``PC Card'' support
  165.   package.  It includes a set of loadable kernel modules that implement
  166.   a version of the Card Services applications program interface, a set
  167.   of client drivers for specific cards, and a card manager daemon that
  168.   can respond to card insertion and removal events, loading and
  169.   unloading drivers on demand.  It supports ``hot swapping'' of most
  170.   card types, so cards can be safely inserted and ejected at any time.
  171.  
  172.   This software is continually under development.  It probably contains
  173.   bugs, and should be used with caution.  I'll do my best to fix
  174.   problems that are reported to me, but if you don't tell me, I may
  175.   never know.  If you use this code, I hope you will send me your
  176.   experiences, good or bad!
  177.  
  178.   If you have any suggestions for how this document could be improved,
  179.   please let me know (dhinds@hyper.stanford.edu).
  180.  
  181.  
  182.   1.2.  Copyright notice and disclaimer
  183.  
  184.   Copyright (c) 1998 David A. Hinds
  185.  
  186.   This document may be reproduced or distributed in any form without my
  187.   prior permission.  Modified versions of this document, including
  188.   translations into other languages, may be freely distributed, provided
  189.   that they are clearly identified as such, and this copyright is
  190.   included intact.
  191.  
  192.   This document may be included in commercial distributions without my
  193.   prior consent.  While it is not required, I would like to be informed
  194.   of such usage.  If you intend to incorporate this document in a
  195.   published work, please contact me to make sure you have the latest
  196.   available version.
  197.  
  198.  
  199.   This document is provided ``AS IS'', with no express or implied
  200.   warranties.  Use the information in this document at your own risk.
  201.  
  202.  
  203.   1.3.  What is the latest version, and where can I get it?
  204.  
  205.   The current major release of Card Services is version 3.0, and minor
  206.   updates or bug fixes are numbered 3.0.1, 3.0.2, and so on.
  207.  
  208.   Source code for the latest version is available from
  209.   hyper.stanford.edu in the /pub/pcmcia directory, as pcmcia-
  210.   cs-3.0.?.tar.gz.  There will usually be several versions here.  I
  211.   generally only keep the latest minor release for a given major
  212.   release.  New major releases may contain relatively untested code, so
  213.   I also keep the latest version of the previous major release as a
  214.   relatively stable fallback; the current fallback is 2.9.12.  It is up
  215.   to you to decide which version is more appropriate, but the CHANGES
  216.   file will summarize the most important differences.
  217.  
  218.   hyper.stanford.edu is mirrored at sunsite.unc.edu (and all sunsite
  219.   mirror sites) in /pub/Linux/kernel/pcmcia.
  220.  
  221.   If you do not feel up to compiling the drivers from scratch, pre-
  222.   compiled drivers are included with current releases of most of the
  223.   major Linux distributions, including Slackware, Debian, Red Hat,
  224.   Caldera, SuSE, and Yggdrasil, among others.
  225.  
  226.  
  227.   1.4.  What systems are supported?
  228.  
  229.   This package should run on almost Intel-based Linux-capable laptop.
  230.   It also runs on Alpha-based platforms (i.e., the DEC Multia).  Work is
  231.   being done to make the package fully dual-endian, so that it will also
  232.   support PowerPC-based platforms (i.e., Apple Powerbooks).  Most common
  233.   socket controllers are supported.  Card docks for desktop systems
  234.   should work as long as they use a supported controller, and are
  235.   plugged directly into the ISA or PCI bus, as opposed to SCSI-to-PCMCIA
  236.   or IDE-to-PCMCIA adapters.  The following controllers are recognized
  237.   by the supplied socket drivers:
  238.  
  239.  
  240.   ╖  Cirrus Logic PD6710, PD6720, PD6722, PD6729, PD6730, PD6732, PD6832
  241.  
  242.   ╖  Intel i82365sl B, C, and DF steps, 82092AA
  243.  
  244.   ╖  O2Micro OZ6729, OZ6730, OZ6832, OZ6833, OZ6836, OZ6860
  245.  
  246.   ╖  Omega Micro 82C092G
  247.  
  248.   ╖  Ricoh RF5C296, RF5C396, RL5C465, RL5C466, RL5C475, RL5C476, RL5C478
  249.  
  250.   ╖  SMC 34C90
  251.  
  252.   ╖  Texas Instruments PCI1130, PCI1131, PCI1210, PCI1220, PCI1221,
  253.      PCI1250A, PCI1251A, PCI1251B, PCI1450
  254.  
  255.   ╖  Toshiba ToPIC95, ToPIC97 (experimental)
  256.  
  257.   ╖  Vadem VG465, VG468, VG469
  258.  
  259.   ╖  VLSI Technologies 82C146, VCF94365
  260.  
  261.   ╖  VIA VT83C469
  262.  
  263.   ╖  Databook DB86082, DB86082A, DB86084, DB86084A, DB86072, DB86082B
  264.  
  265.   Other controllers that are register compatible with the Intel i82365sl
  266.   will generally work, as well.
  267.  
  268.   Support for 32-bit CardBus cards is still somewhat experimental.
  269.   Drivers prior to version 3.0 only support 16-bit cards in CardBus
  270.   sockets.  Due to the rapid pace of technological change for laptop
  271.   hardware, new controllers appear frequently, and there may be delays
  272.   between when a new model appears on the market, and when driver
  273.   support becomes available.
  274.  
  275.   Toshiba has made available specifications for their ToPIC95 and
  276.   ToPIC97 chipsets, however the information is somewhat sparse.  Work
  277.   has been hindered by the fact that much of the documentation
  278.   apparently exists only in Japanese.  Full support for these chipsets
  279.   is still experimental.
  280.  
  281.   The Motorola 6AHC05GA controller used in some Hyundai laptops is not
  282.   supported.  The custom host controller in the HP Omnibook 600 is also
  283.   unsupported.
  284.  
  285.  
  286.   1.5.  What cards are supported?
  287.  
  288.   The current release includes drivers for a variety of ethernet cards,
  289.   a driver for modem and serial port cards, several SCSI adapter
  290.   drivers, a driver for ATA/IDE drive cards, and memory card drivers
  291.   that should support most SRAM cards and some flash cards.  The
  292.   SUPPORTED.CARDS file included with each release of Card Services lists
  293.   all cards that are known to work in at least one actual system.
  294.  
  295.   The likelihood that a card not on the supported list will work depends
  296.   on the type of card.  Essentially all modems should work with the
  297.   supplied driver.  Some network cards may work if they are OEM versions
  298.   of supported cards.  Other types of IO cards (frame buffers, sound
  299.   cards, etc) will not work until someone writes the appropriate
  300.   drivers.
  301.  
  302.  
  303.   1.6.  When will my favorite (unsupported) card become supported?
  304.  
  305.   Unfortunately, they usually don't pay me to write device drivers, so
  306.   if you would like to have a driver for your favorite card, you are
  307.   probably going to have to do at least some of the work.  Ideally, I'd
  308.   like to work towards a model like the Linux kernel, where I would be
  309.   responsible mainly for the ``core'' driver code and other authors
  310.   would contribute and maintain client drivers for specific cards.  The
  311.   SUPPORTED.CARDS file mentions some cards for which driver work is
  312.   currently in progress.  I will try to help where I can, but be warned
  313.   that debugging kernel device drivers by email is not particularly
  314.   effective.
  315.  
  316.   Manufacturers interested in helping provide Linux support for their
  317.   products can contact me about consulting arrangements.
  318.  
  319.  
  320.   1.7.  Mailing lists and other information sources
  321.  
  322.   I used to maintain a database and mailing list of Linux PCMCIA users.
  323.   More recently, I've turned my web page for Linux PCMCIA information
  324.   into a ``HyperNews'' site, with a set of message lists for Linux
  325.   PCMCIA issues.  There are lists for installation and configuration
  326.   issues, for different types of cards, and for programming and
  327.   debugging issues.  The Linux PCMCIA information page is at
  328.   <http://hyper.stanford.edu/HyperNews/get/pcmcia/home.html>.  Users can
  329.   request email notification of new responses to particular questions,
  330.   or notification for all new messages in a given category.  I hope that
  331.   this will become a useful repository of information, for questions
  332.   that go beyond the scope of the HOWTO.
  333.  
  334.   There is a Linux mailing list devoted to laptop issues, the ``linux-
  335.   laptop'' list.  For more information, send a message containing the
  336.   word ``help'' to majordomo@vger.rutgers.edu.  To subscribe, send a
  337.   message containing ``subscribe linux-laptop'' to the same address.
  338.   This mailing list might be a good forum for discussion of Linux PCMCIA
  339.   issues.
  340.  
  341.   The Linux Laptop Home Page at
  342.   <http://www.cs.utexas.edu/users/kharker/linux-laptop> has links to
  343.   many sites that have information about configuring specific types of
  344.   laptops for Linux.  There is also a searchable database of system
  345.   configuration information.
  346.  
  347.  
  348.   1.8.  Why don't you distribute binaries?
  349.  
  350.   For me, distributing binaries would be a significant hassle.  It is
  351.   complicated because some features can only be selected at compile
  352.   time, and because the modules are somewhat dependent on having the
  353.   ``right'' kernel configuration.  So, I would probably need to
  354.   distribute precompiled modules along with matching kernels.  Beyond
  355.   this, the greatest need for precompiled modules is when installing
  356.   Linux on a clean system.  This typically requires setting up drivers
  357.   so they can be used in the installation process for a particular Linux
  358.   distribution.  Each Linux distribution has its own ideosyncracies, and
  359.   it is not feasible for me to provide boot and root disks for even just
  360.   the common combinations of drivers and distributions.
  361.  
  362.   PCMCIA is now a part of many of the major Linux distributions,
  363.   including Red Hat, Caldera, Slackware, Yggdrasil, Craftworks, and
  364.   Nascent Technology.
  365.  
  366.  
  367.   1.9.  Why is the package so darned big?
  368.  
  369.   Well, first of all, it isn't actually that large.  All the driver
  370.   modules together take up about 500K of disk space.  The utility
  371.   programs add up to about 70K, and the scripts in /etc/pcmcia are about
  372.   50K.  The core driver modules take up about 55K of system memory.  The
  373.   cardmgr daemon will generally be swapped out except when cards are
  374.   inserted or removed.  The total package size is comparable to
  375.   DOS/Windows Card Services implementations.
  376.  
  377.   Compared to DOS ``point enablers'', this may still seem like a lot of
  378.   overhead, especially for people that don't plan on using many of the
  379.   features of PCMCIA, such as power management or hot swapping.  Point
  380.   enablers can be tiny because they generally support only one or a
  381.   small set of cards, and also generally support a restricted set of
  382.   host controllers.  If someone were to write a genuinely ``generic''
  383.   modem enabler, it would end up incorporating much of the functionality
  384.   of Card Services, to handle cards from different vendors and the full
  385.   range of host controller variants.
  386.  
  387.  
  388.   2.  Compilation and installation
  389.  
  390.   2.1.  Prerequisites and kernel setup
  391.  
  392.   Before starting, you should think about whether you really need to
  393.   compile the PCMCIA package yourself.  All common Linux distributions
  394.   come with pre-compiled driver packages.  Generally, you only need to
  395.   install the drivers from scratch if you need a new feature of the
  396.   current drivers, or if you've updated and/or reconfigured your kernel
  397.   in a way that is incompatible with the drivers included with your
  398.   Linux distribution.  While compiling the package is not technically
  399.   difficult, it does require some general Linux familiarity.
  400.  
  401.   The following things should be installed on your system before you
  402.   begin:
  403.  
  404.   ╖  A 2.0.*, 2.1.*, or 2.2.* series kernel source tree.
  405.  
  406.   ╖  An appropriate set of module utilities.
  407.  
  408.   ╖  (Optional) the ``XForms'' X11 user interface toolkit.
  409.  
  410.   You need to have a complete linux source tree for your kernel, not
  411.   just an up-to-date kernel image.  The driver modules contain some
  412.   references to kernel source files.  While you may want to build a new
  413.   kernel to remove unnecessary drivers, installing PCMCIA does not
  414.   require you to do so.
  415.  
  416.   Current ``stable'' kernel sources and patches are available from
  417.   <ftp://sunsite.unc.edu/pub/Linux/kernel/v2.0>, or from
  418.   <ftp://tsx-11.mit.edu/pub/linux/sources/system/v2.0>.  Development
  419.   kernels can be found in the corresponding v2.1 subdirectories.
  420.   Current module utilities can be found in the same locations.
  421.  
  422.   In the Linux kernel source tree, the Documentation/Changes file
  423.   describes the versions of all sorts of other system components that
  424.   are required for that kernel release.  You may want to check through
  425.   this and verify that your system is up to date, especially if you have
  426.   updated your kernel.  If you are using a development kernel, be sure
  427.   that you are using the right combination of shared libraries and
  428.   module tools.
  429.  
  430.   When configuring your kernel, if you plan on using a PCMCIA ethernet
  431.   card, you should turn on networking support but turn off the normal
  432.   Linux network card drivers, including the ``pocket and portable
  433.   adapters''.  The PCMCIA network card drivers are all implemented as
  434.   loadable modules.  Any drivers compiled into your kernel will only
  435.   waste space.
  436.  
  437.   If you want to use SLIP, PPP, or PLIP, you do need to either configure
  438.   your kernel with these enabled, or use the loadable module versions of
  439.   these drivers.  There is an unfortunate deficiency in the kernel
  440.   config process in 1.2.X kernels, in that it is not possible to set
  441.   configuration options (like SLIP compression) for a loadable module,
  442.   so it is probably better to just link SLIP into the kernel if you need
  443.   it.
  444.  
  445.   In order to use a PCMCIA token ring adapter, your kernel should be
  446.   configured with ``Token Ring driver support'' (CONFIG_TR) enabled,
  447.   though you should leave CONFIG_IBMTR off.
  448.  
  449.   If you want to use a PCMCIA IDE adapter, your kernel should be
  450.   configured with CONFIG_BLK_DEV_IDE_PCMCIA enabled, for 2.0.*  through
  451.   2.1.7 kernels.  Older kernels do not support removeable IDE devices;
  452.   newer kernels do not require a special configuration setting.
  453.  
  454.   If you will be using a PCMCIA SCSI adapter, then enable CONFIG_SCSI
  455.   when configuring your kernel.  Also, enable any top level drivers
  456.   (SCSI disk, tape, cdrom, generic) that you expect to use.  All low-
  457.   level drivers for particular host adapters should be disabled, as they
  458.   will just take up space.
  459.  
  460.   If you want to modularize a driver that is needed for a PCMCIA device,
  461.   you must modify /etc/pcmcia/config to specify what modules need to be
  462.   loaded for what card types.  For example, if the serial driver is
  463.   modularized, then the serial device definition should be:
  464.  
  465.  
  466.  
  467.        device "serial_cs"
  468.          class "serial" module "misc/serial", "serial_cs"
  469.  
  470.  
  471.  
  472.  
  473.   This package includes an X-based card status utility called cardinfo.
  474.   This utility is based on a freely distributed user interface toolkit
  475.   called the XForms Library.  This library is available as a separate
  476.   package with most Linux distributions.  If you would like to build
  477.   cardinfo, you should install XForms and all the normal X header files
  478.   and libraries before configuring the PCMCIA package.
  479.  
  480.  
  481.   2.2.  Installation
  482.  
  483.   Here is a synopsis of the installation process:
  484.  
  485.  
  486.   ╖  Unpack pcmcia-cs-3.0.?.tar.gz in /usr/src.
  487.  
  488.   ╖  Run ``make config'' in the new pcmcia-cs-3.0.? directory.
  489.  
  490.   ╖  Run ``make all'', then ``make install''.
  491.  
  492.   ╖  Customize the startup script and the option files in /etc/pcmcia
  493.      for your site.
  494.  
  495.   If you plan to install any contributed client drivers not included in
  496.   the core PCMCIA distribution, unpack each of them in the top-level
  497.   directory of the PCMCIA source tree.  Then follow the normal build
  498.   instructions.  The extra drivers will be compiled and installed
  499.   automatically.
  500.  
  501.   Running ``make config'' prompts for a few configuration options, and
  502.   checks out your system to verify that it satisfies all prerequisites
  503.   for installing PCMCIA support.  In most cases, you'll be able to just
  504.   accept all the default configuration options.  Be sure to carefully
  505.   check the output of this command in case there are problems.
  506.  
  507.   If you are compiling the package for installation on another machine,
  508.   specify an alternate target directory when prompted by the configure
  509.   script.  This should be an absolute path.  All filesf will be
  510.   installed relative to this directory.  You will then be able to tar
  511.   this directory tree and copy to your target machine, and unpack
  512.   relative to its root directory to install everything in the proper
  513.   places.
  514.  
  515.   If you are cross compiling on another machine, you may want to specify
  516.   alternate names for the compiler and linker.  This may also be helpful
  517.   on mixed a.out and ELF systems.  The script will also prompt for
  518.   additional compiler flags for debugging.
  519.  
  520.   Some of the support utilities (cardctl and cardinfo) can be compiled
  521.   either in ``safe'' or ``trusting'' forms.  The ``safe'' forms prevent
  522.   non-root users from modifying card configurations.  The ``trusting''
  523.   forms permit ordinary users to issue commands to suspend and resume
  524.   cards, reset cards, and change the current configuration scheme.  The
  525.   configuration script will ask if you want the utilities compiled as
  526.   safe or trusting: the default is to be safe.
  527.  
  528.  
  529.   There are a few kernel configuration options that affect the PCMCIA
  530.   tools.  The configuration script can deduce these from the running
  531.   kernel (the most common case).  Alternatively, if you are compiling
  532.   for installation on another machine, it can read the configuration
  533.   from a kernel source tree, or each option can be set interactively.
  534.  
  535.   Running ``make all'' followed by ``make install'' will build and then
  536.   install the kernel modules and utility programs.  Kernel modules are
  537.   installed under /lib/modules/<version>/pcmcia.  The cardmgr and
  538.   cardctl programs are installed in /sbin.  If cardinfo is built, it is
  539.   installed in /usr/bin/X11.
  540.  
  541.   Configuration files will be installed in the /etc/pcmcia directory.
  542.   If you are installing over an older version, your old config scripts
  543.   will be backed up before being replaced.  The saved scripts will be
  544.   given extensions like *.~1~, *.~2~, and so on.
  545.  
  546.   If you don't know what kind of host controller your system uses, you
  547.   can use the probe utility in the cardmgr/ subdirectory to determine
  548.   this.  There are two major types: the Databook TCIC-2 type and the
  549.   Intel i82365SL-compatible type.
  550.  
  551.   In a few cases, the probe command will be unable to determine your
  552.   controller type automatically.  If you have a Halikan NBD 486 system,
  553.   it has a TCIC-2 controller at an unusual location: you'll need to edit
  554.   rc.pcmcia to load the tcic module, and also set the PCIC_OPTS
  555.   parameter to ``tcic_base=0x02c0''.
  556.  
  557.   On some systems using Cirrus controllers, including the NEC Versa M,
  558.   the BIOS puts the controller in a special suspended state at system
  559.   startup time.  On these systems, the probe command will fail to find
  560.   any known host controller.  If this happens, edit rc.pcmcia and set
  561.   PCIC to i82365, and PCIC_OPTS to ``wakeup=1''.
  562.  
  563.  
  564.   2.3.  Startup options
  565.  
  566.   The PCMCIA startup script recognizes several groups of startup
  567.   options, set via environment variables.  Multiple options should be
  568.   separated by spaces and enclosed in quotes.  Placement of startup
  569.   options depends on the Linux distribution used.  They may be placed
  570.   directly in the startup script, or they may be kept in a separate
  571.   option file.  See the ``Notes about specific Linux distributions'' for
  572.   specifics.  The following variables can be set:
  573.  
  574.  
  575.      PCMCIA
  576.         This variable specifies whether PCMCIA support should be started
  577.         up, or not.  If it is set to anything other than ``yes'', then
  578.         the startup script will be disabled.
  579.  
  580.      PCIC
  581.         This identifies the PC Card Interface Controller driver module.
  582.         There are two options: ``tcic'' or ``i82365''.  Virtually all
  583.         current controllers are in the ``i82365'' group.  This is the
  584.         only mandatory option setting.
  585.  
  586.      PCIC_OPTS
  587.         This specifies options for the PCIC module.  Some host
  588.         controllers have optional features that may or may not be
  589.         implemented in a particular system.  In some cases, it is
  590.         impossible for the socket driver to detect if these features are
  591.         implemented.  See the corresponding man page for a complete
  592.         description of the available options.
  593.  
  594.  
  595.      CORE_OPTS
  596.         This specifies options for the pcmcia_core module, which
  597.         implements the core PC Card driver services.  See ``man
  598.         pcmcia_core'' for more information.
  599.  
  600.      CARDMGR_OPTS
  601.         This specifies options to be passed to the cardmgr daemon.  See
  602.         ``man cardmgr'' for more information.
  603.  
  604.      SCHEME
  605.         If set, then the PC Card configuration scheme will be
  606.         initialized to this at driver startup time.  See the ``Overview
  607.         of the PCMCIA configuration scripts'' for a discussion of
  608.         schemes.
  609.  
  610.   The low level socket drivers, tcic and i82365, have various bus timing
  611.   parameters that may need to be adjusted for certain systems with
  612.   unusual bus clocking.  Symptoms of timing problems can include card
  613.   recognition problems, lock-ups under heavy loads, high error rates, or
  614.   poor device performance.  Only certain host bridges have adjustable
  615.   timing parameters: check the corresponding man page to see what
  616.   options are available for your controller.  Here is a brief summary:
  617.  
  618.  
  619.   ╖  Cirrus controllers have numerous configurable timing parameters.
  620.      The most important seems to be the cmd_time flag, which determines
  621.      the length of PCMCIA bus cycles.  Fast 486 systems (i.e., DX4-100)
  622.      seem to often benefit from increasing this from 6 (the default) to
  623.      12 or 16.
  624.  
  625.   ╖  The Cirrus PD6729 PCI controller has the fast_pci flag, which
  626.      should be set if the PCI bus speed is greater than 25 MHz.
  627.  
  628.   ╖  For Vadem VG-468 controllers and Databook TCIC-2 controllers, the
  629.      async_clock flag changes the relative clocking of PCMCIA bus and
  630.      host bus cycles.  Setting this flag adds extra wait states to some
  631.      operations.  However, I have yet to hear of a laptop that needs
  632.      this.
  633.  
  634.   ╖  The pcmcia_core module has the cis_speed parameter for changing the
  635.      memory speed used for accessing a card's Card Information Structure
  636.      (CIS).  On some systems with fast bus clocks, increasing this
  637.      parameter (i.e., slowing down card accesses) may be beneficial for
  638.      card recognition problems.
  639.  
  640.   ╖  This is not a timing issue, but if you have more than one ISA-to-
  641.      PCMCIA controller in your system or extra sockets in a docking
  642.      station, the i82365 module should be loaded with the extra_sockets
  643.      parameter set to 1.  This should not be necessary for detection of
  644.      PCI-to-PCMCIA or PCI-to-CardBus bridges.
  645.  
  646.   Here are some timing settings for specific systems:
  647.  
  648.  
  649.   ╖  On the ARM Pentium-90 or Midwest Micro Soundbook Plus, use
  650.      ``freq_bypass=1 cmd_time=8''.
  651.  
  652.   ╖  On a Midwest Micro Soundbook Elite, use ``cmd_time=12''.
  653.  
  654.   ╖  On a Gateway Liberty, try ``cmd_time=16''.
  655.  
  656.   ╖  On a Samsung SENS 810, use ``fast_pci=1''.
  657.  
  658.  
  659.  
  660.  
  661.   2.4.  System resource settings
  662.  
  663.   Card Services should automatically avoid allocating IO ports and
  664.   interrupts already in use by other standard devices.  It will also
  665.   attempt to detect conflicts with unknown devices, but this is not
  666.   completely reliable.  In some cases, you may need to explicitly
  667.   exclude resources for a device in /etc/pcmcia/config.opts.
  668.  
  669.   Here are some resource settings for specific laptop types.  View this
  670.   list with suspicion: it may give useful hints for solving problems,
  671.   but it is inevitably out of date and certainly contains mistakes.
  672.   Corrections and additions are welcome.
  673.  
  674.  
  675.   ╖  On the AMS SoundPro, exclude irq 10.
  676.  
  677.   ╖  On some AMS TravelPro 5300 models, use memory 0xc8000-0xcffff.
  678.  
  679.   ╖  On the BMX 486DX2-66, exclude irq 5, irq 9.
  680.  
  681.   ╖  On the Chicony NB5, use memory 0xda000-0xdffff.
  682.  
  683.   ╖  On the Compaq Presario 1020, exclude port 0x2f8-0x2ff, irq 3, irq
  684.      5.
  685.  
  686.   ╖  On the HP Omnibook 4000C, exclude port 0x300-0x30f.
  687.  
  688.   ╖  On the IBM ThinkPad 380, and maybe the 385 and 600 series, exclude
  689.      port 0x230-0x233, and irq 5.
  690.  
  691.   ╖  On the IBM ThinkPad 600, exclude port 0x2f8-0x2ff.
  692.  
  693.   ╖  On the Micron Millenia Transport, exclude irq 5, irq 9.
  694.  
  695.   ╖  On the NEC Versa M, exclude irq 9, port 0x2e0-2ff.
  696.  
  697.   ╖  On the NEC Versa P/75, exclude irq 5, irq 9.
  698.  
  699.   ╖  On the NEC Versa S, exclude irq 9, irq 12.
  700.  
  701.   ╖  On the NEC Versa 6000 series, exclude port 0x2f8-0x33f, irq 9, irq
  702.      10.
  703.  
  704.   ╖  On the ProStar 9200, Altima Virage, and Acquiline Hurricane
  705.      DX4-100, exclude irq 5, port 0x330-0x35f.  Maybe use memory
  706.      0xd8000-0xdffff.
  707.  
  708.   ╖  On the Siemens Nixdorf SIMATIC PG 720C, use memory 0xc0000-0xcffff,
  709.      port 0x300-0x3bf.
  710.  
  711.   ╖  On the TI TravelMate 5000, use memory 0xd4000-0xdffff.
  712.  
  713.   ╖  On the Toshiba T4900 CT, exclude irq 5, port 0x2e0-0x2e8, port
  714.      0x330-0x338.
  715.  
  716.   ╖  On the Twinhead 5100, HP 4000, Sharp PC-8700 and PC-8900, exclude
  717.      irq 9 (sound), irq 12.
  718.  
  719.   ╖  On an MPC 800 Series, exclude irq 5, port 0x300-0x30f for the CD-
  720.      ROM.
  721.  
  722.  
  723.   2.5.  Notes about specific Linux distributions
  724.  
  725.   This section is incomplete.  Corrections and additions are welcome.
  726.  
  727.   2.5.1.  Debian
  728.  
  729.   Debian uses a System V boot script arrangement.  The PCMCIA startup
  730.   script is installed as /etc/init.d/pcmcia, and startup options are
  731.   specified in /etc/pcmcia.conf.  Debian's syslog configuration will
  732.   place kernel messages in /var/log/messages and cardmgr messages in
  733.   /var/log/daemon.log.
  734.  
  735.   Debian distributes the PCMCIA system in two packages: the ``pcmcia-
  736.   cs'' package contains cardmgr and other tools, man pages, and
  737.   configuration scripts; and the ``pcmcia-modules'' package contains the
  738.   kernel driver modules.
  739.  
  740.  
  741.   2.5.2.  Red Hat, and Caldera Open Desktop
  742.  
  743.   These distributions use a System V boot script organization.  The
  744.   PCMCIA startup script is installed as /etc/rc.d/init.d/pcmcia, and
  745.   boot options are kept in /etc/sysconfig/pcmcia.  Beware that
  746.   installing the Red Hat package may install a default boot option file
  747.   that has PCMCIA disabled.  To enable PCMCIA, the ``PCMCIA'' variable
  748.   should be set to ``yes''.  Red Hat's default syslogd configuration
  749.   will record all interesting messages in /var/log/messages.
  750.  
  751.   Red Hat's PCMCIA package contains a replacement for the network setup
  752.   script, /etc/pcmcia/network, which meshes with the Red Hat network
  753.   control panel.  This is convenient for the case where just one network
  754.   adapter is used, with one set of network parameters, but does not have
  755.   the full flexibility of the regular PCMCIA network script.  Compiling
  756.   and installing a clean PCMCIA source distribution will overwrite the
  757.   network script, breaking the link to the network control panel.  If
  758.   you prefer the Red Hat script, either use only Red Hat RPM's, or
  759.   create /etc/pcmcia/network.opts with the following contents:
  760.  
  761.  
  762.  
  763.        if [ -f /etc/sysconfig/network-scripts/ifcfg-eth0 ] ; then
  764.            start_fn () {
  765.                /sbin/ifup $1
  766.            }
  767.            stop_fn () {
  768.                /sbin/ifdown $1
  769.            }
  770.        fi
  771.  
  772.  
  773.  
  774.  
  775.   Red Hat bundles their slightly modified PCMCIA source distribution in
  776.   their kernel SRPM, rather than as a separate package.
  777.  
  778.  
  779.   2.5.3.  Slackware
  780.  
  781.   Slackware uses a BSD boot script arrangement.  The PCMCIA startup
  782.   script is installed as /etc/rc.d/rc.pcmcia, and boot options are
  783.   specified in rc.pcmcia itself.  The PCMCIA startup script is invoked
  784.   from /etc/rc.d/rc.S.
  785.  
  786.  
  787.   2.5.4.  SuSE
  788.  
  789.   SuSE uses a System V init script arrangement, with init scripts stored
  790.   under /sbin/init.d.  The PCMCIA startup script is installed as
  791.   /sbin/init.d/pcmcia, and startup options are kept in /etc/rc.config.
  792.  
  793.   3.  Resolving installation and configuration problems
  794.  
  795.   This section describes some of the most common failure modes for the
  796.   PCMCIA subsystem.  Try to match your symptoms against the examples.
  797.   This section only describes general failures that are not specific to
  798.   a particular client driver or type of card.
  799.  
  800.   Before trying to diagnose a problem, you have to know where your
  801.   system log is kept (see ``Notes about specific Linux distributions'').
  802.   You should also be familiar with basic diagnostic tools like dmesg and
  803.   lsmod.  Also, be aware that most driver components (including all the
  804.   kernel modules) have their own individual man pages.
  805.  
  806.   It is nearly impossible to debug driver problems encountered when
  807.   attempting to install Linux via a PCMCIA device.  Even if you can
  808.   identify the problem based on its symptoms, installation disks are
  809.   difficult to modify, especially without access to a running Linux
  810.   system.  Customization of installation disks is completely dependent
  811.   on the choice of Linux distribution, and is beyond the scope of this
  812.   document.  In general, the best course of action is to install Linux
  813.   using some other means, obtain the latest drivers, and then debug the
  814.   problem if it persists.
  815.  
  816.  
  817.   3.1.  Base PCMCIA kernel modules do not load
  818.  
  819.   Symptoms:
  820.  
  821.   ╖  Kernel version mismatch errors are reported when the PCMCIA startup
  822.      script runs.
  823.  
  824.   ╖  After startup, lsmod does not show any PCMCIA modules.
  825.  
  826.   ╖  cardmgr reports ``no pcmcia driver in /proc/devices'' in the system
  827.      log.
  828.  
  829.   Kernel modules contain version information that is checked against the
  830.   current kernel when a module is loaded.  The type of checking depends
  831.   on the setting of the CONFIG_MODVERSIONS kernel option.  If this is
  832.   false, then the kernel version number is compiled into each module,
  833.   and insmod checks this for a match with the running kernel.  If
  834.   CONFIG_MODVERSIONS is true, then each symbol exported by the kernel is
  835.   given a sort of checksum.  These codes are all compared against the
  836.   corresponding codes compiled into a module.  The intent was for this
  837.   to make modules less version-dependent, because the checksums would
  838.   only change if a kernel interface changed, and would generally stay
  839.   the same across minor kernel updates.  In practice, the checksums have
  840.   turned out to be even more restrictive, because many kernel interfaces
  841.   depend on compile-time kernel option settings.  Also, the checksums
  842.   turned out to be an excessively pessimistic judge of compatibility.
  843.  
  844.   The practical upshot of this is that kernel modules are closely tied
  845.   to both the kernel version, and the setting of many kernel
  846.   configuration options.  Generally, a set of modules compiled for one
  847.   2.0.31 kernel will not load against some other 2.0.31 kernel unless
  848.   special care is taken to ensure that the two were built with similar
  849.   configurations.  This makes distribution of precompiled kernel modules
  850.   a tricky business.
  851.  
  852.   You have several options:
  853.  
  854.  
  855.   ╖  If you obtained precompiled drivers as part of a Linux
  856.      distribution, verify that you are using an unmodified kernel as
  857.      supplied with that distribution.  If you intend to use precompiled
  858.      modules, you generally must stick with the corresponding kernel.
  859.   ╖  If you have reconfigured or upgraded your kernel, you will probably
  860.      need to compile and install the PCMCIA package from scratch.  This
  861.      is easily done if you already have the kernel source tree
  862.      installed.  See ``Compilation and installation'' for detailed
  863.      instructions.
  864.  
  865.   ╖  In some cases, incompatibilities in other system components can
  866.      prevent correct loading of kernel modules.  If you have upgraded
  867.      your own kernel, pay attention to the ``minimal requirements'' for
  868.      module utilities and binutils listed in the Documentation/Changes
  869.      file in the kernel source code tree.
  870.  
  871.  
  872.   3.2.  Some client driver modules do not load
  873.  
  874.  
  875.   Symptoms:
  876.  
  877.   ╖  The base modules (pcmcia_core, ds, i82365) load correctly.
  878.  
  879.   ╖  Inserting a card gives a high beep + low beep pattern.
  880.  
  881.   ╖  cardmgr reports version mismatch errors in the system log.
  882.  
  883.   Some of the driver modules require kernel services that may or may not
  884.   be present, depending on kernel configuration.  For instance, the SCSI
  885.   card drivers require that the kernel be configured with SCSI support,
  886.   and the network drivers require a networking kernel.  If a kernel
  887.   lacks a necessary feature, insmod may report undefined symbols and
  888.   refuse to load a particular module. Note that insmod error messages do
  889.   not distinguish between version mismatch errors and missing symbol
  890.   errors.
  891.  
  892.   Specifically:
  893.  
  894.   ╖  The serial client driver serial_cs requires the kernel serial
  895.      driver to be enabled with CONFIG_SERIAL.  This driver may be built
  896.      as a module.
  897.  
  898.   ╖  Support for multiport serial cards or multifunction cards that
  899.      include serial or modem devices requires CONFIG_SERIAL_SHARE_IRQ to
  900.      be enabled.
  901.  
  902.   ╖  The SCSI client drivers require that CONFIG_SCSI be enabled, along
  903.      with the appropriate top level driver options (CONFIG_BLK_DEV_SD,
  904.      CONFIG_BLK_DEV_SR, etc for 2.1 kernels).  These may be built as
  905.      modules.
  906.  
  907.   ╖  The network client drivers require that CONFIG_INET is enabled.
  908.      Kernel networking support cannot be compiled as a module.
  909.  
  910.   ╖  The token-ring client requires that the kernel be compiled with
  911.      CONFIG_TR enabled.
  912.  
  913.   There are two ways to proceed:
  914.  
  915.   ╖  Rebuild your kernel with the necessary features enabled.
  916.  
  917.   ╖  If the features have been compiled as modules, then modify
  918.      /etc/pcmcia/config to preload these modules.
  919.  
  920.   The /etc/pcmcia/config file can specify that additional modules need
  921.   to be loaded for a particular client.  For example, for the serial
  922.   driver, one would use:
  923.  
  924.  
  925.        device "serial_cs"
  926.          class "serial" module "misc/serial", "serial_cs"
  927.  
  928.  
  929.  
  930.  
  931.   Module paths are specified relative to the top-level module directory
  932.   for the current kernel version; if no relative path is given, then the
  933.   path defaults to the pcmcia subdirectory.
  934.  
  935.  
  936.   3.3.  Interrupt scan failures
  937.  
  938.  
  939.   Symptoms:
  940.  
  941.   ╖  The system locks up when the PCMCIA drivers are loaded, even with
  942.      no cards present.
  943.  
  944.   ╖  The system log shows a successful host controller probe just before
  945.      the lock-up, but does not show interrupt probe results.
  946.  
  947.   After identifying the host controller type, the socket driver probes
  948.   for free interrupts.  The probe involves programming the controller
  949.   for each apparently free interrupt, then generating a ``soft''
  950.   interrupt, to see if the interrupt can be detected correctly.  In some
  951.   cases, probing a particular interrupt can interfere with another
  952.   system device.
  953.  
  954.   The reason for the probe is to identify interrupts which appear to be
  955.   free (i.e., are not reserved by any other Linux device driver), yet
  956.   are either not physically wired to the host controller, or are
  957.   connected to another device that does not have a driver.
  958.  
  959.   In the system log, a successful probe might look like:
  960.  
  961.  
  962.  
  963.        Intel PCIC probe:
  964.          TI 1130 CardBus at mem 0x10211000, 2 sockets
  965.          ...
  966.          ISA irqs (scanned) = 5,7,9,10 status change on irq 10
  967.  
  968.  
  969.  
  970.  
  971.   There are two ways to proceed:
  972.  
  973.   ╖  The interrupt probe can be restricted to a list of interrupts using
  974.      the irq_list parameter for the socket drivers.  For example,
  975.      ``irq_list=5,9,10'' would limit the scan to three interrupts.  All
  976.      PCMCIA devices will be restricted to using these interrupts
  977.      (assuming they pass the probe).  You may need to use trial and
  978.      error to find out which interrupts can be safely probed.
  979.  
  980.   ╖  The interrupt probe can be disabled entirely by loading the socket
  981.      driver with the ``do_scan=0'' option.  In this case, a default
  982.      interrupt list will be used, which avoids interrupts already
  983.      allocated for other devices.
  984.  
  985.   In either case, the probe options can be specified using the PCIC_OPTS
  986.   definition in the PCMCIA startup script, for example:
  987.  
  988.  
  989.  
  990.  
  991.   PCIC_OPTS="irq_list=5,9,10"
  992.  
  993.  
  994.  
  995.  
  996.   It should be noted that /proc/interrupts is completely useless when it
  997.   comes to diagnosing interrupt probe problems.  The probe is sensible
  998.   enough to never attempt to use an interrupt that is already in use by
  999.   another Linux driver.  So, the PCMCIA drivers are already using all
  1000.   the information in /proc/interrupts.  Depending on system design, an
  1001.   inactive device can still occupy an interrupt and cause trouble if it
  1002.   is probed for PCMCIA.
  1003.  
  1004.  
  1005.   3.4.  IO port scan failures
  1006.  
  1007.  
  1008.   Symptoms:
  1009.  
  1010.   ╖  The system locks up when cardmgr is first started, even with no
  1011.      cards present.
  1012.  
  1013.   ╖  The system log shows a successful host controller probe, including
  1014.      interrupt probe results, but does not show IO probe results.
  1015.  
  1016.   ╖  In some cases, the IO probe will succeed, but report large numbers
  1017.      of random exclusions.
  1018.  
  1019.   When cardmgr processes IO port ranges listed in
  1020.   /etc/pcmcia/config.opts, the kernel probes these ranges to detect
  1021.   latent devices that occupy IO space but are not associated with a
  1022.   Linux driver.  The probe is read-only, but in rare cases, reading from
  1023.   a device may interfere with an important system function, resulting in
  1024.   a lock-up.
  1025.  
  1026.   Your system user's guide may include a map of system devices, showing
  1027.   their IO and memory ranges.  These can be explicitly excluded in
  1028.   config.opts.
  1029.  
  1030.   Alternatively, if the probe is unreliable on your system, it can be
  1031.   disabled by setting CORE_OPTS to ``probe_io=0''.  In this case, you
  1032.   should be very careful to specify only genuinely available ranges of
  1033.   ports in config.opts, instead of using the default settings.
  1034.  
  1035.  
  1036.   3.5.  Memory probe failures
  1037.  
  1038.  
  1039.   Symptoms:
  1040.  
  1041.   ╖  The core drivers load correctly when no cards are present, with no
  1042.      errors in the system log.
  1043.  
  1044.   ╖  The system freezes and/or reboots as soon as any card is inserted,
  1045.      before any beeps are heard.
  1046.  
  1047.   Or alternately:
  1048.  
  1049.   ╖  All card insertions generate a high beep followed by a low beep.
  1050.  
  1051.   ╖  All cards are identified as ``anonymous memory cards''.
  1052.  
  1053.   ╖  The system log reports that various memory ranges have been
  1054.      excluded.
  1055.  
  1056.  
  1057.   The core modules perform a memory scan at the time of first 16-bit
  1058.   card insertion.  This scan can potentially interfere with other memory
  1059.   mapped devices.  Also, pre-3.0.0 driver packages perform a more
  1060.   aggressive scan than more recent drivers.  The memory window is
  1061.   defined in /etc/pcmcia/config.opts.  The default window is large, so
  1062.   it may help to restrict the scan to a narrower range.  Reasonable
  1063.   ranges to try include 0xd0000-0xdffff, 0xc0000-0xcffff,
  1064.   0xc8000-0xcffff, or 0xd8000-0xdffff.
  1065.  
  1066.   If you have DOS or Windows PCMCIA drivers, you may be able to deduce
  1067.   what memory region those drivers use.  Note that DOS memory addresses
  1068.   are often specified in ``segment'' form, which leaves off the final
  1069.   hex digit (so an absolute address of 0xd0000 might be given as
  1070.   0xd000).  Be sure to add the extra digit back when making changes to
  1071.   config.opts.
  1072.  
  1073.   In unusual cases, a memory probe failure can indicate a timing
  1074.   register setup problem with the host controller.  See the ``Startup
  1075.   options'' section for information about dealing with common timing
  1076.   problems.
  1077.  
  1078.  
  1079.   ╖  cs: warning: no high memory space available!
  1080.  
  1081.   CardBus bridges can allocate memory windows outside of the 640KB-1MB
  1082.   ``memory hole'' in the ISA bus architecture.  It is generally a good
  1083.   idea to configure CardBus bridges to use high memory windows, because
  1084.   these are unlikely to conflict with other devices.  Also, CardBus
  1085.   cards may require large memory windows, which may be difficult or
  1086.   impossible to fit into low memory.  Card Services will preferentially
  1087.   allocate windows in high memory for CardBus bridges, if both low and
  1088.   high memory windows are defined in config.opts.  The default
  1089.   config.opts now includes a high memory window of
  1090.   0xa0000000-0xa0ffffff.  If you have a CardBus bridge and have upgraded
  1091.   from an older PCMCIA driver release, add this memory window if it is
  1092.   not already defined.
  1093.  
  1094.   In some cases, the default high memory window is not usable.  On some
  1095.   IBM Thinkpad models, a window of 0x60000000-0x60ffffff will work in
  1096.   place of the default window.
  1097.  
  1098.  
  1099.   3.6.  Failure to detect card insertions and removals
  1100.  
  1101.   Symptoms:
  1102.  
  1103.   ╖  Cards are detected and configured properly if present at boot time.
  1104.  
  1105.   ╖  The drivers do not respond to insertion and removal events, either
  1106.      by recording events in the system log, or by beeping.
  1107.  
  1108.   In most cases, the socket driver (i82365 or tcic) will automatically
  1109.   probe and select an appropriate interrupt to signal card status
  1110.   changes.  The automatic interrupt probe doesn't work on some Intel-
  1111.   compatible controllers, including Cirrus chips and the chips used in
  1112.   some IBM ThinkPads.  If a device is inactive at probe time, its
  1113.   interrupt may also appear to be available.  In these cases, the socket
  1114.   driver may pick an interrupt that is used by another device.
  1115.  
  1116.   With the i82365 and tcic drivers, the irq_list option can be used to
  1117.   limit the interrupts that will be tested.  This list limits the set of
  1118.   interrupts that can be used by PCMCIA cards as well as for monitoring
  1119.   card status changes.  The cs_irq option can also be used to explicitly
  1120.   set the interrupt to be used for monitoring card status changes.
  1121.  
  1122.  
  1123.   If you can't find an interrupt number that works, there is also a
  1124.   polled status mode: both i82365 and tcic will accept a
  1125.   poll_interval=100 option, to poll for card status changes once per
  1126.   second.  This option should also be used if your system has a shortage
  1127.   of interrupts available for use by PCMCIA cards.  Especially for
  1128.   systems with more than one host controller, there is little point in
  1129.   dedicating interrupts for monitoring card status changes.
  1130.  
  1131.   All these options should be set in the PCIC_OPTS= line in either
  1132.   /etc/rc.d/rc.pcmcia or /etc/sysconfig/pcmcia, depending on your site
  1133.   setup.
  1134.  
  1135.  
  1136.   3.7.  System resource starvation
  1137.  
  1138.  
  1139.   Symptoms:
  1140.  
  1141.  
  1142.   ╖  When a card is inserted, it is identified correctly but cannot be
  1143.      configured (high/low beep pattern).
  1144.  
  1145.   ╖  One of the following messages will appear in the system log:
  1146.  
  1147.  
  1148.        RequestIO: Resource in use
  1149.        RequestIRQ: Resource in use
  1150.        RequestWindow: Resource in use
  1151.        GetNextTuple: No more items
  1152.        could not allocate nn IO ports for CardBus socket n
  1153.        could not allocate nnK memory for CardBus socket n
  1154.        could not allocate interrupt for CardBus socket n
  1155.  
  1156.  
  1157.  
  1158.  
  1159.   Interrupt starvation often indicates a problem with the interrupt
  1160.   probe (see ``Interrupt probe failures'').  In some cases, the probe
  1161.   will seem to work, but only report one or two available interrupts.
  1162.   Check your system log to see if the scan results look sensible.
  1163.   Disabling the probe and selecting interrupts manually should help.
  1164.  
  1165.   If the interrupt probe is not working properly, the socket driver may
  1166.   allocate an interrupt for monitoring card insertions, even when
  1167.   interrupts are too scarce for this to be a good idea.  In that case,
  1168.   you can switch the controller to polled mode by setting PCIC_OPTS to
  1169.   ``poll_interval=100'.  Or, if you have a CardBus controller, try
  1170.   ``pci_csc=1'', which selects a PCI interrupt (if available) for card
  1171.   status changes.
  1172.  
  1173.   IO port starvation is fairly uncommon, but sometimes happens with
  1174.   cards that require large, contiguous, aligned regions of IO port
  1175.   space, or that only recognize a few specific IO port positions.  The
  1176.   default IO port ranges in /etc/pcmcia/config.opts are normally
  1177.   sufficient, but may be extended.  In rare cases, starvation may
  1178.   indicate that the IO port probe failed (see ``IO port scan
  1179.   failures'').
  1180.  
  1181.   Memory starvation is also uncommon with the default memory window
  1182.   settings in config.opts.  CardBus cards may require larger memory
  1183.   regions than typical 16-bit cards.  Since CardBus memory windows can
  1184.   be mapped anywhere in the host's PCI address space (rather than just
  1185.   in the 640K-1MB ``hole'' in PC systems), it is helpful to specify
  1186.   large memory windows in high memory, such as 0xa0000000-0xa0ffffff.
  1187.  
  1188.  
  1189.   3.8.  Resource conflict between two cards
  1190.  
  1191.  
  1192.   Symptoms:
  1193.  
  1194.   ╖  Two cards each work fine when used separately.
  1195.  
  1196.   ╖  When both cards are inserted, only one works.
  1197.  
  1198.   This usually indicates a resource conflict with a system device that
  1199.   Linux does not know about.  PCMCIA devices are dynamically configured,
  1200.   so, for example, interrupts are allocated as needed, rather than
  1201.   specifically assigned to particular cards or sockets.  Given a list of
  1202.   resources that appear to be available, cards are assigned resources in
  1203.   the order they are configured.  In this case, the card configured last
  1204.   is being assigned a resource that in fact is not free.
  1205.  
  1206.   Check the system log to see what resources are used by the non-working
  1207.   card.  Exclude these in /etc/pcmcia/config.opts, and restart the
  1208.   cardmgr daemon to reload the resource database.
  1209.  
  1210.  
  1211.   3.9.  Device configuration does not complete
  1212.  
  1213.  
  1214.   Symptoms:
  1215.  
  1216.   ╖  When a card is inserted, exactly one high beep is heard.
  1217.  
  1218.   ╖  Subsequent card insertions and removals may be ignored.
  1219.  
  1220.   This indicates that the card was identified successfully, however,
  1221.   cardmgr has been unable to complete the configuration process for some
  1222.   reason.  The most likely reason is that a step in the card setup
  1223.   script has blocked.  A good example would be the network script
  1224.   blocking if a network card is inserted with no actual network hookup
  1225.   present.
  1226.  
  1227.   To pinpoint the problem, you can manually run a setup script to see
  1228.   where it is blocking.  The scripts are in the /etc/pcmcia directory.
  1229.   They take two parameters: a device name, and an action.  The cardmgr
  1230.   daemon records the configuration commands in the system log.  For
  1231.   example, if the system log shows that the command ``./network start
  1232.   eth0'' was the last command executed by cardmgr, the following command
  1233.   would trace the script:
  1234.  
  1235.  
  1236.  
  1237.        sh -x /etc/pcmcia/network start eth0
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.   4.  Usage and features
  1244.  
  1245.   4.1.  Tools for configuring and monitoring PCMCIA devices
  1246.  
  1247.   If the modules are all loaded correctly, the output of the lsmod
  1248.   command should look like the following, when no cards are inserted:
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.   Module                  Size  Used by
  1256.   ds                      5640   2
  1257.   i82365                 15452   2
  1258.   pcmcia_core            30012   3  [ds i82365]
  1259.  
  1260.  
  1261.  
  1262.  
  1263.   The system log should also include output from the socket driver
  1264.   describing the host controller(s) found and the number of sockets
  1265.   detected.
  1266.  
  1267.  
  1268.   4.1.1.  The cardmgr configuration daemon
  1269.  
  1270.   The cardmgr daemon is responsible for monitoring PCMCIA sockets,
  1271.   loading client drivers when needed, and running user-level scripts in
  1272.   response to card insertions and removals.  It records its actions in
  1273.   the system log, but also uses beeps to signal card status changes.
  1274.   The tones of the beeps indicate success or failure of particular
  1275.   configuration steps.  Two high beeps indicate that a card was
  1276.   identified and configured successfully.  A high beep followed by a low
  1277.   beep indicates that a card was identified, but could not be configured
  1278.   for some reason.  One low beep indicates that a card could not be
  1279.   identified.
  1280.  
  1281.   Cardmgr records device information for each socket in /var/run/stab.
  1282.   Here is a sample /var/run/stab listing:
  1283.  
  1284.  
  1285.  
  1286.        Socket 0: Adaptec APA-1460 SlimSCSI
  1287.        0       scsi    aha152x_cs      0       sda     8       0
  1288.        0       scsi    aha152x_cs      1       scd0    11      0
  1289.        Socket 1: Serial or Modem Card
  1290.        1       serial  serial_cs       0       ttyS1   5       65
  1291.  
  1292.  
  1293.  
  1294.  
  1295.   For the lines describing devices, the first field is the socket, the
  1296.   second is the device class, the third is the driver name, the fourth
  1297.   is used to number multiple devices associated with the same driver,
  1298.   the fifth is the device name, and the final two fields are the major
  1299.   and minor device numbers for this device (if applicable).
  1300.  
  1301.   The cardmgr daemon configures cards based on a database of known card
  1302.   types kept in /etc/pcmcia/config.  This file describes the various
  1303.   client drivers, then describes how to identify various cards, and
  1304.   which driver(s) belong with which cards.  The format of this file is
  1305.   described in the pcmcia(5) man page.
  1306.  
  1307.  
  1308.   4.1.2.  The cardctl and cardinfo utilities
  1309.  
  1310.  
  1311.   The cardctl command can be used to check the status of a socket, or to
  1312.   see how it is configured.  It can also be used to alter the
  1313.   configuration status of a card.  Here is an example of the output of
  1314.   the ``cardctl config'' command:
  1315.  
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.   Socket 0:
  1322.     not configured
  1323.   Socket 1:
  1324.     Vcc = 5.0, Vpp1 = 0.0, Vpp2 = 0.0
  1325.     Card type is memory and I/O
  1326.     IRQ 3 is dynamic shared, level mode, enabled
  1327.     Speaker output is enabled
  1328.     Function 0:
  1329.       Config register base = 0x0800
  1330.         Option = 0x63, status = 0x08
  1331.       I/O window 1: 0x0280 to 0x02bf, auto sized
  1332.       I/O window 2: 0x02f8 to 0x02ff, 8 bit
  1333.  
  1334.  
  1335.  
  1336.  
  1337.   Or ``cardctl ident'', to get card identification information:
  1338.  
  1339.  
  1340.  
  1341.        Socket 0:
  1342.          no product info available
  1343.        Socket 1:
  1344.          product info: "LINKSYS", "PCMLM336", "A", "0040052D6400"
  1345.          manfid: 0x0143, 0xc0ab
  1346.          function: 0 (multifunction)
  1347.  
  1348.  
  1349.  
  1350.  
  1351.   The ``cardctl suspend'' and ``cardctl resume'' commands can be used to
  1352.   shut down a card without unloading its associated drivers.  The
  1353.   ``cardctl reset'' command attempts to reset and reconfigure a card.
  1354.   ``cardctl insert'' and ``cardctl eject'' mimic the actions performed
  1355.   when a card is physically inserted or ejected, including loading or
  1356.   unloading drivers, and configuring or shutting down devices.
  1357.  
  1358.   If you are running X, the cardinfo utility produces a graphical
  1359.   display showing the current status of all PCMCIA sockets, similar in
  1360.   content to ``cardctl config''.  It also provides a graphical interface
  1361.   to most other cardctl functions.
  1362.  
  1363.  
  1364.   4.1.3.  Inserting and ejecting cards
  1365.  
  1366.   In theory, you can insert and remove PCMCIA cards at any time.
  1367.   However, it is a good idea not to eject a card that is currently being
  1368.   used by an application program.  Kernels older than 1.1.77 would often
  1369.   lock up when serial/modem cards were ejected, but this should be fixed
  1370.   now.
  1371.  
  1372.  
  1373.   4.1.4.  Card Services and Advanced Power Management
  1374.  
  1375.   Card Services can be compiled with support for APM (Advanced Power
  1376.   Management) if you've configured your kernel with APM support.  The
  1377.   APM kernel driver is maintained by Stephen Rothwell
  1378.   (Stephen.Rothwell@canb.auug.org.au).  The apmd daemon is maintained by
  1379.   Avery Pennarun (apenwarr@worldvisions.ca), with more information
  1380.   available at <http://www.worldvisions.ca/~apenwarr/apmd/>.  The PCMCIA
  1381.   modules will automatically be configured for APM if a compatible
  1382.   version is detected on your system.
  1383.  
  1384.   Whether or not APM is configured, you can use ``cardctl suspend''
  1385.   before suspending your laptop, and ``cardctl resume'' after resuming,
  1386.   to cleanly shut down and restart your PCMCIA cards.  This will not
  1387.   work with a modem that is in use, because the serial driver isn't able
  1388.   to save and restore the modem operating parameters.
  1389.  
  1390.   APM seems to be unstable on some systems.  If you experience trouble
  1391.   with APM and PCMCIA on your system, try to narrow down the problem to
  1392.   one package or the other before reporting a bug.
  1393.  
  1394.   Some drivers, notably the PCMCIA SCSI drivers, cannot recover from a
  1395.   suspend/resume cycle.  When using a PCMCIA SCSI card, always use
  1396.   ``cardctl eject'' prior to suspending the system.
  1397.  
  1398.  
  1399.   4.1.5.  Shutting down the PCMCIA system
  1400.  
  1401.   To unload the entire PCMCIA package, invoke rc.pcmcia with:
  1402.  
  1403.  
  1404.  
  1405.        /etc/rc.d/rc.pcmcia stop
  1406.  
  1407.  
  1408.  
  1409.  
  1410.   This script will take several seconds to run, to give all client
  1411.   drivers time to shut down gracefully.  If a device is currently in
  1412.   use, the shutdown will be incomplete, and some kernel modules may not
  1413.   be unloaded.  To avoid this, use ``cardctl eject'' to shut down all
  1414.   sockets before invoking rc.pcmcia.  The exit status of the cardctl
  1415.   command will indicate if any sockets could not be shut down.
  1416.  
  1417.  
  1418.   4.2.  Overview of the PCMCIA configuration scripts
  1419.  
  1420.   Each PCMCIA device has an associated ``class'' that describes how it
  1421.   should be configured and managed.  Classes are associated with device
  1422.   drivers in /etc/pcmcia/config.  There are currently five IO device
  1423.   classes (network, SCSI, cdrom, fixed disk, and serial) and two memory
  1424.   device classes (memory and FTL).  For each class, there are two
  1425.   scripts in /etc/pcmcia: a main configuration script (i.e.,
  1426.   /etc/pcmcia/scsi for SCSI devices), and an options script (i.e.,
  1427.   /etc/pcmcia/scsi.opts).  The main script for a device will be invoked
  1428.   to configure that device when a card is inserted, and to shut down the
  1429.   device when the card is removed.  For cards with several associated
  1430.   devices, the script will be invoked for each device.
  1431.  
  1432.   The config scripts start by extracting some information about a device
  1433.   from /var/run/stab.  Each script constructs a ``device address'', that
  1434.   uniquely describes the device it has been asked to configure, in the
  1435.   ADDRESS shell variable.  This is passed to the *.opts script, which
  1436.   should return information about how a device at this address should be
  1437.   configured.  For some devices, the device address is just the socket
  1438.   number.  For others, it includes extra information that may be useful
  1439.   in deciding how to configure the device.  For example, network devices
  1440.   pass their hardware ethernet address as part of the device address, so
  1441.   the network.opts script could use this to select from several
  1442.   different configurations.
  1443.  
  1444.   The first part of all device addresses is the current PCMCIA
  1445.   ``scheme''.  This parameter is used to support multiple sets of device
  1446.   configurations based on a single external user-specified variable.
  1447.   One use of schemes would be to have a ``home'' scheme, and a ``work''
  1448.   scheme, which would include different sets of network configuration
  1449.   parameters.  The current scheme is selected using the ``cardctl
  1450.   scheme'' command.  The default if no scheme is set is ``default''.
  1451.  
  1452.  
  1453.   As a general rule, when configuring Linux for a laptop, PCMCIA devices
  1454.   should only be configured from the PCMCIA device scripts.  Do not try
  1455.   to configure a PCMCIA device the same way you would configure a
  1456.   permanently attached device.  However, some Linux distributions
  1457.   provide PCMCIA packages that are hooked into those distributions' own
  1458.   device configuration tools.  In that case, some of the following
  1459.   sections may not apply; ideally, this will be documented by the
  1460.   distribution maintainers.
  1461.  
  1462.  
  1463.   4.3.  PCMCIA network adapters
  1464.  
  1465.   Linux ethernet-type network interfaces normally have names like eth0,
  1466.   eth1, and so on.  Token-ring adapters are handled similarly, however
  1467.   they are named tr0, tr1, and so on.  The ifconfig command is used to
  1468.   view or modify the state of a network interface.  A peculiarity of
  1469.   Linux is that network interfaces do not have corresponding device
  1470.   files under /dev, so do not be surprised when you do not find them.
  1471.  
  1472.   When an ethernet card is detected, it will be assigned the first free
  1473.   interface name, which will normally be eth0.  Cardmgr will run the
  1474.   /etc/pcmcia/network script to configure the interface, which normally
  1475.   reads network settings from /etc/pcmcia/network.opts.  The network and
  1476.   network.opts scripts will be executed only when your ethernet card is
  1477.   actually present.  If your system has an automatic network
  1478.   configuration facility, it may or may not be PCMCIA-aware.  Consult
  1479.   the documentation of your Linux distribution and the ``Notes about
  1480.   specific Linux distributions''  to determine if PCMCIA network devices
  1481.   should be configured with the automatic tools, or by editing
  1482.   network.opts.
  1483.  
  1484.   The device address passed to network.opts consists of four comma-
  1485.   separated fields: the scheme, the socket number, the device instance,
  1486.   and the card's hardware ethernet address.  The device instance is used
  1487.   to number devices for cards that have several network interfaces, so
  1488.   it will usually be 0.  If you have several network cards used for
  1489.   different purposes, one option would be to configure the cards based
  1490.   on socket position, as in:
  1491.  
  1492.  
  1493.  
  1494.        case "$ADDRESS" in
  1495.        *,0,*,*)
  1496.            # definitions for network card in socket 0
  1497.            ;;
  1498.        *,1,*,*)
  1499.            # definitions for network card in socket 1
  1500.            ;;
  1501.        esac
  1502.  
  1503.  
  1504.  
  1505.  
  1506.   Alternatively, they could be configured using their hardware
  1507.   addresses, as in:
  1508.  
  1509.  
  1510.  
  1511.        case "$ADDRESS" in
  1512.        *,*,*,00:80:C8:76:00:B1)
  1513.            # definitions for a D-Link card
  1514.            ;;
  1515.        *,*,*,08:00:5A:44:80:01)
  1516.            # definitions for an IBM card
  1517.        esac
  1518.  
  1519.   4.3.1.  Network device parameters
  1520.  
  1521.   The following parameters can be defined in network.opts:
  1522.  
  1523.  
  1524.      IF_PORT
  1525.         Specifies the ethernet transceiver type, for cards that do not
  1526.         autodetect.  See ``man ifport'' for transceiver names.
  1527.  
  1528.      BOOTP
  1529.         A boolean (y/n) value: indicates if the host's IP address and
  1530.         routing information should be obtained using the BOOTP protocol.
  1531.  
  1532.      DHCP
  1533.         A boolean (y/n) value: indicates if the host's IP address and
  1534.         routing information should be obtained from a DHCP server.
  1535.  
  1536.      IPADDR
  1537.         The IP address for this interface.
  1538.  
  1539.      NETMASK, BROADCAST, NETWORK
  1540.         Basic network parameters: see the networking HOWTO for more
  1541.         information.
  1542.  
  1543.      GATEWAY
  1544.         The IP address of a gateway for this host's subnet.  Packets
  1545.         with destinations outside this subnet will be routed to this
  1546.         gateway.
  1547.  
  1548.      DOMAIN
  1549.         The local network domain name for this host, to be used in
  1550.         creating /etc/resolv.conf.
  1551.  
  1552.      SEARCH
  1553.         A search list for host name lookup, to be added to
  1554.         /etc/resolv.conf.  DOMAIN and SEARCH are mutually exclusive: see
  1555.         ``man resolver'' for more information.
  1556.  
  1557.      DNS_1, DNS_2, DNS_3
  1558.         Host names or IP addresses for nameservers for this interface,
  1559.         to be added to /etc/resolv.conf
  1560.  
  1561.      MOUNTS
  1562.         A list of NFS mount points to be mounted for this interface.
  1563.  
  1564.      IPX_FRAME, IPX_NETNUM
  1565.         For IPX networks: the frame type and network number, passed to
  1566.         the ipx_interface command.
  1567.  
  1568.   For example:
  1569.  
  1570.  
  1571.  
  1572.  
  1573.  
  1574.  
  1575.  
  1576.  
  1577.  
  1578.  
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584.  
  1585.   case "$ADDRESS" in
  1586.   *,*,*,*)
  1587.       IF_PORT="10base2"
  1588.       BOOTP="n"
  1589.       IPADDR="10.0.0.1"
  1590.       NETMASK="255.255.255.0"
  1591.       NETWORK="10.0.0.0"
  1592.       BROADCAST="10.0.0.255"
  1593.       GATEWAY="10.0.0.1"
  1594.       DOMAIN="domain.org"
  1595.       DNS_1="dns1.domain.org"
  1596.       ;;
  1597.   esac
  1598.  
  1599.  
  1600.  
  1601.  
  1602.   To automatically mount and unmount NFS filesystems, first add all
  1603.   these filesystems to /etc/fstab, but include noauto in the mount
  1604.   options.  In network.opts, list the filesystem mount points in the
  1605.   MOUNTS variable.  It is especially important to use either cardctl or
  1606.   cardinfo to shut down a network card when NFS mounts are active.  It
  1607.   is not possible to cleanly unmount NFS filesystems if a network card
  1608.   is simply ejected without warning.
  1609.  
  1610.   In addition to the usual network configuration parameters, the
  1611.   network.opts script can specify extra actions to be taken after an
  1612.   interface is configured, or before an interface is shut down.  If
  1613.   network.opts defines a shell function called start_fn, it will be
  1614.   invoked by the network script after the interface is configured, and
  1615.   the interface name will be passed to the function as its first (and
  1616.   only) argument.  Similarly, if it is defined, stop_fn will be invoked
  1617.   before shutting down an interface.
  1618.  
  1619.   The transceiver type can be selected using the IF_PORT setting.  This
  1620.   can either be a numeric value as in previous PCMCIA releases, or a
  1621.   keyword identifying the transceiver type.  All the network drivers
  1622.   default to either autodetect the interface if possible, or 10baseT
  1623.   otherwise.  The ifport command can be used to check or set the current
  1624.   transceiver type.  For example:
  1625.  
  1626.  
  1627.  
  1628.        # ifport eth0 10base2
  1629.        #
  1630.        # ifport eth0
  1631.        eth0    2 (10base2)
  1632.  
  1633.  
  1634.  
  1635.  
  1636.   The current (3.0.10 or later) 3c589 driver should quickly autodetect
  1637.   transceiver changes at any time.  Earlier releases of the 3c589 driver
  1638.   had a somewhat slow and flaky transceiver autodetection algorithm.
  1639.   For these releases, the appropriate network cable should be connected
  1640.   to the card when the card is configured, or you can force
  1641.   autodetection with:
  1642.  
  1643.  
  1644.  
  1645.        ifconfig eth0 down up
  1646.  
  1647.  
  1648.  
  1649.  
  1650.  
  1651.   4.3.2.  Comments about specific cards
  1652.  
  1653.  
  1654.  
  1655.   ╖  With IBM CCAE and Socket EA cards, the transceiver type (10base2,
  1656.      10baseT, AUI) needs to be set when the network device is
  1657.      configured.  Make sure that the transceiver type reported in the
  1658.      system log matches your connection.
  1659.  
  1660.   ╖  The drivers for SMC, Megahertz, Ositech, and 3Com cards should
  1661.      autodetect the attached network type (10base2 or 10baseT).  Setting
  1662.      the transceiver type when the driver is loaded serves to define the
  1663.      card's ``first guess''.
  1664.  
  1665.   ╖  The Farallon EtherWave is actually based on the 3Com 3c589, with a
  1666.      special transceiver.  Though the EtherWave uses 10baseT-style
  1667.      connections, its transceiver requires that the 3c589 be configured
  1668.      in 10base2 mode.
  1669.  
  1670.   ╖  If you have trouble with an IBM CCAE, NE4100, Thomas Conrad, or
  1671.      Kingston adapter, try increasing the memory access time with the
  1672.      mem_speed=# option to the pcnet_cs module.  An example of how to do
  1673.      this is given in the standard config.opts file.  Try speeds of up
  1674.      to 1000 (in nanoseconds).
  1675.  
  1676.   ╖  For the New Media Ethernet adapter, on some systems, it may be
  1677.      necessary to increase the IO port access time with the io_speed=#
  1678.      option when the pcmcia_core module is loaded.  Edit CORE_OPTS in
  1679.      the startup script  to set this option.
  1680.  
  1681.   ╖  The multicast support in the New Media Ethernet driver is
  1682.      incomplete.  The latest driver will function with multicast
  1683.      kernels, but will ignore multicast packets.  Promiscuous mode
  1684.      should work properly.
  1685.  
  1686.   ╖  The driver used by the IBM and 3Com token ring adapters seems to
  1687.      behave very badly if the cards are not connected to a ring when
  1688.      they get initialized.  Always connect these cards to the net before
  1689.      they are powered up.  If ifconfig reports the hardware address as
  1690.      all 0's, this is likely to be due to a memory window configuration
  1691.      problem.
  1692.  
  1693.   ╖  Some Linksys, D-Link, and IC-Card 10baseT/10base2 cards have a
  1694.      unique way of selecting the transceiver type that isn't handled by
  1695.      the Linux drivers.  One workaround is to boot DOS and use the
  1696.      vendor-supplied utility to select the transceiver, then warm boot
  1697.      Linux.  Alternatively, a Linux utility to perform this function is
  1698.      available at
  1699.      <ftp://hyper.stanford.edu/pub/pcmcia/extras/dlport.c>.
  1700.  
  1701.   ╖  For WaveLAN wireless network adapters, Jean Tourrilhes
  1702.      (jt@hplb.hpl.hp.com) has put together a wireless HOWTO at
  1703.      <http://www-uk.hpl.hp.com/people/jt/Linux/Wavelan.html>.
  1704.  
  1705.  
  1706.   4.3.3.  Diagnosing problems with network adapters
  1707.  
  1708.  
  1709.  
  1710.   ╖  Is your card recognized as an ethernet card?  Check the system log
  1711.      and make sure that cardmgr identifies the card correctly and starts
  1712.      up one of the network drivers.  If it doesn't, your card might
  1713.      still be usable if it is compatible with a supported card.  This
  1714.      will be most easily done if the card claims to be ``NE2000
  1715.      compatible''.
  1716.  
  1717.   ╖  Is the card configured properly?  If you are using a supported
  1718.      card, and it was recognized by cardmgr, but still doesn't work,
  1719.      there might be an interrupt or port conflict with another device.
  1720.      Find out what resources the card is using (from the system log),
  1721.      and try excluding these in /etc/pcmcia/config.opts to force the
  1722.      card to use something different.
  1723.  
  1724.   ╖  If your card seems to be configured properly, but sometimes locks
  1725.      up, particularly under high load, you may need to try changing your
  1726.      socket driver timing parameters.  See the ``Startup options''
  1727.      section for more information.
  1728.  
  1729.   ╖  If you get ``network unreachable'' messages when you try to access
  1730.      the network, then the routing information specified in
  1731.      /etc/pcmcia/network.opts is incorrect.  This message is an
  1732.      absolutely foolproof indication of a routing error.  On the other
  1733.      hand, mis-configured cards will usually fail silently.
  1734.  
  1735.   ╖  To diagnose problems in /etc/pcmcia/network.opts, start by trying
  1736.      to ping other systems on the same subnet using their IP addresses.
  1737.      Then try to ping your gateway, and then machines on other subnets.
  1738.      Ping machines by name only after trying these simpler tests.
  1739.  
  1740.   ╖  Make sure your problem is really a PCMCIA one.  It may help to see
  1741.      see if the card works under DOS with the vendor's drivers.  Double
  1742.      check your modifications to the /etc/pcmcia/network.opts script.
  1743.      Make sure your drop cable, ``T'' jack, terminator, etc are working.
  1744.  
  1745.  
  1746.   4.4.  PCMCIA serial and modem devices
  1747.  
  1748.   Linux serial devices are accessed via the /dev/cua* and /dev/ttyS*
  1749.   special device files.  The ttyS* devices are for incoming connections,
  1750.   such as directly connected terminals.  The cua* devices are for
  1751.   outgoing connections, such as modems.  Each physical serial port has
  1752.   both a ttyS and a cua device file: it is up to you to pick the
  1753.   appropriate device for your application.  The configuration of a
  1754.   serial device can be examined and modified with the setserial command.
  1755.  
  1756.   When a serial or modem card is detected, it will be assigned to the
  1757.   first available serial device slot.  This will usually be /dev/ttyS1
  1758.   (cua1) or /dev/ttyS2 (cua2), depending on the number of built-in
  1759.   serial ports.  The ttyS* device is the one reported in /var/run/stab.
  1760.   The default serial device option script, /etc/pcmcia/serial.opts, will
  1761.   link the corresponding cua* device file to /dev/modem as a
  1762.   convenience.
  1763.  
  1764.   Do not try to use /etc/rc.d/rc.serial to configure a PCMCIA modem.
  1765.   This script should only be used to configure non-removable devices.
  1766.   Modify /etc/pcmcia/serial.opts if you want to do anything special to
  1767.   set up your modem.  Also, do not try to change the IO port and
  1768.   interrupt settings of a serial device using setserial.  This would
  1769.   tell the serial driver to look for the device in a different place,
  1770.   but would not change how the card's hardware is actually configured.
  1771.   The serial configuration script allows you to specify other setserial
  1772.   options, as well as whether a line should be added to /etc/inittab for
  1773.   this port.
  1774.  
  1775.   The device address passed to serial.opts has three comma-separated
  1776.   fields: the first is the scheme, the second  is the socket number, and
  1777.   the third is the device instance.  The device instance may take
  1778.   several values for cards that support multiple serial ports, but for
  1779.   single-port cards, it will always be 0.  If you commonly use more than
  1780.   one modem, you may want to specify different settings based on socket
  1781.   position, as in:
  1782.  
  1783.        case "$ADDRESS" in
  1784.        *,0,*)
  1785.            # Options for modem in socket 0
  1786.            LINK=/dev/modem0
  1787.            ;;
  1788.        *,1,*)
  1789.            # Options for modem in socket 1
  1790.            LINK=/dev/modem1
  1791.            ;;
  1792.        esac
  1793.  
  1794.  
  1795.  
  1796.  
  1797.   If a PCMCIA modem is already configured when Linux boots, it may be
  1798.   incorrectly identified as an ordinary built-in serial port.  This is
  1799.   harmless, however, when the PCMCIA drivers take control of the modem,
  1800.   it will be assigned a different device slot.  It is best to either
  1801.   parse /var/run/stab or use /dev/modem, rather than expecting a PCMCIA
  1802.   modem to always have the same device assignment.
  1803.  
  1804.   If you configure your kernel to load the basic Linux serial port
  1805.   driver as a module, you must edit /etc/pcmcia/config to indicate that
  1806.   this module must be loaded.  Edit the serial device entry to read:
  1807.  
  1808.  
  1809.  
  1810.        device "serial_cs"
  1811.          class "serial" module "misc/serial", "serial_cs"
  1812.  
  1813.  
  1814.  
  1815.  
  1816.  
  1817.   4.4.1.  Serial device parameters
  1818.  
  1819.   The following parameters can be defined in serial.opts:
  1820.  
  1821.      LINK
  1822.         Specifies a path for a symbolic link to be created to the
  1823.         ``dialout'' or /dev/cua* device.
  1824.  
  1825.      SERIAL_OPTS
  1826.         Specifies options to be passed to the setserial command.
  1827.  
  1828.      INITTAB
  1829.         If specified, this will be used to construct an inittab entry
  1830.         for the device.
  1831.  
  1832.   For example:
  1833.  
  1834.  
  1835.  
  1836.        case "$ADDRESS" in
  1837.        *,*,*,*)
  1838.            LINK="/dev/modem"
  1839.            SERIAL_OPTS=""
  1840.            INITTAB="/sbin/getty"
  1841.  
  1842.  
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849.   4.4.2.  Diagnosing problems with serial devices
  1850.  
  1851.  
  1852.  
  1853.   ╖  Is your card recognized as a modem?  Check the system log and make
  1854.      sure that cardmgr identifies the card correctly and starts up the
  1855.      serial_cs driver.  If it doesn't, you may need to add a new entry
  1856.      to your /etc/pcmcia/config file so that it will be identified
  1857.      properly.  See the ``Configuring unrecognized cards'' section for
  1858.      details.
  1859.  
  1860.   ╖  Is the modem configured successfully by serial_cs?  Again, check
  1861.      the system log and look for messages from the serial_cs driver.  If
  1862.      you see ``register_serial() failed'', you may have an I/O port
  1863.      conflict with another device.  Another tip-off of a conflict is if
  1864.      the device is reported to be an 8250; most modern modems should be
  1865.      identified as 16550A UART's.  If you think you're seeing a port
  1866.      conflict, edit /etc/pcmcia/config.opts and exclude the port range
  1867.      that was allocated for the modem.
  1868.  
  1869.   ╖  Is there an interrupt conflict?  If the system log looks good, but
  1870.      the modem just doesn't seem to work, try using setserial to change
  1871.      the irq to 0, and see if the modem works.  This causes the serial
  1872.      driver to use a slower polled mode instead of using interrupts.  If
  1873.      this seems to fix the problem, it is likely that some other device
  1874.      in your system is using the interrupt selected by serial_cs.  You
  1875.      should add a line to /etc/pcmcia/config.opts to exclude this
  1876.      interrupt.
  1877.  
  1878.   ╖  If the modem seems to work only very, very slowly, this is an
  1879.      almost certain indicator of an interrupt conflict.
  1880.  
  1881.   ╖  Make sure your problem is really a PCMCIA one.  It may help to see
  1882.      if the card works under DOS with the vendor's drivers.  Also, don't
  1883.      test the card with something complex like SLIP or PPP until you are
  1884.      sure you can make simple connections.  If simple things work but
  1885.      SLIP does not, your problem is most likely with SLIP, not with
  1886.      PCMCIA.
  1887.  
  1888.   ╖  If you get kernel messages indicating that the serial_cs module
  1889.      cannot be loaded, it means that your kernel does not have serial
  1890.      device support.  If you have compiled the serial driver as a
  1891.      module, you must modify /etc/pcmcia/config to indicate that the
  1892.      serial module should be loaded before serial_cs.
  1893.  
  1894.  
  1895.   4.5.  PCMCIA SCSI adapters
  1896.  
  1897.   All the currently supported PCMCIA SCSI cards are work-alikes of one
  1898.   of the following ISA bus cards: the Qlogic, the Adaptec AHA-152X, or
  1899.   the Future Domain TMC-16x0.  The PCMCIA drivers are built by linking
  1900.   some PCMCIA-specific code (in qlogic_cs.c, toaster_cs.c, or
  1901.   fdomain_cs.c) with the normal Linux SCSI driver.  Due to limitations
  1902.   in the Linux SCSI driver model, only one removable card per driver is
  1903.   supported.
  1904.  
  1905.   When a new SCSI host adapter is detected, the SCSI drivers will probe
  1906.   for devices.  Check the system log to make sure your devices are
  1907.   detected properly.  New SCSI devices will be assigned to the first
  1908.   available SCSI device files.  The first SCSI disk will be /dev/sda,
  1909.   the first SCSI tape will be /dev/st0, and the first CD-ROM will be
  1910.   /dev/scd0.
  1911.  
  1912.   A list of SCSI devices connected to this host adapter will be shown in
  1913.   /var/run/stab, and the SCSI configuration script, /etc/pcmcia/scsi,
  1914.   will be called once for each attached device, to either configure or
  1915.   shut down that device.  The default script does not take any actions
  1916.   to configure SCSI devices, but will properly unmount filesystems on
  1917.   SCSI devices when a card is removed.
  1918.  
  1919.   The device addresses passed to scsi.opts are complicated, because of
  1920.   the variety of things that can be attached to a SCSI adapter.
  1921.   Addresses consist of either six or seven comma-separated fields: the
  1922.   current scheme, the device type, the socket number, the SCSI channel,
  1923.   ID, and logical unit number, and optionally, the partition number.
  1924.   The device type will be ``sd'' for disks, ``st'' for tapes, ``sr'' for
  1925.   CD-ROM devices, and ``sg'' for generic SCSI devices.  For most setups,
  1926.   the SCSI channel and logical unit number will be 0.  For disk devices
  1927.   with several partitions, scsi.opts will first be called for the whole
  1928.   device, with a five-field address.  The script should set the PARTS
  1929.   variable to a list of partitions.  Then, scsi.opts will be called for
  1930.   each partition, with the longer seven-field addresses.
  1931.  
  1932.   If your kernel does not have a top-level driver (disk, tape, etc) for
  1933.   a particular SCSI device, then the device will not be configured by
  1934.   the PCMCIA drivers.  As a side effect, the device's name in
  1935.   /var/run/stab will be something like ``sd#nnnn'' where ``nnnn'' is a
  1936.   four-digit hex number.  This happens when cardmgr is unable to
  1937.   translate a SCSI device ID into a corresponding Linux device name.
  1938.  
  1939.   It is possible to modularize the top-level SCSI drivers so that they
  1940.   are loaded on demand.  To do so, you need to edit /etc/pcmcia/config
  1941.   to tell cardmgr which extra modules need to be loaded when your
  1942.   adapter is configured.  For example:
  1943.  
  1944.  
  1945.  
  1946.        device "aha152x_cs"
  1947.          class "scsi" module "scsi/scsi_mod", "scsi/sd_mod", "aha152x_cs"
  1948.  
  1949.  
  1950.  
  1951.  
  1952.   would say to load the core SCSI module and the top-level disk driver
  1953.   module before loading the regular PCMCIA driver module.  The PCMCIA
  1954.   Configure script will not automatically detect modularized SCSI
  1955.   modules, so you will need use the manual configure option to enable
  1956.   SCSI support.
  1957.  
  1958.   Always turn on SCSI devices before powering up your laptop, or before
  1959.   inserting the adapter card, so that the SCSI bus is properly
  1960.   terminated when the adapter is configured.  Also be very careful about
  1961.   ejecting a SCSI adapter.  Be sure that all associated SCSI devices are
  1962.   unmounted and closed before ejecting the card.  The best way to ensure
  1963.   this is to use either cardctl or cardinfo to request card removal
  1964.   before physically ejecting the card.  For now, all SCSI devices should
  1965.   be powered up before plugging in a SCSI adapter, and should stay
  1966.   connected until after you unplug the adapter and/or power down your
  1967.   laptop.
  1968.  
  1969.   There is a potential complication when using these cards that does not
  1970.   arise with ordinary ISA bus adapters.  The SCSI bus carries a
  1971.   ``termination power'' signal that is necessary for proper operation of
  1972.   ordinary passive SCSI terminators.  PCMCIA SCSI adapters do not supply
  1973.   termination power, so if it is required, an external device must
  1974.   supply it.  Some external SCSI devices may be configured to supply
  1975.   termination power.  Others, such as the Zip Drive and the Syquest EZ-
  1976.   Drive, use active terminators that do not depend on it.  In some
  1977.   cases, it may be necessary to use a special terminator block such as
  1978.   the APS SCSI Sentry 2, which has an external power supply.  When
  1979.   configuring your SCSI device chain, be aware of whether or not any of
  1980.   your devices require or can provide termination power.
  1981.   4.5.1.  SCSI device parameters
  1982.  
  1983.   The following parameters can be defined in scsi.opts:
  1984.  
  1985.      DO_FSTAB
  1986.         A boolean (y/n) setting: specifies if an entry should be added
  1987.         to /etc/fstab for this device.
  1988.  
  1989.      DO_FSCK
  1990.         A boolean (y/n) setting: specifies if the filesystem should be
  1991.         checked before being mounted, with ``fsck -Ta''.
  1992.  
  1993.      DO_MOUNT
  1994.         A boolean (y/n) setting: specifies if this device should be
  1995.         automatically mounted at card insertion time.
  1996.  
  1997.      FSTYPE, OPTS, MOUNTPT
  1998.         The filesystem type, mount options, and mount point to be used
  1999.         for the fstab entry and/or mounting the device.
  2000.  
  2001.   For example, here is a script for configuring a disk device at SCSI ID
  2002.   3, with two partitions, and a CD-ROM at SCSI ID 6:
  2003.  
  2004.  
  2005.  
  2006.        case "$ADDRESS" in
  2007.        *,sd,*,0,3,0)
  2008.            # This device has two partitions...
  2009.            PARTS="1 2"
  2010.            ;;
  2011.        *,sd,*,0,3,0,1)
  2012.            # Options for partition 1:
  2013.            #  update /etc/fstab, and mount an ext2 fs on /usr1
  2014.            DO_FSTAB="y" ; DO_FSCK="y" ; DO_MOUNT="y"
  2015.            FSTYPE="ext2"
  2016.            OPTS=""
  2017.            MOUNTPT="/usr1"
  2018.            ;;
  2019.        *,sd,*,0,3,0,2)
  2020.            # Options for partition 2:
  2021.            #  update /etc/fstab, and mount an MS-DOS fs on /usr2
  2022.            DO_FSTAB="y" ; DO_FSCK="y" ; DO_MOUNT="y"
  2023.            FSTYPE="msdos"
  2024.            OPTS=""
  2025.            MOUNTPT="/usr2"
  2026.            ;;
  2027.        *,sr,*,0,6,0)
  2028.            # Options for CD-ROM at SCSI ID 6
  2029.            PARTS=""
  2030.            DO_FSTAB="y" ; DO_FSCK="n" ; DO_MOUNT="y"
  2031.            FSTYPE="iso9660"
  2032.            OPTS="ro"
  2033.            MOUNTPT="/cdrom"
  2034.            ;;
  2035.        esac
  2036.  
  2037.  
  2038.  
  2039.  
  2040.  
  2041.   4.5.2.  Comments about specific cards
  2042.  
  2043.  
  2044.  
  2045.   ╖  The Adaptec APA-1480 CardBus card needs a large IO port window (256
  2046.      contiguous ports aligned on a 256-port boundary).  It may be
  2047.      necessary to expand the IO port regions in /etc/pcmcia/config.opts
  2048.      to guarantee that such a large window can be found.
  2049.  
  2050.   ╖  The Adaptec APA-460 SlimSCSI adapter is not supported.  This card
  2051.      was originally sold under the Trantor name, and when Adaptec merged
  2052.      with Trantor, they continued to sell the Trantor card with an
  2053.      Adaptec label.  The APA-460 is not compatible with any existing
  2054.      Linux driver.
  2055.  
  2056.   ╖  I have had one report of a bad interaction between the New Media
  2057.      Bus Toaster and a UMAX Astra 1200s scanner.  Due to the complexity
  2058.      of the SCSI protocol, when diagnosing problems with SCSI devices,
  2059.      it is worth considering that incompatible combinations like this
  2060.      may exist and may not be documented.
  2061.  
  2062.  
  2063.   4.5.3.  Diagnosing problems with SCSI adapters
  2064.  
  2065.  
  2066.   ╖  With the aha152x_cs driver (used by Adaptec, New Media, and a few
  2067.      others), it seems that SCSI disconnect/reconnect support is a
  2068.      frequent source of trouble with tape drives.  To disable this
  2069.      ``feature,'' add the following to /etc/pcmcia/config.opts:
  2070.  
  2071.  
  2072.        module "aha152x_cs" opts "reconnect=0"
  2073.  
  2074.  
  2075.  
  2076.  
  2077.   ╖  Also with the aha152x_cs driver, certain devices seem to require a
  2078.      longer startup delay, controlled via the reset_delay module
  2079.      parameter.  The Yamaha 4416S CDR drive is one such device.  The
  2080.      result is the device is identified successfully, then hangs the
  2081.      system.  In such cases, try:
  2082.  
  2083.  
  2084.        module "aha152x_cs" opts "reset_delay=500"
  2085.  
  2086.  
  2087.  
  2088.  
  2089.   ╖  If you have compiled SCSI support as modules (CONFIG_SCSI is
  2090.      ``m''), when configuring PCMCIA, you must explicitly specify that
  2091.      you want the SCSI drivers to be built.  You must also modify
  2092.      /etc/pcmcia/config to load the SCSI modules before the appropriate
  2093.      *_cs driver is loaded.
  2094.  
  2095.   ╖  If you get ``aborting command due to timeout'' messages when the
  2096.      SCSI bus is probed, you almost certainly have an interrupt
  2097.      conflict.
  2098.  
  2099.   ╖  If the host driver reports ``no SCSI devices found'', verify that
  2100.      your kernel was compiled with the appropriate top-level SCSI
  2101.      drivers for your devices (i.e., disk, tape, CD-ROM, and/or
  2102.      generic).  If a top-level driver is missing, devices of that type
  2103.      will be ignored.
  2104.  
  2105.  
  2106.   4.6.  PCMCIA memory cards
  2107.  
  2108.   The memory_cs driver handles all types of memory cards, as well as
  2109.   providing direct access to the PCMCIA memory address space for cards
  2110.   that have other functions.  When loaded, it creates a combination of
  2111.   character and block devices.  See the man page for the module for a
  2112.   complete description of the device naming scheme.  Block devices are
  2113.   used for disk-like access (creating and mounting filesystems, etc).
  2114.   The character devices are for "raw" unbuffered reads and writes at
  2115.   arbitrary locations.
  2116.  
  2117.   The device address passed to memory.opts consists of two fields: the
  2118.   scheme, and the socket number.  The options are applied to the first
  2119.   common memory partition on the corresponding memory card.
  2120.  
  2121.   Some older memory cards, and most simple static RAM cards, lack a
  2122.   ``Card Information Structure'' (CIS), which is the scheme PCMCIA cards
  2123.   use to identify themselves.  Normally, cardmgr will assume that any
  2124.   card that lacks a CIS is a simple memory card, and load the memory_cs
  2125.   driver.  Thus, a common side effect of a general card identification
  2126.   problem is that other types of cards may be misdetected as memory
  2127.   cards.
  2128.  
  2129.   The memory_cs driver uses a heuristic to guess the capacity of these
  2130.   cards.  The heuristic does not work for write protected cards, and may
  2131.   make mistakes in some other cases as well.  If a card is misdetected,
  2132.   its size should then be explicitly specified when using commands such
  2133.   as dd or mkfs.
  2134.  
  2135.  
  2136.   4.6.1.  Memory device parameters
  2137.  
  2138.  
  2139.   The following parameters can be specified in memory.opts:
  2140.  
  2141.  
  2142.      DO_FSTAB
  2143.         A boolean (y/n) setting: specifies if an entry should be added
  2144.         to /etc/fstab for this device.
  2145.  
  2146.      DO_FSCK
  2147.         A boolean (y/n) setting: specifies if the filesystem should be
  2148.         checked before being mounted, with ``fsck -Ta''.
  2149.  
  2150.      DO_MOUNT
  2151.         A boolean (y/n) setting: specifies if this device should be
  2152.         automatically mounted at card insertion time.
  2153.  
  2154.      FSTYPE, OPTS, MOUNTPT
  2155.         The filesystem type, mount options, and mount point to be used
  2156.         for the fstab entry and/or mounting the device.
  2157.  
  2158.   Here is an example of a script that will automatically mount memory
  2159.   cards based on which socket they are inserted into:
  2160.  
  2161.  
  2162.  
  2163.        case "$ADDRESS" in
  2164.        *,0,0)
  2165.            # Mount filesystem, but don't update /etc/fstab
  2166.            DO_FSTAB="n" ; DO_FSCK="y" ; DO_MOUNT="y"
  2167.            FSTYPE="ext2" ; OPTS=""
  2168.            MOUNTPT="/mem0"
  2169.            ;;
  2170.        *,1,0)
  2171.            # Mount filesystem, but don't update /etc/fstab
  2172.            DO_FSTAB="n" ; DO_FSCK="y" ; DO_MOUNT="y"
  2173.            FSTYPE="ext2" ; OPTS=""
  2174.            MOUNTPT="/mem1"
  2175.            ;;
  2176.        esac
  2177.  
  2178.  
  2179.   4.6.2.  Using flash memory cards
  2180.  
  2181.   The device address passed to ftl.opts consists of three or four
  2182.   fields: the scheme, the socket number, the region number, and
  2183.   optionally, the partition number.  Most flash cards have just one
  2184.   flash memory region, so the region number will generally always be
  2185.   zero.
  2186.  
  2187.   To use a flash memory card as an ordinary disk-like block device,
  2188.   first create an FTL, or ``flash translation layer'', partition on the
  2189.   device with the ftl_format command.  This layer hides the device-
  2190.   specific details of flash memory programming and make the card look
  2191.   like a simple block device.  For example:
  2192.  
  2193.  
  2194.  
  2195.        ftl_format -i /dev/mem0c0c
  2196.  
  2197.  
  2198.  
  2199.  
  2200.   Note that this command accesses the card through the ``raw'' memory
  2201.   card interface.  Once formatted, the card can be accessed as an
  2202.   ordinary block device via the ftl_cs driver.  For example:
  2203.  
  2204.  
  2205.  
  2206.        mke2fs /dev/ftl0c0
  2207.        mount -t ext2 /dev/ftl0c0 /mnt
  2208.  
  2209.  
  2210.  
  2211.  
  2212.   Device naming for FTL devices is tricky.  Minor device numbers have
  2213.   three parts: the card number, the region number on that card, and
  2214.   optionally, the partition within that region.  A region can either be
  2215.   treated as a single block device with no partition table (like a
  2216.   floppy), or it can be partitioned like a hard disk device.  The
  2217.   ``ftl0c0'' device is card 0, common memory region 0, the entire
  2218.   region.  The ``ftl0c0p1'' through ``ftl0c0p4'' devices are primary
  2219.   partitions 1 through 4 if the region has been partitioned.
  2220.  
  2221.   There are two major formats for flash memory cards: the FTL style, and
  2222.   the Microsoft Flash File System.  The FTL format is generally more
  2223.   flexible because it allows any ordinary high-level filesystem (ext2,
  2224.   ms-dos, etc) to be used on a flash card as if it were an ordinary disk
  2225.   device.  The FFS is a completely different filesystem type.  Linux
  2226.   cannot currently handle cards formated with FFS.
  2227.  
  2228.   Intel Series 100 flash cards use the first 128K flash block to store
  2229.   the cards' configuration information.  To prevent accidental erasure
  2230.   of this information, ftl_format will automatically detect this and
  2231.   skip the first block when creating an FTL partition.
  2232.  
  2233.  
  2234.   4.7.  PCMCIA ATA/IDE card drives
  2235.  
  2236.   ATA/IDE drive support is based on the regular kernel IDE driver.  The
  2237.   PCMCIA-specific part of the driver is ide_cs.  Be sure to use cardctl
  2238.   or cardinfo to shut down an ATA/IDE card before ejecting it, as the
  2239.   driver has not been made ``hot-swap-proof''.
  2240.  
  2241.   The device addresses passed to ide.opts consist of either three or
  2242.   four fields: the current scheme, the socket number, the drive's serial
  2243.   number, and an optional partition number.  The ide_info command can be
  2244.   used to obtain an IDE device's serial number.  As with SCSI devices,
  2245.   ide.opts is first called for the entire device.  If ide.opts returns a
  2246.   list of partitions in the PARTS variable, the script will then be
  2247.   called for each partition.
  2248.  
  2249.  
  2250.   4.7.1.  ATA/IDE fixed-disk device parameters
  2251.  
  2252.  
  2253.   The following parameters can be specified in ide.opts:
  2254.  
  2255.  
  2256.      DO_FSTAB
  2257.         A boolean (y/n) setting: specifies if an entry should be added
  2258.         to /etc/fstab for this device.
  2259.  
  2260.      DO_FSCK
  2261.         A boolean (y/n) setting: specifies if the filesystem should be
  2262.         checked before being mounted, with ``fsck -Ta''.
  2263.  
  2264.      DO_MOUNT
  2265.         A boolean (y/n) setting: specifies if this device should be
  2266.         automatically mounted at card insertion time.
  2267.  
  2268.      FSTYPE, OPTS, MOUNTPT
  2269.         The filesystem type, mount options, and mount point to be used
  2270.         for the fstab entry and/or mounting the device.
  2271.  
  2272.   Here is an example ide.opts file to mount the first partition of any
  2273.   ATA/IDE card on /mnt.
  2274.  
  2275.  
  2276.  
  2277.        case "$ADDRESS" in
  2278.        *,*,*,1)
  2279.            DO_FSTAB="y" ; DO_FSCK="y" ; DO_MOUNT="y"
  2280.            FSTYPE="msdos"
  2281.            OPTS=""
  2282.            MOUNTPT="/mnt"
  2283.            ;;
  2284.        *,*,*)
  2285.            PARTS="1"
  2286.            ;;
  2287.        esac
  2288.  
  2289.  
  2290.  
  2291.  
  2292.  
  2293.   4.7.2.  Diagnosing problems with ATA/IDE adapters
  2294.  
  2295.  
  2296.   ╖  Some IDE drives violate the PCMCIA specification by requiring a
  2297.      longer time to spin up than the maximum allowed card setup time.
  2298.      Starting with release 3.0.6, the ide_cs driver will automatically
  2299.      retry the device probe to give these drives time to spin up.  With
  2300.      older drivers, you may need to load the pcmcia_core module with:
  2301.  
  2302.  
  2303.        CORE_OPTS="unreset_delay=400"
  2304.  
  2305.  
  2306.  
  2307.  
  2308.   ╖  To use an ATA/IDE CD-ROM device, your kernel must be compiled with
  2309.      CONFIG_BLK_DEV_IDECD enabled.  This will normally be the case for
  2310.      standard kernels, however it is something to be aware of if you
  2311.      compile a custom kernel.
  2312.  
  2313.  
  2314.   4.8.  Multifunction cards
  2315.  
  2316.   A single interrupt can be shared by several drivers, such as the
  2317.   serial driver and an ethernet driver: in fact, the PCMCIA
  2318.   specification requires all card functions to share the same interrupt.
  2319.   Normally, all card functions are available without having to swap
  2320.   drivers.
  2321.  
  2322.   Simultaneous use of two card functions is ``tricky'' and various
  2323.   hardware vendors have implemented interrupt sharing in their own
  2324.   incompatible (and sometimes proprietary) ways.  The drivers for some
  2325.   cards (Ositech Jack of Diamonds, 3Com 3c562, Linksys) properly support
  2326.   simultaneous access, but others (Megahertz in particular) do not.
  2327.  
  2328.   Older kernels do not support interrupt sharing between different
  2329.   device drivers, so it is not possible for the PCMCIA drivers to
  2330.   configure this card for simultaneous ethernet and modem access.  The
  2331.   ethernet and serial drivers are both loaded automatically.  However,
  2332.   the ethernet driver ``owns'' the card interrupt by default.  To use
  2333.   the modem, you can unload the ethernet driver and reconfigure the
  2334.   serial port by doing something like:
  2335.  
  2336.  
  2337.  
  2338.        ifconfig eth0 down
  2339.        rmmod 3c589_cs
  2340.        setserial /dev/modem autoconfig auto_irq
  2341.        setserial /dev/modem
  2342.  
  2343.  
  2344.  
  2345.  
  2346.   The second setserial should verify that the port has been configured
  2347.   to use the interrupt previously used by the ethernet driver.
  2348.  
  2349.  
  2350.   5.  Advanced topics
  2351.  
  2352.  
  2353.  
  2354.   5.1.  Resource allocation for PCMCIA devices
  2355.  
  2356.   In theory, it should not really matter which interrupt is allocated to
  2357.   which device, as long as two devices are not configured to use the
  2358.   same interrupt.  In /etc/pcmcia/config.opts you'll find a place for
  2359.   excluding interrupts that are used by non-PCMCIA devices.
  2360.  
  2361.   Similarly, there is no way to directly specify the I/O addresses for a
  2362.   card to use.  The /etc/pcmcia/config.opts file allows you to specify
  2363.   ranges of ports available for use by any card, or to exclude ranges
  2364.   that conflict with other devices.
  2365.  
  2366.   After modifying /etc/pcmcia/config.opts, you can reinitialize cardmgr
  2367.   with ``kill -HUP''.
  2368.  
  2369.   The interrupt used to monitor card status changes is chosen by the
  2370.   low-level socket driver module (i82365 or tcic) before cardmgr parses
  2371.   /etc/pcmcia/config, so it is not affected by changes to this file.  To
  2372.   set this interrupt, use the cs_irq= option when the socket driver is
  2373.   loaded, by setting the PCIC_OPTS variable in /etc/rc.d/rc.pcmcia.
  2374.  
  2375.   All the client card drivers have a parameter called irq_list for
  2376.   specifying which interrupts they may try to allocate.  These driver
  2377.   options should be set in your /etc/pcmcia/config file.  For example:
  2378.  
  2379.  
  2380.  
  2381.        device "serial_cs"
  2382.          module "serial_cs" opts "irq_list=8,12"
  2383.          ...
  2384.  
  2385.  
  2386.  
  2387.  
  2388.   would specify that the serial driver should only use irq 8 or irq 12.
  2389.   Regardless of irq_list settings, Card Services will never allocate an
  2390.   interrupt that is already in use by another device, or an interrupt
  2391.   that is excluded in the config file.
  2392.  
  2393.  
  2394.   5.2.  How can I have separate device setups for home and work?
  2395.  
  2396.   This is fairly easy using ``scheme'' support.  Use two configuration
  2397.   schemes, called ``home'' and ``work''.  Here is an example of a
  2398.   network.opts script with scheme-specific settings:
  2399.  
  2400.  
  2401.  
  2402.        case "$ADDRESS" in
  2403.        work,*,*,*)
  2404.            # definitions for network card in work scheme
  2405.            ...
  2406.            ;;
  2407.        home,*,*,*|default,*,*,*)
  2408.            # definitions for network card in home scheme
  2409.            ...
  2410.            ;;
  2411.        esac
  2412.  
  2413.  
  2414.  
  2415.  
  2416.   The first part of a device address is always the configuration scheme.
  2417.   In this example, the second ``case'' clause will select for both the
  2418.   ``home'' and ``default'' schemes.  So, if the scheme is unset for any
  2419.   reason, it will default to the ``home'' setup.
  2420.  
  2421.   Now, to select between the two sets of settings, run either:
  2422.  
  2423.  
  2424.  
  2425.        cardctl scheme home
  2426.  
  2427.  
  2428.  
  2429.  
  2430.   or
  2431.  
  2432.  
  2433.  
  2434.        cardctl scheme work
  2435.  
  2436.  
  2437.  
  2438.  
  2439.   The cardctl command does the equivalent of shutting down all your
  2440.   cards and restarting them.  The command can be safely executed whether
  2441.   or not the PCMCIA system is loaded, but the command may fail if you
  2442.   are using other PCMCIA devices at the time (even if their
  2443.   configurations are not explicitly dependant on the scheme setting).
  2444.  
  2445.   To find out the current scheme setting, run:
  2446.  
  2447.  
  2448.  
  2449.        cardctl scheme
  2450.  
  2451.  
  2452.  
  2453.  
  2454.   By default, the scheme setting is persistent across boots.  This can
  2455.   have undesirable effects if networking is initialized for the wrong
  2456.   environment.  Optionally, you can set the initial scheme value with
  2457.   the SCHEME startup option (see ``Startup options'' for details).  It
  2458.   is also possible to set the scheme from the lilo boot prompt.  Since
  2459.   lilo passes unrecognized options to init as environment variables, a
  2460.   value for SCHEME (or any other PCMCIA startup option) at the boot
  2461.   prompt will be propagated into the PCMCIA startup script.
  2462.  
  2463.   To save even more keystrokes, schemes can be specified in lilo's
  2464.   configuration file.  For instance, you could have:
  2465.  
  2466.  
  2467.  
  2468.        root = /dev/hda1
  2469.        read-only
  2470.        image = /boot/vmlinuz
  2471.          label  = home
  2472.          append = "SCHEME=home"
  2473.        image = /boot/vmlinuz
  2474.          label  = work
  2475.          append = "SCHEME=work"
  2476.  
  2477.  
  2478.  
  2479.  
  2480.   Typing ``home'' or ``work'' at the boot prompt would then boot into
  2481.   the appropriate scheme.
  2482.  
  2483.  
  2484.   5.3.  Booting from a PCMCIA device
  2485.  
  2486.  
  2487.   Having the root filesystem on a PCMCIA device is tricky because the
  2488.   Linux PCMCIA system is not designed to be linked into the kernel.  Its
  2489.   core components, the loadable kernel modules and the user mode cardmgr
  2490.   daemon, depend on an already running system.  The kernel's ``initrd''
  2491.   facility works around this requirement by allowing Linux to boot using
  2492.   a temporary ram disk as a minimal root image, load drivers, and then
  2493.   re-mount a different root filesystem.  The temporary root can
  2494.   configure PCMCIA devices and then re-mount a PCMCIA device as root.
  2495.  
  2496.   The initrd image absolutely must reside on a bootable device: this
  2497.   generally cannot be put on a PCMCIA device.  This is a BIOS
  2498.   limitation, not a kernel limitation.  It is useful here to distinguish
  2499.   between ``boot-able'' devices (i.e., devices that can be booted), and
  2500.   ``root-able'' devices (i.e., devices that can be mounted as root).
  2501.   ``Boot-able'' devices are determined by the BIOS, and are generally
  2502.   limited to internal floppy and hard disk drives.  ``Root-able''
  2503.   devices are any block devices that the kernel supports once it has
  2504.   been loaded.  The initrd facility makes more devices ``root-able'',
  2505.   not ``boot-able''.
  2506.  
  2507.   Some Linux distributions will allow installation to a device connected
  2508.   to a PCMCIA SCSI adapter, as an unintended side-effect of their
  2509.   support for installs from PCMCIA SCSI CD-ROM devices.  However, at
  2510.   present, no Linux installation tools support configuring an
  2511.   appropriate ``initrd'' to boot Linux with a PCMCIA root filesystem.
  2512.   Setting up a system with a PCMCIA root thus requires that you use
  2513.   another Linux system to create the ``initrd'' image.  If another Linux
  2514.   system is not available, another option would be to temporarily
  2515.   install a minimal Linux setup on a non-PCMCIA drive, create an initrd
  2516.   image, and then reinstall to the PCMCIA target.
  2517.  
  2518.   The Linux Bootdisk-HOWTO has some general information about setting up
  2519.   boot disks but nothing specific to initrd.  The main initrd document
  2520.   is included with recent kernel source code distributions, in
  2521.   linux/Documentation/initrd.txt.  Before beginning, you should read
  2522.   this document.  A familiarity with lilo is also helpful.  Using initrd
  2523.   also requires that you have a kernel compiled with CONFIG_BLK_DEV_RAM
  2524.   and CONFIG_BLK_DEV_INITRD enabled.
  2525.  
  2526.   This is an advanced configuration technique, and requires a high level
  2527.   of familiarity with Linux and the PCMCIA system.  Be sure to read all
  2528.   the relevant documentation before starting.  The following cookbook
  2529.   instructions should work, but deviations from the examples will
  2530.   quickly put you in uncharted and ``unsupported'' territory, and you
  2531.   will be on your own.
  2532.  
  2533.   This method absolutely requires that you use a PCMCIA driver release
  2534.   of 2.9.5 or later.  Older PCMCIA packages or individual components
  2535.   will not work in the initrd context.  Do not mix components from
  2536.   different releases.
  2537.  
  2538.  
  2539.   5.3.1.  The pcinitrd helper script
  2540.  
  2541.   The pcinitrd script creates a basic initrd image for booting with a
  2542.   PCMCIA root partition.  The image includes a minimal directory
  2543.   heirarchy, a handful of device files, a few binaries, shared
  2544.   libraries, and a set of PCMCIA driver modules.  When invoking
  2545.   pcinitrd, you specify the driver modules that you want to be included
  2546.   in the image.  The core PCMCIA components, pcmcia_core and ds, are
  2547.   automatically included.
  2548.  
  2549.   As an example, say that your laptop uses an i82365-compatible host
  2550.   controller, and you want to boot Linux with the root filesystem on a
  2551.   hard drive attached to an Adaptec SlimSCSI adapter.  You could create
  2552.   an appropriate initrd image with:
  2553.  
  2554.  
  2555.  
  2556.        pcinitrd -v initrd pcmcia/i82365.o pcmcia/aha152x_cs.o
  2557.  
  2558.  
  2559.  
  2560.  
  2561.   To customize the initrd startup sequence, you could mount the image
  2562.   using the ``loopback'' device with a command like:
  2563.  
  2564.  
  2565.  
  2566.        mount -o loop -t ext2 initrd /mnt
  2567.  
  2568.  
  2569.  
  2570.  
  2571.   and then edit the linuxrc script.  The configuration files will be
  2572.   installed under /etc in the image, and can also be customized.  See
  2573.   the man page for pcinitrd for more information.
  2574.  
  2575.   5.3.2.  Creating an initrd boot floppy
  2576.  
  2577.  
  2578.   After creating an image with pcinitrd, you can create a boot floppy by
  2579.   copying the kernel, the compressed initrd image, and a few support
  2580.   files for lilo to a clean floppy.  In the following example, we assume
  2581.   that the desired PCMCIA root device is /dev/sda1:
  2582.  
  2583.  
  2584.  
  2585.        mke2fs /dev/fd0
  2586.        mount /dev/fd0 /mnt
  2587.        mkdir /mnt/etc /mnt/boot /mnt/dev
  2588.        cp -a /dev/fd0 /dev/sda1 /mnt/dev
  2589.        cp [kernel-image] /mnt/vmlinuz
  2590.        cp /boot/boot.b /mnt/boot/boot.b
  2591.        gzip < [initrd-image] > /mnt/initrd
  2592.  
  2593.  
  2594.  
  2595.  
  2596.   Create /mnt/etc/lilo.conf with the contents:
  2597.  
  2598.  
  2599.  
  2600.        boot=/dev/fd0
  2601.        compact
  2602.        image=/vmlinuz
  2603.            label=linux
  2604.            initrd=/initrd
  2605.            read-only
  2606.            root=/dev/sda1
  2607.  
  2608.  
  2609.  
  2610.  
  2611.   Finally, invoke lilo with:
  2612.  
  2613.  
  2614.  
  2615.        lilo -r /mnt
  2616.  
  2617.  
  2618.  
  2619.  
  2620.   When lilo is invoked with -r, it performs all actions relative to the
  2621.   specified alternate root directory.  The reason for creating the
  2622.   device files under /mnt/dev was that lilo will not be able to use the
  2623.   files in /dev when it is running in this alternate-root mode.
  2624.  
  2625.  
  2626.   5.3.3.  Installing an initrd image on a non-Linux drive
  2627.  
  2628.   One common use of the initrd facility would be on systems where the
  2629.   internal hard drive is dedicated to another operating system.  The
  2630.   Linux kernel and initrd image can be placed in a non-Linux partition,
  2631.   and lilo or LOADLIN can be set up to boot Linux from these images.
  2632.  
  2633.   Assuming that you have a kernel has been configured for the
  2634.   appropriate root device, and an initrd image created on another
  2635.   system, the easiest way to get started is to boot Linux using LOADLIN,
  2636.   as:
  2637.  
  2638.  
  2639.  
  2640.  
  2641.   LOADLIN <kernel> initrd=<initrd-image>
  2642.  
  2643.  
  2644.  
  2645.  
  2646.   Once you can boot Linux on your target machine, you could then install
  2647.   lilo to allow booting Linux directly.  For example, say that /dev/hda1
  2648.   is the non-Linux target partition and /mnt can be used as a mount
  2649.   point.  First, create a subdirectory on the target for the Linux
  2650.   files:
  2651.  
  2652.  
  2653.  
  2654.        mount /dev/hda1 /mnt
  2655.        mkdir /mnt/linux
  2656.        cp [kernel-image] /mnt/linux/vmlinuz
  2657.        cp [initrd-image] /mnt/linux/initrd
  2658.  
  2659.  
  2660.  
  2661.  
  2662.   In this example, say that /dev/sda1 is the desired Linux root
  2663.   partition, a SCSI hard drive mounted via a PCMCIA SCSI adapter.  To
  2664.   install lilo, create a lilo.conf file with the contents:
  2665.  
  2666.  
  2667.  
  2668.        boot=/dev/hda
  2669.        map=/mnt/linux/map
  2670.        compact
  2671.        image=/mnt/linux/vmlinuz
  2672.                label=linux
  2673.                root=/dev/sda1
  2674.                initrd=/mnt/linux/initrd
  2675.                read-only
  2676.        other=/dev/hda1
  2677.                table=/dev/hda
  2678.                label=windows
  2679.  
  2680.  
  2681.  
  2682.  
  2683.   The boot= line says to install the boot loader in the master boot
  2684.   record of the specified device.  The root= line identifies the desired
  2685.   root filesystem to be used after loading the initrd image, and may be
  2686.   unnecessary if the kernel image is already configured this way.  The
  2687.   other= section is used to describe the other operating system
  2688.   installed on /dev/hda1.
  2689.  
  2690.   To install lilo in this case, use:
  2691.  
  2692.  
  2693.  
  2694.        lilo -C lilo.conf
  2695.  
  2696.  
  2697.  
  2698.  
  2699.   Note that in this case, the lilo.conf file uses absolute paths that
  2700.   include /mnt.  I did this in the example because the target filesystem
  2701.   may not support the creation of Linux device files for the boot= and
  2702.   root= options.
  2703.  
  2704.  
  2705.  
  2706.  
  2707.   6.  Dealing with unsupported cards
  2708.  
  2709.  
  2710.  
  2711.   6.1.  Configuring unrecognized cards
  2712.  
  2713.  
  2714.   Assuming that your card is supported by an existing driver, all that
  2715.   needs to be done is to add an entry to /etc/pcmcia/config to tell
  2716.   cardmgr how to identify the card, and which driver(s) need to be
  2717.   linked up to this card.  Check the man page for pcmcia for more
  2718.   information about the config file format.  If you insert an unknown
  2719.   card, cardmgr will normally record some identification information in
  2720.   the system log that can be used to construct the config entry.  This
  2721.   information can also be displayed with the ``cardctl ident'' command.
  2722.  
  2723.   Here is an example of how cardmgr will report an unsupported card in
  2724.   /usr/adm/messages.
  2725.  
  2726.  
  2727.  
  2728.        cardmgr[460]: unsupported card in socket 1
  2729.        cardmgr[460]: product info: "MEGAHERTZ", "XJ2288", "V.34 PCMCIA MODEM"
  2730.        cardmgr[460]: manfid: 0x0101, 0x1234  function: 2 (serial)
  2731.  
  2732.  
  2733.  
  2734.  
  2735.   The corresponding entry in /etc/pcmcia/config would be:
  2736.  
  2737.  
  2738.  
  2739.        card "Megahertz XJ2288 V.34 Fax Modem"
  2740.          version "MEGAHERTZ", "XJ2288", "V.34 PCMCIA MODEM"
  2741.          bind "serial_cs"
  2742.  
  2743.  
  2744.  
  2745.  
  2746.   or using the more compact product ID codes:
  2747.  
  2748.  
  2749.  
  2750.        card "Megahertz XJ2288 V.34 Fax Modem"
  2751.          manfid 0x0101, 0x1234
  2752.          bind "serial_cs"
  2753.  
  2754.  
  2755.  
  2756.  
  2757.   You can use ``*'' to match strings that don't need to match exactly,
  2758.   like version numbers.  When making new config entries, be careful to
  2759.   copy the strings exactly, preserving case and blank spaces.  Also be
  2760.   sure that the config entry has the same number of strings as are
  2761.   reported in the log file.
  2762.  
  2763.   Beware that you can specify just about any driver for a card, but if
  2764.   you're just shooting in the dark, there is not much reason to expect
  2765.   this to be productive.  You may get lucky and find that your card is
  2766.   supported by an existing driver.  However, the most likely outcome is
  2767.   that the driver won't work, and may have unfortunate side effects like
  2768.   locking up your system.  Unlike most ordinary device drivers, which
  2769.   probe for an appropriate card, the probe for a PCMCIA device is done
  2770.   by cardmgr, and the driver itself may not do much validation before
  2771.   attempting to communicate with the device.
  2772.  
  2773.   After editing /etc/pcmcia/config, you can signal cardmgr to reload the
  2774.   file with:
  2775.  
  2776.  
  2777.  
  2778.        kill -HUP `cat /var/run/cardmgr.pid`
  2779.  
  2780.  
  2781.  
  2782.  
  2783.   If you do set up an entry for a new card, please send me a copy so
  2784.   that I can include it in the standard config file.
  2785.  
  2786.  
  2787.   6.2.  Adding support for an NE2000-compatible ethernet card
  2788.  
  2789.   Before you begin: this procedure will only work for simple ethernet
  2790.   cards.  Multifunction cards (i.e., ethernet/modem combo cards) have an
  2791.   extra layer of complexity regarding how the two functions are
  2792.   integrated, and generally cannot be supported without obtaining some
  2793.   configuration information from the card vendor.  Using the following
  2794.   procedure for a multifunction card will not be productive.
  2795.  
  2796.   First, see if the card is already recognized by cardmgr.  Some cards
  2797.   not listed in SUPPORTED.CARDS are actually OEM versions of cards that
  2798.   are supported.  If you find a card like this, let me know so I can add
  2799.   it to the list.
  2800.  
  2801.   If your card is not recognized, follow the instructions in the
  2802.   ``Configuring unrecognized cards'' section to create a config entry
  2803.   for your card, and bind the card to the pcnet_cs driver.  Restart
  2804.   cardmgr to use the updated config file.
  2805.  
  2806.   If the pcnet_cs driver says that it is unable to determine your card's
  2807.   hardware ethernet address, then edit your new config entry to bind the
  2808.   card to the memory card driver, memory_cs.  Restart cardmgr to use the
  2809.   new updated config file.  You will need to know your card's hardware
  2810.   ethernet address.  This address is a series of six two-digit hex
  2811.   numbers, often printed on the card itself.  If it is not printed on
  2812.   the card, you may be able to use a DOS driver to display the address.
  2813.   In any case, once you know it, run:
  2814.  
  2815.  
  2816.  
  2817.        dd if=/dev/mem0a count=20 | od -Ax -t x1
  2818.  
  2819.  
  2820.  
  2821.  
  2822.   and search the output for your address.  Only the even bytes are
  2823.   defined, so ignore the odd bytes in the dump.  Record the hex offset
  2824.   of the first byte of the address.  Now, edit clients/pcnet_cs.c and
  2825.   find the hw_info structure.  You'll need to create a new entry for
  2826.   your card.  The first field is the memory offset.  The next three
  2827.   fields are the first three bytes of the hardware address.  The final
  2828.   field contains some flags for specific card features; to start, try
  2829.   setting it to 0.
  2830.  
  2831.   After editing pcnet_cs.c, compile and install the new module.  Edit
  2832.   /etc/pcmcia/config again, and change the card binding from memory_cs
  2833.   to pcnet_cs.  Follow the instructions for reloading the config file,
  2834.   and you should be all set.  Please send me copies of your new hw_info
  2835.   and config entries.
  2836.  
  2837.   If you can't find your card's hardware address in the hex dump, as a
  2838.   method of last resort, it is possible to ``hard-wire'' the address
  2839.   when the pcnet_cs module is initialized.  Edit /etc/pcmcia/config.opts
  2840.   and add a hw_addr= option, like so:
  2841.  
  2842.  
  2843.  
  2844.        module "pcnet_cs" opts "hw_addr=0x00,0x80,0xc8,0x01,0x02,0x03"
  2845.  
  2846.  
  2847.  
  2848.  
  2849.   Substitute your own card's hardware address in the appropriate spot,
  2850.   of course.  Beware that if you've gotten this far, it is very unlikely
  2851.   that your card is genuinely NE2000 compatible.  In fact, I'm not sure
  2852.   if there are any cards that are not handled by one of the first two
  2853.   methods.
  2854.  
  2855.  
  2856.   6.3.  PCMCIA floppy interface cards
  2857.  
  2858.   The PCMCIA floppy interface used in the Compaq Aero and a few other
  2859.   laptops is not yet supported by this package.  The snag in supporting
  2860.   the Aero floppy is that the Aero seems to use a customized PCMCIA
  2861.   controller to support DMA to the floppy.  Without knowing exactly how
  2862.   this is done, there isn't any way to implement support under Linux.
  2863.  
  2864.   If the floppy adapter card is present when an Aero is booted, the Aero
  2865.   BIOS will configure the card, and Linux will identify it as a normal
  2866.   floppy drive.  When the Linux PCMCIA drivers are loaded, they will
  2867.   notice that the card is already configured and attached to a Linux
  2868.   driver, and this socket will be left alone.  So, the drive can be used
  2869.   if it is present at boot time, but the card is not hot swappable.
  2870.  
  2871.  
  2872.   6.4.  What's up with support for Xircom cards?
  2873.  
  2874.   A driver for Xircom ethernet and ethernet/modem cards is included in
  2875.   the current PCMCIA package, thanks to the work of Werner Koch.  I've
  2876.   set up a HyperNews forum specifically for discussion of Xircom driver
  2877.   development, at
  2878.   <http://hyper.stanford.edu/HyperNews/get/pcmcia/xircom.html>.
  2879.  
  2880.   For a long time, Xircom cards were not supported because Xircom had a
  2881.   company policy of not disclosing technical information about their
  2882.   cards.  However, they have relaxed their rules, and now, they do
  2883.   distribute driver information.
  2884.  
  2885.  
  2886.   7.  Debugging tips and programming information
  2887.  
  2888.   7.1.  Submitting useful bug reports
  2889.  
  2890.   The best way to submit bug reports is to use the HyperNews message
  2891.   lists on the Linux PCMCIA information site.  That way, other people
  2892.   can see current problems (and fixes or workarounds, if available).
  2893.   Here are some things that should be included in all bug reports:
  2894.  
  2895.  
  2896.   ╖  Your system type, and the output of the probe command.
  2897.  
  2898.   ╖  What PCMCIA cards you are using.
  2899.  
  2900.   ╖  Your Linux kernel version, and PCMCIA driver version.
  2901.  
  2902.   ╖  Any changes you have made to the startup files in /etc/pcmcia, or
  2903.      to the PCMCIA startup script.
  2904.  
  2905.   ╖  All PCMCIA-related messages in your system log file.
  2906.  
  2907.   All the PCMCIA modules and the cardmgr daemon send status messages to
  2908.   the system log.  This will usually be something like /var/log/messages
  2909.   or /usr/adm/messages.  This file should be the first place to look
  2910.   when tracking down a problem.  When submitting a bug report, always
  2911.   include the contents of this file.  If you are having trouble finding
  2912.   your system messages, check /etc/syslog.conf to see how different
  2913.   classes of messages are handled.
  2914.  
  2915.   Before submitting a bug report, please check to make sure that you are
  2916.   using an up-to-date copy of the driver package.  While it is somewhat
  2917.   gratifying to read bug reports for things I've already fixed, it isn't
  2918.   a particularly constructive use of my time.
  2919.  
  2920.   If you do not have web access, bug reports can be sent to me at
  2921.   dhinds@hyper.stanford.edu.  However, I prefer that bug reports be
  2922.   posted to my web site, so that they can be seen by others.
  2923.  
  2924.  
  2925.   7.2.  Interpreting kernel trap reports
  2926.  
  2927.   If your problem involves a kernel fault, the register dump from the
  2928.   fault is only useful if you can translate the fault address, EIP, to
  2929.   something meaningful.  Recent versions of klogd attempt to translate
  2930.   fault addresses based on the current kernel symbol map, but this may
  2931.   not work if the fault is in a module, or if the problem is severe
  2932.   enough that klogd cannot finish writing the fault information to the
  2933.   system log.
  2934.  
  2935.   If a fault is in the main kernel, the fault address can be looked up
  2936.   in the System.map file.  This may be installed in /System.map or
  2937.   /boot/System.map.  If a fault is in a module, the nm command gives the
  2938.   same information, however, the fault address has to be adjusted based
  2939.   on the module's load address.  Let's say that you have the following
  2940.   kernel fault:
  2941.  
  2942.  
  2943.  
  2944.        Unable to handle kernel NULL pointer dereference
  2945.        current->tss.cr3 = 014c9000, %cr3 = 014c9000
  2946.        *pde = 00000000
  2947.        Oops: 0002
  2948.        CPU:    0
  2949.        EIP:    0010:[<c2026081>]
  2950.        EFLAGS: 00010282
  2951.  
  2952.  
  2953.  
  2954.  
  2955.   The fault address is 0xc2026081.  Looking at System.map, we see that
  2956.   this is past the end of the kernel, i.e., is in a kernel module.  To
  2957.   determine which module, check the output of ``ksyms -m | sort'':
  2958.  
  2959.  
  2960.  
  2961.        Address   Symbol                            Defined by
  2962.        c200d000  (35k)                             [pcmcia_core]
  2963.        c200d10c  register_ss_entry                 [pcmcia_core]
  2964.        c200d230  unregister_ss_entry               [pcmcia_core]
  2965.                  ...
  2966.        c2026000  (9k)                              [3c574_cs]
  2967.        c202a000  (4k)                              [serial_cs]
  2968.  
  2969.  
  2970.  
  2971.   So, 0xc2026081 is in the 3c574_cs module, and is at an offset of
  2972.   0x0081 from the start of the module.  We cannot look up this offset in
  2973.   3c574_cs.o yet: when the kernel loads a module, it inserts a header at
  2974.   the module load address, so the real start of the module is offset
  2975.   from the address shown in ksyms.  The size of the header varies with
  2976.   kernel version: to find out the size for your kernel, check a module
  2977.   that exports symbols (like pcmcia_core above), and compare a symbol
  2978.   address with nm output for that symbol.  In this example,
  2979.   register_ss_entry is loaded at an offset of 0xc200d10c - 0xc200d000 =
  2980.   0x010c, while ``nm pcmcia_core.o'' shows the offset as 0x00c0, so the
  2981.   header size is 0x010c - 0x00c0 = 0x004c bytes.
  2982.  
  2983.   Back to 3c574_cs, our fault offset is 0x0081, and subtracting the
  2984.   0x004c header, the real module offset is 0x0035.  Now looking at ``nm
  2985.   3c574_cs.o | sort'', we see:
  2986.  
  2987.  
  2988.  
  2989.        0000002c d if_names
  2990.        0000002c t tc574_attach
  2991.        00000040 d mii_preamble_required
  2992.        00000041 d dev_info
  2993.  
  2994.  
  2995.  
  2996.  
  2997.   So, the fault is located in tc574_attach().
  2998.  
  2999.   In this example, the fault did not cause a total system lockup, so
  3000.   ksyms could be executed after the fault happened.  In other cases, you
  3001.   may have to infer the module load addresses indirectly.  The same
  3002.   sequence of events will normally load modules in the same order and at
  3003.   the same addresses.  If a fault happens when a certain card is
  3004.   inserted, get the ksyms output before inserting the card, or with a
  3005.   different card inserted.  You can also manually load the card's driver
  3006.   modules with insmod and run ksyms before inserting the card.
  3007.  
  3008.   For more background, see ``man insmod'', ``man ksyms'', and ``man
  3009.   klogd''.  In the kernel source tree, Documentation/oops-tracing.txt is
  3010.   also relevant.  Here are a few more kernel debugging hints:
  3011.  
  3012.  
  3013.   ╖  Depending on the fault, it may also be useful to translate
  3014.      addresses in the ``Call Trace'', using the same procedure as for
  3015.      the main fault address.
  3016.  
  3017.   ╖  To diagnose a silent lock-up, try to provoke the problem with X
  3018.      disabled, since kernel messages sent to the text console will not
  3019.      be visible under X.
  3020.  
  3021.   ╖  If you kill klogd, most kernel messages will be echoed directly on
  3022.      the text console, which may be helpful if the problem prevents
  3023.      klogd from writing to the system log.
  3024.  
  3025.   ╖  To cause all kernel messages to be sent to the console, for 2.1
  3026.      kernels, if /proc/sys/kernel/printk exists, do:
  3027.  
  3028.  
  3029.        echo 8 > /proc/sys/kernel/printk
  3030.  
  3031.  
  3032.  
  3033.  
  3034.   ╖  The key combination <RightAlt><ScrLk> prints a register dump on the
  3035.      text console.  This may work even if the system is otherwise
  3036.      completely unresponsive, and the EIP address can be interpreted as
  3037.      for a kernel fault.
  3038.  
  3039.   ╖  For 2.1 kernels configured with CONFIG_MAGIC_SYSRQ enabled, various
  3040.      emergency functions are available via special <Alt><SysRq> key
  3041.      combinations, documented in Documentation/sysrq.txt in the kernel
  3042.      source tree.
  3043.  
  3044.  
  3045.   7.3.  Low level PCMCIA debugging aids
  3046.  
  3047.   The PCMCIA modules contain a lot of conditionally-compiled debugging
  3048.   code.  Most of this code is under control of the PCMCIA_DEBUG
  3049.   preprocessor define.  If this is undefined, debugging code will not be
  3050.   compiled.  If set to 0, the code is compiled but inactive.  Larger
  3051.   numbers specify increasing levels of verbosity.  Each module built
  3052.   with PCMCIA_DEBUG defined will have an integer parameter, pc_debug,
  3053.   that controls the verbosity of its output.  This can be adjusted when
  3054.   the module is loaded, so output can be controlled on a per-module
  3055.   basis without recompiling.
  3056.  
  3057.   Your default configuration for syslogd may discard kernel debugging
  3058.   messages.  To ensure that they are recorded, edit /etc/syslog.conf to
  3059.   ensure that ``kern.debug'' messages are recorded somewhere.  See ``man
  3060.   syslog.conf'' for details.
  3061.  
  3062.   There are a few debugging tools in the debug_tools/ subdirectory of
  3063.   the PCMCIA distribution.  The dump_tcic and dump_i365 utilities
  3064.   generate complete register dumps of the PCMCIA controllers, and decode
  3065.   a lot of the register information.  They are most useful if you have
  3066.   access to a datasheet for the corresponding controller chip.  The
  3067.   dump_cis utility (dump_tuples in pre-3.0.2 distributions) lists the
  3068.   contents of a card's CIS (Card Information Structure), and decodes
  3069.   some of the important bits.  And the dump_cisreg utility displays a
  3070.   card's local configuration registers.
  3071.  
  3072.   The memory_cs memory card driver is also sometimes useful for
  3073.   debugging problems with 16-bit PC Cards.  It can be bound to any card,
  3074.   and does not interfere with other drivers.  It can be used to directly
  3075.   access any card's attribute memory or common memory.  Similarly for
  3076.   CardBus cards, the memory_cb driver can be bound to any 32-bit card,
  3077.   to give direct access to that card's address spaces.  See the man
  3078.   pages for more information.
  3079.  
  3080.  
  3081.   7.4.  /proc/bus/pccard
  3082.  
  3083.   Starting with 2.1.103 kernels, the PCMCIA package will create a tree
  3084.   of status information under /proc/bus/pccard.  The memory entry shows
  3085.   memory allocations for PC Card devices in a format similar to
  3086.   /proc/ioports.  Each socket also has its own subdirectory of status
  3087.   entries.  The info entry identifies the host controller and describes
  3088.   its capabilities.  The exca entry is a dump of the ``ExCA'' Intel
  3089.   i82365sl-compatible register set for that socket.  For CardBus
  3090.   bridges, the pci entry is a dump of the bridge's PCI configuration
  3091.   space, and the cardbus entry is a dump of the CardBus configuration
  3092.   registers.
  3093.  
  3094.  
  3095.   7.5.  Writing Card Services drivers for new cards
  3096.  
  3097.   The Linux PCMCIA Programmer's Guide is the best documentation for the
  3098.   client driver interface.  The latest version is always available from
  3099.   hyper.stanford.edu in /pub/pcmcia/doc, or on the web at
  3100.   <http://hyper.stanford.edu/HyperNews/get/pcmcia/home.html>.
  3101.  
  3102.  
  3103.   For devices that are close relatives of normal ISA devices, you will
  3104.   probably be able to use parts of existing Linux drivers.  In some
  3105.   cases, the biggest stumbling block will be modifying an existing
  3106.   driver so that it can handle adding and removing devices after boot
  3107.   time.  Of the current drivers, the memory card driver is the only
  3108.   ``self-contained'' driver that does not depend on other parts of the
  3109.   Linux kernel to do most of the dirty work.
  3110.  
  3111.   In many cases, the largest barrier to supporting a new card type is
  3112.   obtaining technical information from the manufacturer.  It may be
  3113.   difficult to figure out who to ask, or to explain exactly what
  3114.   information is needed.  However, with a few exceptions, it is very
  3115.   difficult if not impossible to implement a driver for a card without
  3116.   technical information from the manufacturer.
  3117.  
  3118.   I have written a dummy driver with lots of comments that explains a
  3119.   lot of how a driver communicates with Card Services; you will find
  3120.   this in the PCMCIA source distribution in clients/dummy_cs.c.
  3121.  
  3122.  
  3123.   7.6.  Guidelines for PCMCIA client driver authors
  3124.  
  3125.  
  3126.   I have decided that it is not really feasible for me to distribute all
  3127.   PCMCIA client drivers as part of the PCMCIA package.  Each new driver
  3128.   makes the main package incrementally harder to maintain, and including
  3129.   a driver inevitably transfers some of the maintenance work from the
  3130.   driver author to me.  Instead, I will decide on a case by case basis
  3131.   whether or not to include contributed drivers, based on user demand as
  3132.   well as maintainability.  For drivers not included in the core
  3133.   package, I suggest that driver authors adopt the following scheme for
  3134.   packaging their drivers for distribution.
  3135.  
  3136.   Driver files should be arranged in the same directory scheme used in
  3137.   the PCMCIA source distribution, so that the driver can be unpacked on
  3138.   top of a complete PCMCIA source tree.  A driver should include source
  3139.   files (in ./modules/), a man page (in ./man/), and configuration files
  3140.   (in ./etc/).  The top level directory should also include a README
  3141.   file.
  3142.  
  3143.   The top-level directory should include a makefile, set up so that
  3144.   ``make -f ... all'' and ``make -f ... install'' compile the driver and
  3145.   install all appropriate files.  If this makefile is given an extension
  3146.   of .mk, then it will automatically be invoked by the top-level
  3147.   Makefile for the all and install targets.  Here is an example of how
  3148.   such a makefile could be constructed:
  3149.  
  3150.  
  3151.  
  3152.        # Sample Makefile for contributed client driver
  3153.        FILES = sample_cs.mk README.sample_cs \
  3154.                modules/sample_cs.c modules/sample_cs.h \
  3155.                etc/sample etc/sample.opts man/sample_cs.4
  3156.        all:
  3157.                $(MAKE) -C modules MODULES=sample_cs.o
  3158.        install:
  3159.                $(MAKE) -C modules install-modules MODULES=sample_cs.o
  3160.                $(MAKE) -C etc install-clients CLIENTS=sample
  3161.                $(MAKE) -C man install-man4 MAN4=sample_cs.4
  3162.        dist:
  3163.                tar czvf sample_cs.tar.gz $(FILES)
  3164.  
  3165.  
  3166.  
  3167.  
  3168.  
  3169.   This makefile uses install targets defined in 2.9.10 and later
  3170.   versions of the PCMCIA package.  This makefile also includes a
  3171.   ``dist'' target for the convenience of the driver author.  You would
  3172.   probably want to add a version number to the final package filename
  3173.   (for example, sample_cs-1.5.tar.gz).  A complete distribution could
  3174.   look like:
  3175.  
  3176.  
  3177.  
  3178.        sample_cs.mk
  3179.        README.sample_cs
  3180.        modules/sample_cs.c
  3181.        modules/sample_cs.h
  3182.        etc/sample
  3183.        etc/sample.opts
  3184.        man/sample_cs.4
  3185.  
  3186.  
  3187.  
  3188.  
  3189.   With this arrangement, when the contributed driver is unpacked, it
  3190.   becomes essentially part of the PCMCIA source tree.  It can make use
  3191.   of the PCMCIA header files, as well as the machinery for checking the
  3192.   user's system configuration, and automatic dependency checking, just
  3193.   like a ``normal'' client driver.
  3194.  
  3195.   I will accept client drivers prepared according to this specification
  3196.   and place them in the /pub/pcmcia/contrib directory on my FTP server,
  3197.   hyper.stanford.edu.  The README in this directory will describe how to
  3198.   unpack a contributed driver.
  3199.  
  3200.   The client driver interface has not changed much over time, and has
  3201.   almost always preserved backwards compatibility.  A client driver will
  3202.   not normally need to be updated for minor revisions in the main
  3203.   package.  I will try to notify authors of contributed drivers of
  3204.   changes that require updates to their drivers.
  3205.  
  3206.  
  3207.   7.7.  Guidelines for Linux distribution maintainers
  3208.  
  3209.  
  3210.   If your distribution has system configuration tools that you would
  3211.   like to be PCMCIA-aware, please use the *.opts files in /etc/pcmcia
  3212.   for your ``hooks.''  These files will not be modified if a user
  3213.   compiles and installs a new release of the PCMCIA package.  If you
  3214.   modify the main configuration scripts, then a fresh install will
  3215.   silently overwrite your custom scripts and break the connection with
  3216.   your configuration tools.  Contact me if you are not sure how to write
  3217.   an appropriate option script.
  3218.  
  3219.   It is helpful for users (and for me) if you can document how your
  3220.   distribution deviates from the PCMCIA package as described in this
  3221.   document.  In particular, please document changes to the startup
  3222.   script and configuration scripts.  If you send me the appropriate
  3223.   information, I will include it in the ``Notes about specific Linux
  3224.   distributions''.
  3225.  
  3226.   When building PCMCIA for distribution, consider including contributed
  3227.   drivers that are not part of the main PCMCIA package.  For reasons of
  3228.   maintainability, I am trying to limit the core package size, by only
  3229.   adding new drivers if I think they are of particularly broad interest.
  3230.   Other drivers will be distributed separately, as described in the
  3231.   previous section.  The split between integral and separate drivers is
  3232.   somewhat arbitrary and partly historical, and should not imply a
  3233.   difference in quality.
  3234.  
  3235.  
  3236.  
  3237.  
  3238.  
  3239.  
  3240.  
  3241.  
  3242.  
  3243.  
  3244.  
  3245.  
  3246.  
  3247.  
  3248.  
  3249.  
  3250.  
  3251.  
  3252.  
  3253.  
  3254.  
  3255.  
  3256.  
  3257.  
  3258.  
  3259.  
  3260.  
  3261.  
  3262.  
  3263.  
  3264.  
  3265.  
  3266.  
  3267.  
  3268.  
  3269.  
  3270.  
  3271.  
  3272.  
  3273.  
  3274.  
  3275.  
  3276.  
  3277.  
  3278.  
  3279.  
  3280.  
  3281.  
  3282.  
  3283.  
  3284.  
  3285.  
  3286.  
  3287.  
  3288.  
  3289.  
  3290.  
  3291.  
  3292.  
  3293.  
  3294.  
  3295.  
  3296.  
  3297.  
  3298.  
  3299.  
  3300.  
  3301.