Install Canon IP1000 at Ubuntu 10.10
Yesterday, after a successful install linux ubuntu 10.10. I have a problem when install the printer. I have a canon ip1000 printer, I know this printer does have a long time but still strong and durable. so, I love wearing them.
Long time since I search on google finally see also ... :
follow the steps below:
1. Download Driver Printer Canon IP100 from Esnips.com.
http://www.esnips.com/doc/8478e2e8-23d8-4863-bca9-4b65469d5d00/ip1000-driver-for-debian-based-systems
or
http://dl.dropbox.com/u/2858471/ip1000-driver%20for%20debian%20based%20systems.deb
2. Then install with command:
3. Connect and turn on the printer
or
Long time since I search on google finally see also ... :
follow the steps below:
1. Download Driver Printer Canon IP100 from Esnips.com.
http://www.esnips.com/doc/8478e2e8-23d8-4863-bca9-4b65469d5d00/ip1000-driver-for-debian-based-systems
or
http://dl.dropbox.com/u/2858471/ip1000-driver%20for%20debian%20based%20systems.deb
2. Then install with command:
$ dpkg-i [driver name]
3. Connect and turn on the printer
4. Then Open Home:
System -> Administration -> Printing -> New
note: Let the system find its drivers.
5. After the meet, Select Type of Printer Canon ip1000 and follow the prompts to complete.
6. Try to make the print a test page.
7. Success! This is the simplest way I have ever known.
If you have any printing problems and get this message "Print error ubuntu Because the scheduler job stopping Could not
execute a filter ", try two methods below by copy and paste the command in Terminal:
sudo chown root:root /usr/lib/cups/filter/pstocanonbj
or
sudo chmod 700 /usr/lib/cups/backend
find hardware information in linux
Hi, friends .. well, let's get started ...
Now we know that Linux is more popular now and more beautiful it looks. but sometimes we are faced with the constraints of information about drivers that are suitable for our machine. So, starting from that point, the author wants to write things about how I find out information from the hardware installed on our computers.
Well, follow these steps:
1. Make sure your Internet connection connected, because we will install an online repository.
like we use the server:
http://ubuntu.idrepo.or.id/ubuntu/ maverick multiverse deb
2. to know that we can use hwinfo software. How to install it just type in terminal:
$ sudo apt-get install hwinfo
3. after a successful install like we want to know the pci list of installed then simply type in the terminal: hwinfo - pci
Now we know that Linux is more popular now and more beautiful it looks. but sometimes we are faced with the constraints of information about drivers that are suitable for our machine. So, starting from that point, the author wants to write things about how I find out information from the hardware installed on our computers.
Well, follow these steps:
1. Make sure your Internet connection connected, because we will install an online repository.
like we use the server:
http://ubuntu.idrepo.or.id/ubuntu/ maverick multiverse deb
2. to know that we can use hwinfo software. How to install it just type in terminal:
$ sudo apt-get install hwinfo
3. after a successful install like we want to know the pci list of installed then simply type in the terminal: hwinfo - pci
Lan Card and Wifi Drivers for Thosiba L640
Last time, I'm having trouble installing applications on ubuntu 10.10 in laptop thosiba seri l640 via lan card. Maybe what I learned can be useful for you. So, congratulations to read these articles:
The first requirement to install the lan card or wifi in thosiba / computer, we must know the type and version of the drivers we need. so ... follow the steps below:
1. To find out open a terminal / console in ubuntu with (ctrl + alt + t)
2. typing 'lspci' without the quotes.
3. see a list of pci in our laptops, can be seen that the drivers for the laptop thosiba l640:
- wireless is the Broadcom Corporation Device 4727 (rev 01)
- Lan is Atheros Communications' AR8152 v1.1 Fast Ethernet (rev c1)
4. After learning, immediately wrote download the driver here.
5. Extract the driver by typing :
tar-xvf [driver name]
6. And Then type ./ scripts / driver-select atl1c
7. make
8. install the driver by typing: sudo make install
9. success .... install lan card.
after lan card installed, the next step we install it by typing wireless:
sudo apt-get install bcmwl-kernel-source
for this time we must connect to the internet via lan which we have installed.
after work, try typing 'ifconfig' to see a list of lan or wifi that has been active and ready for use.
if successful, it would appear etho0, etho1, lo, each of which already have setup.
Congratulations! iam sorry no image.
This article has been author modif from source:
http://doscom.org/install-lan-card-dan-wifi-toshiba-l640-di-ubuntu-10-04/


