LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 04-17-2006, 04:08 PM   #1
TuxLives
Member
 
Registered: Sep 2003
Location: Tacoma, WA
Distribution: Mandriva all the way
Posts: 145

Rep: Reputation: 15
no longer autodetecting usb devices


I just rebuilt my mandriva machine (10.2) using the Cds and ran a bunch of updates and now, my machine no longer mounts or even recognizes usb devices (key and mp3 players).

Before I rebuilt it, whenever i would plug in one of these mandriva (or kde) or whatever controls this, would mount it immediately allowing me to move files, etc.

then, when I pulled it out, it would dissapear from the browser.

I hate to say this, but it worked just as good as XP in this department.


BUT....

now it only mounts usb devices if I have them plugged in when i boot the machine!

AND...


If i try mount /mnt/removable I get a "not in mstab or mtab error"

help.

Last edited by TuxLives; 04-17-2006 at 04:10 PM.
 
Old 04-17-2006, 04:38 PM   #2
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Go into your Control Center > Desktop > Device ICons tab. Check the Show device icons and then check the other items you want or all of them if you wish. This will display icons of devices that are detected. See if that helps.

As far as the mount unless it is in /etc/fstab or /etc/mtab then mount will not mount like you are trying. You can see what is happening by using the command ' cat /etc/fstab ' before plugging in the usb device and then again after to see if a line is added automatically to it.

Brian1
 
Old 04-17-2006, 09:00 PM   #3
TuxLives
Member
 
Registered: Sep 2003
Location: Tacoma, WA
Distribution: Mandriva all the way
Posts: 145

Original Poster
Rep: Reputation: 15
Nothing gets added to the fstab after plugging it in even though the machine seems to do something for a few seconds (lights and noise from the tower).

Check boxes do not make any difference.
 
Old 04-18-2006, 12:35 AM   #4
Johng
Member
 
Registered: Feb 2002
Location: NZ
Distribution: Kubuntu, Mint
Posts: 408

Rep: Reputation: 31
I had a similar problem. I found that if edited /etc/lilo.conf by deleting the line "initrd=/boot/initrd.img", the system boots with all usb functions working as they should.
 
Old 04-18-2006, 01:07 AM   #5
TuxLives
Member
 
Registered: Sep 2003
Location: Tacoma, WA
Distribution: Mandriva all the way
Posts: 145

Original Poster
Rep: Reputation: 15
Thanks, but it didn't help.

What does that line do, should I put it back in?
 
Old 04-19-2006, 12:59 AM   #6
TuxLives
Member
 
Registered: Sep 2003
Location: Tacoma, WA
Distribution: Mandriva all the way
Posts: 145

Original Poster
Rep: Reputation: 15
not sure what this means, but I went into webmin-->system--boot and found that it had USB listed (not in control panel though).

I tried to run it and got this output

Executing /etc/rc.d/init.d/usb start ..
WARNING: /etc/modprobe.conf line 9: ignoring bad line starting with 'blacklist'
WARNING: /etc/modprobe.conf line 10: ignoring bad line starting with 'blacklist'
WARNING: /etc/modprobe.conf line 9: ignoring bad line starting with 'blacklist'
WARNING: /etc/modprobe.conf line 10: ignoring bad line starting with 'blacklist'
Initializing USB controller (uhci-hcd): [ OK ]
Initializing USB controller (ehci-hcd): [ OK ]
WARNING: /etc/modprobe.conf line 9: ignoring bad line starting with 'blacklist'
WARNING: /etc/modprobe.conf line 10: ignoring bad line starting with 'blacklist'
Loading USB printer [ OK ]
WARNING: /etc/modprobe.conf line 9: ignoring bad line starting with 'blacklist'
WARNING: /etc/modprobe.conf line 10: ignoring bad line starting with 'blacklist'
WARNING: /etc/modprobe.conf line 9: ignoring bad line starting with 'blacklist'
WARNING: /etc/modprobe.conf line 10: ignoring bad line starting with 'blacklist'
WARNING: /etc/modprobe.conf line 9: ignoring bad line starting with 'blacklist'
WARNING: /etc/modprobe.conf line 10: ignoring bad line starting with 'blacklist'

PS

I get tons of the modprobe warning messages during boot (after I updated my mandriva)
 
Old 04-27-2006, 01:41 AM   #7
Vikinghat
LQ Newbie
 
Registered: Aug 2003
Location: UK
Distribution: Mandriva 2006
Posts: 7

Rep: Reputation: 0
As root type in:
lsmod | grep usb

Do you see the module usb-storage listed?

If not try entering:

modprobe usb-storage

I'm experiencing a similar lack of usb auto mounting of the memory stick in a K750i in Mandriva 2006. I've got to the point of figuring out (via Google) that usb-storage is not being autoloaded. Now to find the most appropriate place to get it to autoload....
 
Old 04-27-2006, 02:08 AM   #8
Emmanuel_uk
Senior Member
 
Registered: Nov 2004
Distribution: Mandriva mostly, vector 5.1, tried many.Suse gone from HD because bad Novell/Zinblows agreement
Posts: 1,606

Rep: Reputation: 53
I had similar problem, solved by running HAL daemon and hotplug
(I think I had disabled HAL service, and it took me ages to find
that this was were I had broken the USB "automount" / icones thing).
All these usb scripts are hard to follow
 
Old 05-01-2006, 10:20 PM   #9
TuxLives
Member
 
Registered: Sep 2003
Location: Tacoma, WA
Distribution: Mandriva all the way
Posts: 145

Original Poster
Rep: Reputation: 15
Thanks, but I solved this by reinstalling mandriva and making sure to NOT run updates from any source other than the official updates.

Everything is working again.
 
Old 05-02-2006, 09:21 AM   #10
RVDowning
Member
 
Registered: Jan 2006
Location: Atlanta, GA
Distribution: Mandriva 2006
Posts: 75

Rep: Reputation: 15
I never did get automounting of usb devices resolved. It wouldn't automount my digital cam.

Problem seems to have been that udev was not starting. I never did discover why the "service udev start" in "rc.sysinit" didn't work, such that I had to add the same statement in again in "rc.local" to make it work.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
USB devices no longer work! buldir Fedora 6 07-20-2010 11:42 AM
MDK 10.2: No USB at all (/proc/bus/usb/devices missing) shrodi Mandriva 5 07-01-2005 11:28 AM
No USB at all (/proc/bus/usb/devices missing) shrodi Linux - Hardware 1 05-26-2005 04:07 AM
FC2 no longer recognizes USB devices jdtiede Fedora 1 03-08-2005 06:07 PM
getting debian autodetecting mrgreenfur Debian 8 03-27-2004 01:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 10:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration