search for: modinfo

Displaying 20 results from an estimated 246 matches for "modinfo".

2019 Aug 05
2
C7 Kernel module compilation
...quot;, the same errors when compiling novuton module and I don't know why I >> get this error. > > When following the instructions in BuildingKernelModules, which kernel > version did you use? Also, after the "depmod -a" step, what is the > output from: > > $ modinfo cifs | grep filename > >> I noticed that modules in centos are compressed in .xz but after running >> make M=fs/cifs I got only a .ko kernel module and then I run xz to >> compress the new module. > > Compressing modules is optional. Uncompressed form is functionally th...
2015 Nov 25
3
IP table Restore
modinfo: ERROR: Module alias ip_tables not found. Linux ns1.currencybooking.com 3.10.0-229.20.1.el7.x86_64 #1 SMP Tue Nov 3 19:10:07 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux Shiva Prasad Nath 92981134 On Thu, Nov 26, 2015 at 4:46 AM, Fabian Arrotin <arrfab at centos.org> wrote: > -----BEGIN PG...
2019 Apr 28
2
Who is responsible to load NIC driver when boot up
...> `depmod` may put hardware/driver lists into initramfs when `mkinitrd` is > called when a new kernel is installed. > Also check file: /lib/modules/`uname-r`/modules.alias > The modules.alias contains PCI vendor/device IDs which can be found via > `lspci -n`. > > Also you can `modinfo i40e` and `modinfo ixgbe` to see a list of PCI > vendor/device IDs which each driver supports. > > Most of the time ?it just works? be can be confusing tracking down exactly > why one driver loads instead of another. Thanks for you explanation. But who loads (modprobe) drivers, udev,...
2009 Jan 28
3
mount.cifs is not working (smbclient does work), somekind of recursive content in mount-dir
Hi all, When I try to make a connection to our windows server with smbclient: smbclient //server/dira/dirb/dirc -U username -W workgroup Password: ***** I get a working ftp-like connection to our data. When I try to make the same connection with mount.cifs: mount.cifs //server/dira/dirb/dirc /mnt/mnt_dir -o user=877790 dom=workgroup Password: ***** I get a mount to a location which appears
2011 Jul 06
2
Slow umounts on SLES10 patchlevel 3 ocfs2
...ded ;-) . Is there any tuning option or the like to make those umounts faster or is this something we have to live with? Thanks for your help. If you need more information let me know. Marc. Some info on the configuration: ---------------------------X8----------------------------------- # /sbin/modinfo ocfs2 filename: /lib/modules/2.6.16.60-0.54.5-smp/kernel/fs/ocfs2/ocfs2.ko license: GPL author: Oracle version: 1.4.1-1-SLES description: OCFS2 1.4.1-1-SLES Wed Jul 23 18:33:42 UTC 2008 (build f922955d99ef972235bd0c1fc236c5ddbb368611) srcversion: 986DD1EE4F5ABD8A4...
2015 Apr 14
4
Re: VM Performance using KVM Vs. VMware ESXi
On 4/14/2015 6:32 PM, Tom Hughes wrote: > On 14/04/15 13:33, Jatin Davey wrote: > >> Thanks Dominique & Daniel. >> >> Looks like i need to upgrade my VMs kernel to make it aware of virtio. >> >> Found this information from this link: >> >> http://wiki.libvirt.org/page/Virtio#Disk_.28block.29_device_driver >> >> I tried without
2008 Feb 12
4
xVM and VirtualBox
Hi unfortunately VirtualBox does not work yet in a Solaris Dom0: I installed VirtualBox beta and it runs fine on bare metal. Unfortunately the necessary driver does not load automatically in a xVM Dom0. It can be loaded manually but it looks like it does not work in a Dom0: bash-3.2# modinfo | grep vbox # this is a one time task: bash-3.2# cp /platform/i86pc/kernel/drv/amd64/vboxdrv /platform/i86xpv/kernel/drv/amd64 bash-3.2# modload /platform/i86xpv/kernel/drv/amd64/vboxdrv bash-3.2# modinfo | grep vbox 269 fffffffff85fa000 f230 268 1 vboxdrv (VirtualBox Driver) bash-3.2# Vi...
2019 Aug 05
2
C7 Kernel module compilation
...nd I don't know why I >>>> get this error. >>> >>> When following the instructions in BuildingKernelModules, which kernel >>> version did you use? Also, after the "depmod -a" step, what is the >>> output from: >>> >>> $ modinfo cifs | grep filename >>> >>>> I noticed that modules in centos are compressed in .xz but after running >>>> make M=fs/cifs I got only a .ko kernel module and then I run xz to >>>> compress the new module. >>> >>> Compressing modules is...
2019 Apr 28
2
Who is responsible to load NIC driver when boot up
Hi I have a small question about NIC driver (e.g. i40e) loading. Who is responsible to load i40e driver? And how does he knows we should load i40e, instead of ixgbe? Thanks.
2011 Dec 21
1
dahdi: Unknown symbol kasprintf
When I compile dahdi I see these warnings: WARNING: "kasprintf" [dahdi-linux-2.5.0.2/drivers/dahdi/wctdm24xxp/wctdm24xxp.ko] undefined! WARNING: "kasprintf" [dahdi-linux-2.5.0.2/drivers/dahdi/dahdi.ko] undefined! And "modinfo dahdi" shows that the driver was built for a 2.6.17 kernel, SMP mod_unload 586 4KSTACKS gcc-4.1 If I "modprobe -a dahdi", I get the following in dmesg: dahdi: Unknown symbol kasprintf Could this be a gcc/glibc or kernel headers issue? Thanks Vieri
2006 Nov 28
1
Modprobe zaptel reports FATAL: Module zaptel not found
...pm -q kernel-smp-devel kernel-smp-devel-2.6.9-42.0.3.EL rm /usr/src/linux rm /usr/src/linux-2.6 ln -s /usr/src/kernels/2.6.9-42.0.3.EL-smp-i686 /usr/src/linux ln -s /usr/src/kernels/2.6.9-42.0.3.EL-smp-i686 /usr/src/linux-2.6 cd /usr/src/zaptel-1.2.11* make linux26 make install make config /sbin/modinfo zaptel modinfo: could not find module zaptel find /lib/modules | grep zaptel /lib/modules/2.6.9-42.0.3.ELsmp/extra/zaptel.ko cd /usr/src/kernels ls 2.6.9-42.0.3.EL-hugemem-i686 2.6.9-42.0.3.EL-i686 2.6.9-42.0.3.EL-smp-i686 2.6.9-42.EL-i686 Could anyone shed any light on what I've done wron...
2020 Sep 11
1
[PATCH v3 3/7] mm/memory_hotplug: prepare passing flags to add_memory() and friends
...' mhp_t mhp_flags); ^ include/linux/memory_hotplug.h:360:10: error: unknown type name 'mhp_t' mhp_t mhp_flags); ^ 4 errors generated. Makefile Module.symvers System.map arch block certs crypto drivers fs include init ipc kernel lib mm modules.builtin modules.builtin.modinfo modules.order net scripts security sound source tools usr virt vmlinux vmlinux.o vmlinux.symvers [scripts/Makefile.build:117: arch/x86/kernel/asm-offsets.s] Error 1 Target '__build' not remade because of errors. Makefile Module.symvers System.map arch block certs crypto drivers fs inc...
2010 Jan 18
1
Getting Closer (was: Fencing options)
...t; >>> So - Do we want the mount "datavolume, noatime" added to just _netdev >>> and heartbeat=local? ?Will that help or hurt? ?Also, do we want to >>> turn up the number of HEARTBEAT_THRESHOLD? >>> >>> >>> >>> BEERGOGGLES1:~# modinfo ocfs2 >>> filename: ? ? ? /lib/modules/2.6.16.60-0.42.5-smp/kernel/fs/ocfs2/ocfs2.ko >>> license: ? ? ? ?GPL >>> author: ? ? ? ? Oracle >>> version: ? ? ? ?1.4.1-1-SLES >>> description: ? ?OCFS2 1.4.1-1-SLES Wed Jul 23 18:33:42 UTC 2008 (build >>&g...
2005 Oct 11
7
dtrace: failed to initialize dtrace: DTrace device not available on system
I have a number of systems running solaris10 and i see the package and binary for dtrace installed however whenever we try to run anything we get this error dtrace: failed to initialize dtrace: DTrace device not available on system the only system in which i dont have this error is the development server that has the full solaris 10 install while others are minimized, do i need additional
2014 Mar 25
3
NVidia, again
...GPUs. I updated the o/s, 6.5, and I cannot get the GPUs recognized. As a last resort, I d/l NVidia's proprietary driver/installer, 325, and it builds fine... I've yum removed the kmod-nvidia I had on the system, nouveau is blacklisted, and when I reboot, lsmod shows me nvidia loaded, which modinfo tells me looks like the one I built.... but enum_gpu, which is from a CUDA group, builds... but can't enumerate the GPUs (how we wake them up for the users). I see the /dev/nvidia*, and they're a+r, a+w.... Oh, and selinux is permissive. Anyone got a clue? If I can't get this working,...
2010 Apr 19
0
redhat4.6-32bit DomU with pv driver can''t be saved
...nd evtchn port The pv driver of redhat-4.6-32bit are: [root@localhost ~]# lsmod|grep xen xen_vnif 28672 0 xen_balloon 17488 1 xen_vnif xen_vbd 20592 3 xen_platform_pci 73692 3 xen_vnif,xen_balloon,xen_vbd,[permanent] [root@localhost ~]# modinfo xen_vnif filename: /lib/modules/2.6.9-67.ELsmp/extra/xenpv/0.1-10.el4/xen-vnif.ko alias: xen:vif alias: xen:vif license: Dual BSD/GPL vermagic: 2.6.9-67.ELsmp SMP 686 REGPARM 4KSTACKS gcc-3.4 depends: xen-platform-pci,xen-balloon [root@localhost ~]# mo...
2010 Apr 19
0
redhat4.6-32bit DomU with pv driver can''t be saved
...nd evtchn port The pv driver of redhat-4.6-32bit are: [root@localhost ~]# lsmod|grep xen xen_vnif 28672 0 xen_balloon 17488 1 xen_vnif xen_vbd 20592 3 xen_platform_pci 73692 3 xen_vnif,xen_balloon,xen_vbd,[permanent] [root@localhost ~]# modinfo xen_vnif filename: /lib/modules/2.6.9-67.ELsmp/extra/xenpv/0.1-10.el4/xen-vnif.ko alias: xen:vif alias: xen:vif license: Dual BSD/GPL vermagic: 2.6.9-67.ELsmp SMP 686 REGPARM 4KSTACKS gcc-3.4 depends: xen-platform-pci,xen-balloon [root@localhost ~]# mo...
2020 Sep 24
4
[RFC] Documentation: nouveau: Introduce some nouveau documentation
...sure that everybody is also aware of the documentation generated from Envytools [0]. Especially "architecture overview" (that is, if we're talking about hardware architecture and not driver/software architecture) might be better suited in envytools. As for module parameters, IMHO modinfo is supposed to be the source of information. It's sadly lacking any "sub-"option inside nouveau.config and nouveau.debug, which may be by design. Perhaps expanding the modinfo explanations can help cover at least all the other options in a way that never gets out of sync with sour...
2013 Oct 24
2
A last, desperate hope - video modes
Hi, folks. This is, in fact, off-topic: I'm fighting a user's FC19 box. I updated him, rebooted... and his ATI video card seems to not be supported any more (and it's *not* that old - an RV620). The thing that drives me crazy is, when I reinstalled the whole system, whatever video driver the installer used for graphical install *worked*. So: does anyone have any idea a) what driver
2005 May 23
3
module-init-tools ported to klibc
...insmod_SOURCES = insmod.c testing.h lsmod_SOURCES = lsmod.c testing.h -modprobe_SOURCES = modprobe.c zlibsupport.c testing.h zlibsupport.h -rmmod_SOURCES = rmmod.c testing.h -depmod_SOURCES = depmod.c moduleops.c tables.c zlibsupport.c depmod.h moduleops.h tables.h list.h testing.h zlibsupport.h -modinfo_SOURCES = modinfo.c zlibsupport.c testing.h zlibsupport.h +modprobe_SOURCES = modprobe.c zlibsupport.c mod_libc_wrapper.c testing.h zlibsupport.h mod_libc_wrapper.h +rmmod_SOURCES = rmmod.c mod_libc_wrapper.c testing.h mod_libc_wrapper.h +depmod_SOURCES = depmod.c moduleops.c tables.c zlibsupport.c...