On Sat, Feb 10, 2007 at 05:35:48PM +0000, Jerome Hettich wrote: > Hello list, > > as this is my first post to this list I have to say I have been a long > time user of atrpms which has always made my life much easier - thank > you for the great repository! > > I have just encountered an issue when when upgrading from a working > 2.6.18-1.2869.fc6 to 2.6.19-1.2895.fc6 via smart - which seems to result > from the ivtv 0.9.1 modules provided in the > ivtv-kmdl-2.6.19-1.2895.fc6-0.9.1-123.fc6.at.i686.rpm package. When > trying to boot with 2.6.19-1.2895 a kernel panic occurs when starting > udev as an out of memory error occurs with no processes to kill.
Check the output of
rpm -qa --qf '%{name}-%{version}-%{release}.%{arch}\n' ivtv\* kernel\* glibc\*
It looks like you have some i586 package installed instead of i686.
Also try
rpm -qf --qf '%{name}-%{version}-%{release}.%{arch}\n'
/lib/modules/2.6.19-1.2895.fc6/updates/drivers/media/video/ivtv.ko
> If I comment out the ivtv modules in modprobe.conf and blacklist ivtv
> then I can boot to runlevel 3 (as I run X on the PVR350 frame buffer)
> and if I try and load the ivtv module the errors below are issued.
>
> Please let me know if this would be best directed to the ivtv-users list
> - but any help in resolving this issue (which I assume to be caused by
> versioning in the atrpms ivtv kmdl package) would be greatly appreciated.
>
> thanks
>
> Jerome
>
> $uname -a
> Linux Beaker 2.6.19-1.2895.fc6 #1 SMP Wed Jan 10 19:28:18 EST 2007 i686
> i686 i386 GNU/Linux
>
> $modprobe ivtv
> FATAL: Error inserting ivtv
> (/lib/modules/2.6.19-1.2895.fc6/updates/drivers/media/video/ivtv.ko):
> Invalid module format
> FATAL: Error inserting ivtv
> (/lib/modules/2.6.19-1.2895.fc6/updates/drivers/media/video/ivtv.ko):
> Invalid module format
> FATAL: Error inserting ivtv
> (/lib/modules/2.6.19-1.2895.fc6/updates/drivers/media/video/ivtv.ko):
> Invalid module format
> FATAL: Error inserting ivtv
> (/lib/modules/2.6.19-1.2895.fc6/updates/drivers/media/video/ivtv.ko):
> Invalid module format
> FATAL: Error inserting ivtv
> (/lib/modules/2.6.19-1.2895.fc6/updates/drivers/media/video/ivtv.ko):
> Invalid module format
> FATAL: Error inserting ivtv
> (/lib/modules/2.6.19-1.2895.fc6/updates/drivers/media/video/ivtv.ko):
> Invalid module format
> .....
>
> $tail -f /var/log/messages
> Feb 10 16:48:09 Beaker kernel: Linux video capture interface: v2.00
> Feb 10 16:48:09 Beaker kernel: ivtv: version magic '2.6.19-1.2895.fc6
> SMP mod_unload 586 REGPARM 4KSTACKS ' should be '2.6.19-1.2895.fc6 SMP
> mod_unload 686 REGPARM 4KSTACKS '
> Feb 10 16:48:40 Beaker last message repeated 572 times
> Feb 10 16:48:47 Beaker last message repeated 143 times
> Feb 10 16:48:48 Beaker kernel: ivtv_fb: version magic '2.6.19-1.2895.fc6
> SMP mod_unload 586 REGPARM 4KSTACKS ' should be '2.6.19-1.2895.fc6 SMP
> mod_unload 686 REGPARM 4KSTACKS '
> Feb 10 16:49:19 Beaker last message repeated 632 times
> Feb 10 16:49:23 Beaker last message repeated 82 times
>
> $cat /etc/modprobe.conf
> alias eth0 skge
> alias scsi_hostadapter ata_piix
> alias scsi_hostadapter1 ahci
> alias snd-card-0 snd-intel8x0
> options snd-card-0 index=0
> options snd-intel8x0 index=0
> remove snd-intel8x0 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ;
> }; /sbin/modprobe -r --ignore-remove snd-intel8x0
>
> # ivtv modules setup
> alias char-major-81 videodev
> alias char-major-81-0 ivtv
> install ivtv /sbin/modprobe --ignore-install ivtv; /sbin/modprobe ivtv-fb
>
> #alias eth1 zd1211rw
>
> # I2C module options
> alias char-major-89 i2c-dev
>
>
> _______________________________________________
> atrpms-users mailing list
> [email protected]
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
--
Axel.Thimm at ATrpms.net
pgpCDttGJ1sxb.pgp
Description: PGP signature
_______________________________________________ atrpms-users mailing list [email protected] http://lists.atrpms.net/mailman/listinfo/atrpms-users
