RE: [mythtv-users] Red Eye Serial problems with USB to Serialconverter

2005-09-12 Thread Kieron Wilkinson

Kieron Wilkinson wrote:
> After plaugging in the RedEye and changing the device to
> /dev/ttyUSB0 I can change channels on my Telewest box. ONCE. It
> only works once, and I have no idea why. If I remove the USB
> adaptor and plug it back again, I can change channel one more
> time.

> Subsequent attempts to change channel still show the RedEye power
> being applied as normal (from the red power light) but the light
> does not pulse for the channels being sent like it normally does.
> It just stays with power light for roughtly the same amount of
> time, and then finishes. There are no errors emmitted by the
> program.

Well I found out what the problem was just in case anybody has the same
problem. Apparently there is a bug in the HX version of the PL2303 USB
to serial hardware so I had to update my kernel to incorporate a
work-around patch that went in 2.6.13. Details here:

http://www.mail-archive.com/linux-usb-devel@lists.sourceforge.net/msg371
49.html

It works fine now!

Kieron

Pareto Investment Management Limited is a Mellon Financial Company. Pareto 
Investment Management Limited is authorised and regulated by the Financial 
Services Authority (Firm Ref. No. 416024), and registered in England and Wales 
with Number 03169281. Registered Office: Mellon Financial Centre, 160 Queen 
Victoria Street, London EC4V 4LA, United Kingdom. Pareto is the registered 
trademark of Pareto Investment Management Limited. This message may contain 
confidential and privileged information and is intended solely for the use of 
the named addressee. Access, copying or re-use of the e-mail or any information 
contained therein by any other person is not authorised. If you are not the 
intended recipient please notify us immediately by returning the e-mail to the 
originator and then immediately delete this message.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Red Eye Serial problems with USB to Serial converter

2005-09-07 Thread Kieron Wilkinson

Nathan Hesson wrote:

http://forums.fedoraforum.org/showthread.php?t=25219

I do Crestron programming and use serial ports everyday.  I found that 
in windows M$ doesn't handle the voltage on the port right and it screws 
alot of stuff up.  I suspect linux doesn't have this problem though.


Thanks for that.

But of course I left out what kernel I was running, sorry! It is SUSE 
9.3 latest 2.6.11.4-20a kernel, which I guess already has the above 
fixes in. I'll try with the very latest kernel anyway, just in case 
something has been fixed...


This evening I tried to rmmod the pl2303 and the usbserial kernel 
modules and re-add them, but it didn't make any difference.


So, anyone know what's going on?

Failing that, does anyone know how I can simulate a physical removal of 
the USB device and a re-insert programmatically? That will at least mean 
I can record some TV! ;) I searched around the Internet, couldn't find 
any commands that could do it...


Thanks for any help!

Kieron
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RE: [mythtv-users] Red Eye Serial problems with USB to Serial converter

2005-09-07 Thread Kieron Wilkinson

Sorry, that should have been a "PL-2303" device. 

Kieron

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kieron Wilkinson
Sent: 07 September 2005 09:19
To: mythtv-users@mythtv.org
Subject: [mythtv-users] Red Eye Serial problems with USB to Serial
converter


Hi,

I've been using a Red Eye Serial (www.redremote.co.uk) for a while now
with the Linux program on the download page to work with my Telewest
cable box, and it works very well! However, I have just bought a new
system without any serial ports and so bought a Manhattan USB to Serial
converter (a PL2003 device that I am using with SuSE 9.3 - it did say
something about "DEVPATH is not set" in the /var/log/messages file when
I plugged it in).

After plaugging in the RedEye and changing the device to /dev/ttyUSB0 I
can change channels on my Telewest box. ONCE. It only works once, and I
have no idea why. If I remove the USB adaptor and plug it back again, I
can change channel one more time.

Subsequent attempts to change channel still show the RedEye power being
applied as normal (from the red power light) but the light does not
pulse for the channels being sent like it normally does. It just stays
with power light for roughtly the same amount of time, and then
finishes. There are no errors emmitted by the program.

Has anybody had similar trouble, and perhaps knows how to fix this?

I was wondering if the program was not releasing the serial port
properly or something, though the source code looks to be doing so (bear
in mind that I do not know C). I guess I should be able to build a
script that "unplugs" the device via hotplug and reattaches it so the
channel changes work, but this is not really an ideal solution. ;)

Any help appreciated!

Kieron Wilkinson

Pareto Investment Management Limited is a Mellon Financial Company. Pareto 
Investment Management Limited is authorised and regulated by the Financial 
Services Authority (Firm Ref. No. 416024), and registered in England and Wales 
with Number 03169281. Registered Office: Mellon Financial Centre, 160 Queen 
Victoria Street, London EC4V 4LA, United Kingdom. Pareto is the registered 
trademark of Pareto Investment Management Limited. This message may contain 
confidential and privileged information and is intended solely for the use of 
the named addressee. Access, copying or re-use of the e-mail or any information 
contained therein by any other person is not authorised. If you are not the 
intended recipient please notify us immediately by returning the e-mail to the 
originator and then immediately delete this message.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Red Eye Serial problems with USD to Serial converter

2005-09-07 Thread Kieron Wilkinson

Hi,

I've been using a Red Eye Serial (www.redremote.co.uk) for a while now
with the Linux program on the download page to work with my Telewest
cable box, and it works very well! However, I have just bought a new
system without any serial ports and so bought a Manhattan USB to Serial
converter (a PL2003 device that I am using with SuSE 9.3 - it did say
something about "DEVPATH is not set" in the /var/log/messages file when
I plugged it in).

After plaugging in the RedEye and changing the device to /dev/ttyUSB0 I
can change channels on my Telewest box. ONCE. It only works once, and I
have no idea why. If I remove the USB adaptor and plug it back again, I
can change channel one more time.

Subsequent attempts to change channel still show the RedEye power being
applied as normal (from the red power light) but the light does not
pulse for the channels being sent like it normally does. It just stays
with power light for roughtly the same amount of time, and then
finishes. There are no errors emmitted by the program.

Has anybody had similar trouble, and perhaps knows how to fix this?

I was wondering if the program was not releasing the serial port
properly or something, though the source code looks to be doing so (bear
in mind that I do not know C). I guess I should be able to build a
script that "unplugs" the device via hotplug and reattaches it so the
channel changes work, but this is not really an ideal solution. ;)

Any help appreciated!

Kieron Wilkinson

Pareto Investment Management Limited is a Mellon Financial Company. Pareto 
Investment Management Limited is authorised and regulated by the Financial 
Services Authority (Firm Ref. No. 416024), and registered in England and Wales 
with Number 03169281. Registered Office: Mellon Financial Centre, 160 Queen 
Victoria Street, London EC4V 4LA, United Kingdom. Pareto is the registered 
trademark of Pareto Investment Management Limited. This message may contain 
confidential and privileged information and is intended solely for the use of 
the named addressee. Access, copying or re-use of the e-mail or any information 
contained therein by any other person is not authorised. If you are not the 
intended recipient please notify us immediately by returning the e-mail to the 
originator and then immediately delete this message.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] XvMC jitters with 0.17

2005-02-21 Thread Kieron Wilkinson
Bob Apodaca wrote:
I had XvMC working great under 0.16 and I upgraded to 0.17 yesterday. 
The problem I am seeing now is that interlaced shows look awful because 
you can see the interlace lines as clear as day (previously they were 
unnoticable).  I can clear this up if I turn on deinterlacing.
AFAIK, turning on deinterlacing disables XvMC. If you have a nVidia 
card, and use the TV out, it is better to adjust the flicker fixer 
slider in the drivers.

--
Kieron Wilkinson
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] scratchy sound troubleshooting

2005-01-12 Thread Kieron Wilkinson
Kevin Brouelette wrote:
I don't here the delayed tv sound but I do hear raw scratchy noise.
So, the scratchy is coming from /dev/dsp [??]
I've been changing settings in alsamixer but I haven't resolved 
the problem yet.
I had a problem a bit like this. The way I resolved it was to do two things:
1) Turn down the volume to about half on the cable box
2) Unselect "Input Is Surround Sound" in AMix (I think, but I guess it 
shouldn't matter as long as the mixer you use shows the sound card 
switches) which is in the "switches" tab. This was the thing that made 
the most difference, before that the sound was terrible.

Note that sound from XawTV etc., is direct from the line in, and so will 
be uneffected.

I hope that helps!
--
Kieron Wilkinson
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Weird Freezing Problem - Hopefully My Last Problem

2004-12-23 Thread Kieron Wilkinson
David Bosiljevac wrote:
Hi all,
Quickly, my setup is as follows:
- ivtv 0.1.9.
- AMD XP 3200+, 1 GB RAM, 1 x 120 GB IDE drive, 2 x 120 GB S-ATA drives striped
together (this is where my recording data goes)
- Myth 0.16
Getting similar here with a similar configuration (but bt848 capture 
card). My system freezes and I don't even have to have mythfrontend 
open, just the backend. Intially I thought it was down to a faulty hard 
disk, but I had that replaced and it still happens. My data directory is 
two partitions striped together and ext3. I was thinking of changing 
both of those to see if it made any difference.

The short time I used 0.15 I did not get crashes, so I have been 
thinking of going back to that to see if it makes any difference. I'll 
let you know if I have any success next week.

--
Kieron Wilkinson
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users