You are not logged in.
Pages: 1
Hi all,
I recently installed Arch (64) & KDEmod.
I can't find a way to scan an image. The machine I have is an HP Officejet 4355 which I already set up to print (BTW, how can I see the cartridge levels?) by kcontrol.
Plus I installed nspluginwrapper & nspluginwrapper-flash, given the command "nspluginwrapper -v -a -i" but no flash at all (using FF3b5). Got:
Auto-install plugins from /usr/lib/mozilla/plugins
Looking for plugins in /usr/lib/mozilla/plugins
/usr/lib/nspluginwrapper/i386/linux/npviewer.bin: error while loading shared libraries: libXdamage.so.1: wrong ELF class: ELFCLASS64
Auto-install plugins from /home/ryder/.mozilla/plugins
Looking for plugins in /home/ryder/.mozilla/plugins
Another problem is the NTFS-3G driver. I made the necessary entries in fstab about my ntfs partitions but could not get into them. See:
FSTAB entry:
/dev/sda6 /mnt/Big ntfs-3g rw,auto,users,iocharset=utf8,umask=000,locale=el_GR.UTF-8 0 0
Any advise will be very helpful, thank you.
(Disclaimer: Sorry for my English, greek man here )
Last edited by RyDeRgr (2008-04-13 08:27:03)
Arch x86-64 | KDE
Offline
Well mine NFTS partition was auto mounted with HAL as:
delor@arch ~/tmp $ mount
/dev/sda1 on /media/System type fuseblk (rw,nosuid,nodev,noatime,allow_other,blksize=4096)
Offline
RE printer; I believe the hplip driver enables scanning on that version. You may also need sane.
Offline
/usr/lib/nspluginwrapper/i386/linux/npviewer.bin: error while loading shared libraries: libXdamage.so.1: wrong ELF class: ELFCLASS64
You are using Arch64, aren't you? This error means you are missing lib32-libxdamage package. Install it with:
pacman -S lib32-libxdamage
The problem with locale "may" mean that you have not generated it (but it just a guess). You can do that by uncommenting line
#el_GR.UTF-8 UTF-8
in your /etc/locale.gen file, and executing commang
locale-gen
.
Last edited by Ambi (2008-04-13 11:03:39)
Offline
Well mine NFTS partition was auto mounted with HAL as:
delor@arch ~/tmp $ mount /dev/sda1 on /media/System type fuseblk (rw,nosuid,nodev,noatime,allow_other,blksize=4096)
At least, I had wrote the mountpoint wrong. Now I can mount the ntfs drives but the locale problem is'nt solved - with this I cant see files/folders with greek names.
RE printer; I believe the hplip driver enables scanning on that version. You may also need sane.
I have both installed to my system.
Wich program/command should I do to scan?
Arch x86-64 | KDE
Offline
/usr/lib/nspluginwrapper/i386/linux/npviewer.bin: error while loading shared libraries: libXdamage.so.1: wrong ELF class: ELFCLASS64
You are using Arch64, aren't you? This error means you are missing lib32-libxdamage package. Install it with:
pacman -S lib32-libxdamage
Installed libxdamage, now:
bash-3.2$ nspluginwrapper -v -a -i
Auto-install plugins from /usr/lib/mozilla/plugins
Looking for plugins in /usr/lib/mozilla/plugins
Install plugin /usr/lib/mozilla/plugins/libflashplayer.so
into /home/ryder/.mozilla/plugins/npwrapper.libflashplayer.so
*** NSPlugin Viewer *** ERROR: /usr/lib/mozilla/plugins/libnpsoplugin.so: wrong ELF class: ELFCLASS64
Auto-install plugins from /home/ryder/.mozilla/plugins
Looking for plugins in /home/ryder/.mozilla/plugins
The problem with locale "may" mean that you have not generated it (but it just a guess). You can do that by uncommenting line
#el_GR.UTF-8 UTF-8
in your /etc/locale.gen file, and executing commang
locale-gen
.
Thank you!
I had uncommended the lines but I didn't executed the "locale-gen" command.
All good now.
Arch x86-64 | KDE
Offline
For scanning, you need to edit /etc/sane.d/dll.conf. Add:
hpaio
xsane is the most full featured scanning program I've come across. If it complains that it can't find your scanner try running it as root to see if the root user can access the scanner properly. If you can use the scanner as root but not your regular user, add yourself to the scanner group.
gpasswd -a <user> scanner
Then log out or reboot.
Offline
You need much more lib32- libs for nspluginwrapper: http://wiki.archlinux.org/index.php/Ins … _on_Arch64
EDIT: Sorry, I see you installed what you need - the lib you get the error above about has nothing to do with flash (the file is owned by openoffice), so you can safely ignore it. My firefox3 crashes on sites with flash - I use epiphany for those.
Last edited by bender02 (2008-04-13 15:36:40)
Offline
For scanning, you need to edit /etc/sane.d/dll.conf. Add:
hpaio
xsane is the most full featured scanning program I've come across. If it complains that it can't find your scanner try running it as root to see if the root user can access the scanner properly. If you can use the scanner as root but not your regular user, add yourself to the scanner group.
gpasswd -a <user> scanner
Then log out or reboot.
Thank you!
Now kooka & xsane find my scanner and scan.
You need much more lib32- libs for nspluginwrapper: http://wiki.archlinux.org/index.php/Ins … _on_Arch64
EDIT: Sorry, I see you installed what you need - the lib you get the error above about has nothing to do with flash (the file is owned by openoffice), so you can safely ignore it. My firefox3 crashes on sites with flash - I use epiphany for those.
Yes, I installed what I need but... nothing at all.
Arch x86-64 | KDE
Offline
Pages: 1