I set up the new printer on my Ubuntu Linux machine.
I had problem about the password.
The printer management system asked my password before finishing to set-up it. However, the system kicked my password. I suspected it. Then I changed password from command prompt. And try it again. However. the system also kicked my new password.
I ask to prof. google then many of person had same problems. The solution is just easy. We try it with as admin users. However, the system need the user that the user have to have lpadmin groups.
So, you can add your account to /etc/group as lpadmin.
#sudo vi /etc/group
and add your account name to the end of lpadmin
lpadmin:x:109:your_user_name, your_username2(if your pc has more than 2 administrators)
I had problem about the password.
The printer management system asked my password before finishing to set-up it. However, the system kicked my password. I suspected it. Then I changed password from command prompt. And try it again. However. the system also kicked my new password.
I ask to prof. google then many of person had same problems. The solution is just easy. We try it with as admin users. However, the system need the user that the user have to have lpadmin groups.
So, you can add your account to /etc/group as lpadmin.
#sudo vi /etc/group
and add your account name to the end of lpadmin
lpadmin:x:109:your_user_name, your_username2(if your pc has more than 2 administrators)
Comments