Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Dev

Actisys 200L again.

 

 

MythTV dev RSS feed   Index | Next | Previous | View Threaded


kedlm at knology

Jan 17, 2003, 6:59 PM

Post #1 of 10 (1049 views)
Permalink
Actisys 200L again.

Will anyone comment on what distro, kernel, lirc they have the Actisys
200L working with for IR shooting?

Does anyone have it working with shooting?

Thanks!
Mike


danman at dtconnect

Jan 17, 2003, 9:26 PM

Post #2 of 10 (1002 views)
Permalink
RE: Actisys 200L again. [In reply to]

I've got it working with RedHat 8.0. I use it to control my cable box.

I'm running kernel kernel-2.4.18-19.8.0 from RPM. There's some issues
with the kernel source from redhat, though and to compile lirc you have
to clean it up. I think the steps were to copy the correct .config file
to the kernel source directory, then run:

make mrproper
make distclean
make oldconfig

Then in my rc script I've got:

/bin/setserial /dev/ttyS0 uart none
/sbin/modprobe lirc_sir
daemon lircd

This it at a high level, if I remember properly. Did that answer any of
your questions?

............................................
Dan Mount


-----Original Message-----
From: Michael Kedl [mailto:kedlm[at]knology.net]
Sent: Friday, January 17, 2003 8:59 PM
To: Development of mythtv
Subject: [mythtv] Actisys 200L again.

Will anyone comment on what distro, kernel, lirc they have the Actisys
200L working with for IR shooting?

Does anyone have it working with shooting?

Thanks!
Mike



_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]snowman.net
http://www.snowman.net/mailman/listinfo/mythtv-dev


kedlm at knology

Jan 17, 2003, 10:27 PM

Post #3 of 10 (1029 views)
Permalink
RE: Actisys 200L again. [In reply to]

Thanks for responding.

I have Redhat 8.0
I'm using kernel 2.4.18-14, maybe thats the issue.
What .config did you use? I usually run make menuconfig and choose all
the right stuff.

I have the same script to start it up except "daemon".

Since it can learn and receive, I just keep wondering why it won't
shoot.

Mike

On Fri, 2003-01-17 at 23:26, Dan Man wrote:
> I've got it working with RedHat 8.0. I use it to control my cable box.
>
> I'm running kernel kernel-2.4.18-19.8.0 from RPM. There's some issues
> with the kernel source from redhat, though and to compile lirc you have
> to clean it up. I think the steps were to copy the correct .config file
> to the kernel source directory, then run:
>
> make mrproper
> make distclean
> make oldconfig
>
> Then in my rc script I've got:
>
> /bin/setserial /dev/ttyS0 uart none
> /sbin/modprobe lirc_sir
> daemon lircd
>
> This it at a high level, if I remember properly. Did that answer any of
> your questions?
>
> ............................................
> Dan Mount
>
>
> -----Original Message-----
> From: Michael Kedl [mailto:kedlm[at]knology.net]
> Sent: Friday, January 17, 2003 8:59 PM
> To: Development of mythtv
> Subject: [mythtv] Actisys 200L again.
>
> Will anyone comment on what distro, kernel, lirc they have the Actisys
> 200L working with for IR shooting?
>
> Does anyone have it working with shooting?
>
> Thanks!
> Mike
>
>
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev[at]snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev
>
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev[at]snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev
--
Michael Kedl <kedlm[at]knology.net>


danman at dtconnect

Jan 18, 2003, 11:40 AM

Post #4 of 10 (1021 views)
Permalink
RE: Actisys 200L again. [In reply to]

So you do have it learning and receiving? Have you added the appropriate
output device to your config file?

............................................
Dan Mount


-----Original Message-----
From: Michael Kedl [mailto:kedlm[at]knology.net]
Sent: Saturday, January 18, 2003 12:27 AM
To: Development of mythtv
Subject: RE: [mythtv] Actisys 200L again.

Thanks for responding.

I have Redhat 8.0
I'm using kernel 2.4.18-14, maybe thats the issue.
What .config did you use? I usually run make menuconfig and choose all
the right stuff.

I have the same script to start it up except "daemon".

Since it can learn and receive, I just keep wondering why it won't
shoot.

Mike

On Fri, 2003-01-17 at 23:26, Dan Man wrote:
> I've got it working with RedHat 8.0. I use it to control my cable box.
>
> I'm running kernel kernel-2.4.18-19.8.0 from RPM. There's some issues
> with the kernel source from redhat, though and to compile lirc you
have
> to clean it up. I think the steps were to copy the correct .config
file
> to the kernel source directory, then run:
>
> make mrproper
> make distclean
> make oldconfig
>
> Then in my rc script I've got:
>
> /bin/setserial /dev/ttyS0 uart none
> /sbin/modprobe lirc_sir
> daemon lircd
>
> This it at a high level, if I remember properly. Did that answer any
of
> your questions?
>
> ............................................
> Dan Mount
>
>
> -----Original Message-----
> From: Michael Kedl [mailto:kedlm[at]knology.net]
> Sent: Friday, January 17, 2003 8:59 PM
> To: Development of mythtv
> Subject: [mythtv] Actisys 200L again.
>
> Will anyone comment on what distro, kernel, lirc they have the Actisys
> 200L working with for IR shooting?
>
> Does anyone have it working with shooting?
>
> Thanks!
> Mike
>
>
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev[at]snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev
>
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev[at]snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev
--
Michael Kedl <kedlm[at]knology.net>

_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]snowman.net
http://www.snowman.net/mailman/listinfo/mythtv-dev


cedarmckay at mac

Jan 18, 2003, 12:03 PM

Post #5 of 10 (1029 views)
Permalink
Re: Actisys 200L again. [In reply to]

http://www.mythtv.org/docs/mythtv-HOWTO-8.html#ss8.3 walks you through
how to compile the kernel in RH8 for the purposes of getting lirc
working.


cedar


On Saturday, January 18, 2003, at 10:40 AM, Dan Man wrote:

> So you do have it learning and receiving? Have you added the
> appropriate
> output device to your config file?
>
> ............................................
> Dan Mount
>
>
> -----Original Message-----
> From: Michael Kedl [mailto:kedlm[at]knology.net]
> Sent: Saturday, January 18, 2003 12:27 AM
> To: Development of mythtv
> Subject: RE: [mythtv] Actisys 200L again.
>
> Thanks for responding.
>
> I have Redhat 8.0
> I'm using kernel 2.4.18-14, maybe thats the issue.
> What .config did you use? I usually run make menuconfig and choose all
> the right stuff.
>
> I have the same script to start it up except "daemon".
>
> Since it can learn and receive, I just keep wondering why it won't
> shoot.
>
> Mike
>
> On Fri, 2003-01-17 at 23:26, Dan Man wrote:
>> I've got it working with RedHat 8.0. I use it to control my cable box.
>>
>> I'm running kernel kernel-2.4.18-19.8.0 from RPM. There's some issues
>> with the kernel source from redhat, though and to compile lirc you
> have
>> to clean it up. I think the steps were to copy the correct .config
> file
>> to the kernel source directory, then run:
>>
>> make mrproper
>> make distclean
>> make oldconfig
>>
>> Then in my rc script I've got:
>>
>> /bin/setserial /dev/ttyS0 uart none
>> /sbin/modprobe lirc_sir
>> daemon lircd
>>
>> This it at a high level, if I remember properly. Did that answer any
> of
>> your questions?
>>
>> ............................................
>> Dan Mount
>>
>>
>> -----Original Message-----
>> From: Michael Kedl [mailto:kedlm[at]knology.net]
>> Sent: Friday, January 17, 2003 8:59 PM
>> To: Development of mythtv
>> Subject: [mythtv] Actisys 200L again.
>>
>> Will anyone comment on what distro, kernel, lirc they have the Actisys
>> 200L working with for IR shooting?
>>
>> Does anyone have it working with shooting?
>>
>> Thanks!
>> Mike
>>
>>
>>
>> _______________________________________________
>> mythtv-dev mailing list
>> mythtv-dev[at]snowman.net
>> http://www.snowman.net/mailman/listinfo/mythtv-dev
>>
>>
>> _______________________________________________
>> mythtv-dev mailing list
>> mythtv-dev[at]snowman.net
>> http://www.snowman.net/mailman/listinfo/mythtv-dev
> --
> Michael Kedl <kedlm[at]knology.net>
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev[at]snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev[at]snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev


kedlm at knology

Jan 18, 2003, 3:30 PM

Post #6 of 10 (1023 views)
Permalink
RE: Actisys 200L again. [In reply to]

added what output device to what config file?

I'm just testing with "rc send_once myremote power" that I learned and
test with "irrecord and irw" for now.

Mike


On Sat, 2003-01-18 at 13:40, Dan Man wrote:
> So you do have it learning and receiving? Have you added the appropriate
> output device to your config file?
>
> ............................................
> Dan Mount
>
>
> -----Original Message-----
> From: Michael Kedl [mailto:kedlm[at]knology.net]
> Sent: Saturday, January 18, 2003 12:27 AM
> To: Development of mythtv
> Subject: RE: [mythtv] Actisys 200L again.
>
> Thanks for responding.
>
> I have Redhat 8.0
> I'm using kernel 2.4.18-14, maybe thats the issue.
> What .config did you use? I usually run make menuconfig and choose all
> the right stuff.
>
> I have the same script to start it up except "daemon".
>
> Since it can learn and receive, I just keep wondering why it won't
> shoot.
>
> Mike
>
> On Fri, 2003-01-17 at 23:26, Dan Man wrote:
> > I've got it working with RedHat 8.0. I use it to control my cable box.
> >
> > I'm running kernel kernel-2.4.18-19.8.0 from RPM. There's some issues
> > with the kernel source from redhat, though and to compile lirc you
> have
> > to clean it up. I think the steps were to copy the correct .config
> file
> > to the kernel source directory, then run:
> >
> > make mrproper
> > make distclean
> > make oldconfig
> >
> > Then in my rc script I've got:
> >
> > /bin/setserial /dev/ttyS0 uart none
> > /sbin/modprobe lirc_sir
> > daemon lircd
> >
> > This it at a high level, if I remember properly. Did that answer any
> of
> > your questions?
> >
> > ............................................
> > Dan Mount
> >
> >
> > -----Original Message-----
> > From: Michael Kedl [mailto:kedlm[at]knology.net]
> > Sent: Friday, January 17, 2003 8:59 PM
> > To: Development of mythtv
> > Subject: [mythtv] Actisys 200L again.
> >
> > Will anyone comment on what distro, kernel, lirc they have the Actisys
> > 200L working with for IR shooting?
> >
> > Does anyone have it working with shooting?
> >
> > Thanks!
> > Mike
> >
> >
> >
> > _______________________________________________
> > mythtv-dev mailing list
> > mythtv-dev[at]snowman.net
> > http://www.snowman.net/mailman/listinfo/mythtv-dev
> >
> >
> > _______________________________________________
> > mythtv-dev mailing list
> > mythtv-dev[at]snowman.net
> > http://www.snowman.net/mailman/listinfo/mythtv-dev
--
Michael Kedl <kedlm[at]knology.net>


kedlm at knology

Jan 18, 2003, 3:50 PM

Post #7 of 10 (1028 views)
Permalink
Re: Actisys 200L again. [In reply to]

Thanks,

I followed that pretty much verbatim to this point.
I'm going to try a later version of lirc that someone mentioned to me, I
have .6-6 now

On Sat, 2003-01-18 at 14:03, Cedar McKay wrote:
> http://www.mythtv.org/docs/mythtv-HOWTO-8.html#ss8.3 walks you through
> how to compile the kernel in RH8 for the purposes of getting lirc
> working.
>
>
> cedar
>
>
> On Saturday, January 18, 2003, at 10:40 AM, Dan Man wrote:
>
> > So you do have it learning and receiving? Have you added the
> > appropriate
> > output device to your config file?
> >
> > ............................................
> > Dan Mount
> >
> >
> > -----Original Message-----
> > From: Michael Kedl [mailto:kedlm[at]knology.net]
> > Sent: Saturday, January 18, 2003 12:27 AM
> > To: Development of mythtv
> > Subject: RE: [mythtv] Actisys 200L again.
> >
> > Thanks for responding.
> >
> > I have Redhat 8.0
> > I'm using kernel 2.4.18-14, maybe thats the issue.
> > What .config did you use? I usually run make menuconfig and choose all
> > the right stuff.
> >
> > I have the same script to start it up except "daemon".
> >
> > Since it can learn and receive, I just keep wondering why it won't
> > shoot.
> >
> > Mike
> >
> > On Fri, 2003-01-17 at 23:26, Dan Man wrote:
> >> I've got it working with RedHat 8.0. I use it to control my cable box.
> >>
> >> I'm running kernel kernel-2.4.18-19.8.0 from RPM. There's some issues
> >> with the kernel source from redhat, though and to compile lirc you
> > have
> >> to clean it up. I think the steps were to copy the correct .config
> > file
> >> to the kernel source directory, then run:
> >>
> >> make mrproper
> >> make distclean
> >> make oldconfig
> >>
> >> Then in my rc script I've got:
> >>
> >> /bin/setserial /dev/ttyS0 uart none
> >> /sbin/modprobe lirc_sir
> >> daemon lircd
> >>
> >> This it at a high level, if I remember properly. Did that answer any
> > of
> >> your questions?
> >>
> >> ............................................
> >> Dan Mount
> >>
> >>
> >> -----Original Message-----
> >> From: Michael Kedl [mailto:kedlm[at]knology.net]
> >> Sent: Friday, January 17, 2003 8:59 PM
> >> To: Development of mythtv
> >> Subject: [mythtv] Actisys 200L again.
> >>
> >> Will anyone comment on what distro, kernel, lirc they have the Actisys
> >> 200L working with for IR shooting?
> >>
> >> Does anyone have it working with shooting?
> >>
> >> Thanks!
> >> Mike
> >>
> >>
> >>
> >> _______________________________________________
> >> mythtv-dev mailing list
> >> mythtv-dev[at]snowman.net
> >> http://www.snowman.net/mailman/listinfo/mythtv-dev
> >>
> >>
> >> _______________________________________________
> >> mythtv-dev mailing list
> >> mythtv-dev[at]snowman.net
> >> http://www.snowman.net/mailman/listinfo/mythtv-dev
> > --
> > Michael Kedl <kedlm[at]knology.net>
> >
> > _______________________________________________
> > mythtv-dev mailing list
> > mythtv-dev[at]snowman.net
> > http://www.snowman.net/mailman/listinfo/mythtv-dev
> >
> > _______________________________________________
> > mythtv-dev mailing list
> > mythtv-dev[at]snowman.net
> > http://www.snowman.net/mailman/listinfo/mythtv-dev
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev[at]snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev
--
Michael Kedl <kedlm[at]knology.net>


usenet at wingert

Jan 19, 2003, 2:04 PM

Post #8 of 10 (1028 views)
Permalink
Re: Actisys 200L again. [In reply to]

I bought one of these guys, seems to work fine for my cable box. The range
on it sucks though (maybe 3 feet). Anyone know of any longer range ones
that work with Linux available? Also maybe one of these guys where the
transmitter points in one direction and receiver in another.

Thanks


>
> Thanks,
>
> I followed that pretty much verbatim to this point.
> I'm going to try a later version of lirc that someone mentioned to me, I
> have .6-6 now
>
> On Sat, 2003-01-18 at 14:03, Cedar McKay wrote:
> > http://www.mythtv.org/docs/mythtv-HOWTO-8.html#ss8.3 walks you through
> > how to compile the kernel in RH8 for the purposes of getting lirc
> > working.
> >
> >
> > cedar
> >
> >
> > On Saturday, January 18, 2003, at 10:40 AM, Dan Man wrote:
> >
> > > So you do have it learning and receiving? Have you added the
> > > appropriate
> > > output device to your config file?
> > >
> > > ............................................
> > > Dan Mount
> > >
> > >
> > > -----Original Message-----
> > > From: Michael Kedl [mailto:kedlm[at]knology.net]
> > > Sent: Saturday, January 18, 2003 12:27 AM
> > > To: Development of mythtv
> > > Subject: RE: [mythtv] Actisys 200L again.
> > >
> > > Thanks for responding.
> > >
> > > I have Redhat 8.0
> > > I'm using kernel 2.4.18-14, maybe thats the issue.
> > > What .config did you use? I usually run make menuconfig and choose all
> > > the right stuff.
> > >
> > > I have the same script to start it up except "daemon".
> > >
> > > Since it can learn and receive, I just keep wondering why it won't
> > > shoot.
> > >
> > > Mike
> > >
> > > On Fri, 2003-01-17 at 23:26, Dan Man wrote:
> > >> I've got it working with RedHat 8.0. I use it to control my cable box.
> > >>
> > >> I'm running kernel kernel-2.4.18-19.8.0 from RPM. There's some issues
> > >> with the kernel source from redhat, though and to compile lirc you
> > > have
> > >> to clean it up. I think the steps were to copy the correct .config
> > > file
> > >> to the kernel source directory, then run:
> > >>
> > >> make mrproper
> > >> make distclean
> > >> make oldconfig
> > >>
> > >> Then in my rc script I've got:
> > >>
> > >> /bin/setserial /dev/ttyS0 uart none
> > >> /sbin/modprobe lirc_sir
> > >> daemon lircd
> > >>
> > >> This it at a high level, if I remember properly. Did that answer any
> > > of
> > >> your questions?
> > >>
> > >> ............................................
> > >> Dan Mount
> > >>
> > >>
> > >> -----Original Message-----
> > >> From: Michael Kedl [mailto:kedlm[at]knology.net]
> > >> Sent: Friday, January 17, 2003 8:59 PM
> > >> To: Development of mythtv
> > >> Subject: [mythtv] Actisys 200L again.
> > >>
> > >> Will anyone comment on what distro, kernel, lirc they have the Actisys
> > >> 200L working with for IR shooting?
> > >>
> > >> Does anyone have it working with shooting?
> > >>
> > >> Thanks!
> > >> Mike
> > >>
> > >>
> > >>
> > >> _______________________________________________
> > >> mythtv-dev mailing list
> > >> mythtv-dev[at]snowman.net
> > >> http://www.snowman.net/mailman/listinfo/mythtv-dev
> > >>
> > >>
> > >> _______________________________________________
> > >> mythtv-dev mailing list
> > >> mythtv-dev[at]snowman.net
> > >> http://www.snowman.net/mailman/listinfo/mythtv-dev
> > > --
> > > Michael Kedl <kedlm[at]knology.net>
> > >
> > > _______________________________________________
> > > mythtv-dev mailing list
> > > mythtv-dev[at]snowman.net
> > > http://www.snowman.net/mailman/listinfo/mythtv-dev
> > >
> > > _______________________________________________
> > > mythtv-dev mailing list
> > > mythtv-dev[at]snowman.net
> > > http://www.snowman.net/mailman/listinfo/mythtv-dev
> >
> > _______________________________________________
> > mythtv-dev mailing list
> > mythtv-dev[at]snowman.net
> > http://www.snowman.net/mailman/listinfo/mythtv-dev
> --
> Michael Kedl <kedlm[at]knology.net>
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev[at]snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev
>
>
>
>
>


kevin at ucsd

Jan 19, 2003, 2:16 PM

Post #9 of 10 (1016 views)
Permalink
Re: Actisys 200L again. [In reply to]

Is that range for sending or for receiving (or both)?

On Sun, 2003-01-19 at 13:04, usenet[at]wingert.org wrote:
> I bought one of these guys, seems to work fine for my cable box. The range
> on it sucks though (maybe 3 feet). Anyone know of any longer range ones
> that work with Linux available? Also maybe one of these guys where the
> transmitter points in one direction and receiver in another.
>
> Thanks
>
>
> >
> > Thanks,
> >
> > I followed that pretty much verbatim to this point.
> > I'm going to try a later version of lirc that someone mentioned to me, I
> > have .6-6 now
> >
> > On Sat, 2003-01-18 at 14:03, Cedar McKay wrote:
> > > http://www.mythtv.org/docs/mythtv-HOWTO-8.html#ss8.3 walks you through
> > > how to compile the kernel in RH8 for the purposes of getting lirc
> > > working.
> > >
> > >
> > > cedar
> > >
> > >
> > > On Saturday, January 18, 2003, at 10:40 AM, Dan Man wrote:
> > >
> > > > So you do have it learning and receiving? Have you added the
> > > > appropriate
> > > > output device to your config file?
> > > >
> > > > ............................................
> > > > Dan Mount
> > > >
> > > >
> > > > -----Original Message-----
> > > > From: Michael Kedl [mailto:kedlm[at]knology.net]
> > > > Sent: Saturday, January 18, 2003 12:27 AM
> > > > To: Development of mythtv
> > > > Subject: RE: [mythtv] Actisys 200L again.
> > > >
> > > > Thanks for responding.
> > > >
> > > > I have Redhat 8.0
> > > > I'm using kernel 2.4.18-14, maybe thats the issue.
> > > > What .config did you use? I usually run make menuconfig and choose all
> > > > the right stuff.
> > > >
> > > > I have the same script to start it up except "daemon".
> > > >
> > > > Since it can learn and receive, I just keep wondering why it won't
> > > > shoot.
> > > >
> > > > Mike
> > > >
> > > > On Fri, 2003-01-17 at 23:26, Dan Man wrote:
> > > >> I've got it working with RedHat 8.0. I use it to control my cable box.
> > > >>
> > > >> I'm running kernel kernel-2.4.18-19.8.0 from RPM. There's some issues
> > > >> with the kernel source from redhat, though and to compile lirc you
> > > > have
> > > >> to clean it up. I think the steps were to copy the correct .config
> > > > file
> > > >> to the kernel source directory, then run:
> > > >>
> > > >> make mrproper
> > > >> make distclean
> > > >> make oldconfig
> > > >>
> > > >> Then in my rc script I've got:
> > > >>
> > > >> /bin/setserial /dev/ttyS0 uart none
> > > >> /sbin/modprobe lirc_sir
> > > >> daemon lircd
> > > >>
> > > >> This it at a high level, if I remember properly. Did that answer any
> > > > of
> > > >> your questions?
> > > >>
> > > >> ............................................
> > > >> Dan Mount
> > > >>
> > > >>
> > > >> -----Original Message-----
> > > >> From: Michael Kedl [mailto:kedlm[at]knology.net]
> > > >> Sent: Friday, January 17, 2003 8:59 PM
> > > >> To: Development of mythtv
> > > >> Subject: [mythtv] Actisys 200L again.
> > > >>
> > > >> Will anyone comment on what distro, kernel, lirc they have the Actisys
> > > >> 200L working with for IR shooting?
> > > >>
> > > >> Does anyone have it working with shooting?
> > > >>
> > > >> Thanks!
> > > >> Mike
> > > >>
> > > >>
> > > >>
> > > >> _______________________________________________
> > > >> mythtv-dev mailing list
> > > >> mythtv-dev[at]snowman.net
> > > >> http://www.snowman.net/mailman/listinfo/mythtv-dev
> > > >>
> > > >>
> > > >> _______________________________________________
> > > >> mythtv-dev mailing list
> > > >> mythtv-dev[at]snowman.net
> > > >> http://www.snowman.net/mailman/listinfo/mythtv-dev
> > > > --
> > > > Michael Kedl <kedlm[at]knology.net>
> > > >
> > > > _______________________________________________
> > > > mythtv-dev mailing list
> > > > mythtv-dev[at]snowman.net
> > > > http://www.snowman.net/mailman/listinfo/mythtv-dev
> > > >
> > > > _______________________________________________
> > > > mythtv-dev mailing list
> > > > mythtv-dev[at]snowman.net
> > > > http://www.snowman.net/mailman/listinfo/mythtv-dev
> > >
> > > _______________________________________________
> > > mythtv-dev mailing list
> > > mythtv-dev[at]snowman.net
> > > http://www.snowman.net/mailman/listinfo/mythtv-dev
> > --
> > Michael Kedl <kedlm[at]knology.net>
> >
> > _______________________________________________
> > mythtv-dev mailing list
> > mythtv-dev[at]snowman.net
> > http://www.snowman.net/mailman/listinfo/mythtv-dev
> >
> >
> >
> >
> >
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev[at]snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev
--
Kevin Bowen <kevin[at]ucsd.edu>


usenet at wingert

Jan 19, 2003, 2:33 PM

Post #10 of 10 (998 views)
Permalink
Re: Actisys 200L again. [In reply to]

Sending, didn't try receiving at a distance yet.


>
> Is that range for sending or for receiving (or both)?
>
> On Sun, 2003-01-19 at 13:04, usenet[at]wingert.org wrote:
> > I bought one of these guys, seems to work fine for my cable box. The range
> > on it sucks though (maybe 3 feet). Anyone know of any longer range ones
> > that work with Linux available? Also maybe one of these guys where the
> > transmitter points in one direction and receiver in another.
> >
> > Thanks
> >
> >
> > >
> > > Thanks,
> > >
> > > I followed that pretty much verbatim to this point.
> > > I'm going to try a later version of lirc that someone mentioned to me, I
> > > have .6-6 now
> > >
> > > On Sat, 2003-01-18 at 14:03, Cedar McKay wrote:
> > > > http://www.mythtv.org/docs/mythtv-HOWTO-8.html#ss8.3 walks you through
> > > > how to compile the kernel in RH8 for the purposes of getting lirc
> > > > working.
> > > >
> > > >
> > > > cedar
> > > >
> > > >
> > > > On Saturday, January 18, 2003, at 10:40 AM, Dan Man wrote:
> > > >
> > > > > So you do have it learning and receiving? Have you added the
> > > > > appropriate
> > > > > output device to your config file?
> > > > >
> > > > > ............................................
> > > > > Dan Mount
> > > > >
> > > > >
> > > > > -----Original Message-----
> > > > > From: Michael Kedl [mailto:kedlm[at]knology.net]
> > > > > Sent: Saturday, January 18, 2003 12:27 AM
> > > > > To: Development of mythtv
> > > > > Subject: RE: [mythtv] Actisys 200L again.
> > > > >
> > > > > Thanks for responding.
> > > > >
> > > > > I have Redhat 8.0
> > > > > I'm using kernel 2.4.18-14, maybe thats the issue.
> > > > > What .config did you use? I usually run make menuconfig and choose all
> > > > > the right stuff.
> > > > >
> > > > > I have the same script to start it up except "daemon".
> > > > >
> > > > > Since it can learn and receive, I just keep wondering why it won't
> > > > > shoot.
> > > > >
> > > > > Mike
> > > > >
> > > > > On Fri, 2003-01-17 at 23:26, Dan Man wrote:
> > > > >> I've got it working with RedHat 8.0. I use it to control my cable box.
> > > > >>
> > > > >> I'm running kernel kernel-2.4.18-19.8.0 from RPM. There's some issues
> > > > >> with the kernel source from redhat, though and to compile lirc you
> > > > > have
> > > > >> to clean it up. I think the steps were to copy the correct .config
> > > > > file
> > > > >> to the kernel source directory, then run:
> > > > >>
> > > > >> make mrproper
> > > > >> make distclean
> > > > >> make oldconfig
> > > > >>
> > > > >> Then in my rc script I've got:
> > > > >>
> > > > >> /bin/setserial /dev/ttyS0 uart none
> > > > >> /sbin/modprobe lirc_sir
> > > > >> daemon lircd
> > > > >>
> > > > >> This it at a high level, if I remember properly. Did that answer any
> > > > > of
> > > > >> your questions?
> > > > >>
> > > > >> ............................................
> > > > >> Dan Mount
> > > > >>
> > > > >>
> > > > >> -----Original Message-----
> > > > >> From: Michael Kedl [mailto:kedlm[at]knology.net]
> > > > >> Sent: Friday, January 17, 2003 8:59 PM
> > > > >> To: Development of mythtv
> > > > >> Subject: [mythtv] Actisys 200L again.
> > > > >>
> > > > >> Will anyone comment on what distro, kernel, lirc they have the Actisys
> > > > >> 200L working with for IR shooting?
> > > > >>
> > > > >> Does anyone have it working with shooting?
> > > > >>
> > > > >> Thanks!
> > > > >> Mike
> > > > >>
> > > > >>
> > > > >>
> > > > >> _______________________________________________
> > > > >> mythtv-dev mailing list
> > > > >> mythtv-dev[at]snowman.net
> > > > >> http://www.snowman.net/mailman/listinfo/mythtv-dev
> > > > >>
> > > > >>
> > > > >> _______________________________________________
> > > > >> mythtv-dev mailing list
> > > > >> mythtv-dev[at]snowman.net
> > > > >> http://www.snowman.net/mailman/listinfo/mythtv-dev
> > > > > --
> > > > > Michael Kedl <kedlm[at]knology.net>
> > > > >
> > > > > _______________________________________________
> > > > > mythtv-dev mailing list
> > > > > mythtv-dev[at]snowman.net
> > > > > http://www.snowman.net/mailman/listinfo/mythtv-dev
> > > > >
> > > > > _______________________________________________
> > > > > mythtv-dev mailing list
> > > > > mythtv-dev[at]snowman.net
> > > > > http://www.snowman.net/mailman/listinfo/mythtv-dev
> > > >
> > > > _______________________________________________
> > > > mythtv-dev mailing list
> > > > mythtv-dev[at]snowman.net
> > > > http://www.snowman.net/mailman/listinfo/mythtv-dev
> > > --
> > > Michael Kedl <kedlm[at]knology.net>
> > >
> > > _______________________________________________
> > > mythtv-dev mailing list
> > > mythtv-dev[at]snowman.net
> > > http://www.snowman.net/mailman/listinfo/mythtv-dev
> > >
> > >
> > >
> > >
> > >
> >
> > _______________________________________________
> > mythtv-dev mailing list
> > mythtv-dev[at]snowman.net
> > http://www.snowman.net/mailman/listinfo/mythtv-dev
> --
> Kevin Bowen <kevin[at]ucsd.edu>
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev[at]snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev
>
>

MythTV dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.