Author |
Message |
ceenvee703
|
Posted: Wed May 16, 2007 2:18 pm |
|
Joined: Fri Apr 02, 2004 10:08 am
Posts: 1637
Location:
Virginia, USA
|
So has anyone who's experiencing the problem tried tjc's suggestion of renaming that module and rebooting?
I'll try it but not before I record Lost tonight.
PS: note that Gnarl posted a couple messages at the bottom of the previous page that you might have missed.
|
|
Top |
|
 |
Marauder
|
Posted: Wed May 16, 2007 5:19 pm |
|
Joined: Thu Nov 11, 2004 9:20 am
Posts: 4
|
Gnarl wrote: Where is saa7134_dvb even loaded from? I've tried blacklisting it in /etc/modprobe.d/blacklist, but that doesn't seem to work.
looks like saa7134_dvb is loaded in line 119 of /etc/rcS.d/S19KnoppMyth-tv which then loads saa7134 as a dependancy which loads ir_kbd_i2c...
I've unloaded those modules, blacklisted them, and commented out that line on my KnoppMyth box, let's see if that helps. 
|
|
Top |
|
 |
tkoster
|
Posted: Wed May 16, 2007 5:30 pm |
|
Joined: Mon Apr 04, 2005 10:50 am
Posts: 120
|
Bummer, I tried modprobe -r and then moving the ir_kbd_i2c module to my home directory to keep it from loading and rebooting. Even turned off the box for over an hour for good measure in case a firmware issue was still at work.
Each solution was a bust. So the problem must lie elsewhere.
|
|
Top |
|
 |
tjc
|
Posted: Wed May 16, 2007 7:43 pm |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
Gnarl wrote: Correct me if I'm wrong, but I think the used by column = 0 doesn't necessarily mean it isn't being used, but could be the primary module that was loaded (and loaded the modules it needed) which was not required by other modules
What you said is more correct than my original description. The 0 indicates a modules with no other modules that depend on it. I was following the bad example of the lsmod header which says:
Code: Module Size Used by

|
|
Top |
|
 |
syphr42
|
Posted: Wed May 16, 2007 7:44 pm |
|
Joined: Fri Feb 17, 2006 10:41 pm
Posts: 11
|
I tried renaming the module and rebooting - that has seemed to solve my problems. /var/log/messages is clear and LIRC is very responsive.
If you do not need saa7134-dvb, I believe you can disable by editing /etc/init.d/KnoppMyth-tv (near the end) you will see the following:
Code: modprobe dvb-bt8xx modprobe nvram /usr/local/bin/tvterm.sh modprobe saa7134-dvb modprobe cx88-dvb echo "} Done" ######################################################################## # End
I simply commented out the modprobe for saa7134-dvb as such: Code: modprobe dvb-bt8xx modprobe nvram /usr/local/bin/tvterm.sh #modprobe saa7134-dvb modprobe cx88-dvb echo "} Done" ######################################################################## # End
That stopped all of the saa7134 stuff from loading for me (including ir_kbd_i2c so I didn't really need to rename it).
_________________ KnoppMyth R5F27
Intel 945P MB
Intel Prescott 3.0Ghz HT
2GB OCZ DDR2 667 RAM
NEC 16X DVD Burner (IDE)
eVGA GeForce 6600 GT (256MB)
HITACHI 500GB (IDE)
Seagate 750GB (SATA)
Hauppauge PVR 350,500
HDHR
Enermax Noisetaker 600W
Zalman HD160 Black
|
|
Top |
|
 |
tcalderone
|
Posted: Wed May 16, 2007 8:14 pm |
|
Joined: Sun Jan 23, 2005 11:13 am
Posts: 9
Location:
Mishawaka, IN
|
I followed the instructions from syphr42 and the remote now works GREAT.
Thanks to all for tracking this down!
Thanks a bunch to the whole Knoppmyth team for all their hard work too!
|
|
Top |
|
 |
elgordo123
|
Posted: Wed May 16, 2007 11:09 pm |
|
Joined: Thu Feb 12, 2004 2:54 pm
Posts: 392
Location:
Beaumont, CA
|
Same here! Thanks syphr42!
_________________ ASUS A7N266 Micro-ATX Motherboard
Athlon 2200 processor
512K Kingston PC2100 Memory
MicroAtx Case
2 PVR250's w/remote
eVGA e-GeForce mx4000 (64 Ram with Tv/Out (Svideo))
Lite-on DVD cd-rw combo
120 GB Western Digital
|
|
Top |
|
 |
ceenvee703
|
Posted: Thu May 17, 2007 6:41 am |
|
Joined: Fri Apr 02, 2004 10:08 am
Posts: 1637
Location:
Virginia, USA
|
I was hoping this would do it but no dice... I followed syphr42's instructions but my remote is still unresponsive. For all I know, though, I may have screwed something else up prior to this while trying to fix it myself. I'll keep troubleshooting, or maybe try an auto-upgrade and start from a clean slate. Thanks for helping with this.
|
|
Top |
|
 |
Gnarl
|
Posted: Thu May 17, 2007 7:32 am |
|
Joined: Mon Feb 16, 2004 7:06 pm
Posts: 309
Location:
Toronto
|
syphr42 wrote: If you do not need saa7134-dvb, I believe you can disable by editing /etc/init.d/KnoppMyth-tv (near the end) you will see the following:...
Huh, I thought i greped there..
Thanks
_________________ KnoppMyth Folding@home
How to setup F@H
F@H Stats Page
|
|
Top |
|
 |
tkoster
|
Posted: Thu May 17, 2007 2:57 pm |
|
Joined: Mon Apr 04, 2005 10:50 am
Posts: 120
|
ceenvee, I've had the same experience you have, wondering if all the experiments toward a solution have borked something else. My remote is also unresponsive and now I note that the "unknown key" messages no longer show up either. Hmmm
|
|
Top |
|
 |
ceenvee703
|
Posted: Thu May 17, 2007 3:22 pm |
|
Joined: Fri Apr 02, 2004 10:08 am
Posts: 1637
Location:
Virginia, USA
|
I meant to mention that part: the unknown key messages in /var/log/messages have indeed disappeared, but the remote still doesn't work. I've run lirc-reconfig.sh to try to reset things like lircd.conf, with no luck.
My next solution is on its way via Amazon: a Streamzap remote. I just want something that works at this point...
|
|
Top |
|
 |
ceenvee703
|
Posted: Thu May 17, 2007 4:22 pm |
|
Joined: Fri Apr 02, 2004 10:08 am
Posts: 1637
Location:
Virginia, USA
|
Well, of course, now that I've thrown money at the problem, I seem to have fixed my Hauppauge remote.
Here's what I did in addition to the above module removal (which was not sufficient to fix my remote): not sure which of these things did it, if not all combined:
* Noticed that I had /etc/lirc/lircd.conf but not /etc/lircd.conf . I had backed up a version of /etc/lircd.conf and it was a symlink to /etc/lirc/lircd.conf . So I made another one:
Code: ln -s /etc/lirc/lircd.conf /etc/lircd.conf
* Found this page:
http://gentoo-wiki.com/HOWTO_LIRC#lirc_ ... ation_file
which says that DEVICE should equal "/dev/lirc0" and not "/dev/lirc/0". In /etc/init.d/lirc , line 34, it indeed refers to /dev/lirc/0, so I changed it to /dev/lirc0.
* Also, in line 83 of /etc/init.d/lirc, there is a line that ends "$LIRCD_ARGS\" That backslash didn't look right so I put a space there: "$LIRCD_ARGS \"
Rebooted, and it's working. Go figure.
|
|
Top |
|
 |
tonymuka
|
Posted: Tue May 22, 2007 7:54 pm |
|
Joined: Fri May 13, 2005 8:46 am
Posts: 48
Location:
Grand Rapids, MI
|
I was having the same issue, but didn't have the saa* line to comment out in /etc/init.d/KnoppMyth-tv (i'm running R5C7)...
instead i did this which seems to have worked!
mv /lib/modules/2.6.18-chw-13/kernel/drivers/media/video/saa7134 /lib/modules/2.6.18-chw-13/kernel/drivers/media/video/saa7134/saa7134-disabled
thanks for all the tips in this thread!
-----------------------------------------
edit: oops! it seems that the fix was short lived, probably more to do with my rebooting than a real fix... now a half hour later the slowdown has surfaced again...
_________________ ASUS P5N7A-VM, 2.5gHz E5200, 2GB crucial DDR2, pvr-250, hdhomerun, URC-8820 remote, Panasonic TH-42PZ80U, LinHES 6.01.00
|
|
Top |
|
 |
arzdb
|
Posted: Fri May 25, 2007 5:02 pm |
|
Joined: Sat Jul 09, 2005 2:04 pm
Posts: 32
|
I've tried everything mentioned before and my lirc still isn't working. The only buttons that work are the number pad (0-9). I checked my lirc conf and it seems like everything else is configured correctly. When I run irw, the buttons come across correctly when pressed.
For reference, when I commented out the line about saa7134-dvb, the error messages in /var/log/messages stopped and the number pad wasn't functional.
Has anyone else come across any other possible solutions?
Here's some of my /home/mythtv/.lircrc
Quote: # Seek to next commercial cut point begin prog = mythtv button = blue repeat = 3 config = Z end
# Numbers 0-9
begin prog = mythtv button = 0 repeat = 3 config = 0 end
When I type in z on my keyboard, it commercial skips correctly but when I hit blue nothing happens.
|
|
Top |
|
 |
slowtolearn
|
Posted: Fri May 25, 2007 5:14 pm |
|
Joined: Wed Nov 16, 2005 8:55 pm
Posts: 1381
Location:
Farmington, MI USA
|
arzdb wrote: Here's some of my /home/mythtv/.lircrc Quote: # Seek to next commercial cut point begin prog = mythtv button = blue repeat = 3 config = Z end
# Numbers 0-9
begin prog = mythtv button = 0 repeat = 3 config = 0 end When I type in z on my keyboard, it commercial skips correctly but when I hit blue nothing happens. What is the definition for the blue button in /etc/lirc/lircd.conf? Remember that the names must match exactly.
|
|
Top |
|
 |