Help me about installing a printer in thunar 1.6.3
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Welcome to the forum! While we are always happy to help, we are not mind readers. But the following are good places to start.
If your printer is HP:
> switch it on and connect it to the computer
> look in the menu for a terminal program, run it
> enter the command "sudo hp-setup" and hope for the best!
If it's a Samsung, go to their site, download the Linux Unified Driver, and follow the instructions.
If it's something else:
> start your browser
> enter the address http://127.0.0.1:631/
> read the on-line help if necessary
> go to Administration - Install printer
If your printer is HP:
> switch it on and connect it to the computer
> look in the menu for a terminal program, run it
> enter the command "sudo hp-setup" and hope for the best!
I don't think that's really needed. I have two HP printers and was able to set them up with the CUPS web interface just fine, using the last method you suggested:
Quote:
Originally Posted by DavidMcCann
If it's something else:
> start your browser
> enter the address http://127.0.0.1:631/
> read the on-line help if necessary
> go to Administration - Install printer
Unless there some advantage to using hp-setup over the standard web interface that I'm just not aware of?
HPLIP has many facilities available, as you can see from their web-site. Are those facilities set up if you don't install via HPLIP? I'm not sure, but if HP provide special software and the distros include it, it's probably a good idea to use it. It's certainly quicker, as it identifies the printer for you, so there's no typing or selection to do: keep life simple! What I am sure about is that if you use hp-setup for a multifunction device, then both printing and scanning will be configured.
Sorry about my post guys. Here is the additional information. Plus i dont know what CUPS means. How can i check if its enabled? Sorry guys im just a newbie. Sorry again.
.it is a canon printer usb
.thunar is installed in a medical equipment built-in computer.
.the said equipment has 4 usb 2.0 ports.
I hope i give the right information on you guys. Thanks again
It really is necessary to know, not just the make, but also the model of the printer and what is running on that medical device.
It's also important to know what flavor of Linux is on it, as different branches of Linux handle installing and managing software packages differently. Possibly the manual for the device will contain information about installing a printer.
Note that it is entirely possible that the Linux on the device is some customized embedded system and not a regular Linux distro. In that case, the device manufacturer would be your best source of support.
How do you access the software on the device? Is it some sort of graphical interface or command line? If you have access to a terminal, try one of these commands:
Code:
cat /etc/*issue*
cat /etc/*release*
Most Linux distros have a file in the /etc directory named something-issue--something or something-release-something. If there is such a file, one of those commands will output its contents to the terminal. Here's an example from the computer I'm using at this moment:
Code:
$ ls /etc/release
ls: cannot access /etc/release: No such file or directory <----The file is not named "release"
bash-4.3$ ls /etc/*release*
/etc/os-release <----Using wildcards reveals that the file is named "os-release"
# cat /etc/*release* <----shows the working of the cat command with the wildcards
NAME=Slackware
VERSION="14.1"
ID=slackware
VERSION_ID=14.1
PRETTY_NAME="Slackware 14.1"
(snip)
thunar is just the file manager and not responsible for the printer.
you really need to access all of the operating system to fix this.
the terminal would be a good start.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.