similar to: C7 Kernel module compilation

Displaying 20 results from an estimated 2000 matches similar to: "C7 Kernel module compilation"

2019 Aug 05
2
C7 Kernel module compilation
Il 05/08/19 17:30, Akemi Yagi ha scritto: > On Mon, Aug 5, 2019 at 6:46 AM Alessandro Baggi > <alessandro.baggi at gmail.com> wrote: >> >> Hey there, >> I'm trying to compile a single module following this guide: >> >> https://wiki.centos.org/HowTos/BuildingKernelModules#head-d2e4c05886f94c701e4ae74387d41d8c40c25d01 >> >> and >>
2019 Aug 05
2
C7 Kernel module compilation
Il 05/08/19 17:49, Akemi Yagi ha scritto: > On Mon, Aug 5, 2019 at 8:42 AM Alessandro Baggi > <alessandro.baggi at gmail.com> wrote: >> >> Il 05/08/19 17:30, Akemi Yagi ha scritto: >>> On Mon, Aug 5, 2019 at 6:46 AM Alessandro Baggi >>> <alessandro.baggi at gmail.com> wrote: >>>> >>>> Hey there, >>>> I'm trying
2019 Aug 05
2
C7 Kernel module compilation
Il 05/08/19 18:07, Akemi Yagi ha scritto: > On Mon, Aug 5, 2019 at 9:01 AM Alessandro Baggi > <alessandro.baggi at gmail.com> wrote: >> >> Il 05/08/19 17:49, Akemi Yagi ha scritto: >>> On Mon, Aug 5, 2019 at 8:42 AM Alessandro Baggi >>> <alessandro.baggi at gmail.com> wrote: >>>> >>>> Il 05/08/19 17:30, Akemi Yagi ha scritto:
2019 Aug 05
0
C7 Kernel module compilation
On Mon, Aug 5, 2019 at 9:01 AM Alessandro Baggi <alessandro.baggi at gmail.com> wrote: > > Il 05/08/19 17:49, Akemi Yagi ha scritto: > > On Mon, Aug 5, 2019 at 8:42 AM Alessandro Baggi > > <alessandro.baggi at gmail.com> wrote: > >> > >> Il 05/08/19 17:30, Akemi Yagi ha scritto: > >>> On Mon, Aug 5, 2019 at 6:46 AM Alessandro Baggi >
2019 Aug 05
0
C7 Kernel module compilation
On Mon, Aug 5, 2019 at 8:42 AM Alessandro Baggi <alessandro.baggi at gmail.com> wrote: > > Il 05/08/19 17:30, Akemi Yagi ha scritto: > > On Mon, Aug 5, 2019 at 6:46 AM Alessandro Baggi > > <alessandro.baggi at gmail.com> wrote: > >> > >> Hey there, > >> I'm trying to compile a single module following this guide: > >> >
2019 Aug 05
0
C7 Kernel module compilation
On Mon, Aug 5, 2019 at 6:46 AM Alessandro Baggi <alessandro.baggi at gmail.com> wrote: > > Hey there, > I'm trying to compile a single module following this guide: > > https://wiki.centos.org/HowTos/BuildingKernelModules#head-d2e4c05886f94c701e4ae74387d41d8c40c25d01 > > and > > https://wiki.centos.org/HowTos/I_need_the_Kernel_Source > > I tried to compile
2019 Aug 08
2
C7 Kernel module compilation
Il 07/08/19 20:15, Akemi Yagi ha scritto: > On Wed, Aug 7, 2019 at 9:00 AM Alessandro Baggi > <alessandro.baggi at gmail.com> wrote: >> >> Il 07/08/19 01:02, Phil Perry ha scritto: >>> On 06/08/2019 14:45, Alessandro Baggi wrote: > >>> Please post the actual error message in dmesg or /var/log/messages. >>> >>> It's likely that the
2007 Dec 25
1
the Kernel Source article needs some modification
I think that the "I Need the Kernel Source" wiki page needs rewriting/rearranging. It was originally written for CentOS-4 or older. When CentOS-5 came out, a small section was added as an update. As a result, the "Maybe not" part is no longer at the top of the page. I feel that this section is important and therefore must be placed at the beginning of the wiki page. It
2019 Aug 07
2
C7 Kernel module compilation
Il 07/08/19 01:02, Phil Perry ha scritto: > On 06/08/2019 14:45, Alessandro Baggi wrote: >> Il 05/08/19 20:07, Akemi Yagi ha scritto: >>> On Mon, Aug 5, 2019 at 9:21 AM Alessandro Baggi >>> <alessandro.baggi at gmail.com> wrote: >>>> >>>> Il 05/08/19 18:07, Akemi Yagi ha scritto: >>>>> On Mon, Aug 5, 2019 at 9:01 AM Alessandro
2016 Aug 05
1
Centos 7 newer kernel needed
Dear Laurentiu, Agree with Johnny for kernel upgrade if upgrade helps, alternative if 3.10 or above already supported it, you can check from kernel parameter or options if they are disabled on purpose. You can do that via the "make menuconfig" via "https://wiki.centos.org/HowTos/I_need_the_Kernel_Source" or "https://wiki.centos.org/HowTos/BuildingKernelModules". Hope
2007 Apr 27
2
kernel source kernel-devel-smp-2.6.9-42.0.3.EL RPM
Dear list, for the purpose of installing a qlogic driver into my system, I need the exact kernel source version mentioned above. The kernel version is a dependency for the cluster suite (for centos4) package, which has been installed using yum (yum install cman gfs [...]). Where can I get the kernel source for this exact version? The only one which is offered to me by yum is version
2015 Mar 09
2
[LLVMdev] LLVM 3.6: problems building on Windows using MSVC 2013
Hi, I have been using LLVM+Clang in my project for some time and it has been working just fine up to now (I am currently using version 3.5.1). However, with version 3.6 having just been released, I thought I would give it a try and update my code to use MCJIT rather than the now discontinued JIT. Well, this proved to be a relatively smooth process, and everything is now working fine on
2019 Jan 15
2
Request for edit permission on HowTos/BuildingKernelModules
Hi CentOS Docs team, I am writing to request for updating the wiki page HowTos/BuildingKernelModules[1] Basically, the page need some love for more recent CentOS releases - in CentOS 7 if people use the in-distro /usr/lib/rpm/redhat/kmodtool the following command won't work rpmbuild -bb --target=`uname -m` --define 'kversion 3.10.0-862.el7' testkmod.spec Instead, people should use
2015 Mar 09
2
[LLVMdev] LLVM 3.6: problems building on Windows using MSVC 2013
Sorry, I am using CMake+JOM or CMake+Ninja, if Ninja is available on the developer’s machine. Either way, it fails in both cases with a message similar to the one I included below (which was obtained using CMake+Ninja). Just in case, my (current) CMakeLists.txt file can be found at here
2019 Aug 27
2
C7.6 Update problem
Hi list, today I tried to update my centos workstation (7.6.1810). My problem concerns kmod-nvidia update. Nvidia driver where installed by elrepo. During running yum update I get: kmod-nvidia.x86_64 430.40-2.el7_7.elrepo elrepo and I also get several statements like this: Errore: Pacchetto: kmod-nvidia-430.40-2.el7_7.elrepo.x86_64 (elrepo) Richiede:
2007 Dec 25
1
problems building appletalk module with new kernel
I've been doing this on CentOS 4 and CentOS 5 but after installing 2.6.18-53.1.4el kernel, I'm having a bit of a struggle... # make -C /lib/modules/2.6.18-53.1.4.el5/build \ SUBDIRS=/usr/src/appletalk modules make: Entering directory `/usr/src/kernels/2.6.18-53.1.4.el5-i686' CC [M] /usr/src/appletalk/aarp.o CC [M] /usr/src/appletalk/ddp.o CC [M] /usr/src/appletalk/dev.o
2016 Aug 04
2
Centos 7 newer kernel needed
Hi Xlord, Yes, the CPU has support for EPT. I wrongly thought that the nested EPT was first introduced in 3.12. Following your instructions I see that I have it enabled on my system as well. However, checking the kernel commits from 3.12 on search string 'nested ept' I found about 10 code changes/fixes for nested EPT.
2012 Sep 06
1
[LLVMdev] Cross-compiling llvm/clang osx -> win32
Hi, I'm trying to compile llvm/clang so that: it is compiled on osx 10.6, it runs on osx, but it outputs win32 objects. More exactly, I'm building an app which generates a .c file that doesn't include or link with anything, and I'd like to be able to make a win32 .dll of it on osx. Below is what I'm getting. Full log is here: http://pastebin.com/KsPGvAfW It fails while
2007 Jul 02
5
softphone with g729 codec
Hi: Iam looking for a sip softphone that supports g729 codec Any one have an idea ? Reagrds; jonnyhashem --------------------------------- Don't get soaked. Take a quick peak at the forecast with theYahoo! Search weather shortcut. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Apr 06
4
CentOS 7.2 rootfs for i386
Hi I want to build a small rootfs for 32 bit CentOS to the same I plan to build the entire OS but I see https://wiki.centos.org/HowTos/I_need_the_Kernel_Source kernel_build for 32 bit is not supported . Please let me know anybody has built the same Thanks Kavitha