Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - brent2009

Pages: 1 [2] 3
16
Installation issues / Re: Easy question
« on: November 02, 2012, 05:40:39 pm »
If you click on the device in the web admin (advanced > configuration > devices), there is a link to follow the log.

-Thom

Ok, I clicked follow log but it isn't generating anything new... The dates are from yesterday which I don't understand. Does it not log anything when you click Test code?

Here is some info if it helps:
 320:        SendCommand("ka","00",1)

 321:      end

 322:      log "returning true"

 323:      return true

 324:    else

 325:      # could not get volume, use a sane default and let the init function know that we could not turn the tv on

 326:      @volume = 10

 327:      return false

 328:    end

 329:     

 330:  else

 331:    return true

 332:  end

 333:end
 334:#### 548 ####################################################################
 335:def cmd_548(text, streamid, cmd=nil)
 336:@returnParamArray.clear
 337:SendKey("43")
 338:return @returnParamArray
 339:end
 340:#### 712 ####################################################################
 341:def cmd_712(cmd=nil)
 342:@returnParamArray.clear
 343:Command("xb","40")
 344:return @returnParamArray
 345:end
 346:#### 713 ####################################################################
 347:def cmd_713(cmd=nil)
 348:@returnParamArray.clear
 349:Command("xb"," 41")
 350:return @returnParamArray
 351:end
 352:#### 763 ####################################################################
 353:def cmd_763(cmd=nil)
 354:@returnParamArray.clear
 355:SendKey("5B")
 356:return @returnParamArray
 357:end
 358:#### 767 ####################################################################
 359:def cmd_767(cmd=nil)
 360:@returnParamArray.clear
 361:Command("xb","91")
 362:return @returnParamArray
 363:end
 364:#### 873 ####################################################################
 365:def cmd_873(cmd=nil)
 366:@returnParamArray.clear
 367:EmbeddedTuner("00")
 368:return @returnParamArray
 369:end
 370:#### 930 ####################################################################
 371:def cmd_930(cmd=nil)
 372:@returnParamArray.clear
 373:Command("xb","92")
 374:return @returnParamArray
 375:end
 376:#### 937 ####################################################################
 377:def cmd_937(cmd=nil)
 378:@returnParamArray.clear
 379:SendKey("AA")
 380:return @returnParamArray
 381:end
 382:#### 964 ####################################################################
 383:def cmd_964(cmd=nil)
 384:@returnParamArray.clear
 385:SendKey("00")
 386:return @returnParamArray
 387:end
 388:#### 965 ####################################################################
 389:def cmd_965(cmd=nil)
 390:@returnParamArray.clear
 391:SendKey("01")
 392:return @returnParamArray
 393:end
 394:#### 984 ####################################################################
 395:def cmd_984(cmd=nil)
 396:@returnParamArray.clear
 397:Command("xb","90")
 398:return @returnParamArray
 399:end
 400:#### 985 ####################################################################
 401:def cmd_985(cmd=nil)
 402:@returnParamArray.clear
 403:Command("xb","93")
 404:return @returnParamArray
 405:end
 406:#### 1086 ####################################################################
 407:def cmd_1086(cmd=nil)
 408:@returnParamArray.clear
 409:Command("xb","42")
 410:return @returnParamArray
 411:end
 412:#### START SETTERS ####################################################################
 413:def initialize()
 414:super
 415:@returnParamArray=Array.new
 416:end
 417:####  END  SETTERS ####################################################################
 418:end
420:01   11/01/12 17:43:46.468      Error while calling method: Cannot call class method: cmd_355
error: undefined local variable or method `conn_' for #, line: 257
backtrace:
   in: (eval): 257
   from (eval):257:in `SendCommand'
   from (eval):309:in `InitVolume'
   from (eval):215:in `cmd_355'
 <0xb4722b70>
05   11/01/12 17:54:02.692      Got a reload command from 0  <0xb5123b70>
05   11/01/12 17:54:02.969      void ClientSocket::Disconnect() on this socket: 0x8ce35f0 (m_Socket: 8) <0xb6f276d0>
Return code: 2
2   11/01/12 17:54:03   37 (spawning-device)   Device requests restart... count=1/50 dev=37
2   11/01/12 17:54:03   37 (spawning-device)   Device was disabled or removed. Stopping and marking as not running.

17
Installation issues / Re: Easy question
« on: November 02, 2012, 04:24:42 am »
Is the Com Port on PC properly specified, and is it set to /dev/ttyS0?

If so, follow the log of the Generic Serial Device for this device # when it starts up, look for any error messages.

-Thom

Yep and yep. I'm not sure where to look for this. Is it in one of the /var/log/pluto? If so I don't see anything that resembles what I'm supposed to be looking for.  Are you sure I'm not typing the string wrong in the web interface? Maybe it needs a different format from what I was using when I was using the Testserialport script. As long as that works I would think I'm just not using the correct format in the web interface.

Thanks.

18
Installation issues / Easy question
« on: November 02, 2012, 01:11:43 am »
OK this should be an easy one but I've tried several different combinations and am not able to get it to work.

Using TestSerialPort works successfully for turning on my tv with the below command.
sudo ./TestSerialPort -p /dev/ttyS0 -t "ka 01 01\r"

...response back
a 01 OK01x

The linuxmce web interface test is a different story. I click A/V properties for my TV and click the Test code button for turning on my TV and nothing ever happens no matter what I seem to put here.

The default is below which doesn't work. Can anyone please tell me exactly what to put for turning on my TV based on the succssful test above? Once I get one command right I should be able to figure the rest out. (I've also tried <$"ka 01 01\r"$> which doesn't work)
SendCommand("ka","00",1)

Thanks alot!

19
Installation issues / Re: Dianemo IOS oribitor - Linuxmce
« on: November 01, 2012, 03:09:17 am »
Wow... You guys are going to think I'm stupid or something...All along I was selecting iphone(480x320)and I should be selecting iphone4(960x640) since I have the ipod4... Cant believe I spent so much time on something so simple. Works great now.

Thanks again for all your time in helping me with this.


20
Users / LinuxMCE 10.04 Gtalk Setup
« on: October 29, 2012, 04:59:18 am »
Hi, So I was able to get gtalk working in the past in Linuxmce 810 using FreePBX but now that freepbx isn't used anymore I'm confused on how to set this back up.

I see there is an option for phone lines now and tried using the gtalk option there but it always says disconnected?

Thanks for any assistance with this.

21
Installation issues / Re: LinuxMCE 10.04
« on: October 26, 2012, 09:15:41 pm »
Awesome!! It is working... Thanks for the help. :)

22
Installation issues / Re: LinuxMCE 10.04
« on: October 26, 2012, 08:32:24 pm »
Hmm... I'll try adding my sound card first and see if that works. I'll let you know.
Thanks.

23
Installation issues / Re: Dianemo IOS oribitor - Linuxmce
« on: October 26, 2012, 05:37:28 am »
I wasn't able to get this working yet but I am going to try LinuxMCE 10 as soon as I can get it installed. If it works I'm just going to use that and move everything over to 10. I am sure it's going to be worth the move anyway ;)

24
Installation issues / Re: LinuxMCE 10.04
« on: October 26, 2012, 05:32:25 am »
I'm really anxious to try this out! LOL Let me know what you think I should do. I wasn't sure how to get past this without reverting to a backup since recovery mode wouldn't boot either. I did try rerunning the install for the heck of it but unfortunately that didn't work :( Btw this is my core I am working on and I wanted to install on my esxi box. I have 8.10 final working on my esxi box fyi.

Thanks again! Linuxmce is awesome and I can't wait to see the latest.

25
Installation issues / Re: LinuxMCE 10.04
« on: October 25, 2012, 03:04:03 pm »
Here you go:

Thanks!

26
Installation issues / LinuxMCE 10.04
« on: October 25, 2012, 04:34:04 am »
Any ideas why my Linuxmce is hanging during initial reboot here? I used the latest internet install script as of today.
Thanks.

27
Installation issues / Re: Dianemo IOS oribitor - Linuxmce
« on: October 14, 2012, 01:09:35 am »
8.10 final to be specific. thanks again

28
Installation issues / Re: Dianemo IOS oribitor - Linuxmce
« on: October 14, 2012, 12:59:28 am »
Linuxmce... Thanks.

29
Installation issues / Re: Dianemo IOS oribitor - Linuxmce
« on: October 13, 2012, 09:17:43 pm »
I just found another app RoamingOrbitor and it does the same thing. It loads my UI and I am still not able to navigate around. :(

30
Installation issues / Re: Dianemo IOS oribitor - Linuxmce
« on: October 13, 2012, 08:57:35 pm »
I still don't get what settings would be wrong as long as the app loads the orbitor and it looks correct. If i go to the orbitor via a web browser on the ipod i can touch the buttons and navigate. I am not able to navigate at all on the app. It's as if the app is just loading an "image only with no navigation"...not sure how else to describe it. I know the app is communicating as it shows my name in the bottom right and all my different scenarios...i just cannot navigate and touching those buttons doesn't change screens. I have a cisco ip touch phone with the web orbitor as well and that works fine... i can touch and navigate there.

Thanks.

Pages: 1 [2] 3