paraseat.c lowest level (device driver) paraseat.pl highest level script readcard.c userspace program (can run as non root) called by readcard.pl load.sh loads driver and mknod (same as before for ibus driver) unload.sh unloads driver and mknod (same as before for ibus driver) sites to see: http://people.redhat.com/twaugh/parport/ http://www.lavalink.com/LIBRARY/Products/Lavaports/LPFAQS/otheros.txt lava parallel port driver patches: http://linux-patches.rock-projects.com/v2.4-c/tmw-2.3.html http://linux-patches.rock-projects.com/v2.2-c/tmw.html retract.pl, unretract.pl: spikes (D7=pin9 at 378) buzzeron.pl, buzzeroff.pl: buzzer (D6=pin8 at 378) inport378, outport378: read and write parallel port inport379: reads status lines, e.g. for data line of card reader outport37A: sets status registeres, e.g. 0x10 to enable irq, etc.. paraseat_D0.c old version that uses D0 of addr. 378 instead of bit4 of 379 readcard_inf_loop.pl reads card in inf loop readcard_no_parsing.pl reads card without trying to figure if amex, visa, etc.. readcard_once.pl readcard_with_inverter.c for use with inverting input to data (isa card vers.) readcard_with_parity_check.c reset_port.sh isaseat: directory for the old ISA version pptest: directory for various parallel port test programs www.beyondlogic.org: local mirror of useful site on parallel port info, etc. xsetroot -solid black wmsetbg pork.jpg archimedes:/usr/X11R6/lib/X11/fonts/misc# cursor.pcf.gz cursor.pcf.gz.orig deccurs.pcf.gz olcursor.pcf.gz ... try: xfd -fn cursor but will cache old one ... to generate or edit, need source file which is bdf e.g. cursor.bdf then run bdftopcf /home/mann/seatsale/xawtv-3.30/src/streamer -opork -n1 -i1 -fjpeg -s640x480 pork.jpg doesn't work, e.g. "." in command line arg seems to create a problem make install, then: streamer -opork -n1 -i1 -fjpeg -s640x480 for webcam, need /home/mann/.webcamrc there should also be the following in startup (e.g. run level 2): modprobe snd-card-0 modprobe snd-mixer-oss modprobe snd-pcm-oss modprobe snd-seq-oss modprobe bttv insmod paraseat.o