Merhaba. HP P1005 yazıcımı HP Device Manager ile tanıtmaya çalışırken "Driver plug-in installation" adımında yarım saattir bekliyorum. Forumlarda daha önceki çözümlerden bir çare bulamadım. Yazıcıyı tanıtmanın başka yolu varmı? (Uzman bilgisayar bilgisine sahip değilim.)
hplip kurdunuz mu mürekkep püskiürtmeli bir yazıcımıdır bu
sudo pacman -S libcups cups ghostscript gsfonts system-config-printer simple-scan
sudo systemctl enable org.cups.cupsd.service
sudo systemctl enable cups-browsed.service
sudo systemctl start org.cups.cupsd.service
sudo systemctl start cups-browsed.service
HP DeskJet, OfficeJet, mürekkep püskürtmeli ve Photosmart Yazıcılar için yazılım
sudo pacman -S hplip
hp-setup
http://hplipopensource.com/hplip-web/install/install/index.html
ayrıca
CUPS Tarayıcı arayüzü:
Tarayıcı arayüzüne erişmek için, menüden tarayıcı yapılandırma menüsünü çalıştırın. Bu, sizi otomatik olarak tarayıcı arayüzüne yönlendirir. Yönlendirmez
ise kendiniz de adres alanına :
http://localhost:631/
yazarak arayüze erişebilirsiniz.
Suskunluğum asaletimdendir,her lafa verilecek cevabım var. Ama bir lafa bakarım laf mı ? diye bir de söyleyene bakarım adam mı ? diye
Tümünü denedim fakat hala yazıcıyı görmüyor. (yazıcı modeli: hp p1005 laserjet)
http://hplipopensource.com/search/node
http://hplipopensource.com/node/10
şunları bir inceleyin
bu komutla bir kurulum gerçekleşti mi ?
hp-setup
Suskunluğum asaletimdendir,her lafa verilecek cevabım var. Ama bir lafa bakarım laf mı ? diye bir de söyleyene bakarım adam mı ? diye
Wiki kaynağındaki yönergeleri okuyup yerine getirin ve sonucu yazın.
https://wiki.manjaro.org/index.php?title=Installer_l%27imprimante_HP_LaserJet_P1000_et_P1100
hp-setup çıktısı:
HP Linux Imaging and Printing System (ver. 3.15.11)
Printer/Fax Setup Utility ver. 9.0
Copyright (c) 2001-15 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.
(process:8348): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
(python:8348): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Qt: Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
Searching... (bus=usb, search=(None), desc=0)
HP Linux Imaging and Printing System (ver. 3.15.11)
Plugin Download and Install Utility ver. 2.1
Copyright (c) 2001-15 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.
error: hp-plugin should not be run as root/superuser
error: The device you are trying to setup requires a binary plug-in. Some functionalities may not work as expected without plug-ins. Please run 'hp-plugin' as normal user to install plug-ins. Visit http://hplipopensource.com for more infomation.
(python:8348): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Anlaşılan verdigim bağlantıyı ya incelemediniz yada bakmadınız. Verdigin çıktıda bunu gösteriyor. Terminali açıp
$ yaourt -S hplip-plugin
komutu ile Aur'da yer alan hplip-plugin paketini kurun. Sonrada
$ sudo hp-setup
komutunu uygulayın.
Bu kısımda ne yapacağımı bilemiyorum. " PKGBUILD için düzenleyici seçiniz:"
[root@manjaro-pc manjaro]# yaourt -S hplip-plugin
==> hplip-plugin PKGBUILD'i AUR'dan indiriliyor...
x .SRCINFO
x PKGBUILD
@txomon, @rpodgorny
done. I've discussed this issue with a few people in the IRC. The thing is that hplip and hplip-plugin have to be equal in version number. So now it should be possible to update hplip without hplip-plugin complaining about beeing dependent on the then older version. I'll keep my best to have hplip-plugin updated as fast as possible. Last time it took me less than 6 hours as you can see: hplip -2015-09-19 17:04 hplip-plugin - 2015-09-19 22:39.
well, at least for me, it's not about you being slow on updating the pkgbuild (thanks for that!) but about the complication of the process which versioned deps bring. all the uninstall-build-reinstall stuff is imho not worth it (comapred to simple build-install)...
Note that in a 'version crisis', you can always fall back to running hp-doctor (as normal user) to update the plugin to match the hplip version.
Could you add arm support please?:
-- PKGBUILD.old 2015-12-15 04:20:06.000000000 +0000
+++ PKGBUILD 2015-12-15 03:55:26.600514187 +0000
@@ -5,7 +5,7 @@
pkgver=3.15.11
pkgrel=1
pkgdesc="Binary plugin for HPs hplip printer driver library"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url=" http://hplipopensource.com/node/309"
license=('custom:proprietary')
depends=("hplip=$pkgver")
@@ -29,6 +29,10 @@
_arch='x86_32'
elif [ $CARCH = "x86_64" ]; then
_arch='x86_64'
+ elif [ $CARCH = "arm" ] || [ $CARCH = "armv6h" ] || [ $CARCH = "armv7h" ]; then
+ _arch='arm32'
+ elif [ $CARCH = "aarch64" ]; then
+ _arch='arm64'
fi
# Create folders
Actually 'arm' is not supported. Only hardfloat arm flavours are supported.
Tested on beaglebone black (armv7h) and Original RaspberryPi (armv6h). In fact my BeagleBB is a permanent print server for HP Color LaserJet 2600n.
I did not want to create a separate package just for ARM when this one works perfectly with a few additions.
-- PKGBUILD.old 2015-12-15 04:20:06.000000000 +0000
+++ PKGBUILD 2015-12-15 03:55:26.600514187 +0000
@@ -5,7 +5,7 @@
pkgver=3.15.11
pkgrel=1
pkgdesc="Binary plugin for HPs hplip printer driver library"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url=" http://hplipopensource.com/node/309"
license=('custom:proprietary')
depends=("hplip=$pkgver")
@@ -29,6 +29,10 @@
_arch='x86_32'
elif [ $CARCH = "x86_64" ]; then
_arch='x86_64'
+ elif [ $CARCH = "armv6h" ] || [ $CARCH = "armv7h" ]; then
+ _arch='arm32'
+ elif [ $CARCH = "aarch64" ]; then
+ _arch='arm64'
fi
# Create folders
hplip-plugin 3.16.2-1 (2016-02-11 21:13)
( Desteklenmeyen paket: Tehlikeli olma olasılığı var ! )
==> PKGBUILD'i düzenlemek istiyor musunuz ? [E/h] (iptal etmek için "T")
==> --------------------------------------------------------------------
==> E
Lütfen çevre değişkenleriniz arasına $VISUAL 'ü ekleyiniz.
Örneğin:
export VISUAL="vim" (ifadesini ~/.bashrc dosyası içerisine ekleyerek bu işlemi gerçekleştirebilirsiniz.)
(vim'i en sevdiğiniz düzenleyiciyle değiştirmeyi unutmayın)
==> PKGBUILD için düzenleyici seçiniz:
Önce verdigim bağlantıda aur'dan paket nasıl yüklenir inceleyin. http://archman.org/forum/index.php?topic=371.msg2310#msg2310
Cumali hocam kararlı paketlerde hplip 15x var hplip paketi için hplip>=3.16.2 (hplip-raw-ledm) bağımlılığı var.
[mgundogdu@gundogdu ~]$ yaourt hplip-plugin
1 aur/hplip-plugin 3.16.2-1 (284) (8.74)
Binary plugin for HPs hplip printer driver library
==> Enter n° of packages to be installed (ex: 1 2 3 or 1-3)
==> -------------------------------------------------------
==> 1
==> Downloading hplip-plugin PKGBUILD from AUR...
x .SRCINFO
x PKGBUILD
@txomon, @rpodgorny
done. I've discussed this issue with a few people in the IRC. The thing is that hplip and hplip-plugin have to be equal in version number. So now it should be possible to update hplip without hplip-plugin complaining about beeing dependent on the then older version. I'll keep my best to have hplip-plugin updated as fast as possible. Last time it took me less than 6 hours as you can see: hplip -2015-09-19 17:04 hplip-plugin - 2015-09-19 22:39.
well, at least for me, it's not about you being slow on updating the pkgbuild (thanks for that!) but about the complication of the process which versioned deps bring. all the uninstall-build-reinstall stuff is imho not worth it (comapred to simple build-install)...
Note that in a 'version crisis', you can always fall back to running hp-doctor (as normal user) to update the plugin to match the hplip version.
Could you add arm support please?:
-- PKGBUILD.old 2015-12-15 04:20:06.000000000 +0000
+++ PKGBUILD 2015-12-15 03:55:26.600514187 +0000
@@ -5,7 +5,7 @@
pkgver=3.15.11
pkgrel=1
pkgdesc="Binary plugin for HPs hplip printer driver library"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url=" http://hplipopensource.com/node/309"
license=('custom:proprietary')
depends=("hplip=$pkgver")
@@ -29,6 +29,10 @@
_arch='x86_32'
elif [ $CARCH = "x86_64" ]; then
_arch='x86_64'
+ elif [ $CARCH = "arm" ] || [ $CARCH = "armv6h" ] || [ $CARCH = "armv7h" ]; then
+ _arch='arm32'
+ elif [ $CARCH = "aarch64" ]; then
+ _arch='arm64'
fi
# Create folders
Actually 'arm' is not supported. Only hardfloat arm flavours are supported.
Tested on beaglebone black (armv7h) and Original RaspberryPi (armv6h). In fact my BeagleBB is a permanent print server for HP Color LaserJet 2600n.
I did not want to create a separate package just for ARM when this one works perfectly with a few additions.
-- PKGBUILD.old 2015-12-15 04:20:06.000000000 +0000
+++ PKGBUILD 2015-12-15 03:55:26.600514187 +0000
@@ -5,7 +5,7 @@
pkgver=3.15.11
pkgrel=1
pkgdesc="Binary plugin for HPs hplip printer driver library"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url=" http://hplipopensource.com/node/309"
license=('custom:proprietary')
depends=("hplip=$pkgver")
@@ -29,6 +29,10 @@
_arch='x86_32'
elif [ $CARCH = "x86_64" ]; then
_arch='x86_64'
+ elif [ $CARCH = "armv6h" ] || [ $CARCH = "armv7h" ]; then
+ _arch='arm32'
+ elif [ $CARCH = "aarch64" ]; then
+ _arch='arm64'
fi
# Create folders
hplip-plugin 3.16.2-1 (2016-02-11 21:13)
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> y
Please add $VISUAL to your environment variables
for example:
export VISUAL="vim" (in ~/.bashrc)
(replace vim with your favorite editor)
==> Edit PKGBUILD with:
/usr/lib/yaourt/util.sh: line 211: PKGBUILD: command not found
==> hplip-plugin dependencies:
- hplip>=3.16.2 (building from AUR)
==> Continue building hplip-plugin ? [Y/n]
==> --------------------------------------
==>
==> Building and installing package
==> Install or build missing dependencies for hplip-plugin:
error: target not found: hplip>=3.16.2
==> Restart building hplip-plugin ? [y/N]
==> -------------------------------------
==>
Bu nedenle Yazılım Ekle/kaldırdan mevcut hplip paketini kaldırın.
buradaki paketi indirin
jpg upload
İndirdiğiniz peketin üzerine sağ tıklayıp "open with software install" seçeneği ile paketi yükleyin.
Daha sonra paket yöneticinizen programı kurabilirsiniz
Bilgi insanlığın malıdır. Bir grubun ya da kişin değil!
Cumali Hocam bir de verdiğiniz AUR dan paket yükleme linkini güncellemeniz gerekiyor 🙂 Tabi bukadar konu başlığınız olunca takibi de zor oluyor. Ellerinize sağlık. Birçok kişiye linklerinizi veriyorum 🙂
Bundan bir önceki güncellemelerden sonra "yaourt" ile paket kurulumlarında "vim" tercihi sunuluyor. Arkadaşın bahsettiği noktaya gelindiğinde ya enter ile devam etme ya da düzenleyici seçmek gerekiyor.
Bilgi insanlığın malıdır. Bir grubun ya da kişin değil!
yanılıyorsam düzeltilsin ama hp hplip zaten kurulu gelmekte sadece yapılandırmamız gerekir .
yazıcı pc kablo bağlantısı sağlanıp şu komut ile yapılandırmak yeterli olmalı
sudo hp-setup
kendim taryıcı yazıcıya sahip olmadığından yapılandıramıyorum ama bakınız
Suskunluğum asaletimdendir,her lafa verilecek cevabım var. Ama bir lafa bakarım laf mı ? diye bir de söyleyene bakarım adam mı ? diye
"PKGBUILD için düzenleyici seçiniz" kısmında ne yapacağımı şaşırmıştım. Chrome kurarken de aynı problem karşıma çıkıyordu. Tekrar manjaro kurulumu yaptım ve hiç bir sorun olmadan çıktı aldım.