=================================================================== ARtem GmbH Okt 2000 Linux Driver support =================================================================== This document describes how to install the ARtem Onair Comcard on a Linux system and answers some frequently asked questions. This readme suggests that you are familar with installing and configuring a Network on a Linux system. Please read the Linux PCMCIA-HOWTO by David Hinds. This document is probably provided on a CD-ROM of your Linux distribution. You can download the latest version from: http://pcmcia.sourceforge.org. - This installation guide is based on the Suse Distribution 7.0. - Loading the driver The Artem Onair Comcard can be installed on a linux system by using the wavelan2_cs driver. Loading of the driver is controlled by the PCMCIA card service. The first step is to add a bindung between the Comcard and the wavelan2_cs driver. Please add the folowing lines to "/etc/pcmcia/wavelan2_cs.conf": ------------------------------------------------------------------ card "ARtem Onair" version "ARtem", "Onair" bind "wavelan2_cs" ------------------------------------------------------------------ - Configuring the driver For configuring the driver you should enable the following lines in the file "/etc/pcmcia/config.opts" for example: ------------------------------------------------------------------ # Get Access to the ARtem compoint (Networkname "ARtem") module "wavelan2_cs" opts "network_name = ARtem" or # use the Ad-hoc mode module "wavelan2_cs" opts "port_type=3 channnel=0" ------------------------------------------------------------------ Additional information about configuring the driver is availible by typing "man wavelan2_cs". - Restarting the PCMCIA card service After modification of these files you can restart the PCMCIA card service by typing the folowing command: /etc/pcmcia/network restart eth0 (Suse) When the driver is loaded sucessfully two high beeps indicate that the comcard card was identified and configured successfully. For other beep indication please read the "PCMCIA-HOWTO". - LED Error indication. An indication for a properly working Comcard is the LED state of the comcard. Power LED Trans. LED Description Driver inst. -------------------------------------------------------------- on blinking power on, Tx data ok on off power on, no Tx data ok flicker flicker power saving ok 10s blink 10s blink no connection to AP ok off off no power, no transmit failed For further information, please refer to the 'Getting Started Guide' that came with your product to get more information. - Finding Information On the ARtem Web Site you can find the most recent device drivers, bridge firmware, software updates and user documentation. World Wide Web: http://www.artem.de/service - Contact Technical Support If you encounter problems when installing or using this product, or would like information about our other ARtem products, please contact us . * E-Mail (Hotline): techsupp@Artem.de * E-Mail (Service): info@Artem.de * Phone (Service): +49-731-1516-311 * Phone (Hotline): +49-731-1516-211 =================================================================== END OF FILE