LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-18-2012, 06:28 PM   #16
cmcnutt
LQ Newbie
 
Registered: May 2012
Posts: 22

Original Poster
Rep: Reputation: Disabled

Ok, now it worked after I typed it over a couple of times. I'm going to try what you said about the editor now.
C


Quote:
Originally Posted by cmcnutt View Post
I'm the one that installed the system. That's the password.
I don't know why it won't let me type after I do the 'su.'
Carla
 
Old 12-18-2012, 06:32 PM   #17
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,233

Rep: Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860
Linux is case sensitive. Is it possible you entered all or part of the password in upper case? or some mix of upper and lower case?

You have to exactly match what ever you did when you installed.
 
Old 12-18-2012, 06:34 PM   #18
cmcnutt
LQ Newbie
 
Registered: May 2012
Posts: 22

Original Poster
Rep: Reputation: Disabled
Ok, got past that after typing the password a couple of times.
Next I typed in:

[root@localhost rules.d]# nano 65-libsane.rules
bash: nano: command not found...
[root@localhost rules.d]# nano 65-libsane.rules
bash: nano: command not found...
[root@localhost rules.d]#

You can see the results.
Is nano an application? Am I supposed to be doing the typing somewhere else?
C

Quote:
Originally Posted by camorri View Post
Linux is case sensitive. Is it possible you entered all or part of the password in upper case? or some mix of upper and lower case?

You have to exactly match what ever you did when you installed.
 
Old 12-18-2012, 06:50 PM   #19
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,233

Rep: Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860
Quote:
nano: command not found..
This means you do not have the editor on the system. Do you have one you know how to use?

If yes, use it. If not, the vi editor is always there. So, 'vi 65-libsane.rules' should open the file. Be warned, vi is not very easy to use as a novice. Any editor you now know how to use is going to be easier.
 
Old 12-18-2012, 06:54 PM   #20
cmcnutt
LQ Newbie
 
Registered: May 2012
Posts: 22

Original Poster
Rep: Reputation: Disabled
Ok, something happened when I typed in 'vi 65-libsane.rules'!
There's a blinking curser, then lots of little lines and at the bottom it says "65-libsane.rules [new file]!

What next?
C

Quote:
Originally Posted by camorri View Post
This means you do not have the editor on the system. Do you have one you know how to use?

If yes, use it. If not, the vi editor is always there. So, 'vi 65-libsane.rules' should open the file. Be warned, vi is not very easy to use as a novice. Any editor you now know how to use is going to be easier.
 
Old 12-18-2012, 07:06 PM   #21
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,233

Rep: Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860
So, what we know, the file did not exist, and now you are creating it.

As I said above, vi is not easy to use. I'm going to post a link to a How To document, to help you with vi.

This is the link -->https://www.washington.edu/computing/unix/vi.html

Spend a few minutes and look at the document. You need to be able to Open a file, change modes, enter text and save the file. There are instructions for other, more complex editing tasks, you can by pass them for now. See if you can enter the data, as I posted, and save the file in the directory you changed into. It needs to be there so udev can read it.

This, I think is the best way for you to edit the file. I only use vi when there is no other choice. I'm sure there is some editor on your system that is easier. You can look into that when you are not fighting with some problem.
 
Old 12-18-2012, 07:28 PM   #22
cmcnutt
LQ Newbie
 
Registered: May 2012
Posts: 22

Original Poster
Rep: Reputation: Disabled
Ok, thank you for the link Cliff.
I have to go home now, but when I get back to Dad's next week I will implement what you said with the vi editor.
[I wouldn't know if one was easier to use than another - I haven't used any at all]
Smiles!
Carla
Thanks!

Quote:
Originally Posted by camorri View Post
So, what we know, the file did not exist, and now you are creating it.

As I said above, vi is not easy to use. I'm going to post a link to a How To document, to help you with vi.

This is the link -->https://www.washington.edu/computing/unix/vi.html

Spend a few minutes and look at the document. You need to be able to Open a file, change modes, enter text and save the file. There are instructions for other, more complex editing tasks, you can by pass them for now. See if you can enter the data, as I posted, and save the file in the directory you changed into. It needs to be there so udev can read it.

This, I think is the best way for you to edit the file. I only use vi when there is no other choice. I'm sure there is some editor on your system that is easier. You can look into that when you are not fighting with some problem.
 
  


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
ld terminated by signal 9 [killed] rustyz82 Linux - Software 3 09-15-2015 08:14 AM
fatel error with dovecot(Killed with signal 15) htshshrm2@hotmail.com Linux - Server 4 02-17-2012 06:28 AM
how did I get this? dovecot: Killed with signal 15 cshelswell Linux - Server 3 08-27-2009 04:23 AM
user-define signal handler & coredump for signal 11(SIGSEGV) Alexlun Linux - Software 2 05-24-2009 06:37 AM
Process not killed with -KILL (-9) signal hondo Linux - General 2 07-25-2007 09:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:16 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