On 01/05/2005 12:00 PM, Jonas Meurer wrote:

i'm running debian/unstable amd64 port on an AMD Athlon64 with a
Hauppauge WinTV PVR 350. I've compiled my own 2.6.9 kernel, running udev
and matroxfb [framebuffer] (don't know any other important configuration).

i've successfully compiled and installed ivtv drivers and utils, and
loading ivtv and ivtv-fb modules works well (see end of mail)
...
and below the output modprobe:


ivtv: i2c client addr: 0x50 not found!
ivtv: Error -19 reading Hauppauge eeprom.
ivtv: Possible causes: the tveeprom module was not loaded, or
ivtv: the eeprom kernel module was loaded before the tveeprom module.


One or more modules is failing to load. It seems there's a problem with your tveeprom module--which may be caused by manually loading the module.

Make sure your mod{ules,probe}.conf contains only:

# ivtv modules setup
alias char-major-81 videodev
alias char-major-81-0 ivtv

and if you want to load the ivtv framebuffer when you load ivtv,

install ivtv /sbin/modprobe --ignore-install ivtv; /sbin/modprobe ivtv-fb

And then use *only* "modprobe ivtv" (do not insmod) to load the driver.

Mike


------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Ivtv-users mailing list Ivtv-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ivtv-users

Reply via email to