Ubuntu :: Difference Between Lsmod And Modprobe List?
May 27, 2010can someone tell me the difference between lsmod and modprobe --list?
View 2 Repliescan someone tell me the difference between lsmod and modprobe --list?
View 2 RepliesI just upgraded my kernel to version 2.6.38 & I seem to have missed a few modules. I tried using diff to get a list of the differences between the files lsmod-2.6.35 & lsmod-2.5.38, which I created for this. Unfortunatly I can't seem to figure out the right syntax to do what I want which is to just show me whats missing. For example, I want to subtract the lines from file1 & file2 which are the same, leaving me with the difference in file3. i.e. file3 = file1 - file2 Is this possible or am I just using the wrong program.
View 3 Replies View RelatedI have used ubuntu for some time, installed&removed many packages, and now i need to determine which packages are removed&installed on my installation, comparing this list to default one. If i had another machine with just installed ubuntu, it would be just as easy as list installed packages on two machines and then diff these lists. But i don't have another machine to clean install ubuntu on it. How can i do this without having clean ubuntu installation?
View 3 Replies View RelatedWhat is attribute?
How list the attributes?
What is the diff b/w ext2 and ext3?
What is the types of files?
What is the drived files?
I've just been trying to troubleshoot a problem by installing and activating the proprietary BCM4318 drivers instead of the ones that came with Maverick.I used System-Administration-Additional Drivers to install the new drivers. As far as I can tell from lsmod and URL... the new drivers are known as b43.It didn't occur to me to run lsmod prior to this, and now I'm curious - what would the non-proprietary drivers that came with Maverick have shown as in the lsmod output?
View 8 Replies View RelatedI recently installed Fedora 14 from KDE live CD . everything is working excellent except when I tried to do lsmod today, I got lsmod:command not found error.I checked and found that PATH did have /sbin and /sbin/lsmod does exist. But /sbin/lsmod points to /bin/lsmod (which does not exist)I did whatprovides on lsmod and found module-init-tools-3.11.1-2.fc13.i686 as the package.
View 1 Replies View RelatedI was putting together my iptables rules based on "LINUX FIRE WALLS Attack Detection and Response with iptables, psad, and fwsnort" by Michel Rash.Based on the above, are the naming conventions used for netfilter modules changed? If so, could someone point in the right direction to get the facts from. I am worried that I am not getting the modules loaded to match the rules in my firewall. I was also trying to set up string matching and noticed that some things have changed. Perhaps I need to read a more updated book on iptables / netfilter.
View 4 Replies View RelatedTried updating today from Ubuntu 10.04 to 10.10. Seemed to go ok, but on reboot I got the message
Error Modprobe FATAL Could not load /lib/modules/ 2.6.35-21-generic/modules.dep no such file or module
I've just installed Ubuntu 10.04 on an old PC to make it usable.After some research I was able to get my netgear usb wireless network adapter WG121 to work and connect to the network using ndiswrapper, although at startup I have to open a terminal and type Code: sudo modprobe ndiswrapper before it works. Is there a way to get this to automatically run?
View 2 Replies View RelatedI'm using 10.04 with Gnome and I've just discovered that Kaffeine works with my TV card provided I use the modprobe hack. So I created /bin/dtvfix with the following:
Code:
#!/bin/bash
/sbin/modprobe -vr dvb_bt8xx
[code]....
I'm trying to get my RME Digi 96 sound card working and having some trouble, I have been reading through the forums and I'm not sure what I should try. Here is what I have been trying:
$lspci -v
07:02.0 Multimedia audio controller: Xilinx Corporation RME Digi96/8 Pad (rev 04)
Flags: slow devsel, IRQ 18
Kernel modules: snd-rme96
[code]....
I have attached the message.txt, looking at this you can see that the driver is failing:
[ 45.213296] unable to remap memory region 0x0-0x5ffff
[ 45.213349] RME Digi96 0000:07:02.0: PCI INT A disabled
[ 45.213353] RME Digi96: probe of 0000:07:02.0 failed with error -12
I'm not sure what I should try next.
My current situation is that the command "sudo modprobe ndiswrapper" is not responding, nothing happens. I am using [URL] as my guide and the "sudo modprobe ndiswrapper" is my next step. Here is some general information that you might ask for:
I received ndiswrapper utilities from "Synaptic Package Manager"
I was using jaunty jackelop before hand and the instructions worked perfectly but I decided to update to Karmic Koala 9.10 (I first installed the cloud enterprise version and realized that was way over my head).
I need (would like) to get the wireless running on my Lenovo q150. It uses the realtek 8191u chip for the wireless. I tried the steps in [URL]. But failed miserably. Now the Q150 will not boot. It locked up after the modprobe and I was forced to use the power switch. I was using a fresh install of maverick amd64.
View 6 Replies View RelatedI get the wireless working by executing
Code:
sudo modprobe b43
All good so far, but it's kinda tiring to execute that command every time I restart the computer, just to get internet access. Is there any way to make this command execute by it's own, when starting up the computer, like in the background or something. Or even better, to actually make b43 the default driver for the wireless. I've tried reinstalling both bcmwl, and b43, uninstalling bcmwl etc. But no luck.
To enable FDD in F13 I'm using "modprobe floppy" command which is placed inside "/etc/rc.d/rc.local".
Code:
[root@dc7100 rc.d]# cat rc.local
#!/bin/sh
# This script will be executed *after* all the other init scripts. You can put your own initialization stuff in here if you don't want to do the full Sys V style init stuff.
touch /var/lock/subsys/local
modprobe floppy
In F14 this does not work any more. "modprobe floppy" is effective only when used on the CLI, but nothing happens when inside "/etc/rc.d/rc.local". Where should I place "modprobe floppy" now?
I was trying to compile and insert a module. The module compiles fine and creates tool.ko file(am compiling it from Desktop). Next when I try to use "insmod tool.ko" , it gives em this error: insmod: error inserting 'tool.ko': -1 Operation not permitted.I tried to use modprobe instead , thinking it might install the dependencies(if any) by itself: "modprobe -v tool.ko" but it gives me this error
FATAL: Module tool.ko not found
I went over some linux forum posts and tried to resolve it but no use.I copied all the files from Desktop to the /lib/modules/2.6.34.7-0.7-Desktop/build folder and then ran the commands but still face the same problem. Used this "/sbin/depmod -a " thinking it might update the modeprob.conf file, but no use !
I am running into a problem with a script I have to load the proper ethernet drivers on the script start, but the modprobe command fails.
I don't know exactly what it says but I believe it was something to the effect of "cannot find (x)." Which would be fine if it did it all of the time, but if I ctrl+c out of the script and attempt to do the command manually it works.
Anyone out there know what might be going on? I've been searching google and stackoverload and here and haven't come across anyone else having this issue.
Or better yet, is there a way to have a shell script implement a .rules file for a specific instance?
How do I properly load/install
alias scsi_hostadapter2 ahci
into /etc/modprobe? (And /sys/module and /sys/bus/pci/drivers?)
Merged with ndiswrapper troubleshooting thread
View 1 Replies View RelatedI have server 10.04 running, and I modified my fstab file to automatically mount an NTFS partition on startup, but after a reboot, I see that I clearly did something wrong, as now it will not boot. The output is:
[Code]....
init: ureadahead-other main process (923) terminated with status 4 If this is an error with my changes to the fstab file, is there any way I can access is to change it? No matter what i do I can't get it to boot.
I've got a problem when I try to use to load modules like when I try : modprobe tun It says : FATAL: Could not load /lib/modules/2.6.32-4-pve/modules.dep: No such file or directory I've checked in my filesystem, the directory 2.6.32-4-pve doesn't exist, instead I have 2.6.39.2.110628 So how could I make modprobe look into the right directory ?
View 4 Replies View RelatedI'm using openSUSE 11.3 and i access internet through usb-stick.
Before inserting my usb-stick, i generally remove the usb-storage module driver by this command:
modprobe -r usb-storage
But after this command, i get an output saying that usb-storage is built in and cannot be removed.
Can anybody help me how to remove that module. It works well under ubuntu and Mandriva.
I have Fedora 2.6.29. When Im trying to laod a kernel module by using modprobe, its throwing an error message 'Module not found'. Also, when I use 'lssci' command to see the list of SCSI devices, this also doesn't work, and throws an error 'Command not found'.
However, I have used insmod to load my module and I am able to see its entry in /proc/scsi/scsi file, but why 'modprobe' and 'lssci' are not working. Is there any way to resolve this problem?
I keep getting the error
"Initializing USB keyboard: Modprobe : Can't locate module keybdev [failed]
and "initializing USB Mouse: Modprobe : Cant locate module mouse dev [failed]
I am using Red Hat linux and trying to compile my own kernel...
I may be missing a last crucial step while trying to use modprobe to install a module and make it active.The system is Debian (Mint LMDE flavor).The module is for a Realtek wlan driver. Since it appears to be available in the kernel, I chose to try and use it instead of getting into a work-around using ndiswrapper.Here is how I found it..
Code:
# modprobe -l | grep r81
kernel/drivers/net/r8169.ko
[code]...
I am working on research using a USB wireless card (WUSB600N) which works by a driver from Ralink (rt3572). In order to achieve my task, I am trying to modify that driver. One of the ways, I tried to call a function written in different module from that which I am working in. Every thing went fine (make & make install) until the modprobe command when i got (Unknown Symbol) about that function. I tried many ways to solve that problem like; Export_Symbol, and function pointers but, with no results!
View 1 Replies View RelatedI need to access /etc/modprobe.d on an encrypted LVM LUKS partition. I m not sure how to go about it though. Mount usually handles my mounting needs, do I need to decrypt the physical volume first? LIst of commands need would make my day.
View 1 Replies View RelatedI was just able to buy a new laptop and everything is going ok except there is no sound coming from the speakers only the headphones (hda ATI SBx00 Azalia Intel HDA) and I found this useful post ([ubuntu] No sound with hp 6735s, ATI SBx00 Azalia (Intel HDA) - Ubuntu Forums) except there is no modprobe.conf file in my modprobe.d directory.
View 3 Replies View RelatedI suppose this was caused by an update, I don't know. I just know that my wireless card is no longer seen by my Ubuntu 8.1. Maybe I should be in the newbie area. Isn't there a way I can wake it up with modprobe?
View 5 Replies View RelatedI took some pictures tonight and plugged in my flash card reader (via usb) as always. Only this time, the device isn't assigned a proper location (like "sdc3").
A little research later and I *think* I need the module "usb-storage", which I can't get to load. It's been a *long* time since I had to mess with modules and I'd like some fresh eyes on what the problem might be.
This is my lsmod output:
Code:
I also ran modprobe with -n -v:
Code:
I have run depmod -a and tried the modprobe again...
Code:
If I drill down to the /lib/modules/<kernel -r>/drivers/usb/storage/ where the .ko file is and say:
Code:
So.... since I haven't changed anything that I can think of since the last time I took pictures...what happened? How do I fix this?