Where to put Internal Card read info for Gamma Card in config file?

spectra

Inactive User
Joined
Jan 28, 2007
Messages
170
Reaction score
2
Below I have copied the Internal card reader info from my config because I have found the info to get a Gamma Card working in the internal card reader but I dont know where to put it?

This is the info you need to make it work -

CAMKEY : /dev/sci0 00 00 00 00 00 00 00 00
CAMDATA : /dev/sci0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
TRY ALL CHIDS : /dev/sci0
SMARTCARD CLOCK FREQUENCY : /dev/sci0 6000000
SERIAL READER : /dev/tts/0
B : /dev/sci0 06


BUT WHERE DO I PUT IT BELOW OR DO I REPLACE SOME OF THE INFO BELOW CAN SOMEONE HELP WITH THIS PLEASE IT'S FOR DREAMBOX 8000


#OSD PORT : 80

# Serial reader config. Add as many as you have attached too your system
# replaces old name 'PHOENIX READER PATH', but still works.
# default is none
# optionally add readertype : phoenix,mouse,uniprog,sc8in1
# (when non readertype given defaults to uniprog (e.g. for mastera))
#
# SERIAL READER : <device> <type>
#
# example
#
#SERIAL READER : /dev/tts/0

# Serial reader smartcard write delay.
# Setting to finetune smartcard write speed, optimal setting depends on speed of system, and
# speed of card. Default value is calculated, but can overrule by setting.
# Use number of microseconds delay between bytes, 0 = no delay, -1 = calculated default
# Note: huge difference between values 0 and 1, because of schedular overhead
#
# SMARTCARD WRITE DELAY : <device> <delay>
#
# example, 10ms write delay on smartcard in reader attached to /dev/ttyUSB0
#
#SMARTCARD WRITE DELAY: /dev/ttyUSB0 10000
#
# NOTE on sc8in1; because 8 smartcards are used on the same devicename, use
# devicename_0 .. devicename_7 for settings which require devicename to make
# settings per smartcard. example /dev/ttyS0_0, /dev/ttyS0_1 ..
# example, 8ms write delay between bytes to smartcard on last sc8in1 channel, attached to /dev/tts/0
#
#SMARTCARD WRITE DELAY: /dev/tts/0_7 8000

# if timing should be shown in OSD and debug output
# default is no (turned off)
#
#SHOW TIMING : yes
 
just delete all that an replace it, leave the show timming though.

eg

CAMKEY : /dev/sci0 00 00 00 00 00 00 00 00
CAMDATA : /dev/sci0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
TRY ALL CHIDS : /dev/sci0
SMARTCARD CLOCK FREQUENCY : /dev/sci0 6000000
SERIAL READER : /dev/tts/0
B : /dev/sci0 06

SHOW TIMING : yes

I usually keep my f/c lines at top then card reader info then show timing, port etc. But it doesnt matter really.

Si
 
Back
Top