Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Wed 19 Jun 2013, 06:53
All times are UTC - 4
 Forum index » Advanced Topics » Hardware
USB drive is not detected at startup. Re-inserting works.
Moderators: Flash, Ian, JohnMurga
Post_new_topic   Reply_to_topic View_previous_topic :: View_next_topic
Page 1 of 1 Posts_count  
Author Message
anitaeugene

Joined: 31 Jan 2010
Posts: 6

PostPosted: 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
View user's profile Send_private_message 
tasmod


Joined: 04 Dec 2008
Posts: 1460
Location: North Lincolnshire. UK

PostPosted: 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 Cool
Back to top
View user's profile Send_private_message Visit_website 
anitaeugene

Joined: 31 Jan 2010
Posts: 6

PostPosted: 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
View user's profile Send_private_message 
anitaeugene

Joined: 31 Jan 2010
Posts: 6

PostPosted: 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
View user's profile Send_private_message 
cthisbear

Joined: 29 Jan 2006
Posts: 2980
Location: Sydney Australia

PostPosted: 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
View user's profile Send_private_message 
anitaeugene

Joined: 31 Jan 2010
Posts: 6

PostPosted: 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
View user's profile Send_private_message 
amigo

Joined: 02 Apr 2007
Posts: 1776

PostPosted: Mon 01 Feb 2010, 03:28    Post_subject:  

Esarch for 'rescan-scsi-bus'.
Back to top
View user's profile Send_private_message 
tasmod


Joined: 04 Dec 2008
Posts: 1460
Location: North Lincolnshire. UK

PostPosted: 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 Cool
Back to top
View user's profile Send_private_message Visit_website 
JJohnson

Joined: 03 Mar 2011
Posts: 8

PostPosted: 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
View user's profile Send_private_message 
rcrsn51


Joined: 05 Sep 2006
Posts: 7833
Location: Stratford, Ontario

PostPosted: 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
View user's profile Send_private_message 
JJohnson

Joined: 03 Mar 2011
Posts: 8

PostPosted: 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
View user's profile Send_private_message 
Karl Godt


Joined: 20 Jun 2010
Posts: 2731
Location: Kiel,Germany

PostPosted: Thu 02 Jun 2011, 13:59    Post_subject:  

udevd manages /dev dynamically and i have put

Code:
rm -rf /dev/.udev


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
View user's profile Send_private_message Visit_website 
Display_posts:   Sort by:   
Page 1 of 1 Posts_count  
Post_new_topic   Reply_to_topic View_previous_topic :: View_next_topic
 Forum index » Advanced Topics » Hardware
Jump to:  

Rules_post_cannot
Rules_reply_cannot
Rules_edit_cannot
Rules_delete_cannot
Rules_vote_cannot
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0597s ][ Queries: 12 (0.0090s) ][ GZIP on ]