Samba Printing


 
Thread Tools Search this Thread
Operating Systems SCO Samba Printing
# 1  
Old 12-04-2015
Samba Printing

Hi!

I am trying to print to a HP OfficeJet 4620 that is wireless. I can print to it from Unix command line, but I want to print to from the DOS command line on my PC.

I tried to setup a samba printer on the SCO Unix File Server. I must have done something wrong, I cannot communicate from my PC. It does show up as a share in the network on my PC. My PC is running Windows 7 Professional.

Any suggestions???
# 2  
Old 12-05-2015
Did you install that printer correctly on the PC?
# 3  
Old 12-05-2015
To print from a DOS command line.

Set the printer up within Windows, and then share it. You should be able to print from a Windows application.
At the Command prompt issue:
Code:
net use lpt1: \\computername\printer

Your DOS application should then be able to print.
This User Gave Thanks to jgt For This Post:
# 4  
Old 12-05-2015
That works great, except that the printer stills shows it is printing. I have to press the cancel button on the printer before another print job can print.

This is okay, but if someone know why, please reply. I know the HP LaserJet 5, I have to send a form feed to release the printer. However, I am using the lpr command on DOS and Unix. I will give it a try with the print command under DOS.

---------- Post updated at 09:25 PM ---------- Previous update was at 09:20 PM ----------

I tried sending a form feed after printing the document, but that did not work.
# 5  
Old 12-06-2015
Probably because the application does not close the print file.
The last page should print if you release the printer from the network.
Code:
net use lpt1: \\cpu\printer /delete

This User Gave Thanks to jgt For This Post:
# 6  
Old 12-06-2015
jgt,

The print completes just fine, but the printer says it is still printing. I tried what you suggested and that did not work.

I am going to chalk is up to another issue with a HP OfficeJet 4620 printer. It is a all-in-one printer. It has some nice features, but it goes to sleep on Windows systems, but wakes up on my Unix File Server. I guess I will rely more on my HP LaserJet 5 (networked) for printing, seeing that I am a developer and print a lot of sections of code or print screens.

Thank you for your help...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Printing, SYSPRINTER, IP printing

Dear readers, We have a printer problem with a UNIX system. The OS is Unix IRIX 6.5 We have connected a printerto the system. If we then make a test print everything goes well . (IP printing) But if we make a print from the "orrga,i"program. Then we see all the printouts stuck within the... (3 Replies)
Discussion started by: SergevdH
3 Replies

2. Solaris

samba issue: one samba share without password prompting and the others with.

Hi All, I've been trying to configure samba on Solaris 10 to allow me to have one share that is open and writable to all users and have the rest of my shares password protected by a generic account. If I set my security to user, my secured shares work just fine and prompt accordingly, but when... (0 Replies)
Discussion started by: ideal2545
0 Replies

3. UNIX for Dummies Questions & Answers

Sco Unix printing : jobs hangs in queue - printing via lp versus hpnpf

Hi, We have a Unix 3.2v5.0.5. I installed a printer via scoadmin, HP network printer manager with network peripheral name (hostname and ipadres are in /etc/hosts). This is the configuration file : Code: root@sco1 # cat configurationBanner: on:AlwaysContent types: simpleDevice:... (0 Replies)
Discussion started by: haezeban
0 Replies

4. Windows & DOS: Issues & Discussions

Linux to Windows Printing: PDF starts printing from middle of page.

We are using Red Hat. We have a issue like this: We want to print from Linux, to a printer attached to a Windows machine. What we want to print is a PDF. It prints, but the printing starts from the middle of the page. In the report, there is no space at the top but still printing starts from the... (5 Replies)
Discussion started by: rohan69
5 Replies

5. SCO

Printing to Windows 7 using Samba 2.0.3 via VPN connection to SCO 3.2v5.0.6

I would like to know if anyone has a way to PRINT TO a printer attached to a Windows 7 PC, from SCO, while logged in via a VPN connection. I am able to attach to a Samba share on the SCO server for files while attached to the VPN, so I know my Samba is workling - but my print jobs return: ... (2 Replies)
Discussion started by: tbb999
2 Replies

6. UNIX for Dummies Questions & Answers

Samba

after creating username/passwd, vi /usr/lib/smb.conf file comment = dropoff location path = /tmp/droloc browsable = No available = yes public = no writable = yes printable = no create mode = 777 valid users = tjmann,palexander,bmartin,.... instead of using... (2 Replies)
Discussion started by: tjmannonline
2 Replies

7. Solaris

Samba

I am trying to install samba on a unix box solaris 8. I got the gcc compiler fron sunfreeware,. I nstalled the compiler in /opt/temp but whe I do pkkgadd it tells me there were no packages found. I had suceess before in installing samba. What am i doing wrong? pkgadd: ERROR: no packages were... (1 Reply)
Discussion started by: Gegestic
1 Replies

8. UNIX for Advanced & Expert Users

Printing Problems in unix ... ( Bar-cdoe - Ip Printing)

Hi guys ... i need ur help with some printing problem in unix ... first prob. : i wanna print from my NCR unix to an Win NT , Ip based printing server ( HP JetDirect ) . My issue , is it possible to print directly to an Ip address from unix ? How do i make it work to get any results ?... (3 Replies)
Discussion started by: QuickSilver
3 Replies

9. IP Networking

Samba

:confused: I've been trying to get Samba working on RH7.2 but been failing. Could anyone give me some tips on what I should check to see what I'm doing wrong. I've double check everything. Maybe I could of forgot something. PLEASE HELP. (2 Replies)
Discussion started by: aojmoj
2 Replies

10. UNIX for Advanced & Expert Users

samba

hello friends i installed samba in solaris x86 pc , and don't have the binari smbadduser i use linux and i'm studing solaris how can i add user in samba of solaris version? and i need smbadduser ? thanks friends (2 Replies)
Discussion started by: themask
2 Replies
Login or Register to Ask a Question