LinuxQuestions.org
Visit the LQ Articles and Editorials section
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices

Reply
 
LinkBack Search this Thread
Old 03-30-2005, 06:04 AM   #1
linmith
Member
 
Registered: Oct 2004
Location: Scotland
Distribution: Ubuntu
Posts: 105

Rep: Reputation: 15
Help with Gnomad2


I am having problems with Gnomad2, it doesn't seem to recognise that my Zen Micro mp3 player is connected. I am running Slackware 10, and I installed Gnomad with a package from linuxpackages.net. I installed the dependencies as well, libnjb and libid3tag, they compiled without errors.

When I connect my mp3 player with the usb cable and run Gnomad2, it starts up and gives me the message: "No jukeboxes found on USB bus". It is definately connected however since when I use the command, "cat /proc/bus/usb/devices" I get this:

Code:
S:  Manufacturer=Creative Technology Ltd
S:  Product=Creative Zen Micro
S:  SerialNumber=010525510A038FD7
Does anyone have any thoughts?
 
Old 03-30-2005, 06:16 AM   #2
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
what firmware version?
 
Old 03-30-2005, 07:13 AM   #3
linmith
Member
 
Registered: Oct 2004
Location: Scotland
Distribution: Ubuntu
Posts: 105

Original Poster
Rep: Reputation: 15
Thanks for the reply, the firmware version is 1.01.03. It's the same one that came on the player, I haven't upgraded it since I got it.
 
Old 03-30-2005, 09:09 AM   #4
Scorpio
Member
 
Registered: May 2004
Distribution: Ubuntu Warty
Posts: 61

Rep: Reputation: 15
This is a little bug with gnomad2.
Start it with root priveledges it should work then.
Problem being that an ordinary user dosnt have access to dev/sda under gnomad or something to that effect.
 
Old 03-30-2005, 09:27 AM   #5
linmith
Member
 
Registered: Oct 2004
Location: Scotland
Distribution: Ubuntu
Posts: 105

Original Poster
Rep: Reputation: 15
I tried it as root but I still get the same error....
 
Old 03-30-2005, 01:05 PM   #6
linmith
Member
 
Registered: Oct 2004
Location: Scotland
Distribution: Ubuntu
Posts: 105

Original Poster
Rep: Reputation: 15
I just found out something interesting. In the libnjb directory there are some sample programs for communicating with the device, and with one of them I was actually able to transfer a song from my hard disk. But I really don't want to have to use the command line to transfer all of my music, I'd really rather use Gnomad2...
 
Old 03-30-2005, 02:09 PM   #7
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
did you do this:

http://gnomad2.sourceforge.net/?section=article

once I followed the above, it worked great ( as a normal user ). Note that if you upgrade the firmware to one of the 2.x versions, gnomad2 will no longer work with it ( or the creative software that came with it).
 
Old 03-30-2005, 02:42 PM   #8
linmith
Member
 
Registered: Oct 2004
Location: Scotland
Distribution: Ubuntu
Posts: 105

Original Poster
Rep: Reputation: 15
I removed the package for Gnomad with pkgtool, and I'm going try what __J suggested and install it from source instead. But I get an error when I use ./configure:

configure: error: Library requirements ( glib-2.0 gthread-2.0 gtk+-2.0 libgnomeui-2.0 libnjb) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

So then I installed glib, that went OK. I can't even find anything called gthread, so I went onto gtk+ 2.0. It has lots of dependencies which apparently I don't have (although I'm sure I should). One of which is pango, and when I try to install that it gives an error saying that I don't have glib installed (which I had just installed a few minutes previously)! So in other words I'm stuck. Any suggestions. And thanks for the replys.
 
Old 03-30-2005, 03:02 PM   #9
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
not install from source, but setting up hotplug per the instructions I linked. also, where did you get libnjb? IIRC I read that it had to be the latest cvs version to function properly ( I didn't try any other versions, after reading that I just checked out the cvs version and went with that)
 
Old 03-30-2005, 04:34 PM   #10
linmith
Member
 
Registered: Oct 2004
Location: Scotland
Distribution: Ubuntu
Posts: 105

Original Poster
Rep: Reputation: 15
I tried to install the CVS version of libnjb, but I somehow managed to get another error. The ./configure part goes alright, but when I give the make command, I get:

cd . && aclocal-1.9
/bin/sh: line 1: aclocal-1.9: command not found
make: *** [aclocal.m4] Error 127

Sigh. I didn't expect it to be this tricky...there must be an easier way..?
 
Old 03-31-2005, 04:46 AM   #11
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
you didn't install automake. if you're planning on compiling, you would be doing yourself a favor by adding ( most of them, you will not need them all) the packages in the /d directory.
 
Old 03-31-2005, 08:31 AM   #12
linmith
Member
 
Registered: Oct 2004
Location: Scotland
Distribution: Ubuntu
Posts: 105

Original Poster
Rep: Reputation: 15
I installed the automake package. Now the compile process gets a little further, but I get a different error now:

configure.ac: required file `./missing' not found
sample/Makefile.am: required file `./depcomp' not found
make: *** [Makefile.in] Error 1

Thanks for all your help so far, by the way
 
Old 03-31-2005, 02:50 PM   #13
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
since you didn't have the correct development tools to begin with, you'll probably need to start over. Hell, just to save some time, I'd delete that directory and re-check it out of cvs. if it has a autogen.sh script in the source directory, make sure to run that before configure.
 
Old 04-29-2005, 11:06 AM   #14
njes
LQ Newbie
 
Registered: Apr 2005
Posts: 6

Rep: Reputation: 0
Quote:
Originally posted by __J
Note that if you upgrade the firmware to one of the 2.x versions, gnomad2 will no longer work with it ( or the creative software that came with it).
Are you sure of that?
I currently got 1.02.05 and have the same error as linmith.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Gnomad2 Mr.Bone Linux - Software 9 02-02-2007 02:20 PM
Gnomad2 for SUSE 10.0 Happeren Suse/Novell 7 11-24-2005 09:56 AM
Gnomad2 with resmgr Kashra Linux - Software 5 10-16-2005 01:29 PM
GNomad2 dougbarrett Linux - Newbie 9 07-04-2005 04:37 AM
Gnomad2 ? RobNyc Linux - Software 5 03-20-2005 12:51 AM


All times are GMT -5. The time now is 01:27 AM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration