LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-19-2009, 07:03 AM   #1
netpumber
Member
 
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 423

Rep: Reputation: 33
Creative Zen + Slackware 12.2


Hi there...I use linux slackware 12.2 and i want to connect my creative zen on it...I follow this :
Code:
http://tiagoboldt.net/blog/creative-zen-linux/
but after installing and the mtpfs and running in console mtpfs returns to me that bash: mtpfs: command not found. That means that the mtpfs didn't installed.. Does anyone have an idea on how to make my slack mount the zen ? Thanks in advance...
 
Old 03-19-2009, 07:41 AM   #2
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Did you get any errors when you tried to install mtpfs? If not, where did you install it and is that directory in your PATH (I suspect not).
 
Old 03-19-2009, 08:17 AM   #3
netpumber
Member
 
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 423

Original Poster
Rep: Reputation: 33
in /usr/local/bin exists these:

Quote:
mginfo mtp-delfile mtp-getfile mtp-reset osql wx-config
datacopy glib-mkenums jasper mtp-detect mtp-getplaylist mtp-sendfile sqlite3 wxrc
defncopy gobject-query jiv mtp-emptyfolders mtp-hotplug mtp-sendtr tclsh wxrc-2.8
fisql gtester mtp-albumart mtp-files mtp-newfolder mtp-thumb tdspool xpkgtool
freebcp gtester-report mtp-albums mtp-folders mtp-newplaylist mtp-tracks tmrdemo
glib-genmarshal imgcmp mtp-connect mtp-format mtp-playlists mtp-trexist tsql
i think that it was installed...

Now...when im see it again ...it returns this error in installation

Quote:
checking for FUSE... configure: error: Package requirements (fuse >= 2.2 glib-2.0 >= 2.6 gthread-2.0 >= 1.2 mad >= 0.15 id3tag >= 0.15 libmtp >= 0.0.9) were not met:

No package 'id3tag' found

Last edited by netpumber; 03-19-2009 at 08:54 AM.
 
Old 03-19-2009, 09:26 AM   #4
netpumber
Member
 
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 423

Original Poster
Rep: Reputation: 33
Hmmm maybe i have to install devel from this packets but... how :S ??
 
Old 03-19-2009, 10:49 AM   #5
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Perhaps you need the libid3tag package, which you can get from your CDs/DVD/any Slackware mirror. The package is in the l directory and you install it with "installpkg filename", which needs to be run as root.
 
Old 03-20-2009, 06:58 AM   #6
netpumber
Member
 
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 423

Original Poster
Rep: Reputation: 33
installpkg libid3tag-0.15.1b-i486-1.tgz
But the error stays there...:s
Quote:
checking for FUSE... configure: error: Package requirements (fuse >= 2.2 glib-2.0 >= 2.6 gthread-2.0 >= 1.2 mad >= 0.15 id3tag >= 0.15 libmtp >= 0.0.9) were not met:

No package 'id3tag' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables FUSE_CFLAGS
and FUSE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
 
Old 03-29-2009, 12:16 PM   #7
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
In which case, I don't know what the problem is I'm afraid .
 
Old 08-10-2009, 10:40 AM   #8
BoatX
LQ Newbie
 
Registered: Aug 2009
Location: Poland
Distribution: Slackware, Arch, Debian, Centos
Posts: 8

Rep: Reputation: 0
I solve this problem

1.Copy (or edit and copy) id3tag.pc from ftp://ftp.uni-magdeburg.de/pub/mirro...3tag/id3tag.pc to /usr/lib/pkgconfig/

2.Download package libid3tag0-devel ftp://rpmfind.net/linux/Mandriva/off...008.0.i586.rpm (I know slackware doesn't need devel package but it works)

3.Install it su -c 'rpm -i --nodeps libid3tag0-devel-0.15.1b-6mdv2008.0.i586.rpm'

4.Install mtpfs (./configure make make install)

Last edited by BoatX; 08-10-2009 at 07:00 PM.
 
Old 08-10-2009, 10:42 AM   #9
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
It might have been that ldconfig needed to be run after libid3tag was installed, but I can't say for certain.
 
Old 08-10-2009, 07:08 PM   #10
BoatX
LQ Newbie
 
Registered: Aug 2009
Location: Poland
Distribution: Slackware, Arch, Debian, Centos
Posts: 8

Rep: Reputation: 0
Quote:
Originally Posted by Nylex View Post
It might have been that ldconfig needed to be run after libid3tag was installed, but I can't say for certain.
I don't think so. I ran ldconifig after installed libid3tag and it didn't help me (I didn't have pc file and ./configure told me that I don't have id3tag).
 
Old 08-11-2009, 12:22 AM   #11
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Ah, I suppose the lack of pkg-config file is perhaps the source of the problem, then.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
creative zen vision m the trooper Linux - Newbie 3 08-13-2008 01:55 PM
Creative Zen in Slackware arubin Slackware 5 06-11-2008 12:01 PM
Creative Zen v plus Jodie_ns Linux - Hardware 6 08-02-2007 11:18 PM
creative zen popcorn5714 Linux - Hardware 1 12-04-2006 09:53 AM
Creative Jukebox Zen salbox Linux - Hardware 1 11-13-2004 11:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration