I'm still working on an upgrade to 2.6 but have the Nova-T bits going OK.

1. Install the Nova-T microcode: /usr/lib/hotplug/firmware/tda1004x.bin
2. Run the dvb-kernel/MAKEDEV-DVB.sh to create the devices in lieu of udev
3. modprobe the relevant modules (from the 10.1 distribution):
        modprobe v4l1-compat
        modprobe v4l2-common
        modprobe video-buf
        modprobe dvb-core
        modprobe grundig_29504-401
        modprobe tda1004x
        modprobe saa7146
        modprobe saa7146_vv
        modprobe ttpci-eeprom
        modprobe budget
        modprobe budget-ci
4. chmod the relevant devices for the mythtv user to access:
        chmod -R a+rw /dev/midi*
        chmod -R a+rw /dev/dvb*
        chmod -R a+rw /dev/video*
        chmod -R a+rw /dev/input*

Looks like you're missing the tda1004x module since your /var/log/messages is missing this bit:

tda1004x: Detected Philips TDA10045H.
tda1004x: Detected Philips TD1316 tuner.

Good luck!
Martin Brown
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to