Red Hat / Fedora :: Module Usbcore Not Found

Nov 8, 2009

I'm trying to configure ndiswrapper but when I run Code: modprobe ndiswrapper it says Code: FATAL: Module ndiswrapper not found. I know it needs usbcore so I run Code: modinfo usbcoremodinfo: could not find module usbcore So How should I get usbcore working?

View 2 Replies


ADVERTISEMENT

Fedora :: Fatal - Module Ndiswrapper Not Found (Need USBcore)

Nov 8, 2009

I'm trying to configure ndiswrapper but when I run
Code:
modprobe ndiswrapper
it says

Code:
FATAL: Module ndiswrapper not found.
I know it needs usbcore so I run

Code:
modinfo usbcore
modinfo: could not find module usbcore
So How should I get usbcore working?

View 6 Replies View Related

Red Hat / Fedora :: Adding Ntfs Module - FATAL: Module Ntfs Is Not Found

Jun 8, 2011

I am using Redhat linux 5 version 2.6.18-164.e15 with platform i686. I need to add ntfs module. I execute following command

#modprobe ntfs

but it say FATAL: Module ntfs is not found.

View 1 Replies View Related

Hardware :: Partport Module Is Seeing Parallel Port But Lp Module Doesn't Found Any Device

Mar 3, 2011

I am trying to install a Sunix 4018T dual parallel port card on a pc with Mandriva Linux 2010.1: Dealer told me that linux has driver for this card already so I inserted it and turned on my pc. Unfortunately when I try to install my Okidata ML320, cups it's not showing any parallel ports. I try to update all the system with last patches and packages :I tested the card on a pc with windows xp, installed my printer and it works perfectly.

View 3 Replies View Related

Fedora :: Fatal Module Microcode Not Found

Dec 14, 2009

On startup I get the following message:
Code:
Applying Intel CPU microcode update: FATAL: Module microcode not found. OK
ERROR: Module microcode does not exist in /proc/modules
Selfmade Kernel:

Code:
[toby@sarah ~]$ cd /usr/src/kernels/linux
[toby@sarah linux]$ cat .config | grep -i microcode
CONFIG_MICROCODE=y
CONFIG_MICROCODE_INTEL=y
# CONFIG_MICROCODE_AMD is not set
CONFIG_MICROCODE_OLD_INTERFACE=y

Code:
[toby@sarah linux]$ rpm -qa | grep -i microcode
microcode_ctl-1.17-1.53.fc12.1.x86_64
I found few links, saying that this is a Xen problem but I have no Xen.

View 3 Replies View Related

Fedora Networking :: 14 X64 Ndiswrapper Modprobe Ndiswrapper Module Not Found?

Jan 28, 2011

i've patched the source files to be installed on f14 and finally got a succesfull install, ndiswrapper -l comes back with driver installed and presentwhen i run modprobe ndiswrapper i get "FATAL: Module ndiswrapper not found" after many hours of google searching and reading various threads i cannont seem to find a solution to this apart from manualy coping the ndiswrapper.ko file but when i use that solution modprobe starts ndiswrapper but there is no wlan0 present in iwconfig.now for some reason even wheni move the ndiswrapper.ko file manually it still is giving me that error. this worked earlier as i mentioned but then i reinstalled ndiswrapper hoping something went wrong but still got the same error so i tried that same fix and i'm still getting that error. i can't figure out what i migt've done differently earlier but i'm not having any luck.

View 1 Replies View Related

Ubuntu :: No Module Name Found?

Aug 24, 2010

I recently purchased a Dell Studio 14, with Windows 7 64-bit. It has the i5 processor, and 6GB of Ram, so I went with the 64-bit version of 10.04. I've never used the 64-bit version, but I've had Ubuntu since 6.10, so Iḿ pretty familiar with it.

The install goes fine, and the OS works perfectly. When I restart, everything is great, GRUB works fine, etc. The problem occours when I boot into Windows.

After restarting from Windows, the laptop powers up, then, where it would usually boot GRUB, I get this error:

Quote:

no module name found Aborted. Press any key to exit.

Then, after pressing any key:

Quote:

Broadcom UNDI PXE-2.1 v 12.2.0
Copyright (C) 2000-2009 Broadcom Corporation
Copyright (C) 1997-2000 Intel Corporation
All rights reserved.

[Code].....

View 9 Replies View Related

Ubuntu Servers :: Module Sg Not Found On 9.10

Mar 31, 2010

I'm trying to install che Naviagent for the EMC2 clariion SAN storage. The communication is through iSCSI. The Naviagent is actually installed but doesn't starts and what I get is: FATAL module sg not found. I've read about the fact that in this ubuntu distribution the sg is builtin in the kernel and is not a module.

View 1 Replies View Related

General :: DM-ioband Module Not Found

Sep 7, 2010

I was trying to install dm-ioband on a fedora 13 OS with Linux kernel 2.6.32.21. I apply the patch. Compile the modules and give module_install. When I do modprobe, it says dm-ioband module not found. When i checked the Kconfig file inside the drivers folder, i cannot find the dm_ioband patch applied to that file. As per the patch file, it should paste some 10+ lines in Kconfig file on line 320. But I dont find line 320.

View 1 Replies View Related

Red Hat :: Saa7134 Module Not Found In CentOS 5.5

Aug 30, 2010

I have installed tvtime in CentOS 5.5. I'm using a phillips tvtuner card saa7134. But when I modprobe saa7134, it says Module saa7134 not found.
[root@unknown0019d1b5e07a Desktop]# modprobe saa7134
FATAL: Module saa7134 not found.
[root@unknown0019d1b5e07a Desktop]#lspci | grep -i 'saa'
02:02.0 Multimedia controller: Philips Semiconductors SAA7130 Video Broadcast Decoder (rev 01)

View 1 Replies View Related

CentOS 5 :: Python Module Not Found?

Jan 8, 2011

I installed openxenmanager without a problem. but when I tried to start it I got: ImportError: No module named gtkvnc

the start script is in python, and I am using python2.5 to run it. I already installed

gtk-gtk-vnc.i386 0.3.8-3.el5 installed
gtk-vnc.x86_64 0.3.8-3.el5 installed
gtk-vnc-python.x86_64 0.3.8-3.el5 installed

Note: when I use python2.4 I got another error and it skip the previous one, the error is: ImportError: No module named hashlib

and when I comment it the application is running but with errors.

View 1 Replies View Related

Debian :: FATAL: Module Fbcon Not Found

May 17, 2011

I'm trying to create an xorg.conf file. I've used Xorg :1 -configure and Xorg -configure in the console but i keep on getting the same error message.

FATAL: Module fbcon not found. Number of created screens does not match the number of detected devices. Configuration failed.

View 7 Replies View Related

General :: Installed Python Module Is Not Found?

Jul 10, 2010

This borders on stackoverflow/superuser, but I guess it's a simple installation problem.I've installed python-twisted on my ubuntu 10.04 server, but it can't be found.This is what I get when I try to import something:

>>> from twisted.internet import reactor
Traceback (most recent call last):
File "", line 1, in [code]....

I've installed the package through apt-get.That way the module is installed in this folder: /usr/lib/python2.6/dist-packages/twisted with an __init__.py file.When I try to use python setup.py install (on the download from the site) it installs it to /usr/local/lib/python2.6/dist-packages/twisted, but it also does not find it there.

View 1 Replies View Related

Ubuntu :: Grub Loading - No Module Name Found

Feb 27, 2010

I have UBUNTU 9.10 and WIN 7 installed on my computer. I turn computer on, choose UBUNTU, do what I need and shut down computer (or reset - doesn't matter). Turn on computer again and get message:

GRUB loading.
no module name found
Aborted. Press any key to exit.
Operating System Not Found.

So I turn comp from Live CD, install GRUB and after resetting computer everything seems fine - but unfortunately not for long. Next reset and the problem is back again. The problem only occurs when I choose UBUNTU. There is no problem with WIN 7...

View 4 Replies View Related

Ubuntu :: FATAL: Module Fuse Not Found.

Mar 5, 2010

I installed FUSE using fuse-2.7.4.tar.gz; but now, when I type 'modprobe fuse' in a terminal, it gives me: FATAL: Module fuse not found.

View 4 Replies View Related

Hardware :: FATAL: Module Snd_card_intel8x0 Not Found

Jan 15, 2010

modprobe snd-card-intel8x0

And this give me result as

FATAL: Module snd_card_intel8x0 not found.

View 2 Replies View Related

Hardware :: Fatal - Module Pciehp Not Found

Aug 14, 2010

This is the error I am getting:
bert@mybook:~$ modprobe pciehp
WARNING: /etc/modprobe.d/options.conf line 3: ignoring bad line starting with 'ProblemType:'
WARNING: /etc/modprobe.d/options.conf line 4: ignoring bad line starting with 'Architecture:'
WARNING: /etc/modprobe.d/options.conf line 5: ignoring bad line starting with 'DistroRelease:'
WARNING: /etc/modprobe.d/options.conf line 6: ignoring bad line starting with 'Package:'
WARNING: /etc/modprobe.d/options.conf line 7: ignoring bad line starting with 'ProcCmdLine:'
WARNING: /etc/modprobe.d/options.conf line 8: ignoring bad line starting with 'ProcEnviron:'
WARNING: /etc/modprobe.d/options.conf line 9: ignoring bad line starting with 'SHELL=/bin/bash'
WARNING: /etc/modprobe.d/options.conf line 10: ignoring bad line starting with 'LANG=it_IT.UTF-8'
WARNING: /etc/modprobe.d/options.conf line 11: ignoring bad line starting with 'ProcVersionSignature:'
WARNING: /etc/modprobe.d/options.conf line 12: ignoring bad line starting with 'SourcePackage:'
FATAL: Module pciehp not found.
bert@mybook:~$

I am trying to make my card reader hot pluggable
this lspci
bert@mybook:~$ lspci
00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge
00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller
00:02.1 Display controller: Intel Corporation N10 Family Integrated Graphics Controller
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02) .....
I am running ubuntu netbook remix on an acer aspire 532h.

View 1 Replies View Related

General :: FATAL Module Nvidia Not Found

Aug 13, 2010

I made some progress trying to get a host that has an Nvidia GeForce 6150 LE and running a liveCD version of Xubuntu 9.10... but "modprobe -i nvidia" returns "FATAL: Module nvidia not found."

View 5 Replies View Related

Software :: FATAL Module Ndiswrapper Not Found

Mar 2, 2010

Ok, I just upgraded from Slackware 13.0 to Slackware-current and now when I run modprobe ndiswrapper I get the following error.FATAL: Module ndiswrapper not found.Im not sure what happened on this. I did a search in google and couldn't find anything useful any help would be appreciated.

View 14 Replies View Related

Debian Configuration :: Error: Module Ndiswrapper Not Found

May 23, 2010

I installed ndiswrapper and tried adding a driver. Error: module ndiswrapper not found.So I recompiled my kernel, upgrading to 2.6.33.4 (no, I can't see the logical connection either) After a week, I got the new kernel working ( in the interim I reinstalled debian- it didn't survive my first kernel attempt. don't ask), and reinstalled ndiswrapper. Same problem. So I had a stoke of genius: download the source package!! So I did. Lo and behold, a new directory appeared in /usr/src/ : modules. I took a moment to admire my work, then I jumped in.I 'ls'ed to see what was going on, and found a Makefile. so I typed 'make'. First error: kernel source not found. So I entered the Makefile, found the(clearly marked)variable,and changed it to /usr/src/linux-2.6.33.4 , exited, and redid 'make' Second error: no wireless support in kernel. So I went to src/linux-2.6.33.4 and did a make menuconfig- loaded my current, threw in wireless, and exited.

[Code]...

View 1 Replies View Related

Debian Hardware :: Cannot Startx - Module Nvidia Not Found

Jul 31, 2015

After upgrading from Debian Wheezy to Jessie, I figured out I needed to install the nvidia drivers in order to play some Steam games. Went to Debian wiki, installed drivers from there, rebooted, stuck in command line. I can't remember what errors did it give though. After a couple days of searching on the internet the problems and trying different things like purging everything nvidia and reinstalling the drivers in different ways and still no success I thought : Perhaps I installed the wrong nvidia drivers?

Did some research, found out that I might have an Optimus system ( from what I read, I have one because I am in possession of 2 graphic cards, an intel and an nvidia one . Installed Bumblebee, everything worked fine until I rebooted and once again, I couldn't move out of the command line. Tried to startx, error no screens found. Opened log, nothing wrong until it gets to the part of loading the nvidia module, which fails and tells me such module does not exist.

Looked into the module folder, there is no nvidia there. I'm also running a dual-boot Dell Inspiron N5110, with Windows 8.1, which I am currently on and Debian Jessie with GNOME.

View 8 Replies View Related

Debian Hardware :: Cannot Load RAW1394 - Module Not Found

Mar 20, 2010

I want to connect my mini dv camcorder to my pc and capture video, but I cannot load raw1394. When I try to "modprobe" it. It says:
"FATAL: Module raw1394 not found".
My kernel is 2.6.32-3-amd64
Should I compile it to kernel manually, if so how?

View 2 Replies View Related

OpenSUSE Wireless :: 11.2 Repo - Module Ndiswrapper Not Found

Apr 24, 2010

I updated to the latest kernel from Suse 11.2 repo. My wireless device won't load firmwares, ndiswrapper won't be a module anymore etc. :

Code:
inux-kqzq:/home/olivier/T l chargement/fwextract3 # modprobe ndiswrapper
FATAL: Module ndiswrapper not found.
linux-kqzq:/home/olivier/T l chargement/fwextract3 # find /usr -name ndiswrapper
/usr/sbin/ndiswrapper
^C
linux-kqzq:/home/olivier/T l chargement/fwextract3 # find /lib -name ndiswrapper*
/lib/modules/2.6.31.5-0.1-desktop/updates/ndiswrapper.ko
linux-kqzq:/home/olivier/T l chargement/fwextract3 # uname -r
2.6.31.12-0.2-desktop
2.6.31.12-0.2-desktop is uname
and 2.6.31.5-0.1-desktop is the module

View 1 Replies View Related

Ubuntu :: Installing - FATAL: Module Powernow_k7 Not Found

May 15, 2010

I want to activate cpu frequency scaling on my home computer. I have an athlon 64 3200+. I know that it supports frequency scaling, because when I got the processor I also got a CD with the Cool n'Quiet driver. I've tried with the powernowd service, but when I try to start it I get Code: * Starting powernowd... * CPU frequency scaling not supported...

and if I try to start cpufreqd I get Code: No cpufreq interface found, not starting cpufreqd In the meanwhile I've noticed that I also don't have powernow-k7 kernel module installed. If I try a modprobe powernow-k7 I get: Code: FATAL: Module powernow_k7 not found I have no ideea where I can get this kernel module.

View 1 Replies View Related

Ubuntu :: Gdlib-Config Not Found For GD CPAN Module

May 8, 2010

I installed GD Package from cpan in ubuntu 10.04, but I need gdlib-config for this module. I installed libgd2-noxpm but I continue to have this problem.

View 1 Replies View Related

OpenSUSE Install :: Fatal - MBcache And Ahci Module Not Found

Nov 30, 2009

I am using openSuSE 11.2 on a VGN-AR41L. I have also erased the preinstalled Home Vista (what a pleasure). Now to my problem. My system boots correctly but if I press the <ESC> key while booting I can see the following messages:

"Doing fast boot
FATAL: mbcache module not found
FATAL: ahci module not found
"
and the boot process continues normally.

Why this happens? Does this mean that I have a problem that I haven't discovered yet? Is it something that I can ignore? I am using SUSE Linux from version SUSE Linux 8 personal and although I am not a power user I have done my two desertions on this system and I am very happy with SUSE. I have bought SUSE Linux 8 Personal and SUSE Linux 10 all the other versions until today have been downloaded.

View 6 Replies View Related

OpenSUSE Install :: VMtoolsd Fatal - Module Vmmemctl Not Found?

Feb 8, 2011

vmtoolsd FATAL: Module vmmemctl not found.
What does this mean and should I activate/deactivate anything in the system or is this no problem.

View 8 Replies View Related

Ubuntu Servers :: Apache2 Userdir Module Page Not Found?

Jun 18, 2010

I just installed apache2 server on my ubuntu 10.04. It works fine (i get the "that works" page when i access to http://localost/ and get no errors or warnings when i start apache.However, the localhost/~florian returns a 404 not found.I've enabled the userdir module

Code:
a2enmod userdir
and restarted the apache server

[code]....

View 4 Replies View Related

Ubuntu Installation :: Software Center Needs GTKWidgets Module (Not Found)

Nov 8, 2010

Whenever I try to run software-center I get this error:
Code:
Traceback (most recent call last):
File "/usr/bin/software-center", line 88, in <module>
from softwarecenter.app import SoftwareCenterApp
File "/usr/share/software-center/softwarecenter/app.py", line 42, in <module>
import softwarecenter.view.dependency_dialogs as dependency_dialogs
File "/usr/share/software-center/softwarecenter/view/dependency_dialogs.py", line 25, in <module>
[Code]....

Import Error: No module named gtkwidgets I cannot find any reference to a gtkwidgets module, so I don't know what it is talking about. I don't really want to reinstall software-center or software-properties-gtk because ubuntu-desktop depends on them as well as some other things that make it too much to download right now. If it it really necessary and safe I can manage it in a few days. This is rather important because software-center does not open after this message.

View 9 Replies View Related

General :: Mounting NTFS Pen Drive - Module Fuse Not Found

Dec 29, 2010

I have installed three flavors of linux on vmware
1.rhel5
2.centos 5.5
3.fedora 14
and also install centos 5.5 on a separate hard disk (not on vwware).

I want to mount my pen drive on linux which is ntfs. I have tried a lot on rhel5 only. Please tell whether it is possible mount ntfs on any distributions I have mentioned above? I have already installed fuse, fuse-devel, fuse libs, ntfs-3g, ntfs-3g libs on rhel5. But I still got error:
"fatal : module fuse not found"
"ntfs unknown file system"

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved