aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/NimManager.py
AgeCommit message (Collapse)Author
2007-07-12for motor 200ms to powerup before send diseqc command should be enough toAndreas Monzner
2007-07-12750ms wait time after enable voltage is to much..Andreas Monzner
DiSEqC Spec says 100ms is enough.. so we use 200ms here
2007-07-07add possibility to set rotor turning speed to fast/slow or set a time epochAndreas Monzner
for turning fast add some missing and new translations
2007-07-07dont send a diseqc switch command when simple rotor mode is usedAndreas Monzner
2007-07-02set voltage before send diseqc command (like DiSEqC spec)Andreas Monzner
2007-06-08hopefully fix "secondary cable from motorized tuner" settingAndreas Monzner
some code cleanups now link tuners in all directions should be possible
2007-06-06some fixes for empty tuner slots (use slotid instead of dvb api frontendAndreas Monzner
device id) replace some hacks with some better hacks ;)
2007-06-01fix symbolrate limits.. change parameter --scan_stepsize and --scan_bands toAndreas Monzner
--scan-stepsize and --scan-bands
2007-05-31much faster DVB-C service searching... this needs a external (non GPL) tool ↵Andreas Monzner
to find used transponders... not in OE yet.. but downloadable at http://sources.dreamboxupdate.com/download/7025/tda1002x please copy it to /usr/bin
2007-05-18set configMode = nothing for empty slotsFelix Domke
2007-05-18missing commitFelix Domke
2007-04-28much longer delay after enable voltage before send diseqc commands... someAndreas Monzner
kind of diseqc switch need a long time to coming up
2007-02-21ignore unknown nim types in /proc/bus/nim_socketsStefan Pluecken
2007-02-15increase limitsAndreas Monzner
2007-02-15add (Expert) Satellite Equipment Setup for change someAndreas Monzner
delays/timeouts/retries
2007-02-14one motor command retrie should be enough (in normal case no retrie isAndreas Monzner
needed)
2007-02-14make retransmit rotor diseqc command retries changableAndreas Monzner
2007-02-14small changeAndreas Monzner
2007-02-14make some diseqc / continuous tone / toneburst / rotor values (delays,Andreas Monzner
timeouts) configurable via /etc/enigma2 for name of the config entries look at lib/python/Components/NimManager.py in InitSecParams function TODO: build a simple Plugin to change this values via gui (with a description for each value) Hopefully now we can get rid of the "Tune failed" or other messages with some diseqc switches
2006-12-04comment out not yet implemented 12V Switch optionAndreas Monzner
2006-11-27default to 'complete' scan on DVB-C until problems with invalid NITs are ↵Felix Domke
fixed - better slow than not working
2006-11-25fix toneburstFelix Domke
2006-10-13fix linked tuners option in tuner config,Andreas Monzner
fix tuner equal to X option in tuner config
2006-10-13fix more ConfigSatlist defaultsAndreas Monzner
2006-10-11fix dvb-t scan, configFelix Domke
2006-10-10some German translations (especially for the parental control)Stefan Pluecken
improve automatic cable scan
2006-10-09fix getSatListForNim(x) for advanced rotor configurationAndreas Monzner
'/home/ghost/hdb/7025_rootfs/enigma2-1.0-r0/enigma2/lib/python/Components'
2006-10-08change ConfigDummy to ConfigNothingStefan Pluecken
2006-10-07fix satconfigAndreas Monzner
2006-10-02config rewrite. some extensions still need to be updated.Felix Domke
2006-07-21add default values for not defined values inAndreas Monzner
terrestrial.xml/cables.xml/satellites.xml fix reading auto code rate from terrestrial.xml ( 6 for auto is wrong .. so all > 5 is forced to AUTO)
2006-07-20fix getting satellite list for tuner B when "equal to tuner A" is selectedAndreas Monzner
2006-06-29fix diseqc repeatsAndreas Monzner
2006-06-28move dvb-t 5V antenna switching to better placeAndreas Monzner
rename Service Searchin -> Satconfig to -> Nimconfig
2006-06-26small fixAndreas Monzner
2006-06-26add 5V handling for active DVB-T antennas (needs new drivers)Andreas Monzner
2006-05-24add support for 8PSKAndreas Monzner
2006-05-24extend latitude/longitude range to 359.99 degreesAndreas Monzner
(needed to use gotoxx(usals) on the southern hemisphere)
2006-05-24some fixes for dvb-s2Andreas Monzner
2006-05-13properly encode satnames given in satellites.xmlFelix Domke
2006-05-05change default lof threshold for universal lnbs to 11700Andreas Monzner
2006-04-11some logic to detect useable nims for rotor pluginAndreas Monzner
2006-04-07finished the rotor config plugin (untested and lacking some features)Stefan Pluecken
2006-04-07don't fake all tuners to DVB-TStefan Pluecken
2006-04-07some work on DVB-TStefan Pluecken
2006-04-07fix self.terrestrialsListStefan Pluecken
2006-04-07fix region list for dvb-tFelix Domke
2006-03-13dont ask for scanning second nim in automatic scan, when it is not meaningfulAndreas Monzner
2006-02-27- add positioner plugin (just basic gui atm)Stefan Pluecken
- some changes to ConfigSlider (is now called "configSlider" and has a step width and max value now) - add BER/SNR/AGC display to the manual single transponder scan (just gui, no functionality yet)
2006-02-25- new automatic scan - scans everything the NIM can handleStefan Pluecken
- ServiceScan is now able to do a multipass scan - added the manual scan to the startwizard - wizards have a new "nextstep" attribute for the <step>-tag now