Ubuntu :: Any Way Can Remove Module Using A LiveCD?

Sep 13, 2010

I recently added the eth1394 module to the kernel using the modprobe command. Unfortunately the computer crashed almost instantly and now crashes on every boot.Is there any way I can remove this module using a LiveCD?

View 2 Replies


ADVERTISEMENT

Ubuntu :: Custom LiveCD (10.10) Remove Welcome Screen

Oct 16, 2010

I want to build a custom LiveCD without the Welcome screen at startup. How do I remove the Welcome screen so my LiveCD boots right into a live session without having to click on the 'Try Ubuntu' button?

View 4 Replies View Related

Red Hat / Fedora :: Is It Possible To Remove Redhat Without LiveCD?

Jun 4, 2011

I have installed Windows 7 on c: drive after that i installed Redhat on d: drive.Nw i want to uninstall Redhat and want the partition back(nw it is not visible by windows).I dont have the LiveCD.Is it possible to remove redhat without LiveCD??

View 2 Replies View Related

Ubuntu :: How To Remove Floppy Module

May 26, 2010

I disabled it in the BIOS and tried to remove it in the safe mode but that bloody thing is back everytime I log in

View 5 Replies View Related

Ubuntu :: Remove A Module From Kernel?

Mar 7, 2011

I have inserted a module with modprobe. However it seems to have problem.
1- How can I remove the module from modprobe?
2- If I reboot and the kernel can not boot up because of this faulty module, how can I remove it?

View 4 Replies View Related

General :: Remove A Module Permanently?

Jun 13, 2010

I am a newbie and I am compiling a kernel in order to reduce the bootup time. I have a question as follows.

I am trying to remove a module. I used rmmod and modprobe. I can remove the module, but it is loaded again after reboot. How can I remove a module permanently? The module that I am trying to remove is lp.

View 5 Replies View Related

Ubuntu Multimedia :: Remove Video Driver Module For VESA

Sep 16, 2010

I'm trying to remove 3Dlabs / Oxygen gmx , and install vesa - Generic VESA-compliant video driver module.How do I remove 3Dlabs / Oxygen gmx ?I can click on VESA in the 'Choose By Name...' , but when I close that box, it shows No Driver.

View 4 Replies View Related

Server :: How To Permanently Remove A Module From Kernel

Apr 11, 2010

I got this problem where my USB ports don't work. So if I do the command:

modprobe -r ehci_hcd

it fixes it. I can put it in the /etc/rc.local so that it runs every time when the server reboots. But, I want the ehci module removed without ever being loaded because sometimes the server goes through an fsck and the module is loaded and therefore I cannot use my IPMI to access the server.

I believe that my kernel has it within it because blacklisting the module does not work. I've tried remaking the initrd with this:

add module to /etc/modprobe.d/blacklist
mkinitrd -f /boot/initrd-$(uname-r).img $(uname -r)

and that didn't work. I've searched on how to do it but nothing is really clear. I would like to know what the command would be to do this. I use Fedora 8.

I would like the ehci_hcd module to not be loaded so that if the server goes through an fsck, the module is still not loaded.

View 14 Replies View Related

Ubuntu Servers :: Enable The Rewrite Module In Apache To Enabled The Module?

Jan 28, 2010

I'm trying to enable the rewrite module in apache, to enabled the module I followed the last entry in the fist page this thread:[URL]...When I restart the apache all works fine, so I supose it's enabled

Now I create .htaccess in my apache folder (/home/user/apache), and I write this:

Code:
RewriteEngine On
RewriteRule ^link([^/]*).html$ test.php?link=$1 [L]
And I try to execute this: ./.htaccess, I have this mistakes:
Code:
./.htaccess: 1: RewriteEngine: not found
./.htaccess: 2: Syntax error: "(" unexpected
What are I doing wrong?

View 1 Replies View Related

Ubuntu :: Error While Hash Checking Of Torrent - The Sha Module Is Deprecated - Use The Hashlib Module Instead From Sha Import Sha

Jun 8, 2010

Code:

nits@nits-desktop:/mnt/Storage/Tors/Incomp$ btdownloadcurses --check_hashes 1 filename.torrent
/usr/lib/python2.6/dist-packages/BitTorrent/Storage.py:4: DeprecationWarning: the sha module is deprecated; use the hashlib module instead from sha import sha

These errors occurred during execution:

[09:37:48] IOError - [Errno 5] Input/output error

Got this error when I tried hash checking, was downloading the file using rtorrent when there was a sudden powercut and my system shutdown abruptly, tried restarting the torrent and kept encountering problems while restarting.

View 2 Replies View Related

Fedora Installation :: F12 LiveCD Does Not Boot - Error "error:[drm:drm_mode_rmfb] *ERROR* Tried To Remove A Fb That We Didn't Own"

Dec 14, 2009

Make: Fujitsu-Siemens
Model: LifeBook P7120

For some reason (hardware - I am guessing) the LiveCD does not boot on some laptops. The LiveCD worked well on my Dell Inspiron 1525 without any problems but my Fujitsu-Siemens refused to boot up. If you are trying to install or use F12 with the LiveCD ISO image burnt onto a CD on a laptop and fails with the following error:[drm:drm_mode_rmfb] *ERROR* tried to remove a fb that we didn't own Boot has failed, sleeping foreverthis workaround may work for you. Sometimes it will come up with another error about 'Root Device Not Found'

The workaround only works on a bootable USB key for some other reason, created with 'live-usb creator' and not a CD nor a LiveCD image on a USB created on a windows machine. I have tried them all.

[Code]...

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

Networking :: Rtl8187 Driver Module Load Error (Invalid Module Format)?

Jun 1, 2009

When I try to load the Realtek 8187 modules to kernel using the ./wlan1up command, I get the following error:

[root@localhost rtl8187_linux_26.1025.0328.2007]# ./wlan1up
insmod: error inserting 'ieee80211_crypt-rtl.ko': -1 File exists

[code]...

Can someone tell me how to correct the "Invalid module format"? I hope that correcting the "Invalid module format" error, I will not have the "Unknown symbol in module" error.

Note: I am using wlan1 for this module as I previously am online with the wlan0 network.The same error occurs if I use ./wlan0up.

View 3 Replies View Related

General :: Adding A New Kernel Module To Wireless Driver Module?

Apr 22, 2010

I want to add some code in existing linux2.6.33.2 to enhance kernelI want to know how to start and where to add code.

View 2 Replies View Related

General :: Install Module U32 Into The Netfilter Module For Kernel 2.6.27

Jan 30, 2011

I need to install module u32 into the netfilter module for kernel 2.6.27.

I did not see the source code in the kernel version I have. where can I find the code for U32 module.

I have checked "netfilter.org" and looks like POM is discontinued. Is the u32 module committed to kernel version 2.6.27 or need to patch it. If yes, where can I find the patch?

I building the kernel for a MIPS processor.

View 3 Replies View Related

OpenSUSE :: "canberra-gtk-module" Error Failed To Load Module "canberra-gtk-module"

Jan 28, 2010

OK Trying a fresh install of bnome openSuse, and I have certainly screwwed something up again and hope I don't have to reinstall again., arghhhh! Tomboy won't open, even after reinstallation, and below is the error, but first, as well I can't open my .odt file with openoffice writer!

now the error... #tomboy Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: cannot open shared object file: No such file or directory ...and lots more

View 3 Replies View Related

Programming :: Load Fortran Module For Matio Libraries Using Gfortran - Can't Open Module File 'matio.mod' For Reading

Jun 27, 2010

I am interested in using fortran and an external library called matio used to save arrays to matlab .mat files. I have installed the matio and matio-dev packages from synaptics but i cannot compile a code receiving an error Code: christos@christos-laptop:~/Desktop$ gfortran -o test test.f90 -lmatio -lz test.f90:2.13: USE MATIO 1

Fatal Error: Can't open module file 'matio.mod' for reading at (1): No such file or directory How can i load a module in order to use it in fortran through the GCC compiler?

View 1 Replies View Related

General :: Failed To Load "canberra-gtk-module": Libcanberra-gtk-module No Such File Or Directory

Mar 25, 2011

i installed firefox 4 and removed the old 3.X version. did a general update that my computer showed me was available then i noticed the first problem. firefox 4 would not launch when i clicked it, it would only launch when i clicked the gnome 3 applications button and then clicked and dragged the firefox logo to the desktop, then it opened. the second problem i am now having which at the moment is more bothersome is that after i closed the lid to my laptop and opened it up again after a while and logged back in and noticed that the ENTIRE gnome 3 environment was gone. no panel no menu nothing just the desktop and a few desktop icons. i tried the command "yum install gnome-shell" but it just sed that gnome 2.31.5-7 .fc14.i686 was already installed so it wasnt gonna do anything, then i tried the "gnome-shell --replace" command and it just said

failed to load "canberra-gtk-module": libcanberra-gtk-module no such file or directory.

View 5 Replies View Related

OpenSUSE Install :: Failed To Load Module "fglrx" (module Does Not Exist, 0)

May 8, 2011

I've installed openSuse 11.4 server-mode (text only) on my desktop, and I'm trying to configure IceWM so i'll eventually have it set up so it always boots into text only mode, but I could be able to quickly start icewm via the command line.using Yast, I installed the Xorg server, and icewm.when I type X, the screen goes black and it just doesn't seem to do anythingI found if I hit ctrl+alt+f1 it kinda puts me back into text only mode, but I can't put in commands anymore. The last thing it says on the screen is:

Failed to load module "fglrx" (module does not exist, 0)

I've goggled that error message and the discussions that popped up around it made no sense to me at all. I've never configured X from scratch before, can someone point me towards a tutorial or something?

View 5 Replies View Related

General :: (EE) Failed To Load Module "vmwgfx" (module Does Not Exist, 0)

Jun 23, 2011

I cannot find the Xorg configuration file on my newly installed Debian on my tablet-pc, so I followed this tutorial [URL] and ran the command "Xorg -configure", to which I got the following error messages:

(EE) Failed to load module "vmwgfx" (module does not exist, 0)
(EE) vmware: Please ignore the above warnings about not being able to load module/driver vmwgfx
(++) Using config file: "/root/xorg.conf.new"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"

[code]...

View 2 Replies View Related

Fedora :: Gtk Message - Failed To Load Module "'pk-gtk-module"

Aug 17, 2011

When opening gedit as a user I get the following message

Gkt-message: Failed to load module "'pk-gtk-module"

If I try to open gedit as root I get the same message but with other messages. These are shown in the attached file. gtk.txt

This is on an upgraded machine using the preupgrade method. The same has happened on two machines upgraded from F14 to F15 the same way. 64 bit systems.

How to clean this up so the messages do no appear?

View 4 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

General :: Getting Error "invalid Module Format" And "insert Kernel Module" / What Is This?

Feb 22, 2010

What is the error "invalid module format" and the message "insert kernel module" mean? And whats the reason for the same?

View 8 Replies View Related

Ubuntu :: Eject Versus Safely Remove - Remove A Thumb Drive From Computer

Jul 15, 2010

This has been bothering me for years now...when I go to remove a thumb drive from my computer, I have two options when I right click the device eject and safely remove. What on earth is the difference supposed to be?

View 3 Replies View Related

Fedora :: Error "Failed To Load Module "nvidia" (module-specific Error,0) No Drivers Available

May 1, 2011

I've been unable to boot into x using the real-time kernel from CCRMA at home. I get the error "Failed to load module "nvidia" (module-specific error,0) no drivers available. I'm using the driver from Nvidia. I know that this is not an official Fedora kernel and I should be bothering CCRMA about this, but in the mean time could I edit the entry in grub.conf so that it will use the Nouveau driver for that kernel only? That way I could "dual-boot", and just use the rt kernel when I want to use audio software and don't need 3d graphics.

View 5 Replies View Related

Ubuntu :: Remove Login At Start / What To Remove To Make It Go Away?

Jun 21, 2010

I am the only user on my laptop so there are somethings that I don't need.I would like to remove the login at start. What do I remove to make it go away? Second one is Keyring. Is it necessary? Can I remove it without causing problems?

View 8 Replies View Related

Fedora :: Remove Pen Drive When Click 'safely Remove' Tab Instead Of Getting Removed It Reappears

Jun 28, 2011

To remove pendrive when I click the 'safely remove' tab instead of getting removed from the desktop it reappears again. This problem is there in fedora 14

View 4 Replies View Related

Fedora :: F14: Have To 'safely Remove' TWICE To Remove External USB Drive?

Dec 15, 2010

Anyone else seeing this? I do 'safely remove' to remove USB flash drive. disappears. Five seconds (or less) later, it reappears. The second time I do 'safely remove', it stays gone.

View 1 Replies View Related

Ubuntu :: Way To Cut A LiveCD ?

Jun 11, 2011

I have Ubuntu installed on my pc and it's just the way I like it setup. I want to make a LiveCD.

There was a tutorial (sorry can't remember URL) for remastersys but it was obviously obsolete as the lines to add to the repository were no longer live.

What is the absolute easiest way to create a LiveCD, hopefully something that is GUI based.

View 7 Replies View Related

Ubuntu Installation :: 9.10 LiveCD Will Not Run

Apr 4, 2010

I have a Ubuntu, Kubuntu 9.10 live CD which I know work because I have installed on my other computer, (HP Pavillion ze2000), and also linux mint 8 and openSUSE 11.2, which also run/work. However when I put them in my current computer and restart, the computer simply ignores them and carries on with vista. I have been testing out the live CD's on VirtualBox and on my second computer and they look pretty nifty But the computer just ignores them as if they weren't there.

Specification :
Hp Pavillion dv6 notebook PC
Windows Vista service pack 2
AMD athlon X2 Dual Core
2.00 GB RAM
32 bit
X86-based PC

View 6 Replies View Related







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