* [gentoo-user] Samsung ML-2510 and CUPS
@ 2007-07-14 8:40 Thufir
2007-07-14 13:46 ` Kenneth Prugh
2007-07-14 15:29 ` Neil Bothwick
0 siblings, 2 replies; 8+ messages in thread
From: Thufir @ 2007-07-14 8:40 UTC (permalink / raw
To: gentoo-user
Going by <http://openprinting.org/show_printer.cgi?recnum=Samsung-ML-2510>,
I have cups and splix installed. Going by
<http://www.gentoo.org/doc/en/printing-howto.xml#cups> everything
seems to be installed and configured for printing.
Here's the printer:
localhost ~ #
localhost ~ # cat /etc/gentoo-release
Gentoo Base System release 1.12.9
localhost ~ #
localhost ~ # lsusb
Bus 001 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 002: ID 046d:c00e Logitech, Inc. M-BJ69 Optical Wheel Mouse
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 002: ID 04e8:327e Samsung Electronics Co., Ltd
Bus 002 Device 001: ID 0000:0000
localhost ~ #
localhost ~ # date
Sat Jul 14 08:34:49 UTC 2007
localhost ~ #
When I go to add the printer, what device do I need to select? It
doesn't have a USB option like the guide says should be there.
thanks,
Thufir
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Samsung ML-2510 and CUPS
2007-07-14 8:40 [gentoo-user] Samsung ML-2510 and CUPS Thufir
@ 2007-07-14 13:46 ` Kenneth Prugh
2007-07-14 15:29 ` Neil Bothwick
1 sibling, 0 replies; 8+ messages in thread
From: Kenneth Prugh @ 2007-07-14 13:46 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1431 bytes --]
Thufir wrote:
> Going by <http://openprinting.org/show_printer.cgi?recnum=Samsung-ML-2510>,
> I have cups and splix installed. Going by
> <http://www.gentoo.org/doc/en/printing-howto.xml#cups> everything
> seems to be installed and configured for printing.
>
> Here's the printer:
>
> localhost ~ #
> localhost ~ # cat /etc/gentoo-release
> Gentoo Base System release 1.12.9
> localhost ~ #
> localhost ~ # lsusb
> Bus 001 Device 001: ID 0000:0000
> Bus 004 Device 001: ID 0000:0000
> Bus 003 Device 002: ID 046d:c00e Logitech, Inc. M-BJ69 Optical Wheel Mouse
> Bus 003 Device 001: ID 0000:0000
> Bus 002 Device 002: ID 04e8:327e Samsung Electronics Co., Ltd
> Bus 002 Device 001: ID 0000:0000
> localhost ~ #
> localhost ~ # date
> Sat Jul 14 08:34:49 UTC 2007
> localhost ~ #
>
>
> When I go to add the printer, what device do I need to select? It
> doesn't have a USB option like the guide says should be there.
>
>
>
> thanks,
>
> Thufir
Generally whenever I have configured cups, the device you need to select
contains the printers name itself. My printer device for example reads
HP DESKJEST 5100 USB in cups.
Look for something to do with Samsung in cups. If it's not showing up
maybe you need to restart cups or try plugging the printer back in, I
don't really know. Cups generally has 'just worked' for me.
--
Kenneth Prugh - Ken69267
Gentoo AMD64 Arch Tester
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Samsung ML-2510 and CUPS
2007-07-14 8:40 [gentoo-user] Samsung ML-2510 and CUPS Thufir
2007-07-14 13:46 ` Kenneth Prugh
@ 2007-07-14 15:29 ` Neil Bothwick
2007-07-15 4:50 ` Thufir
1 sibling, 1 reply; 8+ messages in thread
From: Neil Bothwick @ 2007-07-14 15:29 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1574 bytes --]
On Sat, 14 Jul 2007 08:40:54 +0000, Thufir wrote:
> Going by
> <http://openprinting.org/show_printer.cgi?recnum=Samsung-ML-2510>, I
> have cups and splix installed. Going by
> <http://www.gentoo.org/doc/en/printing-howto.xml#cups> everything seems
> to be installed and configured for printing.
>
> Here's the printer:
>
> localhost ~ #
> localhost ~ # cat /etc/gentoo-release
> Gentoo Base System release 1.12.9
> localhost ~ #
> localhost ~ # lsusb
> Bus 001 Device 001: ID 0000:0000
> Bus 004 Device 001: ID 0000:0000
> Bus 003 Device 002: ID 046d:c00e Logitech, Inc. M-BJ69 Optical Wheel
> Mouse Bus 003 Device 001: ID 0000:0000
> Bus 002 Device 002: ID 04e8:327e Samsung Electronics Co., Ltd
> Bus 002 Device 001: ID 0000:0000
> localhost ~ #
> localhost ~ # date
> Sat Jul 14 08:34:49 UTC 2007
> localhost ~ #
>
>
> When I go to add the printer, what device do I need to select? It
> doesn't have a USB option like the guide says should be there.
>
>
>
> thanks,
>
> Thufir
I have the same printer, although SpliX doesn't have a driver for this
specific model, mine works perfectly with the 2550 driver.
Here is the entry from /etc/cups/printers.conf
<DefaultPrinter Samsung>
Info Samsung ML-2510 Mono Laser
Location desiato
DeviceURI usb://Samsung/ML-2510%20Series
State Idle
StateTime 1176233371
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy stop-printer
</Printer>
--
Neil Bothwick
Out of body, be back in five minutes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Samsung ML-2510 and CUPS
2007-07-14 15:29 ` Neil Bothwick
@ 2007-07-15 4:50 ` Thufir
2007-07-15 10:28 ` Neil Bothwick
0 siblings, 1 reply; 8+ messages in thread
From: Thufir @ 2007-07-15 4:50 UTC (permalink / raw
To: gentoo-user
On 7/14/07, Neil Bothwick <neil@digimed.co.uk> wrote:
[...]
> I have the same printer, although SpliX doesn't have a driver for this
> specific model, mine works perfectly with the 2550 driver.
[...]
How do you know that you're using the SpliX driver for the 2550? I
just did "emerge splix"; yes?
thanks,
Thufir
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Samsung ML-2510 and CUPS
2007-07-15 4:50 ` Thufir
@ 2007-07-15 10:28 ` Neil Bothwick
2007-07-15 19:46 ` Thufir
0 siblings, 1 reply; 8+ messages in thread
From: Neil Bothwick @ 2007-07-15 10:28 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 386 bytes --]
On Sun, 15 Jul 2007 04:50:54 +0000, Thufir wrote:
> > I have the same printer, although SpliX doesn't have a driver for this
> > specific model, mine works perfectly with the 2550 driver.
> [...]
>
> How do you know that you're using the SpliX driver for the 2550? I
> just did "emerge splix"; yes?
Yes.
--
Neil Bothwick
Top Oxymorons Number 47: Act naturally
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Samsung ML-2510 and CUPS
2007-07-15 10:28 ` Neil Bothwick
@ 2007-07-15 19:46 ` Thufir
2007-07-15 20:38 ` Neil Bothwick
0 siblings, 1 reply; 8+ messages in thread
From: Thufir @ 2007-07-15 19:46 UTC (permalink / raw
To: gentoo-user
Samsung (Default Printer) "Printer not connected; will retry in 30 seconds..."
Description: Samsung ML-2510 Mono Laser
Location: desiato
Make and Model: Local Raw Printer
Printer State: processing, accepting jobs, published.
Device URI: usb://Samsung/ML-2510%20Series
<http://localhost:631/printers/>
Seems to not be connected.
thanks,
Thufir
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Samsung ML-2510 and CUPS
2007-07-15 19:46 ` Thufir
@ 2007-07-15 20:38 ` Neil Bothwick
2007-07-16 1:13 ` Thufir
0 siblings, 1 reply; 8+ messages in thread
From: Neil Bothwick @ 2007-07-15 20:38 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 644 bytes --]
On Sun, 15 Jul 2007 19:46:07 +0000, Thufir wrote:
> Samsung (Default Printer) "Printer not connected; will retry in 30
> seconds..." Description: Samsung ML-2510 Mono Laser
> Location: desiato
> Make and Model: Local Raw Printer
> Printer State: processing, accepting jobs, published.
> Device URI: usb://Samsung/ML-2510%20Series
>
> <http://localhost:631/printers/>
>
I posted that printers.conf as an example, you can't just drop it
into /etc/cups and expect it to work. Have you configured the printer
vie the CUPS web interface?
--
Neil Bothwick
"Bother," said Pooh, as the media exposed his sexual depravity.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Samsung ML-2510 and CUPS
2007-07-15 20:38 ` Neil Bothwick
@ 2007-07-16 1:13 ` Thufir
0 siblings, 0 replies; 8+ messages in thread
From: Thufir @ 2007-07-16 1:13 UTC (permalink / raw
To: gentoo-user
On 7/15/07, Neil Bothwick <neil@digimed.co.uk> wrote:
[...]
> > <http://localhost:631/printers/>
> >
>
> I posted that printers.conf as an example, you can't just drop it
> into /etc/cups and expect it to work. Have you configured the printer
> vie the CUPS web interface?
[...]
CUPS doesn't show a USB option, for some reason.
-Thufir
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-07-16 1:24 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-14 8:40 [gentoo-user] Samsung ML-2510 and CUPS Thufir
2007-07-14 13:46 ` Kenneth Prugh
2007-07-14 15:29 ` Neil Bothwick
2007-07-15 4:50 ` Thufir
2007-07-15 10:28 ` Neil Bothwick
2007-07-15 19:46 ` Thufir
2007-07-15 20:38 ` Neil Bothwick
2007-07-16 1:13 ` Thufir
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox