Displaying 20 results from an estimated 10000 matches similar to: "question on kernel compile"
2005 Jun 14
1
SUCCESS! Help rebuilding kernel get mount error on reboot
John,
Was there a reason for the (2) make oldconfigs? just curious
This all worked
rpm -i kernel.XXX.src.rpm
cd /usr/src/redhat/SPECS
rpmbuild -bp --target i686 kernel.XXX.spec
cd /usr/src/redhat/BUILD/kernel-2.6.9/linux-2.6.9
make mrproper
cp /boot/config-2.6.9-11.EL .config
make oldconfig
2007 Apr 26
1
recompile kernel 2.6.20.7 (so I get updated forcedeth driver)
I installed 2.6.20.7
copied /boot/config{something} to .config
make oldconfig
make oldconfig
make menuconfig - turned on drivers -> Sata -> nvidia
make bzImage
make modules
make modules_install
make install
rebooted.
Seems like the issue I had with forcedeth (nvidia) bad MAC address is gone.
However, the iptables gives errors.
Where in the menu tree do I enable what iptables needs???
I
2005 Nov 17
3
Custom kernel RPM/SRPM
Hi,
I've built customs kernels from the SRPMs with the following:
rpmbuild -bp --target=i686 /path/to/spec
cd /usr/src
ln -s /usr/src/redhat/BUILD/kernel-x.y.z/linux-x.y.z linux
cd linux
make oldconfig
make menuconfig
make all
make modules
make modules_install
And it works just fine. The problem now is that I think installing
that way isn't
2010 Aug 01
2
Good tutorial for building Xen-4.0.1-rc5/Linux 2.6.32.16 pvops on Ubuntu 10.04?
I''ve been trying to get xen-4.0.1-rc5 built for a few days on my new server, and currently I''m running into a roadblock. I''ve followed a couple tutorials[1] I''ve found before, and right now I''m getting the same problem. I pull the /boot/config-* file from the distribution kernel, run a make oldconfig/make menuconfig to enable all the Xen stuff, then
2006 Jul 03
1
Question on kernel recompile 2.6.17.3
I downloaded the kernel from kernel.org.
I did the following:
cd /usr/src
tar -jxf /tmp/linux-2.6.17.3.tar.bz2
cd linux-2.6.17.3
make menuconfig
selected what I needed, saved the new config
make bzImage
make modules
At this point nothing is compiled. All I get is:
CHK include/linux/version.h
Building modules, stage 2.
MODPOST
and a command prompt.
I did make menuconfig again and it
2008 May 15
2
missing from Centos51 src tree: ".../drivers/infiniband/hw/amso1100/Makefile"
i'm attempting to rebuild centos51 kernel-xen.
(fwiw, because pciback has NOT been compiled into the kernel,
http://bugs.centos.org/view.php?id=2767)
after,
yum install kernel-devel kernel-xen-devel
and usual,
ln -s /usr/src/kernels/`uname -r`-`uname -m` /usr/src/linux
cd /usr/src/linux
cp /boot/config-`uname -r` ./.config
make oldconfig
make menuconfig
...
next,
make rpm
2005 Sep 12
1
AW: Debian Sarge, Kernel 2.6.13 and AVM Fritz!PCI v2.0 card
Hi Jon,
perfect instructions, thank you very much.
I used them and after some tests they worked.
Here is what I did. Maybe someone could use it completely:
------------------------------------------------------------
Install helpers:
apt-get install kernel-package ncurses-dev fakeroot wget bzip2
Go to usr directory:
cd /usr/src
wget
2004 Feb 08
2
xeno-1.2.bk compilation question?
The system is Mandrake-9.1 Linux wih gcc-3.2.2.
I am trying to compile xenolinux-2.4.24 (with vanilla sources from
ftp.kernel.org for linux-2.4.24). The steps of
mkbuildtree
ARCH=xeno make menuconfig
ARCH=xeno make dep
produce no errors, but
ARCH=xeno make bzImage
results in following error messages.
Any pointers will be appreciated.
-ishwar
---
gcc -D__KERNEL__
2006 Mar 06
2
Problem compiling a custom kernel for xen-3.0
Hello,
I am trying to run xen-3.0 in some of my dell servers. I have tried the
binary distribution of xen, but it doesn''t boot in my test system (a
dell poweredge 750) because a module driver problem (I get an error
message during booting saying it doesn''t load a NFS root filesystem).
So I am trying to compile a custom kernel. So I have downloaded linux
source 2.6.12. I am
2010 Nov 19
0
dom0 kernel config question
Hello,
I was wondering if anyone encountered this problem before.
I am currently running Fedora 13 (2.6.34.7) and am following the
instructions for Fedora 13 Xen 4.0 tutorial on xen.org.
I''ve downloaded and checked out the 2.6.32.25 kernel from xen.git to compile
it for dom0. I have also downloaded an existing .config file for this
kernel. Here is where it gets strange. I need make a
2013 Feb 26
4
DAHDI and Oslec
I'm hoping someone can help me here.
I've purchased replacement systems for 3 aging 1.4.x installs. I'm hoping to setup Asterisk 11, dahdi 2.6.1 and Oslec.
I'm also moving those installs from Mandriva 10.0 to Debian 6.06 (Squeeze).
In my testing, the TE220P PCIe cards that I have, the timing was awful on both slots, so I compiled Kernel 3.6.9 from kernel.org. Timing jumped to
2005 Apr 11
2
Upgrading to 2.6.11
What would be the proper steps to upgrade to 2.6.11 on centos 4.0
This is what I think...
tar -zxvf linux-2.6.11.6.bz2
cd linux-2.6.11.6
make oldconfig - enter for all choies presented
vi .config - change 8250_NR_UARTS to
36 to support 4 - 8 port rs232 cards
make bzImage
2019 Oct 01
1
VirtualBox extensions and the new kernel
I've been running Centos for different purposes in a VirtualBox
environment for quite long now. But the newest kernels miss something so
I can get the VirtualBox Extensions linked in.
I can see in the virtualbox log file that I shall run maken oldconfig
and make, but I get these errors:
# make oldconfig && make prepare
scripts/kconfig/conf --oldconfig Kconfig
#
# configuration
[PATCH net-next v12 2/5] netvsc: refactor notifier/event handling code to use the failover framework
2018 May 26
1
[PATCH net-next v12 2/5] netvsc: refactor notifier/event handling code to use the failover framework
Sat, May 26, 2018 at 09:22:18AM CEST, sridhar.samudrala at intel.com wrote:
>On 5/25/2018 4:28 PM, Stephen Hemminger wrote:
>> On Fri, 25 May 2018 16:11:47 -0700
>> "Samudrala, Sridhar" <sridhar.samudrala at intel.com> wrote:
>>
>> > On 5/25/2018 3:34 PM, Stephen Hemminger wrote:
>> > > On Thu, 24 May 2018 09:55:14 -0700
>> > >
2006 Jan 20
1
Resync dovecot index after manual moving mails in maildir
Hello,
i'm new to dovecot and this list. Dovecot works very well after all! I
now have a small problem, maybe there is a solution.
For automatically spam learning i've created a maildir folder called
"spam learn". Every hour spamassassin scans this folder and learn from
the mails or files at this folder. After this learn i move the files to
trash. If at this moment a client
2007 Sep 15
9
Boot Problem with XEN 3.1.
Hi to all.
I''m installed XEN3.1 correctly but I''m some problem to start it. XEN
start but I received this message:
VFS: Cannot open root device "hda5" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(0,0)
This is strange because my grub is configured like this:
2005 Jun 14
8
Help rebuilding kernel get mount error on reboot
I am attempting to recompile the kernel with the following steps.
Install kernel-sourcecode rpm
cd /usr/src/linux-2.6.9-11.EL
cp /boot/config-2.6.9-11.EL .config
make menuconfig
Device Drivers -> Character Devices -> Serial Drivers
change Max number of non legacy 8250_NR_UARTS to 36
make bzImage
make modules_install
make install
Then after rebooting and selecting my -custom
2008 Sep 17
4
Run a more recent kernel than 2.6.18 on CentOS?
Hi,
Usually I'm not one to complain about "old" version of the CentOS kernel
and/or software, since I appreciate CentOS' stability. So this might be
the exception that confirms the rule. I've been jumping through several
burning loops these past days to configure my little MSI Wind netbook,
and I'm currently considering going for a more recent kernel. There's no
2018 Dec 05
1
Problems compiling kernel module
Hi
I just upgraded a virtual Centos from 7.5 to 7.6 and now the VirtualBox
Extensions won't compile with the kernel.
I looked into the log file and found that I should try to execute:
make oldconfig && make prepare
but I get this result:
scripts/kconfig/conf --oldconfig Kconfig
#
# configuration written to .config
#
scripts/kconfig/conf --silentoldconfig Kconfig
make[1]: ***
2023 Sep 06
2
asterisk 18.18.0 and chan_console
>
>
> Just to verify that you did rerun configure after installing the libraries?
>
> Doug
>
Oh that is a good one - I thought I did - but apparently not. menuconfig
now shows "*"
So is chan_alsa going away ? What is it being replaced with?
thank you!
Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: