Fedora 15 kernel 2.6.41.1-1: asm/amd_iommu.h missing; bad kernel upgrade!

Reindl Harald h.reindl at thelounge.net
Thu Nov 24 08:44:05 UTC 2011



Am 24.11.2011 09:16, schrieb Rob:
> Hi,
> 
> After upgrading to the kernel of Fedora 15 today, the devel package has a problem:
> 
> error: asm/amd_iommu.h: No such file or directory
> 
> which causes the failure of the VirtualBox kernel modules compilation......
> 
> So this is a bad kernel upgrade!!!!
> Rob.

fix the module code of vbox as i did with VMware-Workstation
2.6.41 = 3.1 and they do not recognize this

third-party kernel modules are not suported and so this update was OK and
is the better solution than doing the same epic fail happened with F14 again
that users with new sandy-bdrige-harwdare was forced to a dist-upgrade

this as example is the only needed fix for vmware-tools

[root at buildserver64:~]$ cat /rpmbuild/SOURCES/open-vm-tools-2.6.41.patch
--- open-vm-tools-original/modules/linux/shared/compat_netdevice.h      2011-10-27 20:57:11.000000000 +0200
+++ open-vm-tools-patched/modules/linux/shared/compat_netdevice.h       2011-11-23 16:57:55.814275389 +0100
@@ -184,7 +184,7 @@
  * so let's add back ones we care about.
  */
 #if !defined(HAVE_NET_DEVICE_OPS) && \
-         LINUX_VERSION_CODE >= KERNEL_VERSION(3, 0, 0)
+         LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 41)
 #   define HAVE_NET_DEVICE_OPS 1
 #endif

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20111124/ea52b689/attachment.bin 


More information about the users mailing list