Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Linux


Reply
 
Share Thread Tools Display Modes
Old 03-10-2009, 09:57 AM   #1
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,039
kev000 will become famous soon enough
radio/hdradio/obdII testing in nghost

I'm putting in some skin settings that should enable radio playback in nghost. It uses mplayer's "radio://[channel]" feature. If anyone has a radio that is linux compatible, would you mind testing this out?

Also, the hdradio plugin needs more testing and tweaking. If you have one of those fancy visteon HDRadios, nGhost needs you!

Last of all, I have only tested nGhost's OBD-II plugin in simulation. It needs to be tested on a real scan tool before release. If you have a OBD-II scantool, nGhost once again, needs you!

If you don't have any of the above hardware and are looking for the excuse, here is your chance. Tell the wife that "nGhost needs you!".
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development
kev000 is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 03-10-2009, 10:04 AM   #2
Newbie
 
Join Date: Feb 2008
Posts: 20
josborne79 is an unknown quantity at this point
I just so happen to have a Visteon HD tuner and a couple of different laptops running Xubuntu and Ubuntu and a of course the proper cables. I just need to know how to setup the HD plugin.
josborne79 is offline   Reply With Quote
Old 03-10-2009, 10:12 AM   #3
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,039
kev000 will become famous soon enough
Thanks! You are a brave soul.

All you need to do is compile with the --enable-hdradio flag.

./configure --enable-hdradio
make
make install

if you don't feel like compiling from source, pm me and I'll build you a package.
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development
kev000 is offline   Reply With Quote
Old 03-10-2009, 02:11 PM   #4
Newbie
 
Join Date: Feb 2008
Posts: 20
josborne79 is an unknown quantity at this point
Okay, I got the source libnghost and nghost via svn, but I'm stuck on dependencies. When compiling libnghost's ./configure I get stuck at this point:

checking for glClearColor in -lGL... no
configure: error: Missing GL library

I'm running Ubuntu Intrepid 8.10 64-bit.

Last edited by josborne79; 03-10-2009 at 02:15 PM.
josborne79 is offline   Reply With Quote
Old 03-10-2009, 09:40 PM   #5
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,039
kev000 will become famous soon enough
you are probably missing the opengl dev headers. I think it's libgl-mesa-dev or libgl-dev. something like that.

you'll also need:

libxml++2.6-dev
libtag-dev
libx11-dev ?
libcurl3-gnutils-dev (search for libcurl)
libboost-dev

and probably a few more I'm not thinking of.
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development
kev000 is offline   Reply With Quote
Old 03-11-2009, 08:08 AM   #6
Newbie
 
Join Date: Feb 2008
Posts: 20
josborne79 is an unknown quantity at this point
Still no joy, same issue as posted above. I have libgl1-mesa-dev and libglu1-mesa-dev installed. Could it be a lack of linking between libraries? Or simply the 64-bit platform I'm using?
josborne79 is offline   Reply With Quote
Old 03-11-2009, 08:24 AM   #7
Newbie
 
Join Date: Nov 2006
Posts: 13
goroX is an unknown quantity at this point
can you pastebin your compilation process and provide a link in here.

Quote: Originally Posted by josborne79 View Post
Okay, I got the source libnghost and nghost via svn, but I'm stuck on dependencies. When compiling libnghost's ./configure I get stuck at this point:

checking for glClearColor in -lGL... no
configure: error: Missing GL library

I'm running Ubuntu Intrepid 8.10 64-bit.

Isn't this related to opengl ???
Do you have sdl-image sdl-ttf sdl-gfx development packages installed ?
goroX is offline   Reply With Quote
Old 03-11-2009, 08:58 AM   #8
Newbie
 
Join Date: Feb 2008
Posts: 20
josborne79 is an unknown quantity at this point
Attached is the output from the ./configure process.

To my knowledge, the command referenced is related to OpenGL. Yes, I have SDL and SDL GFX installed.

I think I have all the other dependencies installed.
Attached Files
File Type: txt compilation_process_output.txt (4.6 KB, 28 views)

Last edited by josborne79; 03-11-2009 at 09:03 AM.
josborne79 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 03-11-2009, 02:37 PM   #9
Newbie
 
Join Date: Jun 2007
Posts: 49
Virac is an unknown quantity at this point
try installing freeglut. thats one of many things i automatically install on any machine i develop on.
Virac is offline   Reply With Quote
Old 03-11-2009, 02:42 PM   #10
Newbie
 
Join Date: Feb 2008
Posts: 20
josborne79 is an unknown quantity at this point
Freeglut3 is already installed.
josborne79 is offline   Reply With Quote
Old 03-11-2009, 03:09 PM   #11
Newbie
 
Join Date: Jun 2007
Posts: 49
Virac is an unknown quantity at this point
libglew-(ver)-dev? i think latest is 1.4...
Virac is offline   Reply With Quote
Old 03-11-2009, 03:13 PM   #12
Newbie
 
Join Date: Feb 2008
Posts: 20
josborne79 is an unknown quantity at this point
libglew1.5-dev is installed.

I'm using a 64-bit Distribution. I have another laptop with Xubuntu 32-bit installed; I'll try compiling on that tonight.
josborne79 is offline   Reply With Quote
Old 03-11-2009, 03:16 PM   #13
Newbie
 
Join Date: Jun 2007
Posts: 49
Virac is an unknown quantity at this point
libgl1-mesa-dev?

edit and when you say freeglut3 is installed is it freeglut3-dev?

Last edited by Virac; 03-11-2009 at 03:21 PM.
Virac is offline   Reply With Quote
Old 03-11-2009, 03:18 PM   #14
Newbie
 
Join Date: Feb 2008
Posts: 20
josborne79 is an unknown quantity at this point
Yep. libgl1-mesa-dev is installed.
josborne79 is offline   Reply With Quote
Old 03-11-2009, 06:09 PM   #15
Newbie
 
Join Date: Feb 2008
Posts: 20
josborne79 is an unknown quantity at this point
Okay, here's the good news all at once.

On my older ThinkPad T42, running 32-bit Xubuntu, I was able to successfully compile and install the software with the --enable-hdradio flag.

The bad news is that when I run nghost from the terminal, it won't run. The error message is that it isn't finding the nghost library files.

When I run the command nghost, it responds with the error that libnghostgui2.so.0 is not found. The libnghost files are located in /usr/local/lib/ . Copying or creating symbolic links to those files in /usr/lib/ didn't solve the problem.

So... maybe some pre-made Debian or Ubuntu 32-bit packages might not be a bad idea at this point.

Last edited by josborne79; 03-11-2009 at 08:07 PM. Reason: More information
josborne79 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux Ice and Nghost looking for developers wirelessdreamer LinuxICE 5 08-16-2009 07:05 AM
nGhost 2.0.0 Final is out! kev000 LinuxICE 53 07-16-2009 10:16 PM
Noob questions about LinuxIce and nGhost cyan Linux 4 03-05-2009 12:36 PM
nGhost Media Center 2.0 RC1 - The desktop for you car kev000 Software & Software Development 8 08-19-2008 12:56 PM



All times are GMT -5. The time now is 04:59 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics