LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   5 in 1 card reader not recognized (https://www.linuxquestions.org/questions/linux-newbie-8/5-in-1-card-reader-not-recognized-801154/)

kennyg1 04-11-2010 12:15 PM

Quote:

Originally Posted by H_TeXMeX_H (Post 3931893)
Ok, so first run:

Code:

sudo
and put in your password.

Then run the command above.

Well, I tpye sudo, it does not ask for a password. I type su and it asked for password. I put in password. "authentication failure" ?? I did this many times. ??

H_TeXMeX_H 04-11-2010 12:38 PM

Ok try:

Code:

sudo rescan-scsi-bus -l

kennyg1 04-11-2010 01:15 PM

Quote:

Originally Posted by H_TeXMeX_H (Post 3931932)
Ok try:

Code:

sudo rescan-scsi-bus -l


kenny@kenny-laptop:~$ sudo rescan-scsi-bus-l
sudo: rescan-scsi-bus-l: command not found
kenny@kenny-laptop:~$ sudo rescan-scsi-bus -l
sudo: rescan-scsi-bus: command not found
kenny@kenny-laptop:~$

And to make sure we are on the same page. this reader is built in to the computer. I take out my card from camera, put in slot. nothing. Thank you for your help!!! I really want to get this thing going. It did recognize my mp3 player, but thats all so far.

kennyg1 04-11-2010 01:17 PM

Quote:

Originally Posted by kennyg1 (Post 3931975)
kenny@kenny-laptop:~$ sudo rescan-scsi-bus-l
sudo: rescan-scsi-bus-l: command not found
kenny@kenny-laptop:~$ sudo rescan-scsi-bus -l
sudo: rescan-scsi-bus: command not found
kenny@kenny-laptop:~$

And to make sure we are on the same page. this reader is built in to the computer. I take out my card from camera, put in slot. nothing. Thank you for your help!!! I really want to get this thing going. It did recognize my mp3 player, but thats all so far.


This last letter in the command, is it l (lower case L) or the number (1)?

H_TeXMeX_H 04-11-2010 02:03 PM

It's an L, but it's strange that it doesn't find the command. Try running:

Code:

whereis rescan-scsi-bus
That should tell you if the command exists, you may need to use the full path.

kennyg1 04-11-2010 02:23 PM

Quote:

Originally Posted by H_TeXMeX_H (Post 3932017)
It's an L, but it's strange that it doesn't find the command. Try running:

Code:

whereis rescan-scsi-bus
That should tell you if the command exists, you may need to use the full path.

Ok, this is what I got:

kenny@kenny-laptop:~$ whereis rescan-scsi-bus
rescan-scsi-bus:
kenny@kenny-laptop:~$ rescan-scsi-bus-l
rescan-scsi-bus-l: command not found
kenny@kenny-laptop:~$ whereis rescan-scsi-bus
rescan-scsi-bus:
kenny@kenny-laptop:~$

MTK358 04-11-2010 02:55 PM

The "-l" is an option, not part of the command's name. It has a space before it, too.

How about:

Code:

su
Password: enter root password
rescan-scsi-bus -l
exit


kennyg1 04-11-2010 03:48 PM

Quote:

Originally Posted by MTK358 (Post 3932057)
The "-l" is an option, not part of the command's name. It has a space before it, too.

How about:

Code:

su
Password: enter root password
rescan-scsi-bus -l
exit


well, the only way i can get it to accept the password (i guess its accepting it, it does not say authentication fail, is to type it this way:
kenny@kenny-laptop:~$ su kenny
Password:
kenny@kenny-laptop:~$ rescan-scsi-bus -l
rescan-scsi-bus: command not found
kenny@kenny-laptop:~$

fbsduser 04-11-2010 03:57 PM

Quote:

Originally Posted by kennyg1 (Post 3932118)
well, the only way i can get it to accept the password (i guess its accepting it, it does not say authentication fail, is to type it this way:
kenny@kenny-laptop:~$ su kenny
Password:
kenny@kenny-laptop:~$ rescan-scsi-bus -l
rescan-scsi-bus: command not found
kenny@kenny-laptop:~$

what you need to type is
Code:

sudo rescan-scsi-bus -l
And input your password when it asks.

kennyg1 04-11-2010 04:05 PM

Quote:

Originally Posted by fbsduser (Post 3932130)
what you need to type is
Code:

sudo rescan-scsi-bus -l
And input your password when it asks.

here is what happens:

kenny@kenny-laptop:~$ sudo rescan-scsi-bus -l
sudo: rescan-scsi-bus: command not found
kenny@kenny-laptop:~$

MTK358 04-11-2010 04:07 PM

So you apparently don't have that command.

It's just that some commands are only accessible as root, so we asked you to try that.

kennyg1 04-11-2010 04:09 PM

Quote:

Originally Posted by MTK358 (Post 3932146)
So you apparently don't have that command.

It's just that some commands are only accessible as root, so we asked you to try that.

Sure,no problem, but how to get to root??

MTK358 04-11-2010 04:12 PM

Code:

sudo command
is like running the command as root.

kennyg1 04-11-2010 04:28 PM

Quote:

Originally Posted by MTK358 (Post 3932156)
Code:

sudo command
is like running the command as root.

please more info, all I know is open a terminal, it starts out with

kenny@kenny-laptop:~$

what next??

MTK358 04-11-2010 04:49 PM

See the "LinuxCommand" tutorial in my signature.


All times are GMT -5. The time now is 11:10 PM.