Use the username and password you set up when you originally installed the system.
The user may need to be a member of the lpadmin group to configure printer settings. You can check which groups your user is a member of with the "id" commandAs you can see from this, my user is a member of that group. If yours is not, use adduser to add them to the group like this (change the username, obviously)
The user may need to be a member of the lpadmin group to configure printer settings. You can check which groups your user is a member of with the "id" command
Code:
rpdom@raspberrypi:~ $ iduid=1000(notpi) gid=1000(rpdom) groups=1000(rpdom),4(adm),7(lp),20(dialout),24(cdrom),27(sudo),29(audio),44(video),46(plugdev),60(games),100(users),105(input),109(netdev),114(lpadmin),997(gpio),998(i2c),999(spi)
Code:
rpdom@raspberrypi2:~ $ sudo adduser rpdom lpadminAdding user `rpdom' to group `lpadmin' ...Done.
Statistics: Posted by rpdom — Mon Jan 22, 2024 10:47 am