Author |
Message |
dwaine
|
Posted: Tue Nov 21, 2006 10:20 pm |
|
Joined: Thu Dec 01, 2005 12:46 am
Posts: 135
|
I tried it and it worked. Remove the plugins like you said. I'm just running the script again.
But before I ran the scripted I tested out the frontend and it loaded fine.
I'll let you know when the script downloads/compiles and installs again.
Thanks......
Dwaine
|
|
Top |
|
 |
dwaine
|
Posted: Wed Nov 22, 2006 12:24 am |
|
Joined: Thu Dec 01, 2005 12:46 am
Posts: 135
|
Ok... After I had the frontend loading. I ran your script. After the script ran, I had the same problem where the themes would not build and the frontend crashed.
I just ran this command. It failed, but the themes did rebuild and the frontend does load.
root@mythtv:~# apt-get install mythplugins
Reading Package Lists... Done
Building Dependency Tree... Done
Recommended packages:
mythbrowser mythcontrols mythflix mythdvd mythgallery mythgame mythmusic mythnews mythphone mythvideo mythweather mythweb
The following NEW packages will be installed:
mythplugins
0 upgraded, 1 newly installed, 0 to remove and 359 not upgraded.
Need to get 0B/39.1MB of archives.
After unpacking 96.4MB of additional disk space will be used.
E: /var/cache/apt/archives/mythplugins_0.20a-1_i386.deb not a valid DEB package.
E: Prior errors apply to /var/cache/apt/archives/mythplugins_0.20a-1_i386.deb
Selecting previously deselected package mythplugins.
(Reading database ... 62428 files and directories currently installed.)
Unpacking mythplugins (from .../mythplugins_0.20a-1_i386.deb) ...
Setting up mythplugins (0.20a-1) ...
ln: `/usr/share/mythtv/mythweb/image_cache': File exists
dpkg: error processing mythplugins (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
mythplugins
E: Sub-process /usr/bin/dpkg returned an error code (1)
|
|
Top |
|
 |
WattoToydarian
|
Posted: Wed Nov 22, 2006 12:32 am |
|
Joined: Thu Jun 16, 2005 2:37 pm
Posts: 116
Location:
St. Louis MO.
|
What do you mean the themes are not building?
Try "apt-get remove mythstream" and see if the frontend loads. Because ed's log showed "Unable to initialize plugin 'mythstream'." just before it crashed.
_________________ Backend: HP NetServer LT 6000r U3; 6 700Mhz Xeon CPUs; 3GB PC133 ECC; LSI Ultra160 SCSI 4 18GB 10kRPM striped system; 7200RPM 160GB recordings; Ubuntu-server 7.04; HDHomeRun box.
Frontend: A64 3000+; 512MB DDR; Hauppauge grey; knoppmyth PXE/NFS.
|
|
Top |
|
 |
gasheets
|
Posted: Wed Nov 22, 2006 11:19 am |
|
Joined: Mon Feb 20, 2006 9:14 pm
Posts: 8
Location:
Kansas City
|
Been fighting through this some more...
From a clean install.
Run script. After SVN Myth installs, but before mythplugins installs, it works. After mythplugins installs, it stops working.
Then I did
apt-get update
dpkg -r mythplugins mythburn-ui
rm -fr /usr/share/mythtv/mythweb
dpkg -i mythplugins_0.20a-1_i386.deb
That gets me to a working frontend with most things working. Looks like mythweb is not working... I get:
Incompatible protocol version (mythweb=30, backend=31)
I am certain this IS NOT the right way to do things, but it looks like the SVN mythplugins part of mythsvn.sh still needs some tweaking for those of us coming off clean installs.
|
|
Top |
|
 |
overtorqued
|
Posted: Tue Dec 05, 2006 10:59 pm |
|
Joined: Fri Sep 08, 2006 5:16 pm
Posts: 2
|
Had the same issue with the front end not starting after running the script. Seemed to be an issue with mythphone. I don't use mythphone so I went in to /usr/lib/mythtv/plugins and renamed libmythphone.so to something else (libmythphone.so.noload) and the front end started right up.
|
|
Top |
|
 |
mahi
|
Posted: Sun Dec 10, 2006 12:27 pm |
|
Joined: Thu Mar 23, 2006 8:18 pm
Posts: 13
|
<edit>
I used the script btw.
</edit>
Is there some magical way to get --enable-firewire working with SVN 12231. Or any of them?
./configure doesn't want to play nice. I am sure It is something I am doing wrong. But, I have tried everything I can think of and it keeps telling me:
# Input Support
Joystick menu yes
lirc support yes
Apple Remote no
Video4Linux sup. yes
ivtv support yes
FireWire support no
DVB support yes [/usr/include]
I tried compiling raw1394/libiec61883. Reinstalling via apt. You name it.
Anyone ever jumped this hurdle? I tried rolling back and now I have a 32/30 protocol mismatch. (I should have just left it alone).
|
|
Top |
|
 |
WattoToydarian
|
Posted: Sun Dec 10, 2006 1:30 pm |
|
Joined: Thu Jun 16, 2005 2:37 pm
Posts: 116
Location:
St. Louis MO.
|
hey mahi.
First of all, did you have to do what overtorqued had to do in the previous post about renaming mythphone? and did you read this? http://knoppmythwiki.org/index.php?page=FirewireCapture
Also, I am assuming you have a Firewire port and it's working with knoppmyth.
Second, in the mythtv documentation it says:
Quote: You may use the Firewire output of the Motorola DCT6200 or the SA3250. If your provider uses 5C encryption on a particular channel, you won't be able to get any content. So I'm assuming that the DCT6200 and SA3250 are the only boxes that are supported.
This could however just be for mythtv .20 and not include additional support that is currently in .21.
If you believe it is suppose to work, then usually in order to compile support for something you need the source headers. Try looking for firewire source packages. --enable-firewire will not work because it is enabled in ./configure by default.
This is all I know about firewire support in mythtv so your on your own from here unless someone else knows what to do.
_________________ Backend: HP NetServer LT 6000r U3; 6 700Mhz Xeon CPUs; 3GB PC133 ECC; LSI Ultra160 SCSI 4 18GB 10kRPM striped system; 7200RPM 160GB recordings; Ubuntu-server 7.04; HDHomeRun box.
Frontend: A64 3000+; 512MB DDR; Hauppauge grey; knoppmyth PXE/NFS.
|
|
Top |
|
 |
mahi
|
Posted: Sun Dec 10, 2006 1:47 pm |
|
Joined: Thu Mar 23, 2006 8:18 pm
Posts: 13
|
Thanks alot watto.
It did work from .19 -> .20fixes (the 11xxx) svn. I used your script before and it worked extremely well. Now, I cant seem to get Firewire support to compile. It keeps telliing me "not enabled". In fact if I let it finish, it tells me that the firewire connection I have is not supported. (motorola 3412. which is a spinoff of the 6200).
As far as the phone stuff, I did that a while back when I couldn't get the frontend to start.
Thanks, at least you confirmed that there may be something I can do. I going to keep trying.
|
|
Top |
|
 |
WattoToydarian
|
Posted: Sun Dec 10, 2006 1:57 pm |
|
Joined: Thu Jun 16, 2005 2:37 pm
Posts: 116
Location:
St. Louis MO.
|
Did you do a reinstall of knoppmyth since it worked? try unplugging it from the firewire and plugging it back in and check the "dmesg" command to see if it shows up at the bottom.
_________________ Backend: HP NetServer LT 6000r U3; 6 700Mhz Xeon CPUs; 3GB PC133 ECC; LSI Ultra160 SCSI 4 18GB 10kRPM striped system; 7200RPM 160GB recordings; Ubuntu-server 7.04; HDHomeRun box.
Frontend: A64 3000+; 512MB DDR; Hauppauge grey; knoppmyth PXE/NFS.
|
|
Top |
|
 |
mahi
|
Posted: Sun Dec 10, 2006 2:01 pm |
|
Joined: Thu Mar 23, 2006 8:18 pm
Posts: 13
|
Dec 10 14:59:24 mythbox kernel: ieee1394: Node changed: 0-01:1023 -> 0-00:1023
Dec 10 14:59:24 mythbox kernel: ieee1394: Node suspended: ID:BUS[0-00:1023] GUID[00159afffecdd5fb]
Dec 10 14:59:26 mythbox kernel: ieee1394: Node changed: 0-00:1023 -> 0-01:1023
Dec 10 14:59:26 mythbox kernel: ieee1394: Node resumed: ID:BUS[0-01:1023] GUID[00159afffecdd5fb]
Yep, she is there... 
|
|
Top |
|
 |
mahi
|
Posted: Sun Dec 10, 2006 2:08 pm |
|
Joined: Thu Mar 23, 2006 8:18 pm
Posts: 13
|
raw1394 26876 0
dv1394 19676 0
ohci1394 31920 1 dv1394
ieee1394 288984 3 raw1394,dv1394,ohci1394
These are the modules. Is there something I can add or change to config.h/config.mak?
|
|
Top |
|
 |
mahi
|
Posted: Mon Dec 11, 2006 2:11 am |
|
Joined: Thu Mar 23, 2006 8:18 pm
Posts: 13
|
sigh...
got it..
I had libavc version .4xx (seems to be the default)
in mythtv's make file it wants .5xx
Compiled it from here:
http://ftp.debian.org/debian/pool/main/liba/libavc1394/
It works like a charm. Thanks Watoo, you inspired me to keep looking.
Hope this helps someone else in the future.
Nice script. It saves me the trouble of having to sit and do it manually. Minus my own problems, it is is a time saver..
Cheers!
|
|
Top |
|
 |
WattoToydarian
|
Posted: Mon Dec 11, 2006 2:26 pm |
|
Joined: Thu Jun 16, 2005 2:37 pm
Posts: 116
Location:
St. Louis MO.
|
YAY! Good job! Hope you have fun with it!
_________________ Backend: HP NetServer LT 6000r U3; 6 700Mhz Xeon CPUs; 3GB PC133 ECC; LSI Ultra160 SCSI 4 18GB 10kRPM striped system; 7200RPM 160GB recordings; Ubuntu-server 7.04; HDHomeRun box.
Frontend: A64 3000+; 512MB DDR; Hauppauge grey; knoppmyth PXE/NFS.
|
|
Top |
|
 |
dwaine
|
Posted: Mon Jan 01, 2007 5:46 pm |
|
Joined: Thu Dec 01, 2005 12:46 am
Posts: 135
|
Has anyone tried this script on R5E50? Does it work?
|
|
Top |
|
 |
dwaine
|
Posted: Mon Jan 01, 2007 5:58 pm |
|
Joined: Thu Dec 01, 2005 12:46 am
Posts: 135
|
Has anyone tried this script on R5E50? Does it work?
|
|
Top |
|
 |