You are not logged in.
[off-topic]@HoaS thank you for this:
aptitude search '?narrow(~i, ~Abackports)'
I was quite taken aback, how much backported stuff I had installed.
This and that issue comes up, especially as Debian releases get old...[/off-topic]
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
so, it is going better, the computer recognize the printer, i got a message from the hp software that says:
You don't have permission to add a printer, you neeed authentication.
user: password:
what do i have to type? i tried with my user and password for the computer and didn't work..
Please, have in mind that I am a total newbie, please, be patience, i'm trying to learn. Thanks a lot.
Offline
You need to be a member of the lpadmin group. Add yourself to this group like this:
sudo usermod -a -G lpadmin <username>
where <username> is the username you use to log in with.
Offline
i got this message from the terminal when i tried to do that:
mx@mx:~$ sudo usermod -a -G lpadmin <mx>
bash: bash: syntactic error near the unexpected element `newline '
Please, have in mind that I am a total newbie, please, be patience, i'm trying to learn. Thanks a lot.
Offline
Ahh you have to remove the brackets around your username. I put them there to show you that was an option to the command.
Offline
done, but, then when i identifies the scanner, it says that i have to install a plug-in, in the process of installing it i get this message:
Your HP Device requires to install HP propietary plugin
Please enter root/superuser password to continue
Username : root
Password:
so, when i type my password doesn't recognize it.
thanks a lot!
Please, have in mind that I am a total newbie, please, be patience, i'm trying to learn. Thanks a lot.
Offline
You may have to run hp-setup with sudo like this:
sudo hp-setup
As a general rule, we only want to run things with sudo permissions if necessary.
Offline
still i got the same message.
so, for setting up the printer is being ok, but then when i go to easyscan and i try to print it sends me to a window when i have to add a plug-in, then is when i get the message.
Please, have in mind that I am a total newbie, please, be patience, i'm trying to learn. Thanks a lot.
Offline
Username : root Password:
so, when i type my password doesn't recognize it.
The root account is locked in BunsenLabs (ie, it has no password set), to unlock it use:
sudo passwd root
Then you can try using the new root password in the dialogue box.
Offline
brilliant! it works!
thanks a lot for your help and great patience!
Please, have in mind that I am a total newbie, please, be patience, i'm trying to learn. Thanks a lot.
Offline