Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4845

Raspberry Pi 400 • Re: No bootup with printer

$
0
0
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" 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)
As 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)

Code:

rpdom@raspberrypi2:~ $  sudo adduser rpdom lpadminAdding user `rpdom' to group `lpadmin' ...Done.

Statistics: Posted by rpdom — Mon Jan 22, 2024 10:47 am



Viewing all articles
Browse latest Browse all 4845

Trending Articles