View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 14 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Sun Feb 27, 2005 3:04 am 
Offline
Joined: Thu Feb 24, 2005 2:41 pm
Posts: 13
Hello everybody,
I have a twinhan 1020a, and everytime Knoppmyth boot it hangs.
First I installed Knoppmyth and after I was done with the installation I installed the VP1020a. It gets detected as a brooktree device, and the process keeps going, but later on it says is an unknown bttv device, and the computer just hangs there.
How can I disable the auto detection? so later on I can load drivers manually. Please some one help. I am trying to get this workign with Knoppmyth version R5A10. And the vp1020a is a dvb card.

Thanks in advance.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 27, 2005 3:54 am 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
update-rc.d KnoppMyth-tv remove
Which release are you using?

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 27, 2005 4:44 am 
Offline
Joined: Thu Feb 24, 2005 2:41 pm
Posts: 13
Thank you for your reply.
I am using the latest R5A10.

in wich directory update-rc.d is?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 27, 2005 12:36 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
update-rc.d is a command should be in your path, as long as you are logged in as root it can be run from anywhere.

_________________
Have a question search the forum and have a look at the KnoppMythWiki.

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 27, 2005 7:04 pm 
Offline
Joined: Thu Feb 24, 2005 2:41 pm
Posts: 13
Here is the message I get while running the command update-rc.d KnoppMyth-tv remove

update-rc.d:/etc/init.d/KnoppMyth-tv exists during rc.d purge (use -f to force)

Then I did this
update-rc.d -f KnoppMyth-tv remove

I shutdown the computer. Put twinhan in. And there was no autodetection, like before, but still it gave me the message
Code:
bttv0: bt878 (rev17) at 0000:02:0c.0[A] --> GSI 9 (level, low) --> IRQ 9
bttv0: subsystem: fefe:0001 (UNKNOWN)
bttv0: using: ***UNKNOWN/GENERIC*** [card=o,autodetected]

and it hangs again


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 27, 2005 7:15 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
Code:
update-rc.d -f KnoppMyth-tv remove

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 27, 2005 7:42 pm 
Offline
Joined: Thu Feb 24, 2005 2:41 pm
Posts: 13
cesman wrote:
Code:
update-rc.d -f KnoppMyth-tv remove

I did that man is in my previous post, and then i got what i put in the green. Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 27, 2005 8:23 pm 
Offline
Joined: Wed Mar 03, 2004 7:43 pm
Posts: 748
Location: Sydney, Australia
Those messages say that the VideoForLinux drivers don't recognise your DVB card. They are usually harmless - it just means that you won't be able to use the composite or S-Video inputs on your card (if it has any) to digitise analog video signals (like from a VCR). I think that is caused by the ROM on that card being old - it doesn't have an appropriate vendor-specific ID.

To use DVB cards, you currently need to add some extra modules into the boot sequence. Edit /etc/modules, and put these lines:
Code:
dst
dvb-bt8xx
near the top.

_________________
| Nigel Pearson, nigel.pearson.au@gmail.com
| "Things you own end up owning you" - Tyler, Fight Club


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 27, 2005 9:45 pm 
Offline
Joined: Thu Feb 24, 2005 2:41 pm
Posts: 13
Quote:

To use DVB cards, you currently need to add some extra modules into the boot sequence. Edit /etc/modules, and put these lines:
Code:
dst
dvb-bt8xx
.


Thanks guys I really apreciate you guys trying to help me.

I forgot to mention what I have put on the /etc/modules. I did try what you said and the computer hangs always at the same point.

I have put this before and I tried what you said.
Code:
dvb-core
bttv i2c_hw=1 card=0x71
dvb-bt8xx
dst


I have also tried putting that under /etc/mythtv/modules/bttv0

And it hangs cannot even use the keyboard.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 27, 2005 10:54 pm 
Offline
Joined: Wed Mar 03, 2004 7:43 pm
Posts: 748
Location: Sydney, Australia
It is hanging when it tries to load BTTV, yes?

If so, then comment out the bttv line from /etc/modules. DVB doesn't need it (especially with the extra options you have added to the bttv module), as it will load bttv if it needs it, with the correct options.

If that doesn't get the OS fully booted, comment out even more lines. Try the bottom half. If that fails, add the top half. If that fails, I am at a loss :(

_________________
| Nigel Pearson, nigel.pearson.au@gmail.com
| "Things you own end up owning you" - Tyler, Fight Club


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 27, 2005 11:16 pm 
Offline
Joined: Thu Feb 24, 2005 2:41 pm
Posts: 13
Thank you everyone I got it working.
I uncomented 1 line in /etc/modules.conf
and /etc/modutils/KnoppMyth

The line I uncommented was
Code:
#include /etc/mythtv/modules/bttv


That worked and i kept this on /etc/modules
Code:
dvb-core
bttv i2c_hw=1 card=0x71
dvb-bt8xx
dst


Now when knoppmyth load I can hear the tuner in my dvb card click, and then I did the settup of mythtv scan the satellite and everything worked out. Butt cannot view live tv. I just see a black screen with no video for 2 minutes .then it goes back to the front menu, but that is a subject for another thread.

Well thank you everybody.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 28, 2005 2:36 am 
Offline
Joined: Thu Feb 24, 2005 2:41 pm
Posts: 13
I did a reinstall just to try again and to make sure everything I try would work again.

I did not find
Code:
include /etc/mythtv/modules/bttv

in /etc/modules.conf or /etc/modutils/KnoppMyth


So I just added

Code:
dvb-core
bttv i2c_hw=1 card=0x71
dvb-bt8xx
dst

to /etc/modules

shutdown put card in and it just work. I find it weird.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 14, 2005 6:18 pm 
Offline
Joined: Wed Mar 03, 2004 7:43 pm
Posts: 748
Location: Sydney, Australia
Reviving an old thread with some facts.

1) Some 2.6.11 Linux Kernels will hang with the TwinHan VisionPlus cards when their bttv drivers load. This means anything newer than KnoppMyth R5A12 will hang unless you change the kernel

2) R5A12 used the 2.6.9 or 2.6.10 kernel. Downgrading the kernel in a newer KnoppMyth will give you a working environment.

3) Upgrading the kernel to 2.6.12.2 or 2.6.12.4 also works. That _should_ mean that 2.6.13 will also be safe, but sadly, you never know :(

_________________
| Nigel Pearson, nigel.pearson.au@gmail.com
| "Things you own end up owning you" - Tyler, Fight Club


Top
 Profile  
 
 Post subject:
PostPosted: Wed Aug 17, 2005 11:30 pm 
Offline
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location: Brisbane, Queensland, Australia
I have posted a script that can upgrade the kernel for you, as well there is a details post in the Installation thread about this problem.

_________________
Girkers


Top
 Profile  
 

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


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 28 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