Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re: need an howto for debian/nova-t/kernel2.6
Hi,
i managed to get a 2.10.rc2 kernel to compile and running,
gives me a some errors during boot, but lsmod shows this:
cx88_dvb 7428 0
mt352 6788 1 cx88_dvb
video_buf_dvb 7684 1 cx88_dvb
dvb_core 82864 1 video_buf_dvb
cx22702 11268 1 cx88_dvb
cx88_blackbird 16388 0
cx8802 11652 2 cx88_dvb,cx88_blackbird
firmware_class 11264 1 cx88_blackbird
cx8800 32780 0
cx88xx 50452 4 cx88_dvb,cx88_blackbird,cx8802,cx8800
i2c_algo_bit 11016 1 cx88xx
video_buf 22916 6
cx88_dvb,video_buf_dvb,cx88_blackbird,cx8802,cx8800,cx88xx
btcx_risc 5896 3 cx8802,cx8800,cx88xx
snd_intel8x0 33824 0
snd_ac97_codec 75360 1 snd_intel8x0
snd_pcm_oss 53796 0
snd_mixer_oss 20992 1 snd_pcm_oss
snd_pcm 96928 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 26628 1 snd_pcm
snd_page_alloc 10884 2 snd_intel8x0,snd_pcm
i2c_i801 9612 0
i2c_core 24192 5
mt352,cx22702,cx88xx,i2c_algo_bit,i2c_i801
shpchp 100740 0
....
now when i do try to compile v4l it ends after a second.
* make -C /lib/modules/2.6.10-rc2/build
SUBDIRS=/root/tmp/v4l/video4linux modules
* make: *** /lib/modules/2.6.10-rc2/build: No such file or
directory. Stop.
* make: *** [default] Fehler 2
Also xawtv, which i installed with apt crashes with a "memory error".
so what are the next steps, maybe the memory error depends on my kernel.
thx
Am Samstag, den 18.12.2004, 21:55 +0000 schrieb Richie Jarvis:
> hayoshock wrote:
>
> >I tried to compile with the patches but i got some errors,
> >now im following this guide
> >
> >http://www.hauppauge.co.uk/board/showpost.php?p=4058&postcount=17
> >
> >but i couldnt find any cx88 refences in my kernel.
> >He says to activate this cx22702, so i did and compiled,
> >but my last kernel compile is some years away.
> >Is there a way to get some precompiled kernels that support
> >the latest wintv nova-t card?
> >or any other way, one saturday in the wind...
> >
> >
> Hi - I recently (last week) had the very same issue getting 2 Nova-T's
> working under FC3 (along with my slightly older Technotrend budget card
> - which explains the TDA10045 in the lsmod below.) What I found, is
> that I had patch the kernel with the bytesex.org patches (I used
> kernel-2.6.10-rc2), then select video4linux, and underneath the CX88xx
> entry in the V4L section, you will see an entry for DVB CX88xx. Also,
> select the CX22702 frontend in the DVB section itself.
>
> Make sure you have the correct IDE chipset selected, otherwise you will
> not get DMA working (and DVB-T won't work) in your kernel as well.
>
> Once done, everything was correctly loaded - BUT, it still didn't work,
> as the udev rules on FC3 were incorrect - they might be fine for Debian
> though. To correct this issue, and get the the devices into /dev as
> /dev/dvb/adapter0/, I used the advice present in the documentation -
> there is a file in the dvb-kernel drivers which explains how to setup
> udev - its in linux/Documentation/dvb/udev.txt btw - took me ages to
> find (why aren't the docs in the doc folder??)
>
> Anyway, once I had done all this, and rebooted on the new kernel, it all
> worked perfectly for my mythtv installation - took me 4 days and alot of
> kernel compilation and swearing mind!
>
> Good luck, and let us know how you get on.
>
> Here is an lsmod listing if it helps - I also have the .config file I
> used as well if you want it.
>
> [root@samtv ~]# lsmod
> Module Size Used by
> nfsd 210976 9
> exportfs 9344 1 nfsd
> md5 4608 1
> ipv6 272960 16
> autofs4 28164 0
> via686a 18840 0
> eeprom 8216 0
> adm1021 13236 0
> i2c_sensor 3840 3 via686a,eeprom,adm1021
> i2c_isa 2432 0
> nfs 228484 3
> lockd 68264 3 nfsd,nfs
> sunrpc 182372 23 nfsd,nfs,lockd
> video 16132 0
> button 6928 0
> battery 9220 0
> ac 5124 0
> cx8800 34188 0
> v4l1_compat 14212 1 cx8800
> v4l2_common 6144 1 cx8800
> cx88_dvb 6660 0
> cx8802 12164 1 cx88_dvb
> mt352 6020 1 cx88_dvb
> cx88xx 48916 3 cx8800,cx88_dvb,cx8802
> i2c_algo_bit 9736 1 cx88xx
> btcx_risc 5256 3 cx8800,cx8802,cx88xx
> videodev 10240 2 cx8800,cx88xx
> video_buf_dvb 7300 10 cx88_dvb
> video_buf 24324 5 cx8800,cx88_dvb,cx8802,cx88xx,video_buf_dvb
> cx22702 10756 1 cx88_dvb
> budget_ci 13440 0
> tda1004x 13700 1 budget_ci
> budget_core 12420 1 budget_ci
> dvb_core 94768 12 video_buf_dvb,budget_ci,budget_core
> saa7146 19920 2 budget_ci,budget_core
> ttpci_eeprom 3072 1 budget_core
> stv0299 10500 1 budget_ci
> parport_pc 29636 0
> parport 41928 1 parport_pc
> i2c_viapro 7948 0
> i2c_core 23552 15
> via686a,eeprom,adm1021,i2c_sensor,i2c_isa,mt352,cx88xx,i2c_algo_bit,cx22702,budget_ci,tda1004x,budget_core,ttpci_eeprom,stv0299,i2c_viapro
> 8139too 30592 0
> mii 5504 1 8139too
> ext3 134152 3
> jbd 86808 1 ext3
> dm_mod 61844 2
>
> Cheers,
>
> Richie
>
>
Home |
Main Index |
Thread Index