README v. 1.0 for radio 2.0

Copyright:
	GNU GPL

Original programs:
	xradio by Thomas Lehmann (thole@nuernberg.netsurf.de) and others,
	aumix by Harley Silver <harley@widow.aracnet.net> and others.
	All authors name can be found in source code.
About:
	This program is a simple tool for the SB-FM Radio card.
	You can use it on Linux-console, with parameters in command-line.
Compiling:
	-Login as root.
	-Create Makefile with runme_first (this script check Your 
	 /etc/isapnp.conf file, and set I/O adress in Makefile, or
	 run make -f Makefile.install setup.
	 If isapnp.conf not found, adress set to 0x284.
	-Check Makefile for correct port adress.
	-Type make.
	-Copy radio somewhere in Your PATH.
	-make sure that radio is suid root.
	-enjoy :-))
Usage:
	~$ radio		Startup with default station
	~$ radio [-]off		Power off
	~$ radio [-s] nn	Startup on station number nn. (1...10)
	~$ radio [-f] mmm	Startup on frequency mmm. (87...109)
        ~$ radio -v nn		Set volume to nn %. (0...100)
	~$ radio -h		Help
Files:
	COPYRIGHT		mixer.h		radio.n
	Makefile.install	port.h		runme.first
	README			priv.c		station.c
	card.c			priv.h		station.h
	card.h			radii		
	mixer.c			radio_main.c
Changes:
	1.0.0 -> 1.0.2: Man page included.
	1.0.2 -> 2.0.0: Source package check I/O settings in /etc/isapnp.conf
	2.0.0 -> 2.0.2: Interactive shell-script radii added. :)

Bug reports:
	Endre Zelena <ezelena@mazsola.buvi.matav.hu>

