c312
![]() |
|
|
|
|
|||||||
| Peripheral Hardware Stuff that plugs in via USB, FireWire, eSATA, PS/2, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
I am not able to add local printer. When I tried to Add a printer using http://localhost:631, local printers is EMPTY. I am not able to select anything, just "Other Networks Printers" Already had installed: Code:
cups-base-1.4.2_3 Common UNIX Printing System: Server cups-client-1.4.2_3 Common UNIX Printing System: Library cups cups-image-1.4.2_3 Common UNIX Printing System: Library cupsimage dmesg reports: Code:
uhub3: 6 ports with 6 removable, self powered ugen3.2: <Samsung> at usbus3 ulpt0: <Samsung Samsung CLP-300 Series, class 0/0, rev 2.00/1.00, addr 2> on usbus3 ulpt0: using bi-directional mode Thanks in advance. |
|
#2
|
|||
|
|||
|
attachment.....
|
|
#3
|
|||
|
|||
|
Specifically, what did you set in /etc/devfs.rules? Do you have the corresponding entry in /etc/rc.conf?
|
|
#4
|
|||
|
|||
|
Hi
This is /etc/devfs.rules Code:
[system=10] add path 'unlpt*' mode 0660 group cups add path 'ulpt*' mode 0660 group cups add path 'lpt*' mode 0660 group cups Code:
#CUPS cupsd_enable="YES" devfs_system_ruleset="system" |
|
#5
|
|||
|
|||
|
All is about file permission.
Code:
[system=10] add path 'unlpt*' mode 0660 group cups add path 'ulpt*' mode 0660 group cups add path 'lpt*' mode 0660 group cups add path 'ugen*' mode 0660 group cups add path 'usb/3.2.0' mode 0660 group cups |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Printer help | dd1313 | Peripheral Hardware | 7 | January 10th, 2010 16:16 |
| usb printer and cups | daringturtle | Peripheral Hardware | 10 | January 10th, 2010 03:04 |
| [Solved] configuring printer > CUPS | hirohitosan | Peripheral Hardware | 8 | December 29th, 2009 13:53 |
| [Solved] HP LaserJet Printer | setti | Peripheral Hardware | 13 | July 29th, 2009 22:39 |
| IPP printer access without CUPS? | mjkerpan | Peripheral Hardware | 1 | June 6th, 2009 03:30 |