On Sat, 15 Mar 2008 03:20:56 +0900
timf <[EMAIL PROTECTED]> wrote:

> Hi Mauro,
> 
> On Fri, 2008-03-14 at 12:14 -0300, Mauro Carvalho Chehab wrote:
> > On Fri, 14 Mar 2008 10:16:48 +0900
> > timf <[EMAIL PROTECTED]> wrote:
> > 
> > > Hi Mauro,
> > > Improved, but still no tuner-xc3028, no dvb.
> > > Relevant part of my dmesg:
> > 
> > > [   15.120000] tuner' 2-0061: chip found @ 0xc2 (saa7133[0])
> > > [   15.120000] tuner' 2-0061: tuner type not set
> > > [   15.120000] tuner' 2-0061: tuner type not set
> > 
> > The above messages are very weird... are you passing any option to saa7134? 
> > It
> > should autodetect tuner=71...
> > 
> > Cheers,
> > Mauro
> 
> OK, I have just done a completely new install of ubuntu 7.10.
> (dmesg1.txt, lspci1.txt, lsmod1.txt)
> 
> Then v4l-dvb via mercurial (download-via-mercurial.txt)
> 
> Then sudo cp xc3028-v27.fw /lib/firmware/2.6.22-14-generic
> (lib-firmware-2.6.22-14-generic.txt)
> 
> Then cd v4l-dvb, make, sudo make install, reboot
> (dmesg2.txt, lspci2.txt, lsmod2.txt)
> 
> Then cd v4l-dvb, patch -p1 < a16d-patch1.diff,
> (patch-result.txt)
> make, sudo make install, reboot
> (dmesg3.txt, lspci3.txt, lsmod3.txt)
> 
> Nothing done to /etc/modprobe.d /etc/modules

Very weird. It shouldn't print that messages.

Please add this at modprobe.conf (or modprobe.d):

        options tuner-xc2028 debug=1
        options tuner debug=1

Also, let's remove the old v4l modules from your kernel:
        make rminstall
        make rmmod

Now, do two tests, with v4l-dvb tree + the patch:

1) do a modprobe saa7134 and collect the logs that start after you modprobe 
saa7134;

2) do:
        make rmmod
        modprobe saa7134 tuner=71 i2c_scan=1

   also, collect the logs

---

You should notice that the driver is currently without support for DVB. After
fixing analog, we will need to patch cx88-dvb to inform the kernel about the
demod chip in use by this board, and provide the proper configuration
parameters for the demod.

Cheers,
Mauro

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Reply via email to