| Author |
Message |
anitaeugene
Joined: 31 Jan 2010 Posts: 6
|
Posted: Sun 31 Jan 2010, 03:23 Post_subject:
USB drive is not detected at startup. Re-inserting works. Sub_title: How to rescan the USB bus and make it to detect through program |
|
Hi
I am booting from hard disk. USB pendrive inserted before power on.
But, puppy does not detect USB drive and create entry in /dev folder or shows it on the desktop. Since there is no entry, I am not able to mount.
When I scan using pupscan, I am able to see the name of the USB drives, manufacturer and its ID too.
It immediately works if I remove and reinsert. (Since its an automated application, I can't do this)
Now, when pupscan is able to identify the USB drive, why /dev entry is not created?
How can I rescan for USB hardware, so that it can make entry in /dev folder?
Or, is there a forced mechanism to do this?
Thanks a lot for your helps
Eugene
|
|
Back to top
|
|
 |
tasmod

Joined: 04 Dec 2008 Posts: 1460 Location: North Lincolnshire. UK
|
Posted: Sun 31 Jan 2010, 12:14 Post_subject:
|
|
I have no testing available for usb drives but have you tried Startmount and see if it's startup scan detects and mounts it.
See here for pet. You can install, test and uninstall if it doesn't work.
http://www.murga-linux.com/puppy/viewtopic.php?t=50845
_________________ Rob
-
The moment after you press "Post" is the moment you actually see the typso 
|
|
Back to top
|
|
 |
anitaeugene
Joined: 31 Jan 2010 Posts: 6
|
Posted: Sun 31 Jan 2010, 16:16 Post_subject:
startmount? How do I get? Sub_title: Also, I need to do it in command line. Not on GUI |
|
Also, I need to do it in command line. Not on GUI
|
|
Back to top
|
|
 |
anitaeugene
Joined: 31 Jan 2010 Posts: 6
|
Posted: Mon 01 Feb 2010, 00:42 Post_subject:
One more clue.... Sub_title: It detects, whenever the x-window not properly shutdown message comes |
|
Hi
Whenever I get x-window not properly shutdown message comes, it detects the USB drive.
Is these the delay time (around 30 secs) it get to initialize? or any other reason?
Reagrds
Eugene
|
|
Back to top
|
|
 |
cthisbear
Joined: 29 Jan 2006 Posts: 2980 Location: Sydney Australia
|
Posted: Mon 01 Feb 2010, 01:59 Post_subject:
|
|
Xorg versus vesa.
Gparted must show a tick for
Boot ...and ....LBA.....which are most essential.
Try another port at the rear of your computer.
http://murga-linux.com/puppy/viewtopic.php?t=51388
http://www.murga-linux.com/puppy/viewtopic.php?t=48350
http://www.murga-linux.com/puppy/viewtopic.php?t=49462
//////////
" I've got a LiveCD of Puppy 4.3.1 that works well with my ancient
Thinkpad laptop, except that it can't find the hard drive "
http://murga-linux.com/puppy/viewtopic.php?t=49430
Chris.
|
|
Back to top
|
|
 |
anitaeugene
Joined: 31 Jan 2010 Posts: 6
|
Posted: Mon 01 Feb 2010, 02:33 Post_subject:
changing ports or display from xorg to other does not solve Sub_title: Must be a rescan USB bus utiity |
|
changing ports or display from xorg to other does not solve
I am sure there must be a rescan USB bus utiitym might resolve this issue
Eugene
|
|
Back to top
|
|
 |
amigo
Joined: 02 Apr 2007 Posts: 1776
|
Posted: Mon 01 Feb 2010, 03:28 Post_subject:
|
|
Esarch for 'rescan-scsi-bus'.
|
|
Back to top
|
|
 |
tasmod

Joined: 04 Dec 2008 Posts: 1460 Location: North Lincolnshire. UK
|
Posted: Mon 01 Feb 2010, 11:12 Post_subject:
|
|
Well, as one of the writers of the Startmount I meant for you to run it to see if it's scan routines would identify your usb.
Then I would have helped out.
Not now though !!
_________________ Rob
-
The moment after you press "Post" is the moment you actually see the typso 
|
|
Back to top
|
|
 |
JJohnson
Joined: 03 Mar 2011 Posts: 8
|
Posted: Mon 16 May 2011, 15:35 Post_subject:
Same issue: USB flash drive not detected at startup. |
|
Hi,
I'm having the same problem, my USB flash drive is not detected at startup, but if I unplug it and replug it in, it then works.
I tried Startmount and it didn't see my flash drive until I un-plugged and re-plugged it in.
This machine is a laptop running Lupu (5.2). It has two USB ports on the right and one on the left. The left one is for my boot USB Flash drive. The right has the non-detected flash drive and also has a USB Wireless LAN that uses NDISWrapper to function. I'll see if I can disable NDISWrapper to see if it has an effect. Does that even make sense to try?
--Jeff
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7833 Location: Stratford, Ontario
|
Posted: Mon 16 May 2011, 15:55 Post_subject:
|
|
Try typing the following command
| Code: | | udevadm trigger --subsystem-match="usb*" |
If that causes your device to be detected, then add it to /etc/rc.d/rc.local.
|
|
Back to top
|
|
 |
JJohnson
Joined: 03 Mar 2011 Posts: 8
|
Posted: Mon 16 May 2011, 21:37 Post_subject:
|
|
Thanks for the suggestion, but it didn't work.
Any other ideas?
One other piece of information is that I do see the' sdc1' icon in the lower left corner after rebooting, but when I click on it it disappears. So it was seen at some point in the booting process.
Also: I tried booting with PFIX=RAM and it detected the USB Flash drive properly, so it's something I changed or installed.
--Jeff
| rcrsn51 wrote: | Try typing the following command
| Code: | | udevadm trigger --subsystem-match="usb*" |
If that causes your device to be detected, then add it to /etc/rc.d/rc.local. |
|
|
Back to top
|
|
 |
Karl Godt

Joined: 20 Jun 2010 Posts: 2731 Location: Kiel,Germany
|
Posted: Thu 02 Jun 2011, 13:59 Post_subject:
|
|
udevd manages /dev dynamically and i have put
into /etc/rc.d/rc.shutdown[.local] and no problems with that . Make sure the removal is not at the very end of rc.shutdown ( before /initrd/pup_rw gets unmounted (-r) ) at frugal installs .
A hard reboot might corrupt files in /dev/.udev as far as my experience can tell . The files there tend to become more and more over time . The filenames there seem to hold the data , not the files themself .
|
|
Back to top
|
|
 |
|