similar to: Printing NT to Linux w\Cannon bjc-4000

Displaying 20 results from an estimated 400 matches similar to: "Printing NT to Linux w\Cannon bjc-4000"

1997 Jul 29
6
remove
remove
2005 Aug 01
0
BJC-2100 printer not printing correctly
First, thanks for the great work done on Centos 4.1. Recently installed on two systems that previously were running Windows 98 and Windows ME. (The user of the Windows ME system has no problems so far.) I was very surprised when Centos 4.1 recognized and automatically configured the BJC-2100 printer connected to the USB port during install. The only problem encountered so far is poor
2001 Apr 06
0
Printing via smbclient to Windows BJC-2100 printer
I've seen variations on this problem in the past but they haven't seemed to help much in this instance. I have Samba running on a NetBSD(sparc) and would like to set it up to print to a Canon BJC-2100 running on a networked Windows ME machine. (My sparc box lacks a 'standard' parallel interface and I lack an adapter). I can print just fine to the printer from a second Windows
2001 May 06
0
Canon BJC 2100
Hi is there anyone out there, who managed to convince the Canon 2100 BJC-printer to cooperate? If so, how did you do it??
2014 Apr 09
2
I can't make outbound calls (status is 'CHANUNAVAIL')
Hello: I have this situation: I can make calls internally, I can make inbound calls but I can't make outbound calls. Thanks in advance. These are my devices: * asterisk 11.8.1 = 192.168.1.22 * sipphone grandstream gxp2160 = 192.168.1.5 * gateway audiocodes mp-114 2fxs-2fxo = 192.168.1.4 port 1 (FXS) connected to an analog phone port 3 (FXO) connected to the PSTN These are my
2003 Apr 05
1
samba, ncurses, and sysV printing?
Dear SAMBA Group, I've playing around with getting SAMBA to do things for me. I have an Ultra-1 running Solaris 2.6 and a Win-XP system with a Canon BJC-2000 printer attached to it. I'm trying to get the SUN to print to the printer on the XP box. I have followed various instructions but now when I print as "root" with "lp -d bjc <file>" I get an email message
1998 Feb 16
2
Printer errors
Hello all, Got SAMBA running on a linux 2.0.32 box, and all is well. Looked over the docs and set up my printer with the (what I think) are correct entries. Basically, what the default smb.conf has. Testparms says it o.k.! And I can print (lpr) locally. Windows sees both printcap entries (inkjet and psjet), but any attempt to pring to them errors out. I then added the print command =
2017 Mar 09
2
Trying to get SMS from GXV3240 to trigger dialplan code.
I am trying to send SMS from my grandstream GXV3240 Asterisk receives the message in a NOTIFY block. How can I get asterisk to run dialplan code when receiving these Notify SMS Message Blocks. I can then route them to my SMS provider. Any ideas are appreciated. Below is debug of a message sent from the phone when received no dialplan code is triggered. I am wounding if I need to
2014 Oct 07
1
Grandstream GXP2160 + SRTP
Hello, I am trying to setup a Grandstream GXP2160 IP-phone with secure calling (SRTP). Secure signaling SSIP for registration is working great ! I follow this guide : https://wiki.asterisk.org/wiki/display/AST/Secure+Calling+Tutorial But when I try to make a call with SRTP, I get stuck. There is an initial INVITE which is anwered with a 401. There should follow a new INVITE with a nonce,
2003 May 05
6
Multiple Printers on LPT
Hi I have a RH7.2 server with 3 x LPT ports I have installed the following printers using the GUI printconfig Lp0 = HP1200 Lp1 = OKI320 Lp2 = OKI321 I have shared them via samba I can browse them using WinXP & Win2K by browsing the Linux box, looking at the printers and double clicking to open them, all is OK you would say, No. I have checked permissions on the /var/lpd directories and
2010 Nov 24
2
[LLVMdev] RFC: Exception Handling Proposal II
On Nov 24, 2010, at 5:36 AM, Bill Wendling wrote: > On Nov 24, 2010, at 4:58 AM, John McCall wrote: >> >>> The object 'f' is in a different cleanup area than 'b' which, in turn >>> is in a different area than 'z'. These three regions should point to >>> three different landing pads (or different offsets in the same landing >>>
2013 Jan 20
2
Lattice levelplot- remove unused levels per panel
Hi, I am using levelplot, and would like remove from each panel (condition) its unused x levels. e.g. Remove from panel vs=1 the cyl level=8. data(mtcars) levelplot(mpg~factor(cyl)*factor(gear)|factor(vs)) Thanks for your help, Ronny -- View this message in context: http://r.789695.n4.nabble.com/Lattice-levelplot-remove-unused-levels-per-panel-tp4656087.html Sent from the R help mailing
2014 Nov 14
2
Unable to start container after OS upgrade
I upgraded my container from CentOS 6.4 to CentOS 6.5. Everything looks good after upgrade until reboot. When rebooted to container I'm getting the following errors.. Any help would be greatly appreciated /bin/mknod: `/dev/lp2': Operation not permitted /bin/chown: cannot access `/dev/lp2': No such file or directory /bin/mknod: `/dev/lp3': Operation not permitted /bin/chown: cannot
2002 Sep 02
3
Slow Samba Printer initialisation, status, and printing
OK, I have been wrestling with this for two weeks now, so somebody please help ! We have an existing Samba Print Server, running RedHat linux, kernel 2.2.19, that runs fine, but is a P133 with 64 mb ram. So we built a new PC, the slowest thing we could buy, a duron 1 ghz with 512 mb RAM. Old printer server is running Samba 2.2.5, new printer server is running samba 2.2.5, and Slackware 8.1,
2003 Mar 29
7
Difficulty with Samba 2.2.8 and native CUPS PS drivers
I've recently attempted to convert from the Adobe PostScript drivers for my Canon BJC=2110 printer over to the native CUPS Windows PS drivers and can't quite get things to work correctly. After deleting the printer on my WinXP SP1 clients, verifying under "Server Properties" that the Adobe driver was removed, then reconnecting to my Samba printer, I connect fine but receive
2010 Nov 25
0
[LLVMdev] RFC: Exception Handling Proposal II
On Nov 24, 2010, at 11:18 AM, John McCall wrote: > On Nov 24, 2010, at 5:36 AM, Bill Wendling wrote: >> Ah ha! I think I had a different mental model than you did. Or at least I remembered things differently from the discussion. :-) For me, there is one dispatch per region, which is why I had the region number associated with the invokes as well as the "unwind to" edge coming
2008 Jul 17
1
combining lists of pairs
Hi everybody, This has been causing me some trouble: I want to combine several lists of pairs into a single?vector but keep the pairs together. The lists are of the form: (1)?x1 x2 x3... N? (2) y1 y2 y3..? N I would like to keep it this way, simply appending one list to another, e.g. (1) x1i x2i... x1j x2j... N (2) etc. A?method like c(...) does not achieve this. It creates a single list,
2010 Nov 03
0
cannon printer not printing
Printer: Cannon MF4320d. I gave the command "lpr NNInteraction_Poster.pdf", then typed "lpq" which shows MF4320-4350_(UFRII_LT) is ready and printing Rank Owner Job File(s) Total Size active Ritika 636 NNInteraction_Poster.pdf 549888 bytes After a while "lpq" command returns: MF4320-4350_(UFRII_LT) is
2012 Mar 28
0
Re: Cannon Fodder 3
Hey there... I can install and run the game on ubuntu 11.10. Try using PlayOnLinux to guide you through the instalation process. It's easyer that way. Also install winetricks since you're going to need the DirectX, vcredist 2005 at least. Also if you have an NVIDIA card, install the NVIDIA drivers instead of the proprietary ones. Good luck
2010 Nov 25
3
[LLVMdev] RFC: Exception Handling Proposal II
On Nov 24, 2010, at 5:07 PM, Bill Wendling wrote: > On Nov 24, 2010, at 11:18 AM, John McCall wrote: > >> On Nov 24, 2010, at 5:36 AM, Bill Wendling wrote: >>> Ah ha! I think I had a different mental model than you did. Or at least I remembered things differently from the discussion. :-) For me, there is one dispatch per region, which is why I had the region number