Install required packages
try adding it directly using one of the following URI examples:
Read More
Add user to lpadmin groupapt-get install cups cups-client "foomatic-db".
Outputadduser root lpadmin
Restart cups and samba serviceAdding user `root' to group `lpadmin' ... Adding user root to group lpadmin Done.
service cups restartservice samba restart
Find USB printer
Configuring Printernetstat -ant | grep 631lsusb
Open browser and type:Is the printer on Win7 shared?
http://127.0.0.1:631/
In semicolon: CUPS for Administrators
Click on Adding Printers and Classes
Click on Add printer
Type your username(system account) and password(system password)
Choose your printer
Follow instructions to complete rest of the installation……
In System Settings: Go and check
Printers
You’ll see your installed printer
try adding it directly using one of the following URI examples:
List samba sharessmb://WORKGROUP_NAME/MACHINE_NAME/PrinterName smb://MACHINE_NAME/PrinterName smb://192.168.0.100/PrinterName
smbclient -L < Windows host name > -U < Windows Administrator account >