Related Posts:
SMB (Windows) Printer access from Ubuntu 5.10
My office network is Windows 2003 domain server based one. We have a shared printer connected to a Windows 2000 machine. I tried to configure this printer as my default printer in Ubuntu 5.10 laptop. I tried with the GUI tool availabe in System->Administration->Printing. It was not successful. After googling I found a simple way to do this. Here is the hint. I have installed samba and cups.
1. Changed the DeviceURI entry in /etc/cups/printers.conf as shown below:
DeviceURI smb://<domain>/<domainuser>:<password>@<printserver-machine>/<printer-share-name>
2. # /etc/init.d/cupsys restart
This is what I did. It works fine.
Follow-up
More posts in this category
- How to get Fingerprint reader working in Fedora Linux (Upek 147e:1000 in this case)
- How to get Lilliput DisplayLink based USB Monitor UM-70 (17e9:02a9) working in Ubuntu Linux
- How to sync GMail contacts with Thunderbird address book
- How to make Slide show using GIMP in a few clicks
- How to upload pictures to Picasa from Ubuntu in simple right-click










