Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Linux


Reply
 
Share Thread Tools Display Modes
Old 10-10-2008, 11:41 AM   #1
Newbie
 
Join Date: Oct 2008
Posts: 23
danmiddle2 is an unknown quantity at this point
Ubuntu as a car PC

Hi there,

I just came across this site, so I am not sure if I will be teaching you guys to suck eggs... I am sure it will be useful for someone.... but basically I have a Sony UX1XN which I am in the process of adding Carputer functionality to.

I have a good working Sat Nav which can be seen here;

Sony UX1XN & PC Navigator 8; under UBUNTU / WINE
You need to upgrade your Flash Player
Instructions for installing it under Linux are available here;
http://micropctalk.com/forums/showthread.php?t=4828

I have also installed the newly created "Ubuntu Mobile" finger friendly GUI onto my existing Ubuntu Hardy install, which can be seen here;

Sony UX1XN & Ubuntu Mobile Interface 1
You need to upgrade your Flash Player
and here;

Sony UX1XN & Ubuntu Mobile Interface 2
You need to upgrade your Flash Player
Instructions for installing this are available here;
http://micropctalk.com/forums/showthread.php?t=4829

I apologise for all the links but it beats re-posting everything.

What I want to achieve is the following;

- I want a sat nav and media device (other functions might be added later) on my UX1XN.
- I want a docking station "hard-wired" into both my car and my other half's car.
- I want an OEM-looking feel to the GUI for each car (a Saab look for mine and an Audi look for my missuses car).
- I want the device to detect which car it's in and load the appropriate GUI automatically.
- I want it to boot to a normal desktop when not docked in either car - again automatically.

I have plenty of ideas as to how I could achieve all of this (I am thinking seperate Audi and Saab logon accounts and a script that greps for the MAC address of the ethernet NIC of each docking station when it switches itself on)... but I thought I would ask here if anyone has either already achieved something similar or would be interested in helping out?

Many thanks for your time.

Dan
danmiddle2 is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 10-13-2008, 06:50 PM   #2
Newbie
 
Join Date: Jul 2007
Posts: 14
kabukijoe is an unknown quantity at this point
interesting post...thanks im gonna look into it as well
kabukijoe is offline   Reply With Quote
Old 10-14-2008, 08:09 AM   #3
Newbie
 
Join Date: Oct 2008
Posts: 23
danmiddle2 is an unknown quantity at this point
Quote: Originally Posted by kabukijoe View Post
interesting post...thanks im gonna look into it as well

You're welcome - since joining here I have been looking at LinuxICE which seems pretty slick and I would like to incorporate elements of that into my 'build'. I'll post updates as and when.
danmiddle2 is offline   Reply With Quote
Old 10-15-2008, 06:19 PM   #4
Newbie
 
Join Date: Jul 2005
Posts: 30
rocken is an unknown quantity at this point
that is great news!

Great news, now my ubuntu system can get beyond the hack UI. I've been waiting for something like this to crop up. Kudos to ubuntu.

Here's my thing: via epia sp8000, xenarc 700, navit, mplayer ...

My road trip is in a few days and hopefully I can get this on there.
rocken is offline   Reply With Quote
Old 10-16-2008, 09:45 PM   #5
Newbie
 
Join Date: Jul 2005
Posts: 30
rocken is an unknown quantity at this point
music and video

Kind of confused. I got the new hildon xorg session setup. I fire it up, and can't seem to list any media in either video or music. Is there a home directory setting somewhere? why does every app show blank media list and no way to select a folder by default ... ?
rocken is offline   Reply With Quote
Old 10-16-2008, 11:01 PM   #6
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,043
kev000 will become famous soon enough
Quote: Originally Posted by rocken View Post
Kind of confused. I got the new hildon xorg session setup. I fire it up, and can't seem to list any media in either video or music. Is there a home directory setting somewhere? why does every app show blank media list and no way to select a folder by default ... ?

what are you using to play the media?
__________________
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 11-24-2008, 05:35 AM   #7
Newbie
 
Join Date: Nov 2008
Posts: 3
MrSal is an unknown quantity at this point
This looks realy nice.
Onley it doesn't work for me
When i try to make the file in this step.
Ubuntu say that i don't have the rights to make the hildon.desktop file.

Quote:
Thats it – it is now installed and ready to use.
To setup a separate X-session which will be available at login, here is how you could do it;

Create a file called;

Code:
/usr/share/xsessions/hildon.desktop

How can i start Hildon so i can test it on mine virtualbox.

Thanks,

Sal
MrSal is offline   Reply With Quote
Old 11-24-2008, 03:28 PM   #8
Newbie
 
Join Date: Oct 2008
Posts: 23
danmiddle2 is an unknown quantity at this point
Quote: Originally Posted by MrSal View Post
This looks realy nice.
Onley it doesn't work for me
When i try to make the file in this step.
Ubuntu say that i don't have the rights to make the hildon.desktop file.



How can i start Hildon so i can test it on mine virtualbox.

Thanks,

Sal

try creating it using the command 'sudo gedit /usr/share/xsessions/hildon.desktop'. That should overcome your permissions issue.
danmiddle2 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 11-26-2008, 04:20 AM   #9
Newbie
 
Join Date: Nov 2008
Posts: 3
MrSal is an unknown quantity at this point
Tnx it is working now.

One question, i installed the green skin but how can i switch from the black skin to the green skin?

Last edited by MrSal; 11-26-2008 at 04:49 AM.
MrSal is offline   Reply With Quote
Old 11-27-2008, 06:35 AM   #10
Newbie
 
Join Date: Oct 2008
Posts: 23
danmiddle2 is an unknown quantity at this point
Quote: Originally Posted by MrSal View Post
Tnx it is working now.

You're welcome

Quote: Originally Posted by MrSal View Post
One question, i installed the green skin but how can i switch from the black skin to the green skin?

They are not really skins as such. but the command you need to launch the 'green' one is "desktop-launcher". Best thing to do is run it from a terminal window first. That way if there is any difficulties you can alt-tab to the terminal window and kill it from there.

I haven't had any issues with it however.

Dan
danmiddle2 is offline   Reply With Quote
Old 11-27-2008, 07:39 AM   #11
Newbie
 
Join Date: Nov 2008
Posts: 3
MrSal is an unknown quantity at this point
Yes it is working again tnx for your help

Now i need to install every thing on mine Carpc.
I go try it to install un linuxice.
MrSal is offline   Reply With Quote
Old 12-05-2008, 02:40 AM   #12
Newbie
 
Join Date: Mar 2008
Location: Okanagan, BC Canada
Posts: 20
Esona is an unknown quantity at this point
I bet this isn't the place to ask.... I'm curious- how long does it take to boot on an average? both that Ice Linux and UBuntu..

I've got UBuntu on my laptop, but it takes a good 40 seconds or so for it to boot up
Esona is offline   Reply With Quote
Old 12-05-2008, 12:54 PM   #13
Newbie
 
Join Date: Oct 2008
Posts: 23
danmiddle2 is an unknown quantity at this point
Quote: Originally Posted by Esona View Post
I bet this isn't the place to ask.... I'm curious- how long does it take to boot on an average? both that Ice Linux and UBuntu..

I've got UBuntu on my laptop, but it takes a good 40 seconds or so for it to boot up

That really depends on an awful lot of variables. My system boots from cold in circa 30seconds.
danmiddle2 is offline   Reply With Quote
Old 12-05-2008, 09:27 PM   #14
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,043
kev000 will become famous soon enough
the epia specific linux kernel in the LinuxICE repo had a cold boot of ~ 30s and a resume in 11. results here. NOTE: this was tested on an actual m10000 which isn't a very fast beast at all.

Some hackers at Intel were able to get the boot process down to 5 seconds. Getting your system to do this would require a lot of work. But they have submitted their code patches upstream so we should see their work in future versions of the kernel, Xorg, etc...
__________________
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 12-17-2008, 12:15 PM   #15
Variable Bitrate
 
natedawgg's Avatar
 
Join Date: Jan 2007
Location: Dallas
Posts: 336
natedawgg is an unknown quantity at this point
so this is my first post over here in the linux side, and i just have a quick question. i am trying to get the whole ubuntu mobile/hildon desktop thing working and i just keep running into road blocks. i followed the instructions that were posted on the first post, to only mild success. I am able to switch sessions to start the hildon desktop. now i only get the top bar to which only the calander and keyboard buttons actually do anything. the rest of the screen is black with no icons whatsoever. im sure that i am missing some packages somewhere or am just not doing something somewhere right. Also i was able to get this to work fully in KVM on the ubuntu desktop, but obviously this is not what i am ultimately going for. i would like to have the hildon desktop replace the current one running in ubuntu.

i am fairly new to linux (my carpc is actually a mac mini) but i am learning fast and just need a nudge in the right direction. any help would be GREATLY appreciated. thanks in advance.

--I should note that testing is being done in a VM in OSX for the time being (my screen is busted in my car) so i am trying to get everything running in the VM, so when i get my monitor fixed i will be good to go all the way around.
__________________
Check out the new version of NAS, a cross platform music frontend here

Last edited by natedawgg; 12-17-2008 at 12:24 PM.
natedawgg 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




All times are GMT -5. The time now is 03:40 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