This is a binary release of LSEASON7 V0.4, a linux device driver
for the SEASON7 videocrypt interface.

Now some disclaimers:
I will not take any responsibility for any damage the programs 
lseason.o and lscontrol could do to your hardware. Use it at your own risk!
The programs and the file 'skycode' do not contain any copyrighted material.
The decoder part has been reverse engineered from the public domain
program season9.exe.
The program may be freely used for educational purposes, except where 
subscriptions for the decoded programs are available.

The device driver is implemented as a loadable module: lseason.o
To use it, create the character device /dev/lseason with major
device number 30 and the minor device number corresponding to the
serial port you use.
The DOS com-port com1 would correspond to 0, com2 to 1 ...

For com2 use:       mknod /dev/lseason c 30 1

Install lseason.o:  insmod lseason.o

Start s79:          s79

The module is compiled for the Linux kernel 1.86. Try the new insmod
(part of modules-1.1.85) with option -f to install it on other kernels.
You can also change the major device number with: insmod lseason.o major=31

If everything goes well (you probably have to remove and reinsert your 
interface card), you should get a display of the total number of
interrupts (reads, writes and decoder resets), the resets issued by the
decoder, the total number of bytes read by the driver and the current
send_delay (increase and decrease it with '+' and '-').
The display of on screen messages can be toggled with 'm'.
'1' and '2' toggle between 1/10th and 1 second update intervals.
'd' toggles debugging messages, 'n' the display of nanoinstructions.

You will notice that the program does not decode all the time.
This is because the file 'skycode' does not include the copyrighted
codepage of the original sky card but only the first 256 bytes (of the 
first page?).
Just change the last 4096 bytes to the right values and it will work!

I tested the program with a 486DX/33 and a 486DX2/66 and it worked
without problems.
You can compile, use X11, play DOOM etc.  without noticing lseason
or missing one second of SKY.

Please post your experiences with lseason to alt.satellite.tv.europe.

01/29/95
