Adding a printer to openSolaris 11


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Adding a printer to openSolaris 11
# 1  
Old 01-29-2014
Adding a printer to openSolaris 11

I'm learning Unix - and have installed OpenSolaris 11 under VMWare running on Ubuntu. My challenge now is to get printing working. Used CUPS to install the HP printer and driver... but it won't print. The status display is

Unable to open device file "/dev/cua/a": Permission denied

Assistance will be greatly appreciated.
# 2  
Old 01-29-2014
You really need a printer to learn Unix?
# 3  
Old 01-29-2014
No - I don't need a printer. I would like to learn how to install one.
# 4  
Old 01-29-2014
Does /dev/cua/a actually exist? What are its permissions?
# 5  
Old 01-29-2014
lrwxrwxrwx 1 root root 42 Jan 28 07:34 a -> ../../devices/pci@0,0/isa@7/asy@1,3f8:a,cu
# 6  
Old 01-29-2014
Alright then,
Code:
ls -l /devices/pci@0,0/isa@7/asy@1,3f8:a,cu

Actually: That looks odd to me. ISA as in ISA bus? 7 as in IRQ 7? That sounds like a parallel port.
# 7  
Old 01-29-2014
stan@solaris:/dev/cua$ ls -l /devices/pci@0,0/isa@7/asy@1,3f8:a,cu
crw------- 1 uucp uucp 106, 131072 Jan 28 14:18 /devices/pci@0,0/isa@7/asy@1,3f8:a,cu

---------- Post updated at 05:22 PM ---------- Previous update was at 05:20 PM ----------

Quite possibly may have been steered wrong by instructions in VMWare. Thanks for your assistance...

---------- Post updated at 05:25 PM ---------- Previous update was at 05:22 PM ----------

CUPS display shows

Connection: serial:/dev/cua/a?baud=1200+bits=8+parity=none+flow=none
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. AIX

Adding Dotmatrix Printer on AIX

Hello, How can I add epson printer LQ 2180 on AIX. I tried searching for AIX Drivers on EPSON LQ 2180 webpage but did't find any. Anyone know how can I add a dotmatrix printer on AIX ? (1 Reply)
Discussion started by: filosophizer
1 Replies

2. UNIX for Advanced & Expert Users

HP-UX adding printer

When adding a remote printer to my HP-UX system, it creates a file in /var/spool/lp/sinterface/printer-name inside it has #!/usr/bin/sh # /* @(#)B.11.11_LR */ # This model is for remote status operation. /usr/sbin/rlpstat $* Is there a way when I add this printer to have the... (1 Reply)
Discussion started by: nixie21
1 Replies

3. AIX

Adding New HP Printer Drivers

I am using AIX ver 5.2 and would like to add an hp3050 printer, which is not one of the printers listed on our system in the add a new print queue section of smit. I thought that I had found the correct driver on the hp website, but now it appears as that may only be for hp or solaris systems. ... (1 Reply)
Discussion started by: DavidG9975
1 Replies

4. HP-UX

Help adding a printer queue

Hello, I need some help on the following issue: Need to have a printer queue added to the "sssssss" server.The IP address is "xxx.xxx.xxx.xxx". It is an HP8000 printer. Can you please point me to the right direction. Thank you (0 Replies)
Discussion started by: AQG
0 Replies

5. UNIX for Dummies Questions & Answers

Adding a Printer

Could someone please tell me how to add a printer to UNIX, I've got all the detail but are not sure how to do it ... (1 Reply)
Discussion started by: kuselo
1 Replies

6. UNIX for Dummies Questions & Answers

Adding a network printer

I recently added an HP deskjet printer to our Solaris network. I deleted the old printer which this one is replacing. I did everything in Printer Admin. I could think of. The problem now is that when I go to print something out of Star Office, my new printer is not a valid choice from the drop... (3 Replies)
Discussion started by: awells
3 Replies

7. UNIX for Dummies Questions & Answers

adding printer in unix

Hello guys... can anybody please tell me how to add a printer in unix environment? (2 Replies)
Discussion started by: bong m
2 Replies
Login or Register to Ask a Question