LinuxMCE Forums
May 20, 2013, 11:33:33 pm GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
  Home Help Search Chat Login Register  
  Show Posts
Pages: [1]
1  LinuxMCE / Users / Re: "myth tv seems to have died" on: June 19, 2007, 11:11:13 pm
Hello,

I also had problems logging in to mySQL with user mythtv.
I think I solved it with the following procedure:

Login as root:
Code:
mySQL –u root
         (Use –p if you have a password assigned)

Select the mysql database:
Code:
use mysql;

Display al users:
Code:
Select User, Host, Password form user;

Remove all mythtv users:
Code:
Drop user ‘mythtv’@’localhost’;
Drop user ‘mythtv’@’192.168.80.1’;
Etc. whatever ‘mythtv’@......  user is listed in the user table.

When all mythtv users are removed, create a new one with all rights and without a password:
Code:
Grand all privileges on *.* to ‘mythtv’@’localhost’;

Exit mySQL and try to log in as mythtv.

I wrote this procedure without referencing the exact commands. So there may be errors in the commands, but I think the general idea is clear.
If it works you can assign a password and revoke rights if security is an issue.

Succes,
Electuur.
2  LinuxMCE / Installation issues / Many services are not running on: May 28, 2007, 09:23:53 am
Hello,

I installed Beta 2.
After pressing the watch TV button I got the message: "Myth TV seems to have died."
I checked the system services and discovered that most of the system services are not running.
I suppose this is not normal.
Any idea how to solve this?

Gr. Electuur
3  LinuxMCE / Installation issues / Re: How to ad interface: Microsoft Remote Contol Receiver 1.0A Model 1040? on: May 09, 2007, 06:28:21 pm
Hello sharlee_angelo,

Thanks for you fast responses and help. I am not sure if you understand my problem.
You talk about receiver, remote and mythTV. I am talking about IR interface, and IR transmitters.

The MS package contains aside the Remote and USB Receiver/Transmitter, two IR transmitters which you can connect to the IR receiver/transmitter, which is connected to the USB interface off the Media Director. The IR transmitters can be placed on the IR receivers of your a/v equipment. By sending USB commands to the MS IR receiver/transmitter, you can control the a/v equipment. This resembles the situation with a gc100, only communication takes place by USB instead of the network.

If this isn’t possible, I want to connect a IR led to the serial port as described in the LIRC project.

From what I read in the documentation I have to add interfaces before I can add a/v equipment. Is this correct?

Gr. Electuur
4  LinuxMCE / Installation issues / Re: How to ad interface: Microsoft Remote Contol Receiver 1.0A Model 1040? on: May 08, 2007, 10:24:21 pm
Does that also add the functionality of the IR transmitters that can be connected to the MS IR receiver.
My intention is not to add an Orbiter (a remote controller) to the system,
but to add an interface to the (hybid) core to control my TV and UPC (digital) receiver.

Gr. Electuur
5  LinuxMCE / Installation issues / Re: How to ad interface: Microsoft Remote Contol Receiver 1.0A Model 1040? on: May 08, 2007, 05:24:13 pm
Does it? You don’t tell the source of your knowledge.

If I select Interfaces, ad device.
Manufacturer: “Microsoft”
Device category: “Infrared Interface < Interfaces”
and press the “Apply filter” button,
there are no templates to select from.

If I select:
Device category: “Interfaces”
and press the “Apply filter” button,
I get a list of device templates, but none that resembles the MS transmitter.

So my conclusion is that nobody is using the MS IR transmitter.

I tried to define the interface myself, but I haven’t found a description/meaning of all the fields you have to fill in to define the device. The “Help” buttons on the admin screens don’t work. Until now I haven’t found a description of the meaning of these fields. So any help would be nice.

Greetings,
         Electuur
6  LinuxMCE / Installation issues / How to ad interface: Microsoft Remote Contol Receiver 1.0A Model 1040? on: May 07, 2007, 04:11:00 pm
I have a "Microsoft Remote Control Receiver 1.0A for Media Center PC with Windows, Model 1040"
http://www.microsoft.com/products/info/product.aspx?view=22&pcid=007d2e89-5db9-4ec3-9e95-678568b87c4d&crumb=catpage&catid=c250fb0a-1613-4550-983d-ba203f357698
On the back of the receiver are two jack plugs numbered 1 and 2 to which I can connect IR leds to control AV devices.

I would like to add this device to my LinuxMCE system.
Is this already possible?
I don't know what to enter in all the fields available when adding this interface.
Any help would be appreciated.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!