General :: Unable To Mount A Pendrive - Message - Module Usb-ohci Not Found

Sep 30, 2010

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?

View 7 Replies


ADVERTISEMENT

General :: Unable To Mount Pendrive

May 27, 2010

I am using CentOS 5.4 in VMware, having Win XP as host OS. i am unable to mount a pendrive. I have used "#dmesg" command to display the hardwares connected, but its not showing anything about Pendrive. Also tried #mount -t -vfat /dev/sda2 /pendrive........but the error is "...its not a block"

View 3 Replies View Related

General :: Mount Pendrive With SUDO

Feb 9, 2010

I can login into my linux only as normal user "abc". my slax is giving HAL error in automounting pendrive.

To mount a pendrive i have to login as root in a terminal with SU command and then i can access the pendrive through command line. i normally copies my files into "abc" home directory and browses it from there in konquorer file browser......this is tedious job...everytime.

My idea is to have an icon on "abc" desktop ...which onclick will execute a shell script and manually mount my pendrive in READ WRITE mode at background and display the pendrive folder contents.... using KDE Scripting.

View 2 Replies View Related

Ubuntu Networking :: Sharing Windows 7 Drives - Unable To Mount Location - Failed To Mount Windows Share Error Message

Sep 5, 2010

I have recently set up an ubuntu installation on an old PC. After some fiddling with both it, and the windows 7 machine, I have managed to share all of my drives. However, when attempting to access them from ubuntu, only 2 of the 4 hard disk shares will mount, with the other 2 failing with a Unable to mount location, failed to mount windows share error message.

View 2 Replies View Related

Ubuntu Multimedia ::unable To Change Webcam Brightness, And It Says Gspca Module Couldn't Be Found?

Apr 26, 2010

On aMSN the webcam works,but it's very very dark, and i can't move the adjusment handlers for some reason. Also, i tried several methods to increase the gamma, but it just won't work...nothing changes.how can i proceed?

View 1 Replies View Related

Ubuntu :: Unable To Mount Location Timeout By Message Bus?

Jan 31, 2010

I've got ubuntu 9.10 installed and can access all partitions on my 3 drives except for one. When I try to access this partition I get the following error:

"Unable to mount location Message did not receive reply (timeout by message bus)"

for the record this is a 805mb partition on a 1.5TB drive.

View 6 Replies View Related

Ubuntu Networking :: Samba Share : Get An Error Message "unable To Mount Location, Failed To Mount Windows Share"?

Jan 22, 2011

I have installed ubuntu 10.10 and the Samba addon to configure my shares to my Windows terminals.This is what I got

Firewall off (utf disabled)

Internal Sata /dev/sda1 (EXT4 FS)

External USB HDD /dev/sdb1 mounted at /media/SG1500GB (EXT4 FS)

I have two shares

1. //home/test - Which I can see and access with no problems (can't write to it though even though I set the share as writable?, but, I can read from it). This is available to everyone. My windows terminal can see this folder and access it. This is on my main 80GB internal drive /dev/sda1.

2. //media/SG1500GB/Music. I set this up for everyone full access and I can see it at all my Windows machines but,I can't get into the folder. Windows keeps giving me an error stating network path not found.I also try to access it via the Nautilus (Places/Network/system/music) and get an error message "unable to mount location, Failed to mount windows share". This drive is mounted per the disk utility.

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

General :: Unable To Copy Files From CentOS To Pendrive

Sep 23, 2009

I am using CentOS 5.3. output of "uname -a" Linux localhost.localdomain 2.6.18-92.el5 #1 SMP Tue Jun 10 18:49:47 EDT 2008 i686 i686 i386 GNU/Linux

My kernal version is kernel-2.6.18-92.el5

Whenver i try to copy files from my centos to pendrive ( 2gb, kingston datatraveller) my system is gettin hanged leaving no option then to reboot. i tried from the terminal also, and as a diffrent user also. but same results.

View 6 Replies View Related

Ubuntu :: Unable To Mount Volume - Drive Not Found

Feb 18, 2010

I am not well versed in using Ubuntu. I was using Win XP Pro SP3 on my old machine. I decided to make the move to Ubuntu. No problem since all files on the primary drive of the old machine were just OS related. I kept all of the important stuff (music, documents, reg codes, etc.) The computer had no problem importing the songs on the external drive to the music library. I am playing songs and loving it. Now the problem... when I am starting with ubuntu I don't find the drive and I can't mount it.

I get a box stating:
You are not privileged to mount this volume
DBus error org.freedesktop.DBus.Error.NoReply:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

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

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

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

Fedora Networking :: Connecting To NAS - Message - Unable To Mount Location - Failed To Retrieve Share List From Server

Jul 3, 2009

I'm having trouble connecting to my freenas server.

It's part of my windows network and when I try to connect to it,I get this message: Unable to mount location,Failed to retrieve share list from server.

Is there something I need to enable on the server or my OS(CIFS or something)?

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

General :: Mounting NTFS Drive - Module Fuse Not Found

Jan 3, 2011

I need to mount NTFS drive on RHEL 5.1. I tried NTFS-3g & FUSE as well, but still getting
FATAL: Module fuse not found error.

View 10 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 :: CentOS 5.3 Installation From An USB Pendrive - Ks - %post Mount ?

May 20, 2009

What I have solved:

8 GB Pendrive
FAT32 (vfat) bootable
CentOS 1-7.iso's are in directory /CentOS

kickstart is called with:

installation is PERFECT!

but

I CAN'T GET THIS TO WORK and I can' find and detailed document's on this

View 1 Replies View Related

Debian :: Mount The Multiple Partitions Of A Pendrive - Flashcard?

Dec 27, 2009

I did this with :

Code:

I made two partitions as below

Code:

3. Partition Compact Flash

Make two partitions on CF (use linux fdisk or anything else that is able to make linux filesystem)

1. at least 8MB FAT

2. rest ext2 (recommended) or ext3 - at least 50MB

Copy vmlinuz, initrd, linexec and params.txt to FAT partition.
Uncompress rootfs.tar.bz2 to ext2 partition. (command details at ref. [1])

But :

fdisk -l says only one /dev/sdd1

not sdd1a
not sdd1a

How can I mount those 2 created partitions, since they are hidden under /dev/sdd1 ?

Is it a bug of the kernel?

View 4 Replies View Related

Hardware :: Mount The USB Pendrive While Installing Operating System From The Same?

Apr 20, 2009

I am using a custom operating distribution that has all the necessary modules to support USB during installation.

The operating system boots up from a usb device, but I want to check the media.

I have tried

Code:

with no sucess. I have also tried

Code:

When I try to mount the media I get an error along the lines of no such device.

Am I doing anything wrong.should I use /dev/sda insted of /dev/sda1.

View 1 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 :: USB Pendrive Doesn't Mount Unless In USB Slot Prior To Boot

Apr 16, 2011

Acer Aspire One Netbook 532h
Ubuntu 10.10

USB pendrive doesn't mount unless in USB slot prior to boot.

View 2 Replies View Related

General :: Mount USB Disk On Debian Etch That Doesn't Have A Module Node

Apr 2, 2010

I have a machine that has an integrated USB flash drive somewhere in it that I can not seem to mount. The OS knows it is there, as I can see it in the dmesg output, but the actual "node" in /dev doesn't actually exist. I'm baffled. Will you help me figure this out? Here's what I came up with so far. The disk is attached to the USB bus, used as a SCSI block device. In dmesg, it is referred to at one point as sdf, as well as under /sys/class/scsi_device. When I go check /dev, /dev/sdf does not exist!:

Code:

cat /proc/bus/usb/devices
T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=480 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=090c ProdID=1000 Rev=11.00

[code]....

View 2 Replies View Related

General :: Root Of Previously Installed System Not Found Getting Message When Upgrading?

Jul 4, 2010

I am trying to Upgrade from Fedora 12 to Fedora 13 using Preupgrade. My system downloads the the Upgrade and tries to install it but returns a message "Root of the previous system not found". I would really like to fix this problem but dont know how.

View 1 Replies View Related

General :: Insmod: Getting "KIlled" Message While Inserting Kernel Module?

May 18, 2010

i created a sample module and while trying to insert it i am getting the message "Killed". But when I did lsmod my module was listed out there and was 'Used by' 1. Maybe because it is in use I cannot do a rmmod on my module. How to overcome this, that is do a rmmod while it is still in use?

View 3 Replies View Related

General :: When Start Computer It Shows The Message OfINIT:No Inittab File Found?

Dec 22, 2010

i am using red hat linux 5.0 when i start my computer it shows me the message ofINIT:No inittab file foundEnter run level:i dont what to enter here if anybody know then

View 7 Replies View Related

General :: Error Message - No Volume Control GStreamer Plugins And/or Devices Found

Jun 20, 2010

Recently I bought a Toshiba NB100 from a family friend. All was going well until I installed some updates and now when I try to unmute my speakers I get this error message pop up.....

"No volume control GStreamer plugins and/or devices found"

View 2 Replies View Related

General :: Unable To Insert The Driver Module

Jun 18, 2010

I am viswanath. i want to know how to insert a driver module in Linux fedora 2.6.while using insmod <driver name> it showing an error. shall i install any plugins.

View 2 Replies View Related

Ubuntu :: Change Load Order Between Ehci-hcd / Uhci-hcd And Ohci-hcd?

Jul 3, 2010

I'm having extreme difficulty getting my external SATA drive to mount for any substantial length of time. It spins and sputters and mounts for a few seconds before being snatched away again. After some research, it sounds very much like this issue is the culprit (as elucidated by no less august personage than Alan Stern):

[URL]

Quote:

On Thu, 23 Oct 2008, Larry Finger wrote:

> In my system, a number of messages that state "unable to enumerate USB device"
> are logged. These are intermittent and likely due to some race condition
> at bootup.

[code]...

How does one change the order in which modules load in Ubuntu?`

View 2 Replies View Related

Ubuntu :: Unable To Copy Files To Pendrive

Apr 12, 2011

When I am using some pendrives, I am unable to write (copy) anything into them and end up with some warnings like "read only mode". I tried to change its permissions using chmod also, but it is of no use.

View 1 Replies View Related







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