emc Guru
Joined: 02 Jul 2004 Posts: 564 Location: Cracow, Poland
|
Posted: Fri Feb 10, 2012 3:27 pm Post subject: Add IPP/Samba printer from remote host |
|
|
Hi,
I have problem with adding network printer (Brother DCP 7030) form host flap (Netgear ReadyNAS Duo - with flawor of Debian).
I can see it connected in browser at: http://flap:631/printers/DCP_7030
as http://awesomescreenshot.com/066u160fe
Here is html code:
Code: | <P><B>Default Destination:</B> <A
HREF="http://flap:631/printers/DCP_7030">DCP_7030</A>
<P><TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%">
<TR>
<TH BGCOLOR="#999966"><IMG SRC="/images/left.gif" ALT=""></TH>
<TH BGCOLOR="#999966"><A
HREF="http://flap:631/printers/DCP_7030">DCP_7030</A></TH>
<TH BGCOLOR="#999966">Local Raw Printer</TH>
<TH><IMG SRC="/images/right.gif" ALT=""></TH>
</TR>
<TR>
<TD HEIGHT="4"></TD>
</TR>
<TR>
<TD></TD>
<TD VALIGN="TOP"><A HREF="http://flap:631/printers/DCP_7030">
<IMG SRC="../images/printer-idle.gif" BORDER="0" ALT=""></A>
</TD>
<TD VALIGN="TOP">Description: Brother DCP-7030<BR>
Printer State: idle,
accepting jobs.
<P>
</TD>
</TR>
<TR>
<TD> </TD>
</TR>
</TABLE>
<P>No Active Jobs
<P>
<A HREF="/printers/DCP_7030?which_jobs=completed">
<IMG SRC="/images/show-completed.gif" BORDER="0" ALT="Show Completed Jobs"></A> |
I don't see any Add button/link as is suggested in wiki/docs (official and unofficial). Anyway I have XFCE, I thought installing network printer should be quite straightforward.
http://en.gentoo-wiki.com/wiki/CUPS
http://www.gentoo.org/doc/en/printing-howto.xml
http://www.gentoo.org/doc/en/quick-samba-howto.xml
I have installed cups on client:
Code: | gopher ~ # eix -I cups
[I] net-print/cups
Available versions: 1.4.8-r1!t ~1.4.8-r23!t ~1.5.0-r4!t
~1.5.2-r1!t {X acl dbus debug elibc_FreeBSD +filters gnutls java +jpeg
kerberos ldap linguas_da linguas_de linguas_es linguas_eu linguas_fi
linguas_fr linguas_id linguas_it linguas_ja linguas_ko linguas_nl
linguas_no linguas_pl linguas_pt linguas_pt_BR linguas_ru linguas_sv
linguas_zh linguas_zh_TW pam perl php +png python slp +ssl static-libs
+threads +tiff usb xinetd}
Installed versions: 1.4.8-r1!t(16:45:27 01/29/12)(X acl dbus
jpeg ldap linguas_pl pam png ssl threads tiff -debug -elibc_FreeBSD
-filters -gnutls -java -kerberos -linguas_da -linguas_de -linguas_es
-linguas_eu -linguas_fi -linguas_fr -linguas_id -linguas_it
-linguas_ja -linguas_ko -linguas_nl -linguas_no -linguas_pt
-linguas_pt_BR -linguas_ru -linguas_sv -linguas_zh -linguas_zh_TW
-perl -php -python -slp -static-libs -xinetd)
Homepage: http://www.cups.org/
Description: The Common Unix Printing System |
and here is 'smbclient -L flap' output:
Code: | gopher ~ # smbclient -L flap
params.c:OpenConfFile() - Unable to open configuration file
"/etc/samba/smb.conf":
No such file or directory
smbclient: Can't load /etc/samba/smb.conf - run testparm to debug it
Enter root's password:
Domain=[NEVERHOOD] OS=[Unix] Server=[Samba 3.0.37]
Sharename Type Comment
--------- ---- -------
IPC$ IPC IPC Service (flap)
website Disk public webstie
webroot Disk Web Root
rsync Disk Testing Rsync
media Disk Media Server Share
distfiles Disk Gentoo DistFiles
backup Disk Backup Share
addons-config Disk Config of Add-ons
DCP_7030 Printer Brother DCP-7030
Domain=[NEVERHOOD] OS=[Unix] Server=[Samba 3.0.37]
Server Comment
--------- -------
DD-WRT jack
FLAP flap
Workgroup Master
--------- -------
NEVERHOOD DD-WRT |
Of course cupsd is running, I checked under windows and it worked and I was even able to print outside LAN form Ubuntu machine.
Do I miss anything |
|