search for: modules_prepar

Displaying 8 results from an estimated 8 matches for "modules_prepar".

Did you mean: modules_prepare
2006 Dec 06
1
Error compiling Eicon Diva from source
...386.rpm) and installed it already. When I go to /usr/lib/eicon/divas/src/ and run ./Build, everything starts correctly until that part where it has to do a "make modules" call. The last part of the divas.log file is as follows: <quote> HOSTCC scripts/conmakehash #+ LOG INFO: end modules_prepare cp: cannot stat `tmp.h': No such file or directory WARNING: Symbol version dump /usr/src/linux-2.6.19/Module.symvers is missing; modules will have no dependencies and modversions. CC [M] drivers/isdn/capi/kcapi.o CC [M] drivers/isdn/capi/capiutil.o drivers/isdn/capi/capiut...
2006 Mar 23
0
Zaptel compilation problem on SUSE
I'm trying to install * 1.2.5 for the first time on SUSE 10, 64bit (I've previously used Fedora or Centos). After I installed the kernel sources and followed some instructions on Novell's web site to copy the Module.symvers.gz file across from /boot and do a make modules_prepare, I was successfully able to complete 'make linux26' in my /usr/src/zaptel folder. I'm still having a problem with 'make install' - basically the command installed the files in /lib/modules/2.6.13-15-default instead of /lib/modules.2.6.13-15.8-default. If I run the command &...
2007 Oct 27
2
Little OT: Compilation of EICON driver fails with capi errors
...ISTRIB_CODENAME=gutsy DISTRIB_DESCRIPTION="Ubuntu 7.10" #+ LOG INFO: Makefile/VERSION = 2 #+ LOG INFO: Makefile/PATCHLEVEL = 6 #+ LOG INFO: Makefile/SUBLEVEL = 23 #+ LOG INFO: Makefile/EXTRAVERSION = .1 # LOG ---- END SECTION read kernel version ------------------ [ cut ] #+ LOG INFO: end modules_prepare WARNING: Symbol version dump /usr/src/linux-2.6.23.1/Module.symvers is missing; modules will have no dependencies and modversions. CC [M] drivers/isdn/capi/kcapi.o drivers/isdn/capi/kcapi.c: In function ?recv_handler?: drivers/isdn/capi/kcapi.c:308: warning: format ?%s? expect...
2008 Jan 26
2
White Cube of Death - fglrx_7_1_0_SUSE103-8.452.1-1
...--indirect-rendering \ --no-libgl-fallback --replace ccp & When compiz did start, it is the dreaded blank white cube of death. The manual install utilized my existing xorg.conf was completed as follows: # su # cd /usr/src/linux # make mrproper # make cloneconfig # make modules_prepare # make clean # init 3 # rpm -e $(rpm -qa | grep fglrx) # sh ati-driver-installer-8-01-x86.x86_64.run --listpkg # sh ati-driver-installer-8-01-x86.x86_64.run --buildpkg SuSE/SUSE103-IA32 # rpm -Uvh /usr/src/packages/RPMS/i386/fglrx*.rpm # cp xorg.conf.save /etc/X11/...
2020 Jul 21
17
[PATCH 00/10] RFC: move logical block size checking to the block core
This patch series aims to move the logical block size checking to the block code. This was inspired by missing check for valid logical block size in virtio-blk which causes the kernel to crash in a weird way later on when it is invalid. I added blk_is_valid_logical_block_size which returns true iff the block size is one of supported sizes. I added this check to virtio-blk, and also converted
2020 Jul 21
17
[PATCH 00/10] RFC: move logical block size checking to the block core
This patch series aims to move the logical block size checking to the block code. This was inspired by missing check for valid logical block size in virtio-blk which causes the kernel to crash in a weird way later on when it is invalid. I added blk_is_valid_logical_block_size which returns true iff the block size is one of supported sizes. I added this check to virtio-blk, and also converted
2020 Apr 28
116
[PATCH v3 00/75] x86: SEV-ES Guest Support
Hi, here is the next version of changes to enable Linux to run as an SEV-ES guest. The code was rebased to v5.7-rc3 and got a fair number of changes since the last version. What is SEV-ES ============== SEV-ES is an acronym for 'Secure Encrypted Virtualization - Encrypted State' and means a hardware feature of AMD processors which hides the register state of VCPUs to the hypervisor by
2020 Apr 28
116
[PATCH v3 00/75] x86: SEV-ES Guest Support
Hi, here is the next version of changes to enable Linux to run as an SEV-ES guest. The code was rebased to v5.7-rc3 and got a fair number of changes since the last version. What is SEV-ES ============== SEV-ES is an acronym for 'Secure Encrypted Virtualization - Encrypted State' and means a hardware feature of AMD processors which hides the register state of VCPUs to the hypervisor by