Author |
Message |
stevetv
|
Posted: Fri Nov 16, 2007 5:03 pm |
|
Joined: Sat Apr 08, 2006 7:27 am
Posts: 125
|
ayourk wrote: Human wrote: ... 3: Fix XMLTV bug by upgrading it Code: cd /root wget http://internap.dl.sourceforge.net/sourceforge/xmltv/xmltv-0.5.48.tar.bz2 tar xjf xmltv-0.5.48.tar.bz2 cd xmltv-0.5.48/ perl Makefile.PL PREFIX=/usr --default make make install cd /usr/share/perl5 /bin/mv -f XMLTV XMLTV.orig /bin/mv -f XMLTV.pm XMLTV.pm.orig ... Why not use the xmltv, xmltv-gui, & xmltv-util debs from unstable/main? They are up to version 0.5.50 now. As for i2c-id.h, you may want to grab the version from: http://linuxtv.org/hg/v4l-dvb/raw-file/ ... x/i2c-id.h, or better yet: Code: if [ ! -x /root/v4l-dvb-1387dc197077 ]; then cd /root wget http://linuxtv.org/hg/v4l-dvb/archive/1387dc197077.tar.bz2 tar -jxf 1387dc197077.tar.bz2 fi
worked for me
|
|
Top |
|
 |
TVBox
|
Posted: Mon Nov 19, 2007 4:43 am |
|
Joined: Mon Apr 23, 2007 1:45 pm
Posts: 405
Location:
Fargo, ND, USA
|
ayourk wrote:
Quote: Code: if [ ! -x /root/v4l-dvb-1387dc197077 ]; then cd /root wget http://linuxtv.org/hg/v4l-dvb/archive/1 ... 77.tar.bz2 tar -jxf 1387dc197077.tar.bz2 fi
This worked for me too.
Code: cd /root wget http://linuxtv.org/hg/v4l-dvb/archive/1387dc197077.tar.bz2 tar -jxf 1387dc197077.tar.bz2
It corrected the i2c-id.h plus the other 11 dead links
out of the 12 links I followed 4 of them to the files in V4l-dvb-1387dc197077 and 4 out of 4 where correct. Thanks avourk
And Thanks Human this patcher is one of the best features KM has got. Look at the time saved by 100 people not having to fix the same problem. Also when they build R6?? it is a place to look for those small issues that have got missed in the previous build.
Good Work!
TVBox
_________________ TVBox LinHES R8.6.1
Last edited by TVBox on Fri Nov 30, 2007 1:16 pm, edited 1 time in total.
|
|
Top |
|
 |
ayourk
|
Posted: Mon Nov 19, 2007 6:53 pm |
|
Joined: Sat Mar 18, 2006 3:21 pm
Posts: 70
Location:
West Fargo, ND
|
If I may be so bold; why not include 1387dc197077.tar.bz2 as v4l-dvb-1387dc197077.tar.bz2 on ftp.knoppmyth.net ? This would save any extra load on linuxtv.org's server.
Also, why isn't this topic "Sticky"?
|
|
Top |
|
 |
TVBox
|
Posted: Wed Dec 12, 2007 3:34 am |
|
Joined: Mon Apr 23, 2007 1:45 pm
Posts: 405
Location:
Fargo, ND, USA
|
|
Top |
|
 |
Human
|
Posted: Fri Dec 21, 2007 10:54 pm |
|
Joined: Thu Sep 30, 2004 11:29 am
Posts: 2419
Location:
Mechanicsburg, PA
|
Sorry I've been away from the patcher for a while. I've been working on a new program and architecture called Tweaker which should debut in R6.
I'm glad the patcher has been so useful  Patches will be a part of R6, too, although they will work in a different way.
I can move the tarfile to knoppmyth.net if Cecil or Dale says it's ok. It's always going to use someone's bandwidth...
_________________ KnoppMyth R5.5
MythiC Dragon v2.0
Join the KnoppMyth Frappr!
|
|
Top |
|
 |
TVBox
|
Posted: Tue Dec 25, 2007 7:48 am |
|
Joined: Mon Apr 23, 2007 1:45 pm
Posts: 405
Location:
Fargo, ND, USA
|
Human
Just so you know about it the script for "On board audio for Biostar TF7025/7050 and other motherboards that needs Realtek ALSA drivers" dos not function. I have two Biostar TF7050 that I have did auto installs on numerous times and have never been successfully. Your script detects the hardware Ok but is the following statement suppose to be a move or remove?
Code: /bin/mv /lib/modules/2.6.18.chw-13/updates/alsa .
This line of code dos not work as it sits. If it is move doesn't it need a destination? I don't see that this step was necessary anyway. In the 50+ pages of verbose the Realtek install seems to be doing that just fine anyway. The problem as I see it right now is the the Realtek install program dos not install the snd-hda-intel module properly. Realtek just released a new driver.
realtek-linux-audiopack-4.07a/alsa-driver-rt20071002
Installing 4.07a after installing 4.06b produces failure. If I install 4.07a before patcher runs, when I reboot patcher runs and installs the old version over top of the new one. My only question here is how do you stop Patcher from running?
TVBox
_________________ TVBox LinHES R8.6.1
|
|
Top |
|
 |
tjc
|
Posted: Tue Dec 25, 2007 10:21 am |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
FWIW - The move does have a destination. Presumably it's being run from roots home directory /root and since "." (pronounced "dot") here is shorthand for the current directory this is equivalent to:
Code: /bin/mv /lib/modules/2.6.18.chw-13/updates/alsa /root
Reading Unix scripts is not all that hard, but it does presume that you understand certain conventions like this. If you see punctuation characters in a script or example command they generally mean something, and that meaning may even change depending on what part of the command they're in.
|
|
Top |
|
 |
Human
|
Posted: Wed Dec 26, 2007 10:20 am |
|
Joined: Thu Sep 30, 2004 11:29 am
Posts: 2419
Location:
Mechanicsburg, PA
|
|
Top |
|
 |
Das Hammer
|
Posted: Wed Jan 30, 2008 11:03 am |
|
Joined: Sun Apr 30, 2006 9:06 pm
Posts: 59
Location:
Das Hoosier State
|
I see there is a 4.07b now available from BioStar.
Was anyone ever able to get something working for this by modifying the wget line to point to the new version then running the patcher?
_________________ Proud member of the Loyal Brotherhood of Snipe Hunters - Local 414
|
|
Top |
|
 |
rollit12
|
Posted: Wed Feb 06, 2008 1:37 pm |
|
Joined: Wed Mar 14, 2007 10:24 am
Posts: 17
|
Not sure if this is a candidate for the patcher, but I found that if you don't change the mythtv-backend startup script to include some sort of setting for the TERM variable, the myth2ipod feature doesn't work.
|
|
Top |
|
 |
Human
|
Posted: Thu Feb 07, 2008 10:36 am |
|
Joined: Thu Sep 30, 2004 11:29 am
Posts: 2419
Location:
Mechanicsburg, PA
|
rollit12 wrote: Not sure if this is a candidate for the patcher, but I found that if you don't change the mythtv-backend startup script to include some sort of setting for the TERM variable, the myth2ipod feature doesn't work.
I just tried myth2ipod on a stock R5F27 installation on 1080i content, and I got the right results. Perhaps there's some other root cause preventing it from working for you? Please look into it in a separate thread, and if there's a resolution that I can add to the patcher, please let me know.
_________________ KnoppMyth R5.5
MythiC Dragon v2.0
Join the KnoppMyth Frappr!
|
|
Top |
|
 |
steeve
|
Posted: Mon Mar 17, 2008 10:35 pm |
|
Joined: Thu Jan 13, 2005 9:55 am
Posts: 135
Location:
Decatur, Ga., USA
|
Das Hammer wrote: I see there is a 4.07b now available from BioStar.
Was anyone ever able to get something working for this by modifying the wget line to point to the new version then running the patcher?
I just did a R5F27 install on an ASUS P1-AH2 and fought the good fight trying to get S/PDIF to work. The cure was to update the Realtek drivers using the commands in LivePatch.sh. S/PDIF now works!!! Yay!!!! These are the commands I followed as root:
Code: # cd /tmp # /bin/mv /lib/modules/2.6.18.chw-13/updates/alsa /tmp # wget ftp://209.216.61.149/pc/audio/realtek-linux-audiopack-<current-driver-name>.tar.bz2 # tar xfj realtek-linux-audiopack-<current-driver-name>.tar.bz2 # cd realtek-linux-audiopack-<current-driver-name> # sed -i "s/^\(alsaconf\)/#\1/g" install # ./install reboot
The driver as of 03/17/08 is 5.01. I let the "./install" process run and do its magic and was pleasantly surprised..no, wait, scratch that, I was f***ing astounded!!!...er, sorry...that it worked after I had spent two days hammering on it to get it to work.
Hope this helps someone!
-sTv 
_________________ R7.3 Backend CPU: 1.8 GHz RAM: 2Gb Drives: 500Gb IDE; IDE DVD-RW Mobo: eMachines Tuners (Analog): PVR-250 Tuners (Digital): DCT-6200 Motorola Cable Box, HDHomeRun (OTA + cable)
|
|
Top |
|
 |
sniffton
|
Posted: Tue Jun 24, 2008 2:43 pm |
|
Joined: Sat Apr 01, 2006 6:22 pm
Posts: 12
Location:
Vancouver, BC
|
|
Top |
|
 |
Human
|
Posted: Tue Jun 24, 2008 3:08 pm |
|
Joined: Thu Sep 30, 2004 11:29 am
Posts: 2419
Location:
Mechanicsburg, PA
|
|
Top |
|
 |
sniffton
|
Posted: Tue Jun 24, 2008 3:38 pm |
|
Joined: Sat Apr 01, 2006 6:22 pm
Posts: 12
Location:
Vancouver, BC
|
could you add it to the patcher? (that's what started me down this road)
btw great work on the patcher, I think the concept is really cool
thnx
N
|
|
Top |
|
 |