Tagged Questions
2
votes
1answer
28 views
How to make EDID
I read the post here and I tried to make do with what I understood from the post but here are some questions:
Where is the /lib/firmware located in for example /usr/src/linux/lib/firmware or ...
2
votes
1answer
66 views
Unable to boot using self built kernel
I built kernel 3.11.3 following the instructions here.
There were no issues in the build. The steps I followed automatically made entries in grub and copied the image to /boot too.
At boot time, when ...
0
votes
0answers
33 views
How to compile video4linux for ARM?
I would like to use a webcam using a Linux over ARM board. Through reading, I have discovered video4linux so I would like to compile it for ARM. My unique notes are:
git clone ...
2
votes
1answer
97 views
Compile the Ubuntu “Raring” Kernel with the Intel Compiler
Of course, the first question is: why I'm doing this. Just for fun! I'm learning more about Linux kernels and I have a virtual machine that I can replace in 15 minutes.
Getting to business, I don't ...
0
votes
1answer
180 views
Understanding RCU when Configuring the Linux Kernel
I am configuring the Linux kernel version 3.9.4. I am being asked questions about RCU (seen below). Specifically, what are each of these and what are the advantages and disadvantages of enabling or ...
3
votes
1answer
241 views
How do you compile your own kernel on a RHEL6 system?
In RHEL6, the kernel is 2.6.32. What is the procedure to compile your own kernel?
4
votes
1answer
86 views
User Mode Linux compile fails
I am trying to compile User Mode Linux on a 64 bit machine with defconfig and getting the following error.
arch/x86/um/user-offsets.c:1: sorry, unimplemented: code model "large" not supported yet
...
1
vote
0answers
1k views
mounting udev on /dev failed: No such device
I am trying to compile Linux kernel 3.2.36 with its source code on the x86_64 architecture. I followed the following set of commands under my Linux source distribution directory:
make defconfig
...
3
votes
2answers
2k views
How to build a custom kernel on Fedora?
I want to test an (upstream) custom kernel on Fedora.
The plan so far is:
use a recent fedora config as starting point, e.g. /boot/config-3.6.6-1.fc17.x86_64
lookup build dependencies
lookup right ...
1
vote
2answers
229 views
Can't compile kernel in gentoo
I installed gentoo by the handbook from official site.
When I got into the step 7.b. Installing the Sources,
the book says:
Code Listing 2.2: Viewing the kernel source symlink
When you take ...
1
vote
1answer
750 views
Unable to mount root fs after new kernel compile in VMware
So, I'm attempting to compile and use the 3.6.2 kernel on my Debian 6 VM (running under Windows 7 in VMware Workstation 9). I've already had several hick ups, but I am slowly getting through them but ...
3
votes
3answers
645 views
What exactly are Linux kernel headers? [duplicate]
Possible Duplicate:
What does a kernel source tree contain? Is this related to Linux kernel headers?
I know that if I want to compile my own Linux kernel I need the Linux kernel headers, ...
2
votes
0answers
250 views
Error cross compiling linux kernel using buildroot
I am trying to build a kernel bt in cross compiling the kernel when I ran following command
make CROSS_COMPILE=i686-linux- ARCH=x86
I got the following error:
UCLIB_EXTRA_CFLAGS="" \
...
0
votes
0answers
26 views
Loading a custom library [duplicate]
Possible Duplicate:
Entry point of linux kernel
I'm compiling my own linux kernel and I was wondering how I could make the kernel load a library that I made when it first boots up.
0
votes
2answers
204 views
“Modules not found” error during kernel install
I have a question regarding a kernel installation. I downloaded a new version of net-next kernel source and I performed the following steps:
make allyesconfig
make -j16
make modules_install
make ...
5
votes
1answer
2k views
How do I convert a kernel .config file from 32-bit to 64-bit?
At this page you can download a configuration file that lets you target a particular notebook architecture during the compilation of a new 32-bit Linux kernel.
I need a 64 bit version.
What do I ...
4
votes
1answer
132 views
How/why can Firefox packages work on all Linuxes?
How/why can a Firefox 64bit (or 32bit) package work on different Linux distributions since each Linux distribution has a different version for gcc, glibc, linux kernel, etc. ?