search for: buildingkernelmodules

Displaying 20 results from an estimated 28 matches for "buildingkernelmodules".

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 s...
2019 Jan 17
0
Request for edit permission on HowTos/BuildingKernelModules
On Tue, Jan 15, 2019 at 12:22 AM Zamir SUN <sztsian at gmail.com> wrote: > > 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.s...
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 >> >> https://wiki.centos.org/HowTos/I_need_the_Kernel_Source >> >> I tried to compile a module for novuton led controller supplied by >> thirdparty and I got several error. >> >> To check...
2019 Aug 05
2
C7 Kernel module compilation
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 a module for novuton led controller supplied by thirdparty and I got several error. To check if this is the wrong procedure I tried to compile cifs module as listed in...
2019 Aug 05
2
C7 Kernel module compilation
...t; 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 a module for novuton led controller supplied by >>>> thirdpa...
2007 Jul 03
2
long pages
hi guys, some of the pages on the wiki are getting quite large ( eg. http://wiki.centos.org/HowTos/BuildingKernelModules ), and its not easy to work out what all might be included in the page, without actually going through most of it ( were going to loose context in this case ) What would be a better option ? to split the pages up into more manageable chunks or to just create an index on the top of the page that...
2009 Jun 08
2
Building a custom install CD
...resources on how to build my own Centos install CD for a preselected package set that I want to install. I think Red Hat may have had this functionality at some point but it has been a while since I have needed to do this. I found this on how to build my own kernel - http://wiki.centos.org/HowTos/BuildingKernelModules - which I will need to exercise as well, but I want to build my own .iso that I can run a kickstart or similar mechanism from. Thanks in advance.
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 a module for novuton led controller supplied by > thirdparty and I got several error. > > To check if this is the wrong procedure I tri...
2019 Aug 05
0
C7 Kernel module compilation
...a 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 > >> > >> https://wiki.centos.org/HowTos/I_need_the_Kernel_Source > >> > >> I tried to compile a module for novuton led controller supplied by > >> thirdparty and I got several...
2019 Aug 05
0
C7 Kernel module compilation
...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 a module for novuton led controller suppli...
2019 Aug 05
2
C7 Kernel module compilation
...gi >>>>> <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 a module for novuton led...
2008 Apr 05
3
DKMS
...wrote: > > Anyone on the List know of a good DKMS tutorial besides the one at > linux.dell.com? Relating to drivers? I do not want bits and pieces, I > need reliable facts Other than looking at http://linux.del.com/dkms/dkms-ols2004.pdf and Section #2 of http://wiki.centos.org/HowTos/BuildingKernelModules (ignore the title of the article), what else do you need to know? Alan. On 04/04/2008, Alan Bartlett <ajb.stxsl at googlemail.com> wrote: > > Other than looking at http://linux.del.com/dkms/dkms-ols2004.pdf and > Section #2 of http://wiki.centos.org/HowTos/BuildingKernelModules >...
2017 Sep 05
3
Kernel 4.12 and nVidia Driver
I tried to move to the latest stable kernel (4.12) so I could take advantage of my newest custom system (Intel Core I7 6-core; 64 GB RAM; MSI nVidia graphics card; 2 - 120 GB SSD; 2 - 4TB WD Black) on a UEFI Asrock mother board. I've had the machine for 3-months but I couldn't get it to work until I found out that the Nouveau driver was causing me all the 'hardware' issues. I
2016 Aug 05
1
Centos 7 newer kernel needed
...lps, 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 that helps! Xlord -----Original Message----- From: centos-virt-bounces at centos.org [mailto:centos-virt-bounces at centos.org] On Behalf Of Johnny Hughes Sent: Thursday, August 4, 2016 9:10 PM To: centos-virt at centos.org Subject: Re: [CentOS-virt] Centos 7 newer kernel needed On 08...
2017 Sep 05
0
Kernel 4.12 and nVidia Driver
...went away until I attempted to upgrade kernel 4.12 ... > > It seems that DKMS doesn't automatically upgrade when the kernel is > upgraded.? Will this issue go away if I change my graphics card to a AMD? A bit dated, but it holds basic info about DKMS https://wiki.centos.org/HowTos/BuildingKernelModules#head-d313bd351f90d4f25a2143b7bbcff73f927731f0 Instead of using DKMS, the kmod-nvidia driver from ELrepo does not fit for your graphics card? Or any of the other kmod-nvidia* kernel module packages from there? https://elrepo.org/tiki/kmod-nvidia Alexander
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
2008 Aug 08
2
Good reference for dkms?
I've just built the nvidia driver for my home machine for the third time and I'd like to put it into a dkms format, but I'm not entirely clear on what goes where to make this work. I googled for a good primer on dkms, but what I'm finding is essentially equivalent to the man page, which, like most Unix/Linux man pages, doesn't really tell you "how to do this from
2009 Nov 20
1
Recommended approach for adding PATA_IT8213 support via RPM
My question is: Anyone know of a howto of some sort (or perhaps any instructions) for creating a kernel module to add support for a particular device. I need to get support for the PATA_IT8213 hardware. Supplementary information: I've read http://wiki.centos.org/HowTos/BuildingKernelModules and http://www.kerneldrivers.org/RedHatKernelModulePackages. However, it seems the underlying assumption for these two HOWTOs is that you have separate source code for the modules. Support for the PATA_IT8213 is already in the kernel. However, the stock rhel kernel does not support it, even as a...
2008 Jun 12
1
rebuilding kernel modules issues
I have a Tyan S3870 (K855A) motherboard which I would like to perform a burn in test with. lm_sensors needs a kernel module compiled to be support this motherboard's sensors. The instructions, for compiling the module, by tyan (ftp://ftp.tyan.com/software/lms/3870.sensors.conf) match closely with the instructions I found here (http://www.howtoforge.com/kernel_compilation_centos). I
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