After trying multiple distros, Arch, Manjaro, Ubuntu, Xubuntu, Linux Mint 15, CrunchBang #! 11, Atposid, Siduction, and Elementary OS. I decided to go back to Debian Testing. Although Crunchbang came in a close second. The Asus 1015E ran great on CrunchBang and everything just worked. Unfortunately, CrunchBang which is based on Debian stable is just a little too outdated for me. If you want somethign that works and is easy to install CrunchBang is definitely the way to go. If you want to live closer to the edge of development try Debian Testing.
After downloading, a Debian Testing image, I was excited to install "Jessie" on my system. The only problem was the installer hung when trying to detect my Asus 1015E's hardware.
The fix is pretty easy, once the Debian testing netinstall iso loads:
Select Advanced options/Expert install
Once in advanced options select Execute a shell
At the command prompt type:
nano /bin/check-missing-firmware
Insert exit 0 directly after #!/bin/sh
Save file file with ctrl-o and the exit nano with ctrl-x
At the command prompt type:
exit
to exit back to the installer
Now you can install Debian without a problem :)
Sunday, August 25, 2013
Sunday, August 18, 2013
Setting Up an HP LaserJet P1006 In Manjaro Linux
For some reason my HP LaserJet P1006 just stopped printing with the latest Manjaro Linux updates. These are the steps I took to get it working again. These instructions will also work if you need to initially setup your HP LaserJet P1006.
Install the necessary packages
In a terminal type:
sudo pacman -S hplip
- installs HP's solution for printing, scanning, and faxing with HP inkjet and laser based printers in Linux.
sudo pacman -S python2-pyqt
- installs the necessary components to use the HP graphical user interface to setup your printer. PyQt is a set of Python v2 and v3 bindings for Digia's Qt application framework and runs on all platforms supported by Qt including Windows, MacOS/X and Linux
yaourt hplip-plugin
- use Manjaro built in AUR package wrapper to install HP's binary plugin printer driver library
sudo gpasswd -a YOUR_USERNAME lp
- to add yourself to the printing group
Now that you have all the components installed you can configure your printer
In a terminal type:
sudo hp-setup
- to will launch the HP graphical user interface to setup your printer
Install the necessary packages
In a terminal type:
sudo pacman -S hplip
- installs HP's solution for printing, scanning, and faxing with HP inkjet and laser based printers in Linux.
sudo pacman -S python2-pyqt
- installs the necessary components to use the HP graphical user interface to setup your printer. PyQt is a set of Python v2 and v3 bindings for Digia's Qt application framework and runs on all platforms supported by Qt including Windows, MacOS/X and Linux
yaourt hplip-plugin
- use Manjaro built in AUR package wrapper to install HP's binary plugin printer driver library
sudo gpasswd -a YOUR_USERNAME lp
- to add yourself to the printing group
Now that you have all the components installed you can configure your printer
In a terminal type:
sudo hp-setup
- to will launch the HP graphical user interface to setup your printer
select Universal Serial Bus (USB) |
click next once it disocvers your USB connected HP Laser Jet P1006 |
You only need to click Add Printer to finish configuring the
printer, but you can add details for your printer profile if you'd like. |
Subscribe to:
Posts (Atom)