Am Montag, 26. September 2005 01:32 schrieb houghi:
> On Sun, Sep 25, 2005 at 02:49:35PM +0200, [EMAIL PROTECTED] wrote:
> > Am Samstag, 24. September 2005 17:13 schrieb houghi:
> > > On Sat, Sep 24, 2005 at 02:36:54PM +0200, [EMAIL PROTECTED]
> > > wrote: Here I get stuck. What is the correct tuner? WiKi tells me
> > > to do `modprobe tveeprom` and then check ou dmesg. Very nice, but
> > > completely useless if you have no clue where to look.
> > try to grep it in the modules
> Did it from 9.1 in the correct diretory without the use of uname.
> Below the details of the fgrep. What must I do with the information?
> [EMAIL PROTECTED] : fgrep -i Microtune
> /media/root/lib/modules/2.6.13-8-smp/*/* Binary file
> /media/root/lib/modules/2.6.13-8-smp/extra/ivtv-tuner.ko matches
> Binary file
> /media/root/lib/modules/2.6.13-8-smp/extra/ivtv-tveeprom.ko matches
> Binary file /media/root/lib/modules/2.6.13-8-smp/ivtv/tuner.ko
> matches Binary file
> /media/root/lib/modules/2.6.13-8-smp/ivtv/tveeprom.ko matches
> [01:30:02] [~]

well ivtv-tuner.ko is the "driver" for your tuner. You have to load it 
via modprobe. Do a
strings /media/root/lib/modules/2.6.13-8-smp/extra/ivtv-tuner.ko
and check for "param" to see if it takes some arguments.
As I can see you have a smp-kernel. Did you try to use a nonsmp 
(=default) kernel? Sometimes some modules have problems with smp...

-- mdc

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to