Results 1 to 6 of 6

Thread: No sound from PVR10UK

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    May 2004
    Location
    Wellington, NZ
    Posts
    477
    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
    Last edited by thomson; 19-07-2006 at 02:55 PM.

Similar Threads

  1. Thomson PVR10UK & Freeview setup
    By fairyland in forum New Zealand General Forum
    Replies: 4
    Last Post: 02-09-2010, 07:12 PM
  2. Installing on Thompson PVR10UK
    By Alan111S in forum Question and Answer Forum
    Replies: 4
    Last Post: 16-09-2009, 08:39 PM
  3. Uk Tivo pvr10uk.255 image problem
    By ominous2003 in forum Question and Answer Forum
    Replies: 4
    Last Post: 08-08-2009, 09:39 AM
  4. OzTivo Image for UK Thomson PVR10UK Tivo?
    By kasman21 in forum Question and Answer Forum
    Replies: 13
    Last Post: 11-01-2009, 11:44 PM
  5. Thomson Scenium PVR10UK set up problems
    By Chieftain in forum New Zealand General Forum
    Replies: 22
    Last Post: 06-04-2008, 11:13 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •