Linux Users Group Meeting, November 9, 1999

This page is the HTML version of a MagicPoint presentation given on November 9, 1999. The topic of the presentation was sundry information related to running Linux on laptops.

Here is the original MagicPoint file.




Some stuff I think is Neat


Wireless Networking

Suspending Linux Laptops

XFCE - Alternative desktop/window manager

Magicpoint - Alternative to Powerpoint


(page 1)


Wireless networking


Wireless LAN resources for Linux

LAN distances

Requirements

Options


(page 2)


Webgear Aviator 2.4

lug_19091999-aviator.jpg

OEM Raytheon Raylink cards
2 Mbits/sec
"600 foot" range

Linux driver:

IEEE 802.11


(page 3)


Driver Installation - 1 (Laptop)


Install kernel source and pcmcia card services

Get ray_cs-1.67.tgz

make config
Linux source directory [/usr/src/linux]:
Alternate target install directory [/]:
Module install directory [/lib/modules/2.2.5-22]:
Build 'trusting' versions of card utilities (y/n) [y]:
Include 32-bit (CardBus) card support (y/n) [y]:
How would you like to set kernel-specific options?
1 - Read from the currently running kernel
2 - Read from the Linux source tree
3 - Set each option by hand (experts only!)
Enter option (1-3) [1]:
Top-level directory for RC scripts [/etc/rc.d]:

make all
make install


(page 4)


Driver Installation - 2 (Laptop)


Edit /etc/pcmcia/ray_cs.opts

Add to end of /etc/pcmcia/config.opts


Edit /etc/pcmcia/network.opts


/etc/rc.d/init.d/pcmcia stop
/etc/rc.d/init.d/pcmcia start

If you regularly alternate between using a wireless network card and an ethernet network card, you can use network.opts to automatically set the appropriate network parameters for each card. This example network.opts file examines which kernel module has been loaded for networking and sets different network parameters based on them. Not the use of the start_fn sections of network.opts. Arbitrary shell commands be put in here which will be executed when the network interface is brought up.

Another piece of information that network.opts is the slot number into which the card was inserted. If a laptop has to be used on two different networks, the network card could be inserted into a different slot for each network. Then network.opts could be configured to set different network parameters for each slot.
(page 5)



Driver Installation - 3 (Base Station)


Install ISA-PCMCIA Adapter

Install ray_cs driver

Test point to point wireless

Setup IP-Masquerading
echo 1 > /proc/sys/net/ipv4/ip_forward

/sbin/modprobe ip_masq_ftp
/sbin/modprobe ip_masq_raudio
/sbin/ipfwadm-wrapper -F -v -p deny
/sbin/ipfwadm-wrapper -F -v -a m -S 192.168.2.0/24 -D 0.0.0.0/0

(Remove "-wrapper" for linux without ipchains)

(page 6)


Laptop suspending notes


Configure Power Managementlug_19091999-apm.jpg

Suspend with "apm --suspend"
Old laptops may need "mem=nopentium"


(page 7)


XFCE - Cholesterol Free Desktop Environment


Advantages

Features

Websites

(page 8)


Magic Point


Features

Alternatives

Perfect for Old Fashioned Linuxers

(page 9)