Re: [ivtv-devel] lirc oddities

2005-01-09 Thread Dan Ferris
> I don't have the modprobe.conf line that starts 'install > lirc_i2c'. That was per Jarod's Guide > Try commenting out the lirc_i2c line in modprobe.conf and then doing a > 'depmod -ae' to re-digest the contents. Make sure the chkconfig for lircd is > on for the default runlevel and then reboo

Re: [ivtv-devel] lirc oddities

2005-01-07 Thread Harry Orenstein
On Thursday 06 January 2005 9:21 pm, Dan Ferris wrote: > > > Try: 'mknod /etc/udev/devices/video0 c 81 0' and see if that works. > > okay, i now load ivtv on startup, but not lirc. > > Jarod, oh great remote guru, i tried your fixes, and these, we're > getting to the end of the line. > > Any ideas?

Re: [ivtv-devel] lirc oddities

2005-01-06 Thread Dan Ferris
> > Try: 'mknod /etc/udev/devices/video0 c 81 0' and see if that works. okay, i now load ivtv on startup, but not lirc. Jarod, oh great remote guru, i tried your fixes, and these, we're getting to the end of the line. Any ideas? --- The SF.N

Re: [ivtv-devel] lirc oddities

2005-01-06 Thread Dan Ferris
On Thu, 6 Jan 2005 01:02:39 -0500, Harry Orenstein <[EMAIL PROTECTED]> wrote: > I got ivtv to load on startup by creating device video0 in /etc/udev/devices. > Try: 'mknod /etc/udev/devices/video0 c 81 0' and see if that works. This all > works with for me in FC3 with my lircd scripts (init.d and

Re: [ivtv-devel] lirc oddities

2005-01-05 Thread Harry Orenstein
On Wednesday 05 January 2005 8:32 pm, Dan Ferris wrote: > whoops, i sent it too early... sorry for the dual post, but now i'm > out of ideas. > > Also, to further the problem, ivtv does not show up in /sbin/lsmod > after rebooting. > > Let me know what you guys think > > Thanks > > _Dan I got ivtv

Re: [ivtv-devel] lirc oddities

2005-01-05 Thread Dan Ferris
whoops, i sent it too early... sorry for the dual post, but now i'm out of ideas. Also, to further the problem, ivtv does not show up in /sbin/lsmod after rebooting. Let me know what you guys think Thanks _Dan --- The SF.Net email is sponsor

Re: [ivtv-devel] lirc oddities

2005-01-05 Thread Dan Ferris
> Okay, i'll try this tonight, i also have Harry's > /etc/rc.d/init.d/lircd file, and his /etc/sysconfig/lircd file. > > I'll let you guys know how it works later > Thanks > > -Dan replace those two files, no results... On Mon, 03 Jan 2005 09:35:06 -0600, Bob Wiegand <[EMAIL PROTECTED]> wrote:

Re: [ivtv-devel] lirc oddities

2005-01-03 Thread Dan Ferris
> I put lirc_dev and lirc_i2c in my /etc/modprobe.preload file. > This forces their loading at boot time. > > I alas added > mknod -m 666 /dev/lirc c 61 0 > to the end of /etc/rc.d/rc.local because the device node > wasn't getting created on loading the module. Okay, i'll try this tonight, i also

Re: [ivtv-devel] lirc oddities

2005-01-03 Thread Bob Wiegand
A few suggestions. I put lirc_dev and lirc_i2c in my /etc/modprobe.preload file. This forces their loading at boot time. I alas added mknod -m 666 /dev/lirc c 61 0 to the end of /etc/rc.d/rc.local because the device node wasn't getting created on loading the module. -- Regards, Bob Wiegand

Re: [ivtv-devel] lirc oddities

2005-01-02 Thread Harry Orenstein
On Sunday 02 January 2005 11:08 am, Dan Ferris wrote: > > lsmod shows nothing. chkconfig is on, and nothing is now in the rc.d > directories, which makes me think that wasn't the issue. > > here's a huge log of what i've done, to make it work, every reboot. > > > [EMAIL PROTECTED] mythtv]# /sbin/c

Re: [ivtv-devel] lirc oddities

2005-01-02 Thread Dan Ferris
> What about the output of '/sbin/lsmod' and running '/sbin/chkconfig lircd on' > to recreate the /etc/rc.d/rc2-6 entries for lircd? Did irw in fact actually > work at some point prior to you rebooting? lsmod shows nothing. chkconfig is on, and nothing is now in the rc.d directories, which makes

Re: [ivtv-devel] lirc oddities

2005-01-01 Thread Harry Orenstein
On Saturday 01 January 2005 2:48 pm, Dan Ferris wrote: > Nevermind that last post, i rebooted my computer, and now back where i > started, with irw not working... and there's no files in the > /etc/rc.d/rc2-6 directories referencing lirc. > > > --

Re: [ivtv-devel] lirc oddities

2005-01-01 Thread Dan Ferris
Nevermind that last post, i rebooted my computer, and now back where i started, with irw not working... and there's no files in the /etc/rc.d/rc2-6 directories referencing lirc. --- The SF.Net email is sponsored by: Beat the post-holiday blues G

Re: [ivtv-devel] lirc oddities

2005-01-01 Thread Dan Ferris
> make sure that the prior > incarnations of lircd in /etc/rc.d/rc[2-6].d are really gone before doing the > 'on'). that's what fixed it :) Thanks! --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition

Re: [ivtv-devel] lirc oddities

2005-01-01 Thread Harry Orenstein
On Saturday 01 January 2005 10:33 am, Dan Ferris wrote: > Yes, it's there, looks right. > > > Done, but i only see this in ps -x: > 3969 ?S 0:00 [lirc_dev] > > Done, but isn't that a comment? > > after this , i tried irw again, and got nothing. It loads up, but > doesn't do anythi

Re: [ivtv-devel] lirc oddities

2005-01-01 Thread Dan Ferris
I forgot to mention i ran /usr/sbin/lircd -d /dev/lirc before i did irw --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almostht

Re: [ivtv-devel] lirc oddities

2005-01-01 Thread Dan Ferris
> Have you created an /etc/lircd.conf file? Yes, it's there, looks right. > Also, make sure lirc_i2c and lirc_dev are being loaded (make sure you did > a /sbin/depmod -ae as well then, if they are not loaded, do /sbin/modprobe > lirc_i2c which should load both). After you are sure lirc_i2c and

Re: [ivtv-devel] lirc oddities

2005-01-01 Thread Harry Orenstein
On Friday 31 December 2004 9:57 pm, Dan Ferris wrote: > First off, Thanks Mike/Jarod for everything so far. > > I'm trying to get lirc working, still. But whatever i do, i'm getting > very odd behaviour out of it. > > if i do a /usr/bin/irw, nothing happens, i just get another prompt. > If i apt-g

[ivtv-devel] lirc oddities

2004-12-31 Thread Dan Ferris
First off, Thanks Mike/Jarod for everything so far. I'm trying to get lirc working, still. But whatever i do, i'm getting very odd behaviour out of it. if i do a /usr/bin/irw, nothing happens, i just get another prompt. If i apt-get remove kernel-module-lirc-2.6.9-1.681_FC3 , and apt-get remov