View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 8 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Tue Dec 13, 2005 7:13 pm 
Offline
Joined: Tue Dec 13, 2005 6:40 pm
Posts: 28
I am trying to get the IR Blaster that came with my PVR-150 (new for this purpose) to function properly. I guess it is the silver remote, or possibly the grey. This is the only one I have ever laid eyes on, but it looks silver to me. The remote receiver works, just not the transmitter.

Using this thread:
http://mysettopbox.tv/phpBB2/viewtopic.php?t=6206&postdays=0&postorder=asc&start=0

Code:
cd /usr/src
tar jxvf kernel-source-2.6.11.9-chw-2.tar.bz2
cd /usr/src
wget http://www.controlaltdeleted.com/myth/lirc-0.7.2pvr150.tar.bz2
tar xfj lirc-0.7.2pvr150.tar.bz2
cd lirc-0.7.2pvr150
./configure


I do not get very far. I get an error when doing the tar, see below.
I've done three complete reinstalls of KnoppMyth (not directly related to this error, have other issues as well) and each time I get the same result.

Code:
ERROR after running   tar jxvf kernel-source-2.6.13.2-chw-3.tar.bz2

bzip2: Compressed file ends unexpectedly;
        perhaps it is corrupted?  *Possible* reason follows.
bzip2: Inappropriate ioctl for device
        Input file = (stdin), output file = (stdout)

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.

tar: Read 3664 bytes from kernel-source-2.6.13.2-chw-3.tar.bz2
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now


I did check and verify the md5sum as well for the .iso I burned to CD.

When I go on to the next step, I can certainly wget the file indicated.
When doing the tar on on lirc-0.7 it returns the command prompt with no errors.
However, when I do the ./configure I get the following after a long string of stuff:

Code:
configure: error: *** you need to have the Linux kernel source installed
        for this driver


Checking with Synaptic, it says the kernal source is installed.

If I continue on and try the make && make install I get this:


Code:
make: *** No targets specified and no makefile found.  Stop.


To no surprise, given my abilities (or lack thereof), I am stuck.

Just for general knowledge, KnoppMyth does work on this system. I can watch live tv as well as record stuff and stream stuff. The IR Blaster does not work, nor does the "install-nvidia" work. I think it needs nvidia7676, which I did not see as an option, but tried them all anyway. Burning to DVD does not work either. However, I am just taking this one step at a time.

Any suggestions?
Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 13, 2005 7:27 pm 
Offline
Joined: Tue Dec 13, 2005 6:40 pm
Posts: 28
Forgot to reference dmesg, and here is part of what was in it.

Code:
lirc_dev: IR Remote Control driver registered, at major 61
lirc_pvr150: chip found with RX and TX
ivtv0: i2c attach to card #0 ok [client=Hauppauge PVR150 IR RX, addr=71]
ivtv0: i2c attach to card #0 ok [client=Hauppauge PVR150 IR TX, addr=70]
lirc_dev: lirc_register_plugin: sample_rate: 0
lirc_pvr150: firmware of size 209327 loaded
lirc_pvr150: 575 codesets loaded
lirc_pvr150: Hauppauge PVR-150 IR blaster: firmware version 1.3.0


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 13, 2005 8:42 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
Of course this isn't going to work... You need to untar the source to compile LIRC. Probably a bad burn...burn at a lower speed or different media.

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 13, 2005 8:56 pm 
Offline
Joined: Tue Dec 13, 2005 6:40 pm
Posts: 28
Ugh.....

I was afraid someone would say that, now that I have 20+Gb worth of shows to watch.
I sure hate to delete them but can't get this thing to burn DVD's either and it takes a full day (8+ hours) to get KnoppMyth to a running state. Howver, on the bright side, maybe a "good" burn will subtract some of the gymnastics I have to go through to get this beast running.

I will re-burn a new .iso, slow and steady.

I sure hope you're right.

Thanks for the input.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 13, 2005 9:00 pm 
Offline
Joined: Mon May 10, 2004 8:08 pm
Posts: 1891
Location: Adelaide, Australia
You can check a CD after you have burnt it using testcd. It's not terribly well documented how to use the testcd option to verify your CD image, but it's almost trivial. Simply add the word "testcd" to the end of your options when booting from the CD. It doesn't work all by itself so you need to say something like "tv testcd" or "expert testcd" or "knoppmyth tescd", but it does work. I think it checks it before presenting the install menu, so you should be able to do this without actually going ahead and re-installing.

The other thing you could do, assuming that the corruption is only in the kernel sources is to just mount a newly burnt cd (without corruption) and copy the linux source tarball onto your hard disk over the top of the corrupted one. Of course, there is no telling what else on your installation may be corrupted.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 13, 2005 9:07 pm 
Offline
Joined: Tue Dec 13, 2005 6:40 pm
Posts: 28
Doesn't this cause a dilema......

I will dink around with these suggestions and hopefully remember to post any findings.

Thanks for the comments and suggestions.

EDIT:

Just as a thought, would the following topic post of mine have any relationship with the issues presented in this post?

http://mysettopbox.tv/phpBB2/viewtopic.php?t=7351


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 13, 2005 9:35 pm 
Offline
Joined: Mon May 10, 2004 8:08 pm
Posts: 1891
Location: Adelaide, Australia
Yes. The kernel sources are required to install the nvidia driver too. With recent knoppmyth versions, this would occur automatically during the install if you have an nvidia card.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 14, 2005 4:45 pm 
Offline
Joined: Tue Dec 13, 2005 6:40 pm
Posts: 28
Greg Frost,

Thanks for prompting me to "testcd".
It failed.

Re-burnt, re-installed.

Things are looking much better this time around.

That has never happened to me before. No wonder I was banging my head on the wall trying to figure out why nothing was going as it should.

Again, thanks for the help.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 15 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu