View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 17 posts ] 
Go to page Previous  1, 2

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: Re: ok
PostPosted: Sat Aug 27, 2005 11:55 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
alexvd wrote:
TJC,

Thanks for the reply. Woahh, I know I have said this before but I am just a mere mortal who is probably quite stupid by your standards and has no business trying to do this with no knowledge of linux.

That being said "say whaaaattttt'.

Could Dave or yourself elaborate on what you said? Go slowly and step by step.

First, there is no need to repost the body of the script every time, and it makes reading this thread very painful.

Second here is the post I was talking about: http://mysettopbox.tv/phpBB2/viewtopic.php?t=5530

Essentially you want to do something like the dos2unix function provided there. Here's a version of the central pipeline from that function to clean ALL control characters and the like (PUT YOUR OWN FILE NAMES IN FOR ORIGINALSCRIPT and CLEANSCRIPT!):
Code:
tr -d '\000-\010\013-\037\177-\377' <ORIGINALSCRIPT | awk '{print $0}' >CLEANSCRIPT
Then run this to see if any changes occurred:
Code:
diff ORIGINALSCRIPT CLEANSCRIPT

This will effectively purge the script of any stray "control characters" or the like. Doing "man tr" will tell you more than you ever wanted to know about the tr command.

BTW - I don't claim that this will solve your larger problem, only that it will eliminate certain potential issues caused by cut and paste via a MS-Windows system.


Top
 Profile  
 
 Post subject: solved
PostPosted: Thu Sep 15, 2005 7:57 am 
Offline
Joined: Wed Jun 01, 2005 3:59 pm
Posts: 199
Just wanted to say that I solved this temporarily. I used to RCA directv boxes with cables and the original sony.pl script. It works fine.

It is strange because the script for the Sony BAT55 was written for that box by a guy who has the sony box. So it must be some issue with my motherboard or configuration.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ] 
Go to page Previous  1, 2



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 21 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu