mark mckelvey wrote:
On Sat, 2006-01-21 at 18:13 +0100, Axel Thimm wrote:

  
Almost correct, it is just the opposite. :)

    
So he adds an -ivtv to the name of the module, and then adds lines
to modprobe.conf that tell it to use these names instead of the
names of the modules in the kernel.
      

Thanks for the suggestions.  I went back and used Jarod Wilson's
suggested aliases again in /etc/modprobe.conf, so now it looks like:

[EMAIL PROTECTED] mythtv]# more /etc/modprobe.conf
alias eth0 via-rhine
alias scsi_hostadapter sata_via
alias snd-card-0 snd-via82xx
options snd-card-0 index=0
options snd-via82xx index=0
remove snd-via82xx { /usr/sbin/alsactl store 0 >/dev/null 2>&1
|| : ; }; /sbin/modprobe -r --ignore-remove snd-via82xx
#alias char-major-81 ivtv
# ivtv modules setup
alias char-major-81 videodev
alias char-major-81-0 ivtv
alias tveeprom tveeprom-ivtv
alias msp3400 msp3400-ivtv
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd


After making this change, the behavior was basically the same
(zero-length test captures, i2c errors in the message logs), though
there are some detail differences in the ivtv messages indicating that
the ivtv-supplied modules are loading in place of the kernel versions.
Output of these messages follows below, and one thing I noticed that I
hadn't before is the line near the top, 'ivtv: no version for
"struct_module" found: kernel tainted'.  I'll be googling this message,
and trying alternative versions of the firmware, but if anyone has any
ideas for me I'd love to hear them :)
  
Hmm, try with the ivtv-tuner: alias tuner tuner-ivtv. I saw the same when I tried to use the tuner module from the kernel.

/ibu
_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to