Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I installed GNomad2 onto my computer, and I am running Fedora Core 3. My MP3 player is a Creative Nomad Jukebox Zen Xtra, and I used to be able to run GNomad2 fine with Fedora Core 2, but it keeps crashing. Has anyone else had this problem and know the solution? I am new to Linux, so if I have to program something, detailed instructions would be greatly appreciated.
Originally posted by acid_kewpie you really need to tell us more information about the crash... any errors? make sure you try running it from a terminal.
I've run gnomad2-2.6.1-1.FC3 (and 2.6.0) from the command line, and there's no output at all.
Watching /var/log/messages, the only thing I see is when I connect the Nomad up:
Code:
Dec 29 19:39:36 server kernel: usb 1-1.4: new full speed USB device using address 24
which is expected.
Quote:
incidentally, is that a decent player in your opinion? i almost bought one today, as it's about the cheapest decent make mp3 player around....
I really like it - cheaper than an iPod but doesn't look as cheaply made.
I've not had any problem with the player (I've had the 30Gb Zen Xtra for about 6 months) although I did manage to break the belt clip on a subway turnstile!
cool... looks like i'll be getting one of them one day...
you might want to try running the application inside of gdb, then when it crashes, you can run "bt" to see the application state when it died and the call stack. the end method might well point to an external library you can try to upgrade.
Originally posted by acid_kewpie cool... looks like i'll be getting one of them one day...
you might want to try running the application inside of gdb, then when it crashes, you can run "bt" to see the application state when it died and the call stack. the end method might well point to an external library you can try to upgrade.
Here goes:
Code:
(gdb)
#0 0x08058f5b in jukebox_get_firmware ()
#1 0x0805520d in scan_jukebox ()
#2 0x002ad3ae in g_cclosure_marshal_VOID__VOID () from /usr/lib/libgobject-2.0.so.0
#3 0x00295347 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#4 0x002abae1 in g_signal_has_handler_pending () from /usr/lib/libgobject-2.0.so.0
#5 0x002accbc in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#6 0x002acf5a in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#7 0x005d22f9 in gtk_widget_activate () from /usr/lib/libgtk-x11-2.0.so.0
#8 0x004edc00 in gtk_menu_shell_activate_item () from /usr/lib/libgtk-x11-2.0.so.0
#9 0x004edf0a in gtk_menu_shell_activate_item () from /usr/lib/libgtk-x11-2.0.so.0
#10 0x004e460d in gtk_menu_reorder_child () from /usr/lib/libgtk-x11-2.0.so.0
#11 0x004de697 in gtk_marshal_VOID__UINT_STRING () from /usr/lib/libgtk-x11-2.0.so.0
#12 0x002956b2 in g_cclosure_new_swap () from /usr/lib/libgobject-2.0.so.0
#13 0x00295347 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#14 0x002ab646 in g_signal_has_handler_pending () from /usr/lib/libgobject-2.0.so.0
#15 0x002ac913 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#16 0x002acf5a in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#17 0x005d2485 in gtk_widget_activate () from /usr/lib/libgtk-x11-2.0.so.0
#18 0x004dc95b in gtk_propagate_event () from /usr/lib/libgtk-x11-2.0.so.0
#19 0x004dcc60 in gtk_main_do_event () from /usr/lib/libgtk-x11-2.0.so.0
#20 0x003a00a2 in gdk_event_get_graphics_expose () from /usr/lib/libgdk-x11-2.0.so.0
#21 0x002127bb in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#22 0x00214242 in g_main_context_acquire () from /usr/lib/libglib-2.0.so.0
#23 0x002144ef in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#24 0x004dbfbe in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#25 0x0805662b in main ()
(gdb)
Actually funny enough, I restarted my computer but had my MP3 player plugged into the USB port so Linux detected it when it came on, and it has been working with GNomad ever since, even if you unplug it and don't have it plugged in when the computer starts up. So it's probably just some type of bug instead of a compatability issue between the old FC2 and the new FC3.
I'm getting
gnomad2: error while loading shared libraries: libnjb.so.5: cannot open shared object file: No such file or directory
So I tried linking thte libnjb.so.5 to the various locations where it might be looking for it and now I get, gnomad2: error while loading shared libraries: libnjb.so.5: cannot open shared object file: Error 40
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.