Displaying 20 results from an estimated 8000 matches similar to: "modeprobe via_velocity it tells me invalid module format"
2009 Jan 04
1
How to compile Kernel with pciback.hide
Hi,
next step,
# dmesg | grep pciback
Bootdata ok (command line is root=/dev/sda2 ro console=tty0
pciback.hide=(0000:02:05.0)(0000:02:06.0)(0000:02:07.0)(0000:02:08.0)(0000:02:09.0)
)
Kernel command line: root=/dev/sda2 ro console=tty0
pciback.hide=(0000:02:05.0)(0000:02:06.0)(0000:02:07.0)(0000:02:08.0)(0000:02:09.0)
Unknown boot option
2005 Jan 13
2
Debian Sarge Root Raid + LVM + XEN install guide (LONG)
Hello fellow xenophiles and happy new year!
I''ve documented the install procedure for a prototype server here since
I found no similar document
Anywhere on the net. It''s a Sarge-based Domain0 on linux root raid from
scratch, using LVM to store
the data for the domU mail server and its mailstore. I humbly submit my
notes in the hope that they are useful to some weary traveller.
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
2008 Jun 16
3
Error when make linux-2.6-xenU-build
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
drivers/built-in.o: In function `vmcoreinfo_show'':
/usr/src/linux-2.6.18-xen.hg/drivers/xen/core/xen_sysfs.c:340: undefined
reference to `vmcoreinfo_size_xen''
/usr/src/linux-2.6.18-xen.hg/drivers/xen/core/xen_sysfs.c:340: undefined
reference to `paddr_vmcoreinfo_xen''
make[4]: ** [.tmp_vmlinux1]
2005 Mar 13
0
warnings when installing modules with latest from -unstable
I just cloned a xeno-unstable.bk tree ( < 30 minutes ago).
autofs.ko didn''t get generated for some reason, so I did a separate
make modules pass. Then I did a make modules_install from which I got
a heap of unknown symbols warnings. I thought this might be fallout
from the switch to 2.6.11.
-Kip
WARNING: /lib/modules/2.6.11-xen0/kernel/fs/fat/fat.ko needs unknown symbol _spi
2011 Mar 01
0
Debian 6.0 + Xen 4.0.1 + remus : "Error: (2, ''Invalid kernel'', ''xc_dom_find_loader: no loader found\n'')"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi list,
I am trying to setup a DomU with linux-2.6.18-xen.hg in order to test
Remus on a Debian Squeeze 6.0 / Xen 4.0.1 (2.6.32-5-xen-amd64) Dom0.
After applying several patches to the Debian Squeeze Xen packages, I
have built the linux-2.6.18-xen.hg, but when I start my DomU, I have got
this error message :
Error: (2, ''Invalid
2006 May 15
4
Problems with make ARCH=xen
Hi!
I`m trying to install xen 3.0.2 on my Debian system!
But, the "make ARCH=xen menuconfig" don`t work!
debian:/home/peso/xen-3.0.2/xen-3.0.2/linux-2.6.16-xen0# make ARCH=xen
menuconfig
Makefile:439: /home/peso/xen-3.0.2/xen-3.0.2/linux-2.6.16-xen0/arch/xen/Makefile:
No such file or directory
make: *** No rule to make target `/home/peso/xen-3.0.2/xen-3.0.2/linux-
2005 Sep 22
1
LPFC support in Xen ?
Hi,
Afraid I dont have a very new system to try out Xen.. It''s an ia32 PIII
machine with 1GB memory (that''s gud i believe).
When I try to build the initrd image for my xen kernel, i get error
messages complaining about missing modules, so am trying to compile them on
my own.
Could find support for the remaining three, but am left with lpfcdd.ko.
Couldnt find an appropriate
2007 May 29
8
Building XEN with different config PROBLEM
Hello.
Up to version 3.0.4, I did the following to get two xen kernels (dom0 and
domU) with my own config:
wget http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/...
make xen
make tools
make docs
make linux-2.6-xen0-config CONFIGMODE=menuconfig
make linux-2.6-xen0-build
make linux-2.6-xen0-install
make linux-2.6-xen0-dist
make linux-2.6-xenU-config CONFIGMODE=menuconfig
make
2008 Jul 08
0
virt-manager problem on Ubuntu
Hello, everyone!
I installed xen3.2.0 on Ubuntu and meet some problem.
After the following commands
make all
make linux-2.6-xen0-config CONFIGMODE=menuconfig
make linux-2.6-xen0-build
make linux-2.6-xen0-install
I got xen-3.2.0.gz vmlinuz-2.6.18.8-xen0 etc. and put them to
/boot, then I modified the menu.lst
title Xen 3.2.0 / Ubuntu 8.04, kernel 2.6.18.8-xen0
root (hd0,8)
kernel
2005 Aug 09
2
Compiling legacy LSI megaraid drivers (Linux 2.6.11) with xen 2.0.7?
Hi all,
I''ve been using Xen for a while and I am trying to install it onto a
Dell Poweredge 2950. The 2850 uses a PERC4/Di raid on motherboard,
which requires the LSI Legacy SCSI Raid driver to be compiled into the
2.6.11-xen0 kernel. I''ve been recompiling the kernel by:
1. Go into the linux-2.6.11-xen0 directory. Select the driver using
"make ARCH=xen
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
2006 Feb 20
1
help VMX guest and networking xen 3.0.1
Hi, I''m working with Xen 3.0.1 and I have the following problem:
I''m running Xen in a VT enabled Intel processor, I have successful
installed a Fedora Core 4 32 bits Guest using VT. But the
Network interface doesn''t appear in the Guest. I mean, running the
commands "ifconfig –a" doesn''t show any eth0 interface just lo.
In the /sys/class/net directory
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 Aug 23
1
Help.I can't start with my new kernel.
Hello!Eveyone!
I'm a new user to CentOS.
I builded a new kernel(2.6.12) yesteray with these
command:
#make defconfig
#make menuconfig
#make
#make modules
#make modules_install
#make install
#reboot
...
But,when I choose the new kernel,it stop with "kernel
panic".
When building the kernel,I choose ext3 with "y".My
hard disk is IDE,so I choose the IDE support.
I don't
2014 Jun 19
1
compiling centos 6.5 linux-2.6.32-431.el6-kernel
Dear all,
I have compiled the linux-2.6.32-431.el6-kernel with the following steps
1. Make mproper
2. Make menuconfig
3. Make
4. Make modules
5. Make modules_install
The compilation is successful but there is a huge change in the size of the .ko generated compared to original .ko from the rpm.
Please suggest the steps to compile the centos
2004 Feb 21
0
OFFTOPIC - ACPI ERROR during compiling kernel (ACL support for samba)
Hi Everyone,
please apologise to me for this message.
Well, I want to compile 2.4.22 kernel because I need ACL for samba. :) I
have Suse 8.2 with 2.4.20 kernel.
The problem is that I don't know what I must set up in menuconfig, so I
copied config.gz from /proc an import this to 2.4.22 menuconfig, that
checked ACL, after it, make dep clean bzImage modules modules_install
install
During
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
2014 Mar 28
2
Recompiling the Kernel for CentOS 6.5
Hi,
I am working on CentOS 6.5 which has 2.6.32-431 kernel.
I have a problem with my driver and I need to enable Kernel-Memory
leak in the kernel for which I will have to recompile the kernel.
I get the kernel source tree from the the source rpm for my running
kernel from below link-
http://vault.centos.org/6.5/updates/Source/SPackages/kernel-2.6.32-431.11.2.el6.src.rpm
and I try to build
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