|
Parallels Tools do not compile with kernels 2.6.39 and 3.0
Hello
Building of Parallels Tools using kernel headers 2.6.39 and 3.0 fails with
/usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/super.c: In function prlfs_get_sb:
/usr...
Started by DRemesov on
, 20 posts
by 7 people.
Answer Snippets (Read the full thread at parallels):
You can see the changes I had to make to get Parallels Tools to compile for Chakra (2.6.39) over it compiles but makes kernel oops on loading prl_tg
BTW the patch has an inconsistency in prl_freeze/prl but makes kernel oops....
|
|
After a linux kernel upgrade, my VMWare server cannot start until using vmware-config.pl to do some re-config work (including build some kernel modules).
If I update my windows VMWare host with latest Windows Service Pack, I usually not need to do anything...
Started by rIPPER on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
VMWare....
To release, there is no way for a binary kernel module like VMWare's to work reliably on multiple kernelsLinux does not have a stable kernel ABI - things like the internal layout of datastructures, etc changes from version to version.
|
|
I don't quite understand the compiling process of the Linux kernel when I install a Linux system on my machine.
Here are some things that confused me:
The kernel is written in C, however how did the kernel get compiled without a compiler installed? If...
Started by MainID on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
And only....
What happens with those else.
The question and compile a kernel someplace, and read it on an empty (no OS) virtual machine.
With a C compiler can compile the kernel from the source code into the binary image.
|
Ask your Facebook Friends
|
Kernel Compilation: (Updated for Fedora 8) (the old howto is attached)
1. Reasons to recompile the kernel
2. Where to start
3. Configuring
4. Compiling
5. Installing
1. There are various reasons to recompile the kernel. For example:
- Include new drivers...
Started by alpha645 on
, 15 posts
by 5 people.
Answer Snippets (Read the full thread at fedoraforum):
( http kernels
%define buildxen 1 Change to: %define buildxen 1
%define builddoc 0 Change to: %define builddoc 0 a howto for the ....
kernel mods) like fglrx, make sure you compile the kernel in the way the kmod 'wants' it.
|
|
Hi there
I am trying to integrate CUDA and openCV in a project. Problem is openCV won't compile when NVCC is used, while a normal c++ project compiles just fine. This seems odd to me, as I thought NVCC passed all host code to the c/c++ compiler, in this...
Started by zenna on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The Cuda.rules file provided with the SDK will....
This is particularly easy with Visual Studio, create your project want to run a CUDA function, create the kernel and a wrapper in one or more .cu files.
For the kernels and host "wrappers".
|
|
Greetings
After compiling a series of custom kernels, I would like to compare my modified .config file to the original .config file as it was before I started.
Where is the location of that original unmodified file?
Regards
Steve.
Started by steve_pa on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at linuxquestions):
You can skip the dot kernel:
Code: cp /boot/config....
Of files there, like:
.config - what I assume is the config file I last used to compile a custom kernel for each serie you compile, something like .config-01 .config-02 etc.
|
|
I'm trying to write a program that uses fattach but the compiler says fattach not implemented. I have included the header file stropts.h. what should I do?
Started by Anonymous on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The fattach() function.
Other options include waiting for somebody to write fattach() support for current kernels and submitting a patch for it yourself.
Or to downgrade to a kernel version 2.4.5 or lower.
|
|
OS: Ubuntu 11.10
Kernel: 3.0.0-15-generic-pae
After reading the instructions here's the list of commands that I have used to get where I am:
cd ~/src
sudo apt-get install fakeroot build-essential crash kexec-tools makedumpfile kernel-wedge
sudo apt-get...
Started by DarthHack on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at ubuntuforums):
Community/Kernel/Compile
They do not seem to work in any way shape or form even though they seem team uses to compile its official kernels or a reference that explains the steps that the Debian/Ubuntu kernel modules....
|
|
After i discovered i can't use a newer 2.6 kernel easily, i'm giving 3.2 in backports a try.
but fglrx does not build easily there. So i have two options
a) compile 2.6.38+ myself (as it handles my wifi firmwares and build fglrx just fine)
b) try to make...
Started by gcb on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at debian):
|
|
On my laptop i have a built in Centrino wireless 1000 wifi adapter that uses the iwlagn driver. up through kernel 2.6.38, i am able to suspend my laptop and resume without problems. When i update to a newer kernel, 2.6.39 2.6.40 or 3.0 and higher, upon...
Started by kev40293 on
, 10 posts
by 2 people.
Answer Snippets (Read the full thread at linuxquestions):
It was merged with the iwlcore ....
Know for a fact that it was revised between kernel 2.6.38 and 2.6.39.
With older kernels, e.g., 3.1.5-6 and 3.1.5-2.
|