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 - bigdboing

Pages: [1]
1
Users / Re: USBUirt ??'s
« on: July 27, 2008, 07:54:39 am »
Dave,

When you talk about double actions for every button press, are you talking about the uirt transmitting your 1 button press to external a/v equipment multiple times, or 1 button press moving the linuxmce menu cursor multiple times?

I'm having trouble with the latter.  1 press of the right button will move the cursor anywhere from 1 to 5 times.  I can't seem to find any delay between keypress settings.

Josh

2
I bought a ECS A780GM-A and I had the same issue.  Our North and Southbridges are the same and I think they are the issue.
Try this:

Boot the install DVD.  Once it's at the install menu, highlight Install LinuxMCE and press F6.  You should have a line showing with the boot options that you can edit.  Move to the beginning of this line and add "generic.all_generic_ide=1".  Press enter.  Hopefully if you're having the same problem I did it will boot now and install.

Now if that did work for you:

Once the system reboots, press ESC at the grub screen.
Highlight the top entry and press E.
Highlight the Kernel entry and press E.
Add "generic.all_generic_ide=1" to the end of that line and press ENTER.
Press B.

If the system boots properly:
edit /boot/grub/menu.lst to make this process automatic.

Code: [Select]
title           Ubuntu 7.10, kernel 2.6.22-14-generic
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.22-14-generic root=/dev/sda1 ro quiet generic.all_generic_ide=1
initrd          /boot/initrd.img-2.6.22-14-generic
quiet

This is from memory so the key presses may not be exact, and I don't fully know what this does or the repercussions.
Interesting side note: My Pata HD is seen as /dev/sda but from what I've read, this is intentional.

3
Installation issues / Re: HDHomeRun as IR reciever? (SOLVED)
« on: January 25, 2008, 03:59:19 am »
I think I'll wait to make a wiki page and see if this is fixed soon(made a report in mantis).  Most of these steps would be unnessesary if a few minor things were changed in the udp template and a couple lines of code in LIRC_DCE.cpp.  I wish I could help with the code changes but I can't seem to figure out how to compile just LIRC_DCE from the source to test it.

Yes 1 limitation of this is you have to the HDhomerun box near the MD display you want to control, but I'm trying to make the things I currently have work before I add new things.  I'm using a nice remote from a DirectTv reciever that I made a config file for and adjusted the mappings for.  The only reason I'm using that remote is it has a nice look and feel to it.  Otherwise I think any IR remote will work.

As for the guide info...the short answer is I'm not getting it.  I tried out SchedulesDirect for the trial period and that worked well.  But I have quite a few issues to sort out(ie video tearing and mythtv pegging my cpu) before I can really use this system and justify paying the 20 bucks a year.


4
Installation issues / Re: HDHomeRun as IR reciever?
« on: January 24, 2008, 05:10:53 am »
Ok, here are some instructions for anyone who wants to use the ir receiver function of the hdhomerun with linuxmce.  I’ll report this in mantis because I think it’s a bug that udp won’t start without these minor adjustments.

First run the following from a command prompt

/usr/pluto/bin/hdhomerun_config hdhomerun_MAC_address set /ir/target "ip_address_of_the_target_MD:5000 no_clear"

That sets where the hdhomerun will send the received signals to.  This should only have to be redone after reseting the hdhomerun or after a power failure.
On that note, can anyone tell me where I could add that command so it is run everytime the router is quick reloaded?

Then open the web admin

Goto Device>Configuration>Device Templates
Enter 1690 into the bottom box and press go
This should be the udp device template
Press Pick device template

In Device data section of the udp template:
Use the dropdown box next to Add a new parameter. Select serial port and press add.
Check the settings for #1 Device(string) & #62 Serial Port(string)
Make sure Allowed to modify is CHECKED
Set the Default Value for #1 Device(string) to “udp –d 5000 #” without the quotes
Set the Default Value for #62 Serial Port(string) to 1
Click save on the bottom

Now goto Wizard>Devices>Media Directors
Find the MD you want to control and select udp for the Infrared Receiver
Press the update button

Now quick reload the router and udp should start with no errors.

From here just add your remote config file with proper linuxmce mappings and you should be all set.

What this does is trick LIRC_DCE into thinking it has a valid serial port.  It seems to need a serial port set to 1 or 2 if no /dev/lirc or /dev/lirc/0 exist, and this is the case if using the udp driver with lirc. The real parameters passed to lircd are in the #1 Device(string).  Since the # is there, the serial port value will be ignored by lircd.  Basically LIRC_DCE will run “lircd –H udp –d 5000 # -d 1”

I’m writing this from memory, if I missed something let me know.  I am now happily using a remote to control my MD instead of my bulky wireless keyboard, and I figured there seems to be a lot of HDhomeruns out there, might as well use this as an extra IR receiver.

5
Installation issues / Re: Other ways to change UI1 to UI2?
« on: January 14, 2008, 07:34:52 pm »
Are there any other ways to make this change?  Perhaps a value in the database somewhere or on the Admin website.  I browsed through both and didn't see anything that stands out.

The reason I ask is that I'm running 0710 beta at 1080i.  If I understand correctly this res. is not supported anymore, but It's the only resolution above 480 that my rear projection tv will accept.  So if I rerun the AVwizard, I have to set it up at 480p, then make changes to the xorg.conf file, and to the database then reboot.

Thanks

6
Installation issues / HDHomeRun as IR reciever? (SOLVED)
« on: November 18, 2007, 09:38:58 am »
Has anyone tried using the HDHomeRuns IR capabilities with LinuxMCE?

I've added the reciever in the admin site with driver set to UDP.
UDP always fails to start and dies.  If I try to run LIRC_DCE I get

"No SerialPort selected and no default entry found. Exiting."

If i run "lircd -H udp -d 5000" lirc loads and works properly using my config file, and I can
see keypresses with irw.  LinuxMCE doesn't respond at all though.

Any help would be greatly appreciated.

Pages: [1]