similar to: Point n' Print + DeskJet = Access Violation

Displaying 20 results from an estimated 5000 matches similar to: "Point n' Print + DeskJet = Access Violation"

2001 Dec 11
0
deskjet on Solaris
Can someone please help me with this problem? I've had this post on for a long time with no luck. I've managed to print to my HPDeskjet 694c attached to a Solaris 8 box running samba 2.2.2 from Win98. Problem is with the left margine, there are these little lines (garbage) running down the 1st collumn on the left side of the page. Also, when I print a page from Word 97, the whole page
2003 Feb 10
2
HP Deskjet drivers, Samba and Cups
I have Samba 2.2.7 running on Redhat 8 (fully updated). I have two printers set up - a laser and a Deskjet 920C both connected to the Redhat server via USB cables. Printing is managed using CUPS although I get the same problem with LPR and Webmin configured printers. The laser works fine, the deskjet doesn't. The deskjet works with a generic windows HP Deskjet or HP Deskjet plus driver in
2005 Mar 22
0
Print on HP deskjet via Samba 3
Hi list, I have troubles with printing on a HP Deskjet 1220C (connected on network through jet direct device). I have a print server, which use LPRng and allow clients to print on this 1220c printer as well as laserjet printers. If client is Linux, I can print on all printers. So I guess my LPRng config is good. Another server runs Samba 3. This server's printcap redirect jobs to my
2004 Jan 11
0
Sharing an HP DeskJet through SAMBA: the raw option
While setting up a RH9 server on my LAN, I ran into the same situation as it has been described in an earlier posting on this list list, by Joseph Vornehm (see msg29910). Namely, when printing to a samba-shared HP DeskJet 990cxi from a windows station, there were no errors were reported, but nothing was printed. So, as described in that earlier posting, I opened the file /etc/cups/mime.types with
2000 May 17
0
ESP Print Pro 4.04 / Samba 2.0.7 / HP Deskjet 2000 C
Hi, our system is as follows: Linux Server (Debian woody), Samba 2.0.7, several Windows clients (NT 4 Server and Workstation, Win95), Tektronix 840, Laserjet 4000 and Deskjet 2000. As printing system we use ESP Print Pro 4.04 (which seems to be comparable to cups 1.0x). In smb.conf we included "printing=cups" and the following printer section. [printers] comment =
1999 Apr 24
3
HP Deskjet 1000c
Howdy all - I have Samba 2.0.3 running like a champ on a dual PPro 200, 128 MB RAM, running Slackware 3.6, kernel 2.2.5. Running like a champ as far as file sharing is concerned, that is. I have an HP Deskjet 1000c hanging off the parallel port. I set up a raw printer in /etc/printcap, the line looks like this: dj1000|DeskJet 1000c:sh:lp=/dev/lp0:sd=/var/spool/lpd/dj1000 the printing section
2003 May 21
0
Strange problem with HP DeskJet 980cxi and HP Color InkJet CP1700
We have a last problem (I hope) before rolling out our new SMB domain using SuSE Linux 8.2 with Samba 2.2.7a and cups 1.1.18. It seams that not every windows printer driver is working correctly. Samba is configured as a PDC and distributes the windows printer driver files. The printing system is cups. Printers are connected via JetDirect-boxes to the network. Printers like the HP LaserJet 4100
2008 Mar 16
8
HP Deskjet 6940 and 6988
Hello all, Does anybody share HP Deskjet 6940 and HP Deskjet 6988 off a samba server successfully? I currently using Samba versions 3.0.24 Ubuntu Fiesty Fawn in my production environment. I also the issue occurs on my laptop which is running Gutsy Gibbon 7.10 which uses Samba 3.0.26. The issue is when my users try to print multiple copies they can not through the samba server. These printers
2002 Dec 07
1
HP Deskjet Driver Problems
After reading the last 'ct magazine i was successfull in loading up printerdrivers to my samba box via microsoft apw the first time. I am using SuSE 8.1 with cups. the "add printer command" was the thing getting it to work. my script for adding printers : #!/bin/bash # Script zum anlegen eines Sambadruckers mit cups #$1 = Ausf?hrlicher Druckername #$2 = Drucker/Queue/Share-Name
2000 Apr 03
0
HP Deskjet doesn't print
hello, i am new with samba and try since 5 days to let my HPDeskjet 690c print under NT 4.0 with a LINUX samba server. I work with SuSE 6.2. Printing with Linux / KDE /Staroffice is no problem. the spool directory from smb.conf (/var/spool/lpd) i set with chmod 777 writeable. with KLpq / Klp / lpq i see the document incoming and outgoing, but nothing happens!!! what do i make wrong / what can I
2008 Jul 09
1
rpcclient 'adddriver issue HP Deskjet 1220C
On Wednesday 09 July 2008 05:40:19 am Andreas Oster wrote: > I have copied the driver files to /var/lib/printers prior to executing > the adddriver command ! The drivers need to be copied to the directory returned by the "getdriverdir" rpc command. On my system the output looks like: rpcclient $> getdriverdir rpc_pipe_bind: Remote machine localhost pipe \spoolss fnum 0x772d
2002 May 01
3
smbclient & printing on win2k box with HP Deskjet 560C (Drivers?) SMB 2.2.3a - Kernel 2.4.7, red hat 7.2
Hi LUs, I dont have much time at the moment to read tons of documentation. So, I would like to ask a hopefully easy to answer question. Samba is running alright with me, smbclient works fine, but I would like to print from my Linux box over LAN to a printer (HP 560C) connected to a win2k box. Because I can't afford a better or second printer & I also havent got enough room for it
2002 Oct 18
0
(no subject)
Hi All, Wondering if there is a document that tells how to get wine printing through a cups printer working? Yes I know the wine docs say it's all magic and if you're using cups your printing will magically work, but for some reason, it doesn't, my wine session crashes and burns when I try to print from the built in notepad (or any other apps I've tried: in particular, Lotus
2010 Jul 26
1
HowTo get callback on destroy of grDevices::windows()
I'm build with the usage of the tcltk/tcltk2 package a gui which is started with rscript.exe. At this gui the user is able to open and close plot windows. Now I'm looking for a way that a r function is called when a grDevices::windows window is closed. Is there a way to attach a callback function or so, which would be triggert if the user click at close of the grDevices::window? My
2010 Jul 26
2
HowTo get callback on destroy of grDevices::windows()
I'm build with the usage of the tcltk/tcltk2 package a gui which is started with rscript.exe. At this gui the user is able to open and close plot windows. Now I'm looking for a way that a r function is called when a grDevices::windows window is closed. Is there a way to attach a callback function or so, which would be triggert if the user click at close of the grDevices::window? My
2005 Dec 19
1
why does't the printer name direct the serivce to this printer
I have [global section] [global] printing = cups cups server = desktop printcap name = /etc/printcap load printers = yes [HP DeskJet 5700] comment = HP Deskjet 5700 map to guest = Bad User browseable = Yes guest only = Yes path = /var/spool/samba guest ok =Yes public = Yes printable = Yes printer name = deskjet-5700-1 use client driver = Yes yet when I try to add this printer,
2003 Aug 15
2
CUPS/Printing
RH Linux 9 on AMD k6-2 500 Using HP deskjet 930c on USB Samba version: 2.2.7a cups version: 1.1.18 Hello - I have had a good look on this newsgroup - and what I've picked up I think is allowing me to ask these questions more intelligently. I've also had a good look at the CUPS documentation aswell as the Samba documentation. 1. Am I correct is assuming that CUPS only likes postscript,
1999 Oct 16
1
NT printing problem
I've got Samba 2.0.3 running on my Linux box. Marvin is the samba server. Bugs is the NT box. Attached is the relevant part of my smb.conf file. I removed several parts from what's attached to save bandwidth. What you see is simply the part that pertains to my printer. I can't print to the DeskJet printer. The printer appears in my network neighborhood, but I just can't get
2001 Dec 08
1
almost printing
Ok, I've managed to print to my HPDeskjet 694c attached to a Solaris 8 box running samba 2.2.2 from Win98. Problem is with the left margin, there are these little lines (garbage) running down the 1st column on the left side of the page. Also, when I print a page from Word 97, the whole page doesn't print (about 95% of it) and starts a little too far down the page. Printing was perfect
2002 Oct 18
5
Printing with wine
Ooops, I guess a suject will get some of you to read this, hey? Hi All, Wondering if there is a document that tells how to get wine printing through a cups printer working? Yes I know the wine docs say it's all magic and if you're using cups your printing will magically work, but for some reason, it doesn't, my wine session crashes and burns when I try to print from the built in