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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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@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

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux