| Author |
Message |
Nooblet0218
Joined: 21 May 2010 Posts: 103
|
Posted: Fri 25 Jun 2010, 17:43 Post subject:
cups password |
|
i know i thought this has been answered in other places but for some reason all of the passwords i've found through google and the forum search aren't working.
I want to share a printer connected to my puppy machine to a windows 7 machine on my network, the setting looks like its there in the cups administrator page and I check it then click change settings but i get prompted for a username/password and everything i've tried does not work.
i've tried:
root
woofwoof
woofwoof
root
I've changed my password using 'passwd root' in terminal and then trying that, tried a lot of different ones after changing it and nothing is working.
all of the suggestions i've seen haven't worked.
any help would be greatly appreciated
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7745 Location: Stratford, Ontario
|
Posted: Fri 25 Jun 2010, 18:03 Post subject:
|
|
Which Puppy are you using?
|
|
Back to top
|
|
 |
Nooblet0218
Joined: 21 May 2010 Posts: 103
|
Posted: Fri 25 Jun 2010, 18:18 Post subject:
|
|
I am using lupu 5.01
and also thanks for this: http://www.murga-linux.com/puppy/viewtopic.php?t=42703
thats the printer i'm trying to share and that .pet helped me get the scanner running
|
|
Back to top
|
|
 |
Nooblet0218
Joined: 21 May 2010 Posts: 103
|
Posted: Fri 25 Jun 2010, 18:29 Post subject:
|
|
while you're here, would it be easy to share the scanner as well? i haven't googled it yet but i'm just wondering
|
|
Back to top
|
|
 |
nitehawk

Joined: 13 Apr 2008 Posts: 487 Location: Florida, USA
|
Posted: Fri 25 Jun 2010, 19:27 Post subject:
|
|
Well,...it's been awhile for me,...but if I can remember, it was something like:
puppylinux
woof woof
(that was up through Puppylinux 4.30)
|
|
Back to top
|
|
 |
Nooblet0218
Joined: 21 May 2010 Posts: 103
|
Posted: Fri 25 Jun 2010, 19:38 Post subject:
|
|
ah i tried
puppy linux/puppylinux
woof woof/woofwoof
and all mixes of that and no luck
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7745 Location: Stratford, Ontario
|
Posted: Fri 25 Jun 2010, 20:05 Post subject:
|
|
Lupu is not my regular Puppy, but I tested it and could not find a login/password that worked. This problem has already been reported but I couldn't find a solution in the forum.
However, I found two solutions that look good.
1. Downgrade to CUPS 1.3.11 from here. Just install items 1,2 and 5. (Whenever I try the newer CUPS 1.4, I find something wonky about it.)
You can declare a printer shareable with the usual "root/woofwoof" login.
2. Stay with CUPS 1.4 but manually edit the file /etc/cups/cupsd.conf as follows:
Change Line 19 from "Listen Localhost:631" to "Port 631"
After Line 22, insert the line "BrowseAddress @LOCAL"
After Line "<Location />, insert the line "Allow @LOCAL"
Then restart CUPS with the command: /etc/init.d/cups restart
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7745 Location: Stratford, Ontario
|
Posted: Fri 25 Jun 2010, 20:20 Post subject:
|
|
| Nooblet0218 wrote: | | ...that .pet helped me get the scanner running |
Which model do you have? Which PET did you use - the pixma-backend update or the scangearmp package?
It is possible to network scanners - SANE comes with a daemon named saned that supposedly handles this. But it may require some other components that Puppy is missing.
|
|
Back to top
|
|
 |
Nooblet0218
Joined: 21 May 2010 Posts: 103
|
Posted: Fri 25 Jun 2010, 20:30 Post subject:
|
|
i used the backend .pet, with the Canon mp470 version, worked like a charm
And I used the first solution, downgrading the CUPS version.
That worked well! i'm able to share it to my ubuntu running desktop down the hall. but i'm having a bit of trouble getting the windows 7 laptop to see the printer. All of the autodetect settings aren't working so i'm trying to find it using tcp/ip.
The ip/port that my ubuntu computer says my printer is on is 192.168.1.7:631
so i put that into the w7 printer wizard, i selected the canon mp 470 driver, but i cannot print the test page.
I read somewhere that i should use some hp officejet driver, maybe that's what i need to do?
and thank you for the help
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7745 Location: Stratford, Ontario
|
Posted: Fri 25 Jun 2010, 20:54 Post subject:
|
|
I have no experience with 7, but the instructions for XP are here. Read the section Sharing Your Puppy Printer.
|
|
Back to top
|
|
 |
Nooblet0218
Joined: 21 May 2010 Posts: 103
|
Posted: Fri 25 Jun 2010, 21:02 Post subject:
|
|
sweet thank you, i will do do that
|
|
Back to top
|
|
 |
Nooblet0218
Joined: 21 May 2010 Posts: 103
|
Posted: Fri 25 Jun 2010, 21:10 Post subject:
|
|
hell yeah, got it working. it was the driver that was the problem, and your guide there cleared it up.
Thanks for the help!!!!
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7745 Location: Stratford, Ontario
|
Posted: Fri 25 Jun 2010, 21:18 Post subject:
|
|
Which method did you use - the Postscript driver or the raw queue?
|
|
Back to top
|
|
 |
8-bit

Joined: 03 Apr 2007 Posts: 3012 Location: Oregon
|
Posted: Fri 25 Jun 2010, 23:30 Post subject:
|
|
| rcrsn51 wrote: | Lupu is not my regular Puppy, but I tested it and could not find a login/password that worked. This problem has already been reported but I couldn't find a solution in the forum.
However, I found two solutions that look good.
1. Downgrade to CUPS 1.3.11 from here. Just install items 1,2 and 5. (Whenever I try the newer CUPS 1.4, I find something wonky about it.)
You can declare a printer shareable with the usual "root/woofwoof" login.
2. Stay with CUPS 1.4 but manually edit the file /etc/cups/cupsd.conf as follows:
Change Line 19 from "Listen Localhost:631" to "Port 631"
After Line 22, insert the line "BrowseAddress @LOCAL"
After Line "<Location />, insert the line "Allow @LOCAL"
Then restart CUPS with the command: /etc/init.d/cups restart |
I did an edit of cupsd.conf to gain administrator access without having to give a usename and password to save changes.
My modification instructions can be found HERE.
|
|
Back to top
|
|
 |
Nooblet0218
Joined: 21 May 2010 Posts: 103
|
Posted: Sat 26 Jun 2010, 02:09 Post subject:
|
|
| rcrsn51 wrote: | | Which method did you use - the Postscript driver or the raw queue? |
to be honest i didn't even read further than the end of the postscript method because it worked fine for me. i test printed a few things and everything came out nicely so i didn't bother trying anything else.
|
|
Back to top
|
|
 |
|