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.
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.
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.
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."
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"
I need to use a pendrive with the Slackware 13.0 and I've tried a lot of things I've found at the internet but unfortunately they didn't work. It's not possible to use graphical interface because some reasons. So the problem need to be solved by command line.
When I use "lsusb" command, I can see the pendrive.
However, when I try these:
I got the following message: "Module usb-ohci not found" and "Module usbcore not found"
How can I deal with these problem? Because I guess without these module loaded it's not possible to mount the pendrive. Is it right?
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.
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.
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?
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)
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.
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...
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.
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.
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.
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.
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?
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.
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.
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.
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