The following is an script that should also work. It still requires the iicsetnosub binary. If passed a channel argument it will set the output channel, otherwise it will use the existing RFOutput value.
Code:#!/tvbin/tivosh if {$argc == 0} { puts "Usage: set_RFOutputChannel <channel>" exit } set ch [lindex $argv 0] set rfo 0x8a480004 set rfo [expr $rfo|((303+($ch*8))<<4)] set rfo [format "%#x" $rfo] exec iicsetnosub 0xca $rfo




							
						
				
				
				
					
  Reply With Quote
Bookmarks