Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 57

Thread: How To: Install Lexmark All-In-Ones

  1. #21
    Join Date
    Feb 2007
    Location
    Ohio, USA
    Beans
    659

    Re: How To: Install Lexmark All-In-Ones

    Quote Originally Posted by n.hinton View Post
    How do you restore your root password back to the Ubuntu default? (i.e.same as after a fresh install)
    There is no default root password.
    Ubuntu user since 5.10 "Breezy Badger"
    Please share your experience with your Linux Printer!

  2. #22
    Join Date
    Mar 2009
    Location
    New Orleans
    Beans
    108
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: How To: Install Lexmark All-In-Ones

    Quote Originally Posted by giocarra View Post
    Hi wbar2,
    I use two ubuntu (*), one is i386 (and I have a Lexmark X1195 printer that goes very fine) and the other is a amd64 which does not allow me to use the same printer.
    I've used the way showed in a post inside this forum where is indicated a way for a 32 system and a little variation for the amd64 one.

    But, as I told before I've not been able to use my Lexmark on the second Ubuntu.

    Do you have a suggestion for me, since I see that You have a Ubuntu 64 O.S.?

    Sorry for my bad English, but I'm from Italy..................

    Best Regards, have a nice day.

    giocarra

    edit : (*) I mean Lucid Lynx 10.04 32-bit and Lucid Lynx amd64 64-bit, of course.
    I recently was able to install the drivers on 64-bit and print. Maybe you should try again?

  3. #23
    n.hinton is offline Gee! These Aren't Roasted!
    Join Date
    Nov 2008
    Location
    North Norfolk, UK
    Beans
    169
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How To: Install Lexmark All-In-Ones

    How do you restore your root password back to the Ubuntu default? (i.e.same as after a fresh install)
    Quote Originally Posted by MyR View Post
    There is no default root password.
    Yes, so how do you restore it to that condition?

  4. #24
    Join Date
    Feb 2007
    Location
    Ohio, USA
    Beans
    659

    Re: How To: Install Lexmark All-In-Ones

    Quote Originally Posted by n.hinton View Post
    Yes, so how do you restore it to that condition?
    not sure. probably something with adding -d to passwd. see "man passwd".
    Ubuntu user since 5.10 "Breezy Badger"
    Please share your experience with your Linux Printer!

  5. #25
    n.hinton is offline Gee! These Aren't Roasted!
    Join Date
    Nov 2008
    Location
    North Norfolk, UK
    Beans
    169
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How To: Install Lexmark All-In-Ones

    Quote Originally Posted by MyR View Post
    not sure. probably something with adding -d to passwd. see "man passwd".
    'man passwd' only appears to reference user passwords

  6. #26
    Join Date
    Mar 2009
    Location
    New Orleans
    Beans
    108
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: How To: Install Lexmark All-In-Ones

    Quote Originally Posted by n.hinton View Post
    'man passwd' only appears to reference user passwords
    It also refers to the root user. This code worked for me:
    Code:
    sudo passwd -d root
    Last edited by wbar2; June 22nd, 2010 at 01:44 PM.

  7. #27
    n.hinton is offline Gee! These Aren't Roasted!
    Join Date
    Nov 2008
    Location
    North Norfolk, UK
    Beans
    169
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How To: Install Lexmark All-In-Ones

    Many thanks wbar2

    Have been googling passwd and some suggest
    Code:
    sudo usermod -p ! root
    I' not sure!

    See http://ubuntuforums.org/archive/index.php/t-846093.html
    Last edited by n.hinton; June 22nd, 2010 at 03:56 PM.

  8. #28
    Join Date
    Mar 2009
    Location
    New Orleans
    Beans
    108
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: How To: Install Lexmark All-In-Ones

    Quote Originally Posted by n.hinton View Post
    Many thanks wbar2

    Have been googling passwd and some suggest
    Code:
    sudo usermod -p ! root
    I' not sure!

    See http://ubuntuforums.org/archive/index.php/t-846093.html
    I think you are correct. By changing the password to "!" you are both deleting the password and locking the account. The following code gives the same effect:

    Code:
    sudo passwd -d -l root

  9. #29
    n.hinton is offline Gee! These Aren't Roasted!
    Join Date
    Nov 2008
    Location
    North Norfolk, UK
    Beans
    169
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How To: Install Lexmark All-In-Ones

    Quote Originally Posted by wbar2 View Post
    I think you are correct. By changing the password to "!" you are both deleting the password and locking the account. The following code gives the same effect:

    Code:
    sudo passwd -d -l root
    Using
    Code:
    sudo getent shadow root|cut -d : -f 2
    on a 'as installed installation' root password returns
    Code:
    !
    been unable so far to establish if the condition is locked or unlocked

  10. #30
    Join Date
    Mar 2009
    Location
    New Orleans
    Beans
    108
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: How To: Install Lexmark All-In-Ones

    Post removed.
    Last edited by wbar2; November 23rd, 2010 at 09:49 PM.

Page 3 of 6 FirstFirst 12345 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •