Ubuntu :: Identify Modules And Drivers Currently In Use?
Jun 30, 2011
Is there anyway of identifying which modules and drivers are being used on my machine? A log or app? I have a minimal install and what to install another, this time with only the hardware drivers/modules my machine needs (for instance, I don't need software for Xeon processors as I don't have one, therefore don't want that stuff hanging around serving no purpose).
View 8 Replies
ADVERTISEMENT
Sep 3, 2009
Is there a way we can enable modules or drivers for a particular user or group in Fedora 9
View 2 Replies
View Related
Jul 15, 2010
I am using Fedora 13, kernel 2.6.33.3-85. I have a TV tuner card and lspci shows this:
01:0a.0 Multimedia controller: Philips Semiconductors SAA7130 Video Broadcast Decoder (rev 01)
Which software should I use to view TV on my PC? Also, how should I check that the drivers/modules for my TV tuner has been loaded or not ?
View 5 Replies
View Related
Jul 20, 2011
I have two devices (a usb modem and a camera) permanently hard-wired into my system. When linux boots, it automatically inserts their drivers. However, I would like this to be under my control to insert as and when needed. Can anyone give any pointers as to how I might disable auto-insertion, whilst still allowing manual insertion via insmod or modprobe? I understand the usual method would be to use modules.conf, however in my modules.conf file, there is no entries at all.
View 1 Replies
View Related
May 15, 2010
I am trying to use my Wiimote with ubuntu. I have followed the guide on here:[URL].. But I get this error when I run modprobe:
FATAL: Error inserting uinput (/lib/modules/2.6.32-22-generic/kernel/drivers/input/misc/uinput.ko): Operation not permitted
View 2 Replies
View Related
May 1, 2010
Which configuration options would I need to select to build the correct drivers/modules for my usb mouse and ps/2 keyboard? The mouse is a Microsoft 1.1A Optical (Compatible with USB or PS/2 but plugged into usb port) and the keyboard is just a no name chinese one. BTW i am running Gentoo and linux 2.6.32-gentoo-rc7
View 4 Replies
View Related
Mar 10, 2011
0 down vote favorite
share [fb] share [tw]
This is the problem I run lspci -v which checks all drivers on my system and more. It says kernel driver in use is nouveau. Then under that it says kernel modules: nvidia recent, nvidia-96, nouveau, nvidiafb. So what it looks like I have 3-4 drivers for my video card loaded and one, nouveau, being used. I think they conflict with each other.
I'm trying to add drivers other then nouveau, because the mouse freezes with it. At this point I can't seem to get rid of nouveau, I go to terminal and type:
sudo apt-get --purge remove xserver-xorg-video-nouveau
And it says that it's not loaded so I can't dump it. lspci-v says nouveau is the driver being used and trying to dump it. It says it isn't installed. I'm confused. I want to dump nouveau, what should I do? I also go into Synaptic package manager and it isn't listed as being installed.
View 1 Replies
View Related
Jun 15, 2011
I have, for days, been trying to get a Fedora 15 server to send audio output to the system monitor, an ASUS VH242H, via HDMI. The video portion works perfectly, allowing me to appreciate GNOME 3 for the first time. Sound, on the other hand, is non-existent.
From many, many threads on this problem, I have at least been able to provide some info which might help resolve this. Unfortunately, I have now read too much and followed too many suggestions to be able to find my way through the morass. So, once again, I built a completely new system to ensure a clean start.
Note also that to simplify things, I disabled the on-board audio in BIOS so only Nvidia has any sound output capability. Initially, 'alsamixer -V all' identifies the card and the chip as being PulseAudio. That would change if I used the <F6> option but I have not done so to keep things 'clean' at this point. The 'Master' is full on (100<>100), so muting is not a problem. Next, I searched for the device from the output of /proc/asound/card0 which would match the monitor.
The one device associated with the monitor_name is eld#3.0:
monitor_present 1
eld_valid 1
monitor_name ASUS VH242H
[code]...
Both the kernel driver and the kernel modules are not what I think I should have. The kernel driver should be HDA NVidia for starters, no? Running modprobe -l and looking for nvidia returns:
'kernel/drivers /video/nvidia/nvidiafb.ko'and 'extra/nvidia/nvidia.ko' But I have not attempted anything beyond this point because I am just too confused as to what needs to be done and who or what manages these values effectively.
View 5 Replies
View Related
Dec 18, 2010
I have a problem installing mi dlink dlw-g122 wireless usb adapter.I installed the drivers, in fact when executing
ndiswrapper -l
the output is
dr71wu driver present, hardware present
but when I try to execute
modprobe ndiswrapper
I have this error:
FATAL : Error inserting ndiswrapper (/lib/modules/2.6.12.9-386/kernel/drivers/net/ndiswrapper/ndiswrapper.ko): Operation not permetted
View 4 Replies
View Related
Dec 14, 2009
I'm trying to install some wireless drivers, but apparently I don't have a /lib/modules/<kernel>/build directory, which is causing the Makefile to throw an error. Is there a specific place I should point the Makefile at?
View 9 Replies
View Related
Dec 28, 2009
Just spent three whole days barking up the wrong tree, solving Fedora 11 and Fedora 12 boot failures because the correct hypothesis was illogical: installation did not update/modify the initrd.
The first couple of times I installed Fedora 11 on the HighPoint Technologies RocketRaid 2640x4, the installation inserted my "custom" driver module (rr26xx) into the initrd, permanently, so that the system booted off the controller card for which the custom driver was inserted. (I yelled about this success in this thread: [url]
My most recent installs of BOTH F11 and F12 on the RocketRaid failed to properly set up the boot. It turns out that the "rr2640" module I "slipstreamed" into the installation process was *NOT* permanently added to the initrd by anaconda. (F12 gave me "no root device found boot has failed, sleeping forever", on boot; F11 hung also, without such error, I presume, during the init script execution). Because of limited resources and time, I only know for sure the module was missing from the F11 initrd, and am ASSUMING the same was the case with F12.
The only difference between the successful installs and the ones with failed boot is that the successful installs were made on a single-drive (JBOD) mode on the controller; whereas, the failed ones were placed on RAID 5. But, AFAIK, the created logical device for the card is "/dev/sda", in both cases, and the kernel can not distinguish between the two cases (or can it?). Thus, the inconsistency cost me a lot of time, and is still inexplicable to me.
Question: What is the best way to deal with custom drivers, today? There are custom spins, and many tools, like isomaster. Stupid question: Is there a way to modify the initrd inside an installer ISO -- be it for CD/DVD/USBboot drive -- beefing the init RAM disk with whatever modules you'd like, for the boot process (using, say, isomaster)?
And what makes anaconda understand that a module must be added to the initrd ? How can one force anaconda to do so?
How does moving to dracut as the initrd tool affect any/all of the above?
View 1 Replies
View Related
Feb 25, 2010
I'm struggling to get my wireless connection working. During an install of the compat-wireless-kmp-desktop driver a warning occurs:
WARNING: /lib/modules/2.6.31.12-0.1-desktopp/kernel/drivers/net/wireless/wl12xx/wl12xx.ko needs unknown symbol_ieee80211_rx
and
Symbolieee80211_beacon_get
What can I do next to get this to work? Running Opensuse 11.2 on Asus 1005PE.
View 5 Replies
View Related
Jul 31, 2011
I recently started having this odd behaviour while using and loading cpufrequtils on boot, I don't know if it is happening to someone else.During boot I'm getting( when /etc/init.d/cpufrequtils invokes /etc/init.d/loadcpufreq to load the proper module):
Loading cpufreq kernel modules...FATAL: Error inserting speedstep_centrino (/lib/modules/3.0.0-1-amd64/kernel/drivers/cpufreq/speedstep-centrino.ko): No such device
FATAL: Error inserting pcc_cpufreq (/lib/modules/3.0.0-1-amd64/kernel/drivers/cpufreq/pcc-cpufreq.ko): No such device
[code]....
View 2 Replies
View Related
Mar 6, 2011
I want set up VPN on my VPS but when i try to turn on tun/tap i see:
:/lib/modules# modprobe tun
FATAL: Could not load /lib/modules/2.6.18-194.17.1.el5.028stab070.7PAE/modules.dep: No such file or directory
os : debian 5
(folder lib/modules is empty)
View 1 Replies
View Related
May 11, 2010
I've been trying to load my pcmcia network card driver "xirc2ps_cs" at startup with no success. I have added "modprobe xirc2ps_cs" to the rc.modules file but it doesn't load at startup. Curiously, though, if I execute rc.modules AFTER the machine has booted it will load the modules just fine. Just not during the boot up process. Thinking that hotstart might have been causing problems I've disabled hotstart (chmod -x) temporarilly to remove it from the picture, but there was no change.
View 5 Replies
View Related
Apr 14, 2011
Tonight I installed ubuntu 10.10 (32 bit) on an external usb harddrive with a dvd I burned and I used my older desktop. I disconnected all internal and external drives first so everything had to be put on the usb drive I selected (only option available). I used the option to load extra software, use the entire hard drive, and let the software do it's thing. I basically had no options where to put things and it didn't have much choice.
When I boot the usb drive on my laptop (win 7 64 bit) by telling the bios to boot to it first... I get an error: modprobe: FATAL Could not load /lib/modules 2.6.35-22 generic modules No such file or directory. This message appears twice and then it does boot into ubuntu and seems to work fine. I'm new to this OS so that is an uneducated guess but the things I have done seem to be working. So exactly what is this error referring too? Is there a way to fix the problem or do I just ignore it.
View 9 Replies
View Related
Jul 22, 2010
I am trying to setup Slacware 13.1 x86_64 to a encrypted partition. I used the README_CRYPT.TXT howto : [URL] At the step when I create an initrd.gz I get this error: Quote: ERROR: No /lib/modules/2.6.33.4-smp kernel modules tree found for kernel "2.6.33.4-smp"
I tried to look into the directory and there was only modules under 2.6.44.3. So I tried to change the command into: Quote: mkinitrd -c -k 2.6.33.4 -m ext3 -f ext3 -r cryptroot -C /dev/sda2
This command was successful, but I don't know if this is alright. I made the changes in lilo.conf, add initrd = initrd.gz. This is all on unencrypted /boot partition. The boot=/dev/sda1 I also set for the unencrypted boot partition. When I boot the system I get a kernel panic:
[Code]....
View 5 Replies
View Related
Mar 23, 2011
I was trying to install VirtualBox through the YaST > Software Management but it is not working, someone in the forum told me that I have to download the OSE version and do it manual way. Finally I am able to start up VB but not able to use the network connection. Thus I am trying to do this:
/etc/init.d/vboxdrv setup. I get this error:
[code]...
When I type dmesg, it shows me a bunch of info which I don't know what should look for. When I type modprobe vboxnetflt, I get the error: FATAL: Error inserting vboxnetflt (/lib/modules/2.6.37.1-1.2-default/updates/vboxnetflt.ko): Invalid module format. what should I do in order to get my VB to be able to connect to the internet?
View 5 Replies
View Related
Jun 24, 2011
Sometimes I have problems with modules not loaded properly /etc/rc.d/rc.modules, is it recommended to add codes to load modules in other scripts in /etc/rc.d/.
View 1 Replies
View Related
Aug 10, 2010
I am using my laptop with a built-in web-cam, but i just wonder what interface it is connectied to,i.e. is it dc1394 or usb or any others.
View 9 Replies
View Related
Sep 2, 2010
How do I identify a webcam in ubuntu? I forgot what model I'm using... It's USB of course, I know its at bus 2 device 2 (From lsusb) but I can't seem to find anything more than that...
View 2 Replies
View Related
Jun 14, 2010
The way to identify CAT 5 and CAT 6 cable?What are the differences between these two cables..?
View 8 Replies
View Related
Apr 17, 2011
i'v 2 unmounted partitions /dev/sda8 , /dev/sda9 ... i do the following:
#assume sudo where applicable
mkdir /media/myMtPt
#mount sda8
mount /dev/sda8 /media/myMtPt
[Code]....
if i write anything to /media/myMtPt it'll go to /dev/sda9..but both /dev/sda8 and /dev/sda9 show same mount point /media/myMtPt.. so if somebody else has to find out (without checking the history) to which one will the o/p go if written to /media/myMtPt then what is the way out?
View 2 Replies
View Related
Sep 1, 2011
In windows one could identify the drive by letter..easy...but in merrkat I need to identify and augment a file that allows the start up location of information for a program in either of my 2 cd drives. One is the internal cd floppy and I have a second that is usb connected a cd/dvd. I would like either one to be "seen " as the possible source for the necessary information". How do i write that into a file?? The sample file I am changing is below..... All;
d:caycedatindx;d:caycedat ext;d:caycedatgrd ;d:caycedat
ept Background;d:caycedat grd Index;d:caycedatindx Reports;dcaycedat
ept Text;dcaycedat ext
View 2 Replies
View Related
Jul 21, 2009
I want to turn to Ubuntu, but when I install it using Ubuntu CD, It is found that Ubuntu can not identify my netcard (Intel Pro 10/100), Can not identify by sound card, Even it can not identify my video card. Anyone has a simple introduction on how to install these hardware drivers?
View 11 Replies
View Related
Feb 23, 2010
I have a 4 disk software RAID array made up of Seagate drives. Let's name them sda, sdb, sdc, sdd. And let's say SDC is failing. Big question. How do i find out which of the 4 physical drives it is? They all look the same to me when i open up the PC case. Maybe some utility which will load up heavy usage on just one drive and i will try to put my finger on them and figure out which one is vibrating? Or maybe there is a smarter way?
View 1 Replies
View Related
Apr 22, 2010
I'm currently running 9.10 and am anticipating upgrading to 10.04 when it is released next week. I am however, running several packages from PPA's that were simply not working well at the versions included with 9.10 (I know specifically the 64-bit version of Flash and Wine are setup this way).
Since these installs are out of the scope of the official Ubuntu sources, how are these handled when I upgrade? More importantly, since some of these packages were just installed as a temporary fix until 10.04 came out, for some of them I'd like to remove the PPA version and reinstall the default version (since for several of them the 10.04 version has caught up to where it needs to be). Is there any way to identify all packages installed from PPA's on the system?
View 1 Replies
View Related
Dec 9, 2010
I'm using the FortiClient SSL VPN free version provided by my University. I can't get tech support from the university OR Fortigate. I have it running on one system, but I have no idea what the sequence of libraries I installed was. I need it to run on a second machine. pstree is only telling me that the FortiClient ssl daemon depends on pppd. I need to know how to find out what else it's using: LibPKCS and the like.
View 1 Replies
View Related
Jun 6, 2011
Are there any identifiers on an HDD that can be either seen physically on a "sticker" on the HDD, and the same number/identifier could be read with software solutions?
I mean if I see with e.g.: S.M.A.R.T. that an HDD (in RAID) is failing, then I give out the command:
SOMEMAGIC
then I get an OUTPUT, e.g.: 9835923759237489
and then are ther any stickers on the HDD that has a label: 9835923759237489 ? so the hdd that has to be changed could be identified.
View 2 Replies
View Related
Sep 10, 2010
When I mount an usb device, I want to get the information contained in the structure usb_device. This information tally with the device which is being mounted now (dev_name). So I want to get, for example, the path where the device will be mounted (/dev/sda) before it is mounted naturally.
View 1 Replies
View Related