Results 1 to 9 of 9
I'm a n00b still, I can't seem to setup my printer or setup CUPS at all. I have CUPS selected as the printing system but I can't even get into ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-19-2008 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 25
Setting up a printer in CUPS
I'm a n00b still, I can't seem to setup my printer or setup CUPS at all. I have CUPS selected as the printing system but I can't even get into localhost:631/admin to change anything.
I can find the ect/rc.d/rc.cups script but it's all commented off.
I have a Brother HL2030 and I have the proper ppd file (from linuxprinting.org) in the model/ folder.
I'm running Slackware 12 with Xfce 4.4
Can anyone help me?? It seems like this should be simple...maybe I should buy a linux for dummies book
- 07-19-2008 #2Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
You need to login to the admin section with root as the username and then your administrator password.
Not all distros work this way but some do.
- 07-19-2008 #3
When you say you can't login, is cups even running? If not, start it as su:
...and you should be able to log on to localhost:631. Then, sign in as root/administrator per Chris H's instruction.Code:/etc/rc.d/rc.cups start
- 07-20-2008 #4Just Joined!
- Join Date
- Mar 2007
- Posts
- 25
When I try, this is what I get:
But I see the shell script in /etc/rc.d/Code:bash-3.1# su /etc/rc.d/rc.cups start Unknown id: /etc/rc.d/rc.cups bash-3.1#
- 07-20-2008 #5
Okay, see you become "su" like this: At the terminal, type in:
and press enter. It will ask for your root password. Enter it and presss enter. The '$' sign should now be changed to a '#' sign. This mean you have root privileges. Now type:Code:su -
...and press enter. If no errors, open your web browser and log in to localhost:631.Code:/etc/rc.d/rc.cups start
- 07-20-2008 #6Just Joined!
- Join Date
- Mar 2007
- Posts
- 25
Do I need to change permissions on this file?Code:bash-3.1# su - There is no such thing as inner peace. There is only nervousness or death. Any attempt to prove otherwise constitutes unacceptable behaviour. -- Fran Lebowitz, "Metropolitan Life" root@AthlonXP:~# /etc/rc.d/rc.cups start -su: /etc/rc.d/rc.cups: Permission denied root@AthlonXP:~#
- 07-20-2008 #7
Ah yes... it's not executable.
Then fire up your browser and go to localhost:631Code:su chmod +x /etc/rc.d/rc.cups # This makes the script executable /etc/rc.d/rc.cups start
Can't tell an OS by it's GUI
- 07-20-2008 #8
- 07-31-2008 #9Just Joined!
- Join Date
- Mar 2007
- Posts
- 25
Thank You!
I finally got around to this and that was the key. My printer now works
Now I've setup my mouse scroll wheel, my printer, and shortened my init time thinks to all the help from everyone here.
Thanks! Now I'm going to attack setting up my gfx and sound cards


Reply With Quote

