Re: Using a USB printer connected to one computer from another computer on a LAN

2022-09-22 Thread rhkramer
On Thursday, September 22, 2022 03:52:39 PM Curt wrote: > I don't believe I did anything else to get it to work. Thanks to Curt and Gene -- that works fine!

Re: Using a USB printer connected to one computer from another computer on a LAN

2022-09-22 Thread gene heskett
t). To repeat, the printer is a USB printer, with the Brother driver installed on one computer. I am / was hoping that I could install the Brother driver on another computer (on my LAN) using one of the network options (see the list of 11 choices shown above). Thanks! Get rid of the brother

Re: Using a USB printer connected to one computer from another computer on a LAN

2022-09-22 Thread Curt
On 2022-09-22, rhkra...@gmail.com wrote: > > To repeat, the printer is a USB printer, with the Brother driver installed on > one computer. I am / was hoping that I could install the Brother driver on > another computer (on my LAN) using one of the network options (see the list

Using a USB printer connected to one computer from another computer on a LAN

2022-09-22 Thread rhkramer
s. lpr -P HL2140 /usr/share/cups/data/testprint Hit Enter/Return key. root@s19:/rhk/downloads2/printers/Brother_HL-2140/Brother# This did not work (the testprint was not printed). Are any of the other options likely to work? (I don't want to try them all to find out). To repeat, the pr

Re: printing on a remote usb printer

2019-12-12 Thread Pierre Frenkiel
On Thu, 12 Dec 2019, Brian wrote: This looks good. We take it that you can print from *the server*? yes, of course... 'lp -d ljp /etc/nsswitch.conf' saves you a bit of ink/toner. thank you for the tip At last, I found the origin of the problem: wrong "order" entries in /etc/cups/cu

Re: printing on a remote usb printer

2019-12-12 Thread Brian
On Thu 12 Dec 2019 at 18:50:04 +0100, Pierre Frenkiel wrote: > On Thu, 12 Dec 2019, Brian wrote: > > > Post what you get for 'lpstat -t' on server and client. > > I only left entries for the involved printer That's fine. > on the server: > >scheduler is running >system default destina

Re: printing on a remote usb printer

2019-12-12 Thread Pierre Frenkiel
On Thu, 12 Dec 2019, Brian wrote: Post what you get for 'lpstat -t' on server and client. I only left entries for the involved printer on the server: scheduler is running system default destination: ljp device for ljp: hp:/usb/HP_LaserJet_MFP_M227-M231?serial=VNC3P21987 ljp accep

Re: printing on a remote usb printer

2019-12-12 Thread Brian
On Wed 11 Dec 2019 at 22:30:01 +0100, Pierre Frenkiel wrote: > hi, > I'm trying to configure a print queue using a remote usb printer. > I found on Internet the following recommended config: > >DeviceURI ipp://192.168.1.12:631/printers/ljp > > but it doesn't

Re: printing on a remote usb printer

2019-12-11 Thread Charles Curley
On Wed, 11 Dec 2019 22:30:01 +0100 (CET) Pierre Frenkiel wrote: > I'm trying to configure a print queue using a remote usb printer. > I found on Internet the following recommended config: > > DeviceURI ipp://192.168.1.12:631/printers/ljp I'm going to assume you'

printing on a remote usb printer

2019-12-11 Thread Pierre Frenkiel
hi, I'm trying to configure a print queue using a remote usb printer. I found on Internet the following recommended config: DeviceURI ipp://192.168.1.12:631/printers/ljp but it doesn't work: I get "the printer is not responding" Idem without :631. I suppose that something

Re: SOLVED Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-24 Thread Emanuel Berg
Brian writes: >>> A guaranteed technique is to install all >>> printing related packages. >> >> Unless there are conflicts... > > When you have installed the packages > I mentioned you can come back and tell us > what the conflicts are. Meanwhile, the advice > is good and stands. What packages e

Re: SOLVED Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-23 Thread Brian
On Fri 24 Jun 2016 at 00:05:12 +0200, Emanuel Berg wrote: > Brian writes: > > > A guaranteed technique is to install all > > printing related packages. > > Unless there are conflicts... When you have installed the packages I mentioned you can come back and tell us what the conflicts are. Meanw

Re: SOLVED Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-23 Thread Emanuel Berg
Brian writes: > A guaranteed technique is to install all > printing related packages. Unless there are conflicts... > I thought all drivers were built for > all architectures. We just saw the Samsung ULD for the Xpress M2026W - it was compiled for i386 and x86_64, but not ARM. -- underground

Re: SOLVED Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-23 Thread Brian
On Thu 23 Jun 2016 at 20:33:29 +0200, Emanuel Berg wrote: > Brian writes: > > > Do you mean this?: A user has or intends to > > buy, for example, an HP LaserJet P1102w. > > How does she determine whether Debian has > > a PPD and driver for it and what package to > > install to get them? > > Yes

Re: SOLVED Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-23 Thread Emanuel Berg
Brian writes: > Do you mean this?: A user has or intends to > buy, for example, an HP LaserJet P1102w. > How does she determine whether Debian has > a PPD and driver for it and what package to > install to get them? Yes. Also: a driver for the particular architecture. -- underground experts u

Re: SOLVED Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-23 Thread Brian
On Thu 23 Jun 2016 at 18:07:15 +0200, Emanuel Berg wrote: > Brian writes: > > > It would also have found hpcups and hpijs > > PPDs, unless the packages had been removed. > > Given the extra step of having to install > > a non-free plugin and seeing foo2zjs is > > recommended would be a good enou

Re: SOLVED Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-23 Thread Emanuel Berg
Brian writes: > It would also have found hpcups and hpijs > PPDs, unless the packages had been removed. > Given the extra step of having to install > a non-free plugin and seeing foo2zjs is > recommended would be a good enough reason for > choosing foo2zjs: > > lpadmin -p -v -E -m > > A 10 se

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-23 Thread Brian
On Thu 23 Jun 2016 at 11:57:41 +, Dan Purgert wrote: > Brian wrote: > > > > "Filter failed" is pretty clear. > > Yes, but not having any context of 'what' filter(s) are being used, the > statement "filter failed" is vague. It's a step up on "An error has occured." :) "Filter hpcups has stopp

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-23 Thread Dan Purgert
Brian wrote: > On Wed 22 Jun 2016 at 15:21:45 +, Dan Purgert wrote: > >> Emanuel Berg wrote: >> > printer laser now printing laser-528. enabled since Wed 22 Jun 2016 >> > 16:42:55 CEST >> >Filter failed >> > >> >> Seems the input (or output) filter failed. You'll likely need to check >>

Re: SOLVED Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-23 Thread Brian
On Thu 23 Jun 2016 at 05:23:15 +0200, Emanuel Berg wrote: > Brian writes: > > > Similarily glad but recording for the > > archives that foomatic-db-compressed-ppds is > > not required to set up and use a print queue > > with printer-driver-foo2zjs. > > Right, the turn of events was this line >

Re: SOLVED Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Emanuel Berg
Brian writes: > Similarily glad but recording for the > archives that foomatic-db-compressed-ppds is > not required to set up and use a print queue > with printer-driver-foo2zjs. Right, the turn of events was this line foo2zjs:0/ppd/foo2zjs/HP-LaserJet_Pro_P1102w.ppd which I found with

Re: SOLVED Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Brian
On Wed 22 Jun 2016 at 19:13:42 -0400, Ralph Katz wrote: > On 06/22/2016 06:11 PM, Emanuel Berg wrote: > > Ralph Katz writes: > > > >> CUPS just recognizes it automagically after you > >> install printer-driver-foo2zjs, which maybe you > >> did. I installed the printer simply from the > >> cups b

SOLVED Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Ralph Katz
On 06/22/2016 06:11 PM, Emanuel Berg wrote: > Ralph Katz writes: > >> CUPS just recognizes it automagically after you >> install printer-driver-foo2zjs, which maybe you >> did. I installed the printer simply from the >> cups browser interface. >> http://localhost:631/admin --> add printer, >> scr

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Emanuel Berg
Ralph Katz writes: > CUPS just recognizes it automagically after you > install printer-driver-foo2zjs, which maybe you > did. I installed the printer simply from the > cups browser interface. > http://localhost:631/admin --> add printer, > scroll thru choices and select driver: > "HP-LaserJet_Pro

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Emanuel Berg
Ralph Katz writes: >> $ lpinfo -m | grep 1102w >> >> drv:///hpijs.drv/hp-laserjet_professional_p_1102w-hpijs.ppd HP LaserJet >> Professional P 1102w hpijs, 3.14.6, requires proprietary plugin >> drv:///hpcups.drv/hp-laserjet_professional_p_1102w.ppd HP LaserJet >> Professional P 1102w, hpcups

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Emanuel Berg
Ralph Katz writes: > CUPS just recognizes it automagically after > you install printer-driver-foo2zjs, which > maybe you did. I installed the printer simply > from the cups browser interface. > http://localhost:631/admin --> add printer, > scroll thru choices and select driver: > "HP-LaserJet_Pro

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Brian
On Wed 22 Jun 2016 at 22:10:27 +0200, Emanuel Berg wrote: > Ralph Katz writes: > > > I use the standard cups foomatic driver for > > your P1102w printer on my very similar (or > > identical) HP LaserJet Professional P1109w on > > my stable/Jessie system. > > I found some foomatic stuff in the r

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Brian
On Wed 22 Jun 2016 at 21:31:14 +0200, Emanuel Berg wrote: > It is all from the repositories. > > $ lpinfo -m | grep 1102w > > drv:///hpijs.drv/hp-laserjet_professional_p_1102w-hpijs.ppd HP LaserJet > Professional P 1102w hpijs, 3.14.6, requires proprietary plugin > drv:///hpcups.drv/hp-laserjet

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Ralph Katz
On 06/22/2016 04:10 PM, Emanuel Berg wrote: > Ralph Katz writes: > >> I use the standard cups foomatic driver for >> your P1102w printer on my very similar (or >> identical) HP LaserJet Professional P1109w on >> my stable/Jessie system. > > I found some foomatic stuff in the repos but no > PPD f

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Ralph Katz
On 06/22/2016 03:31 PM, Emanuel Berg wrote: [...] > > It is all from the repositories. > > $ lpinfo -m | grep 1102w > > drv:///hpijs.drv/hp-laserjet_professional_p_1102w-hpijs.ppd HP LaserJet > Professional P 1102w hpijs, 3.14.6, requires proprietary plugin > drv:///hpcups.drv/hp-laserjet_profe

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Emanuel Berg
Ralph Katz writes: > I use the standard cups foomatic driver for > your P1102w printer on my very similar (or > identical) HP LaserJet Professional P1109w on > my stable/Jessie system. I found some foomatic stuff in the repos but no PPD files. However this file /usr/share/foomatic/db/sourc

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Emanuel Berg
Brian writes: > Shame! The result would have good to have > known. You don't fancy returning to the store > with your ARM device and persuading them to > let you do a quick test, do you? You do that in the UK? :O Wonderful! But no, they wouldn't do that. > Any Debian package will provide its

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Emanuel Berg
Dan Purgert writes: > Seems the input (or output) filter failed. > You'll likely need to check if it's trying to > call any 32-bit libraries (my brother does > this), and add the relevant i386 support > for them. The architecture is 32 bit but I installed the PPD file from packages using aptitud

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Bob Bernstein
On Wed, 22 Jun 2016, Lisi Reisz wrote: It was meant to be a hyperlink to my post in the archives, Ah...dawn breaks over Narragansett Bay! I was clearly too tired and should just have quoted :( Take care of yourself!! -- Man is essentially a dreamer, wakened sometimes for a moment by som

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Ralph Katz
On 06/22/2016 10:44 AM, Emanuel Berg wrote: [...] > > To late! > > I returned the printer for another, namely > > HP LaserJet P1102w > > This I added with > > $ sudo lpadmin -p laser -E -v > 'usb://HP/LaserJet%20Professional%20P%201102w?serial=0W470T1FPR1a' -P > /usr/share/pp

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Brian
On Wed 22 Jun 2016 at 15:21:45 +, Dan Purgert wrote: > Emanuel Berg wrote: > > printer laser now printing laser-528. enabled since Wed 22 Jun 2016 > > 16:42:55 CEST > > Filter failed > > > > Seems the input (or output) filter failed. You'll likely need to check > if it's trying to call

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Brian
On Wed 22 Jun 2016 at 16:44:50 +0200, Emanuel Berg wrote: > Brian writes: > > > Or I suppose a Splix PPD could work, as it > > apparently did for this user: > > > > I managed to get my Samsung M2022W working > > with Splix by pretening it was an ML-2160. > > . > > > >https://sourcefo

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Dan Purgert
Emanuel Berg wrote: > printer laser now printing laser-528. enabled since Wed 22 Jun 2016 > 16:42:55 CEST > Filter failed > Seems the input (or output) filter failed. You'll likely need to check if it's trying to call any 32-bit libraries (my brother does this), and add the relevant i386 s

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Emanuel Berg
Brian writes: > Or I suppose a Splix PPD could work, as it > apparently did for this user: > > I managed to get my Samsung M2022W working > with Splix by pretening it was an ML-2160. > . > >https://sourceforge.net/p/splix/discussion/605558/thread/a0f66cb8/ > > My CUPS filters a job wi

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Lisi Reisz
On Wednesday 22 June 2016 06:20:32 Bob Bernstein wrote: > On Tue, 21 Jun 2016, Lisi Reisz wrote: > > <201606210831.24319.lisi.re...@gmail.com> > > Need a bit of help here. What am I supposed to do with this line > of um text? > > If there is an elegant method that will use it as a starting > point

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Brian
On Wed 22 Jun 2016 at 09:28:06 +0100, Brian wrote: > I don't think this idea is going to fly, at least not without more > work on the PPD and possibly on the printer driver itself. Accessing > the printer from the ARM device is probably best done through a CUPS > server on a i368/amd64 machine. O

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread debian-user
Bob Bernstein, Wed, 22 Jun 2016 01:20:32 -0400 (EDT): > On Tue, 21 Jun 2016, Lisi Reisz wrote: > >> <201606210831.24319.lisi.re...@gmail.com> > > Need a bit of help here. What am I supposed to do with this line > of um text? It's a Message-ID. It identifies a posting made to this list (the one

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-22 Thread Brian
On Wed 22 Jun 2016 at 04:07:46 +0200, Emanuel Berg wrote: > Brian writes: > > > 1. Get the Samsung_M2020_Series.ppd from the > > ULD tarball > > > > 2. Edit the *cupsFilters line in it to read > > > > *cupsFilters: > > "application.vnd.cups-raster 0 rastertoqpdl > > > >or > > > >

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Bob Bernstein
On Tue, 21 Jun 2016, Lisi Reisz wrote: <201606210831.24319.lisi.re...@gmail.com> Need a bit of help here. What am I supposed to do with this line of um text? If there is an elegant method that will use it as a starting point such that I end up looking at the email to which you are referri

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Emanuel Berg
Brian writes: > 1. Get the Samsung_M2020_Series.ppd from the > ULD tarball > > 2. Edit the *cupsFilters line in it to read > > *cupsFilters: > "application.vnd.cups-raster 0 rastertoqpdl > >or > > *cupsFilters: > "application.vnd.cups-postscript 0 pstoqpdl > > 3. Put the PPD in /u

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Lisi Reisz
On Tuesday 21 June 2016 22:29:36 Brian wrote: > Was the suggestion given not clear enough or too > involved? Emanuel doesn't like the idea of trying to do anything with the web interface. I had already suggested it for one of his problems earlier. <201606210831.24319.lisi.re...@gmail.com> Too c

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread deloptes
Emanuel Berg wrote: > Brian writes: > >> To automatise what? > > The testing of all configurations. Brian suggested one approach though - no word automation and testing at all? Besides the 4 steps are equal in time you spent writing whatever you wrote to automate whatever you wanted to automa

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Emanuel Berg
Brian writes: > To automatise what? The testing of all configurations. -- underground experts united http://user.it.uu.se/~embe8573 Emacs Gnus Blogomatic . http://user.it.uu.se/~embe8573/blogomatic - so far: 55 Blogomatic articles -

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Brian
On Tue 21 Jun 2016 at 22:24:29 +0200, Emanuel Berg wrote: > Brian writes: > > > But it will give you something to do for the > > rest of the afternoon! > > I wrote this to automatize it: To automatise what? Was the suggestion given not clear enough or too involved? > # try all PPDs on the sys

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Emanuel Berg
Brian writes: > But it will give you something to do for the > rest of the afternoon! I wrote this to automatize it: # try all PPDs on the system: # # $ test-ppd **/*.ppd # # and, in another pane: # # $ watch -t -n 0.1 lpstat -p test-ppd () { local -a ppds ppds=($@) local t

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Brian
On Tue 21 Jun 2016 at 16:25:00 +0200, Emanuel Berg wrote: > Brian writes: > > > Early this morning you had an M202x series > > printer; this afternoon you have an ML-2026W. > > Not only is the ML-2026W not mentioned at the > > Splix site but Samsung's site doesn't believe > > it exists and says

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Emanuel Berg
Brian writes: > Early this morning you had an M202x series > printer; this afternoon you have an ML-2026W. > Not only is the ML-2026W not mentioned at the > Splix site but Samsung's site doesn't believe > it exists and says "We're sorry, your search > "ml-2026W" didn't return any results." Now I

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Brian
On Tue 21 Jun 2016 at 14:50:51 +0200, Emanuel Berg wrote: > Brian writes: > > > You read the wiki and learn how to install > > a print queue. > > Here is a list [1] what printers work with > Linux and Splix - mine, ML-2026W, isn't on that > list, so I guess it won't work? > > [1] http://splix.

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Emanuel Berg
Brian writes: > You read the wiki and learn how to install > a print queue. Here is a list [1] what printers work with Linux and Splix - mine, ML-2026W, isn't on that list, so I guess it won't work? [1] http://splix.ap2c.org/ -- underground experts united http://user.it.uu.se/~embe8573 E

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Brian
On Tue 21 Jun 2016 at 10:02:39 +0200, Emanuel Berg wrote: > Brian writes: > > > printer-driver-splix ULD might work but > > I suspect a splix PPD would need adapting to > > provide what the M202x expects to receive. > > OK, I installed that - do I need to tell CUPS > to use it? How do I do that

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Emanuel Berg
Brian writes: > printer-driver-splix ULD might work but > I suspect a splix PPD would need adapting to > provide what the M202x expects to receive. OK, I installed that - do I need to tell CUPS to use it? How do I do that? -- underground experts united http://user.it.uu.se/~embe8573 Emacs

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Brian
On Tue 21 Jun 2016 at 04:51:23 +0200, Emanuel Berg wrote: > Emanuel Berg writes: > > > File "/usr/lib/cups/filter/rastertospl" not > > available: No such file or directory > > I found rastertospl it in the ULD archive, the > i386 directory. > > Now when I do print it first says "... is now > p

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Emanuel Berg
Lisi Reisz writes: > I find that going into printer maintenance, > deleting all jobs for that printer, pausing > the printer, then starting it again, solves > this particular problem. But I do it at the > web interface. 'cancel -a' deletes all jobs so if I could just pause and start it... -- u

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Lisi Reisz
On Tuesday 21 June 2016 03:51:23 Emanuel Berg wrote: > Emanuel Berg writes: > > File "/usr/lib/cups/filter/rastertospl" not > > available: No such file or directory > > I found rastertospl it in the ULD archive, the > i386 directory. > > Now when I do print it first says "... is now > printing ...

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-20 Thread Emanuel Berg
Emanuel Berg writes: > File "/usr/lib/cups/filter/rastertospl" not > available: No such file or directory I found rastertospl it in the ULD archive, the i386 directory. Now when I do print it first says "... is now printing ...", then printer laser is idle. enabled since Tue 21 Jun 2016 0

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-20 Thread Emanuel Berg
Emanuel Berg writes: > I have a USB printer installed with CUPS and it > seems to check out but when I print it stalls! > > $ lpstat -p > > printer laser is idle. enabled since Tue 21 > Jun 2016 01:14:56 CEST Sending data to printer. It is a Samsung laser printer, M

USB printer CUPS stalls on "Sending data to printer"

2016-06-20 Thread Emanuel Berg
I have a USB printer installed with CUPS and it seems to check out but when I print it stalls! $ lpstat -p printer laser is idle. enabled since Tue 21 Jun 2016 01:14:56 CEST Sending data to printer. -- underground experts united http://user.it.uu.se/~embe8573 Emacs Gnus

Re: {SOLVED}virtualbox-usb printer not recognized

2015-09-10 Thread Whit Hansell
n I did my google searches. I will let y'all know how it goes when I get back to it. Gracias amigo, seeker. Whit Seeker and all, Finally got back to my prob w. usb printer and such and did some searches on google and something that kept coming up was to check to see if i was lited in

Re: virtualbox-usb printer not recognized

2015-08-25 Thread Seeker
On 8/25/2015 3:19 PM, Whit Hansell wrote: Seeker, Thanks so much for the reply. I tried to do whaat the link you gave me said to do but messed it up because I'm not Windows proficient. Found another site that gives info on how to set up the network printer and will try that soon. Am bac

Re: virtualbox-usb printer not recognized

2015-08-25 Thread Whit Hansell
On 08/25/2015 12:48 AM, Seeker wrote: On 8/24/2015 6:27 PM, Whit Hansell wrote: Well, I've got the new virtualbox set up and all is good except my usb hP 5600 series printer is not recognized so I can print and scan with it. My webcam works. My usb keyboard works. My wifi usb mouse works

Re: virtualbox-usb printer not recognized

2015-08-24 Thread Seeker
On 8/24/2015 6:27 PM, Whit Hansell wrote: Well, I've got the new virtualbox set up and all is good except my usb hP 5600 series printer is not recognized so I can print and scan with it. My webcam works. My usb keyboard works. My wifi usb mouse works. But my printer isn't recognized. I h

virtualbox-usb printer not recognized

2015-08-24 Thread Whit Hansell
Well, I've got the new virtualbox set up and all is good except my usb hP 5600 series printer is not recognized so I can print and scan with it. My webcam works. My usb keyboard works. My wifi usb mouse works. But my printer isn't recognized. I have all the info in the usb filter setup but

Re: remote printing for an USB printer [SOLVED]

2014-12-27 Thread Pierre Frenkiel
ite of the listbugs warning.) As expected, the result was to reproduce the inital situation, for which I sent my OP (queue growing indefinitly on the server) At last, I found a good setup, just using client.conf. The reason why I didn't used it before was that I saw

Re: remote printing for an USB printer

2014-12-25 Thread Brian
thing to do on the client is to enable "Show printers shared by other systems" using the Administration section at localhost:631. No installing is needed with system-config-printer. If you do not want automatic discovery of printers on the network please say what you do want. I'd be incli

Re: remote printing for an USB printer

2014-12-25 Thread Lisi Reisz
On Thursday 25 December 2014 15:40:18 Pierre Frenkiel wrote: > On Thu, 25 Dec 2014, Lisi Reisz wrote: > > I did reply. I said both. > >In case I became blind, I looked for the word "both" in all your posts. >I found it only once: in your last post !!! https://lists.debian.org/201412242151

Re: remote printing for an USB printer

2014-12-25 Thread Pierre Frenkiel
On Thu, 25 Dec 2014, Lisi Reisz wrote: I did reply. I said both. In case I became blind, I looked for the word "both" in all your posts. I found it only once: in your last post !!! -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Troubl

Re: remote printing for an USB printer

2014-12-25 Thread Lisi Reisz
On Thursday 25 December 2014 14:32:21 Pierre Frenkiel wrote: > On Thu, 25 Dec 2014, Lisi Reisz wrote: > > No, but you have not explained why you dislike my solution so much that > > you are not even willing to try it! You may, of course, have a very good > > reason, but you have not explained it.

Re: remote printing for an USB printer

2014-12-25 Thread Pierre Frenkiel
On Thu, 25 Dec 2014, Lisi Reisz wrote: No, but you have not explained why you dislike my solution so much that you are not even willing to try it! You may, of course, have a very good reason, but you have not explained it. ;-) hi Lisi, what you call "solution" was "do the setup to get what yo

Re: remote printing for an USB printer

2014-12-25 Thread Lisi Reisz
On Thursday 25 December 2014 09:58:02 Pierre Frenkiel wrote: > On Wed, 24 Dec 2014, Lisi Reisz wrote: > > Have you tried enabling server and client on all computers involved and > > using CUPS to print? This is what I do, and I have no problem. > >hi Lisi, >I suppose that's the case for mo

Re: remote printing for an USB printer

2014-12-25 Thread Pierre Frenkiel
On Wed, 24 Dec 2014, Lisi Reisz wrote: Have you tried enabling server and client on all computers involved and using CUPS to print? This is what I do, and I have no problem. hi Lisi, I suppose that's the case for most debian users, I think that you could say the same thing for almost a

Re: remote printing for an USB printer

2014-12-24 Thread Lisi Reisz
en... or Browse, > leaving only Listen localhost:631 >After that, I was able to install my 2 printers (one with a direct > ethernet connection, the other connected via USB on my desktop) with > system-config-printer (http://localhost:631/printers also works) >No

Re: remote printing for an USB printer

2014-12-24 Thread Pierre Frenkiel
I print 1 page on my USB printer, I get only 1 sheet(fantastic, isn't it?) Nevertheless, one problem remains: After each print, the job remains in the queue, and the printer becomes "not ready" on the laptop (it remains ready on the server) and the following 2

Re: remote printing for an USB printer

2014-12-21 Thread Brian
On Sun 21 Dec 2014 at 23:25:38 +, Brian wrote: > This may or may not be significant for the printing process. It would be useful to see the server log. If you do post it please do not truncate or edit the beginning of it before sending. -- To UNSUBSCRIBE, email to debian-user-requ...@lists

Re: remote printing for an USB printer

2014-12-21 Thread Brian
On Sun 21 Dec 2014 at 20:46:55 +0100, Pierre Frenkiel wrote: > On Sun, 21 Dec 2014, Brian wrote: > > >On Sat 20 Dec 2014 at 22:03:50 +0100, Pierre Frenkiel wrote: > >> I think that a so mature OS as Debian should provide the same > >> facility. > > > >It does. > >the experience proves that

Re: remote printing for an USB printer

2014-12-21 Thread Lisi Reisz
On Sunday 21 December 2014 21:59:10 Lisi Reisz wrote: > On Sunday 21 December 2014 19:46:55 Pierre Frenkiel wrote: > > > On Sat 20 Dec 2014 at 22:03:50 +0100, Pierre Frenkiel wrote: > > >>   I think that a so mature OS as Debian should provide the same > > >>   facility. > > > > > > It does. > > >

Re: remote printing for an USB printer

2014-12-21 Thread Lisi Reisz
On Sunday 21 December 2014 19:46:55 Pierre Frenkiel wrote: > > On Sat 20 Dec 2014 at 22:03:50 +0100, Pierre Frenkiel wrote: > >>   I think that a so mature OS as Debian should provide the same > >>   facility. > > > > It does. > >     the experience proves that it does not: otherwise, why nobody co

Re: remote printing for an USB printer

2014-12-21 Thread Pierre Frenkiel
On Sat, 20 Dec 2014, Lisi Reisz wrote: Go into CUPS web interface. Go to Administration -> printers -> click on the printer that you want -> click on the administration drop down menu and alter the server settings to give you what you want. hi Lisi, what I want is to get, when I print 1 p

Re: remote printing for an USB printer

2014-12-21 Thread Pierre Frenkiel
On Sun, 21 Dec 2014, Brian wrote: On Sat 20 Dec 2014 at 22:03:50 +0100, Pierre Frenkiel wrote: I think that a so mature OS as Debian should provide the same facility. It does. the experience proves that it does not: otherwise, why nobody could explain the problem I described and s

Re: remote printing for an USB printer

2014-12-21 Thread Brian
On Sat 20 Dec 2014 at 22:03:50 +0100, Pierre Frenkiel wrote: > On Sat, 20 Dec 2014, Brian wrote: > > >. . . > >This shows you have the android correctly set up for printing. > > not exactly: I said that I didn't have anything to setup: just launching the > application and wait for 10 seconds

Re: remote printing for an USB printer

2014-12-20 Thread Lisi Reisz
On Saturday 20 December 2014 21:03:50 Pierre Frenkiel wrote: > On Sat, 20 Dec 2014, Brian wrote: > > . . . > > This shows you have the android correctly set up for printing. > >    not exactly: I said that I didn't have anything to setup: just launching > the application and wait for 10 seconds. >

Re: remote printing for an USB printer

2014-12-20 Thread Lisi Reisz
On Saturday 20 December 2014 21:03:50 Pierre Frenkiel wrote: > On Sat, 20 Dec 2014, Brian wrote: > > . . . > > This shows you have the android correctly set up for printing. > >    not exactly: I said that I didn't have anything to setup: just launching > the application and wait for 10 seconds. >

Re: remote printing for an USB printer

2014-12-20 Thread Pierre Frenkiel
On Sat, 20 Dec 2014, Brian wrote: . . . This shows you have the android correctly set up for printing. not exactly: I said that I didn't have anything to setup: just launching the application and wait for 10 seconds. I think that a so mature OS as Debian should provide the same facilit

Re: remote printing for an USB printer

2014-12-20 Thread Brian
On Sat 20 Dec 2014 at 16:25:40 +0100, Pierre Frenkiel wrote: > I have a HP photosmmart printer connected via USB to my Debian desktop. > On my android tablet,the "printershare" application found it immedialty, > without providing it any information (just: "look on the wifi network"). and > the ins

remote printing for an USB printer

2014-12-20 Thread Pierre Frenkiel
hi, I have a HP photosmmart printer connected via USB to my Debian desktop. On my android tablet,the "printershare" application found it immedialty, without providing it any information (just: "look on the wifi network"). and the installation was done in less that 10 seconds. On my wheezy laptop,

[Solved] Problems with installing HP LaserJet M1005 usb printer on debian clients on a network

2013-07-31 Thread Arvind
On Wed, Jul 31, 2013 at 2:16 AM, Arvind wrote: > On Tue, Jul 30, 2013 at 12:54 AM, Brian wrote: >> On Mon 29 Jul 2013 at 20:59:39 +0530, Arvind wrote: > [..snip..] >>> Details: >>> I will begin with describing how I got it working on the print server >>> (i.e. the machine to which

Re: Problems with installing HP LaserJet M1005 usb printer on debian clients on a network

2013-07-31 Thread Chris Bannister
On Wed, Jul 31, 2013 at 02:16:30AM +0530, Arvind wrote: > ps: Wonder if it is appropriate to add the status "[Solved]" to the Yes, that is the best procedure. > subject line - would be helpful for someone searching online and for > subscribers using mutt etc., but would break the thread in web >

Re: Problems with installing HP LaserJet M1005 usb printer on debian clients on a network

2013-07-30 Thread Arvind
On Tue, Jul 30, 2013 at 12:54 AM, Brian wrote: > On Mon 29 Jul 2013 at 20:59:39 +0530, Arvind wrote: [..snip..] >> Details: >> I will begin with describing how I got it working on the print server >> (i.e. the machine to which the printer is connected on a usb port). I >> installed

Re: Problems with installing HP LaserJet M1005 usb printer on debian clients on a network

2013-07-29 Thread Brian
On Mon 29 Jul 2013 at 16:15:13 -0400, Stefan Monnier wrote: > > Check that there is a tick for > >Show printers shared by other systems > > IIUC this doesn't exist in the cups version of Debian testing. Quoting the OP: . . . . on a network of machines running debian wheezy. > Instead yo

Re: Problems with installing HP LaserJet M1005 usb printer on debian clients on a network

2013-07-29 Thread Stefan Monnier
> Check that there is a tick for >Show printers shared by other systems IIUC this doesn't exist in the cups version of Debian testing. Instead you need to install cups-browsed to get this functionality. Stefan -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with

Re: Problems with installing HP LaserJet M1005 usb printer on debian clients on a network

2013-07-29 Thread Brian
On Mon 29 Jul 2013 at 20:59:39 +0530, Arvind wrote: > I am saddled with a job of installing a HP laserjet M1005 > multifunction printer on a network of machines running debian wheezy. > This is a usb printer, NOT a network printer. Unfortunately, it also > requires a proprietary plugi

Problems with installing HP LaserJet M1005 usb printer on debian clients on a network

2013-07-29 Thread Arvind
Dear All, I am saddled with a job of installing a HP laserjet M1005 multifunction printer on a network of machines running debian wheezy. This is a usb printer, NOT a network printer. Unfortunately, it also requires a proprietary plugin from HP. I could get it running on the machine to which it

USB printer requires unplugging every time with CUPS‏

2013-07-02 Thread amber gilchrist
Having a strange USB print problem with my new Squeeze upgrade. I have an HP Laserjet 4M+ connected to my computer on a USB port. (On the printer, the USB cable goes into a USB-to-parallel adaptor on the printer's parallel port). It worked fine with Wheezy. Now, I can only print one job. After

Re: USB-Printer prints RAW PCL6-Code

2011-09-05 Thread Camaleón
On Mon, 05 Sep 2011 08:05:36 +0200, Martin Lorenz wrote: >> Hum... it's weird that a problem with the USB stack allows windows to >> print from the VM client because it finally ends at the same point. >> >> I would review CUPS logs, just in case (/var/log/cups/*) and also try >> with Samsug's lin

Re: USB-Printer prints RAW PCL6-Code

2011-09-04 Thread Martin Lorenz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> I tried to print from a WinXP running inside a VirtualBox on one of my >> machines by forwarding the USB-device to the virtual machine. works >> perfectly ... > > Hum... it's weird that a problem with the USB stack allows windows to > print fr

Re: USB-Printer prints RAW PCL6-Code

2011-09-03 Thread Camaleón
On Fri, 02 Sep 2011 23:59:47 +0200, Martin Lorenz wrote: >>> strange but probably true >>> I changed to gutenprint and printed several jobs in a row >> >> >> must be something else. >> >> now that I watched the issue for several days I come to the conclusion, >> that it must be something with t

  1   2   3   >