You are not logged in.

#1 2008-04-13 08:26:52

RyDeRgr
Member
From: Greece, Chalkidiki
Registered: 2008-04-11
Posts: 12

Newbie Questions (Flash, Scan, NTFS)

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

konq error:
ntfsod4.th.jpg

Any advise will be very helpful, thank you.


(Disclaimer: Sorry for my English, greek man here tongue)

Last edited by RyDeRgr (2008-04-13 08:27:03)


Arch x86-64 | KDE

Offline

#2 2008-04-13 08:53:27

delor
Member
From: Poland
Registered: 2008-02-02
Posts: 62
Website

Re: Newbie Questions (Flash, Scan, NTFS)

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

#3 2008-04-13 10:09:06

Jack B
Member
Registered: 2006-06-27
Posts: 107
Website

Re: Newbie Questions (Flash, Scan, NTFS)

RE printer; I believe the hplip driver enables scanning on that version.  You may also need sane.

Offline

#4 2008-04-13 11:01:43

Ambi
Member
From: Warsaw, Poland
Registered: 2007-11-29
Posts: 44

Re: Newbie Questions (Flash, Scan, NTFS)

/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

#5 2008-04-13 11:04:31

RyDeRgr
Member
From: Greece, Chalkidiki
Registered: 2008-04-11
Posts: 12

Re: Newbie Questions (Flash, Scan, NTFS)

delor wrote:

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. sad

Jack B wrote:

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

#6 2008-04-13 11:08:32

RyDeRgr
Member
From: Greece, Chalkidiki
Registered: 2008-04-11
Posts: 12

Re: Newbie Questions (Flash, Scan, NTFS)

Ambi wrote:

/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
Ambi wrote:

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

#7 2008-04-13 11:14:21

RyDeRgr
Member
From: Greece, Chalkidiki
Registered: 2008-04-11
Posts: 12

Re: Newbie Questions (Flash, Scan, NTFS)

After a FF restart, something happened about flash.

Here's a shot:

flashco5.th.jpg


I see this box instead of flash stuff. smile


Arch x86-64 | KDE

Offline

#8 2008-04-13 15:09:21

dmartins
Member
Registered: 2006-09-23
Posts: 360

Re: Newbie Questions (Flash, Scan, NTFS)

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

#9 2008-04-13 15:32:07

bender02
Member
From: UK
Registered: 2007-02-04
Posts: 1,328

Re: Newbie Questions (Flash, Scan, NTFS)

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

#10 2008-04-17 20:09:40

RyDeRgr
Member
From: Greece, Chalkidiki
Registered: 2008-04-11
Posts: 12

Re: Newbie Questions (Flash, Scan, NTFS)

dmartins wrote:

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. smile

bender02 wrote:

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. sad


Arch x86-64 | KDE

Offline

Board footer

Powered by FluxBB