LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 05-24-2011, 06:55 AM   #1
corncrow
LQ Newbie
 
Registered: May 2011
Posts: 5

Rep: Reputation: Disabled
Help to install Navigator 4.4 (gps)


I have used a legal copy of Navigator 4.4 using windows.
I would now like to install it on my eee which has Ubuntu 10.04 installed on a 8Gb SD card.
The program will install on RPM-based distribution with Qt 3.2 or higher (Fedora2, SUSE 9.1, Mandrake 10)"

I am a novice using Linux but have worked with ubuntu 10.04. I have tried running Fedora 14 running from a live pendrive but and am having trouble installing from the supplied cd's.
I have an eee 2g surf and can run Fedora 14
I have a usb connected DVD rom player/recorder to run the disk base gps software to install


The vendor supplied the following text on the install cd -

1 you need root privelegies for install
su-
2 install application
./install.sh
3. install data
/opt/mapfactor/util/mpfcinstallData.sh
4. running application
mpfcNavigator

I can not get to the folder with install.sh - it always returns 'folder does not exist'
I have googled for a method of installing this app and tried all methods I can think of with no success.
Could anyone walk me through a step by step method of installing this app please
 
Old 05-24-2011, 10:21 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by corncrow View Post
I have used a legal copy of Navigator 4.4 using windows.
I would now like to install it on my eee which has Ubuntu 10.04 installed on a 8Gb SD card.
The program will install on RPM-based distribution with Qt 3.2 or higher (Fedora2, SUSE 9.1, Mandrake 10)"

I am a novice using Linux but have worked with ubuntu 10.04. I have tried running Fedora 14 running from a live pendrive but and am having trouble installing from the supplied cd's.
I have an eee 2g surf and can run Fedora 14
I have a usb connected DVD rom player/recorder to run the disk base gps software to install

The vendor supplied the following text on the install cd -
1 you need root privelegies for install su-
2 install application ./install.sh
3. install data /opt/mapfactor/util/mpfcinstallData.sh
4. running application mpfcNavigator

I can not get to the folder with install.sh - it always returns 'folder does not exist'
I have googled for a method of installing this app and tried all methods I can think of with no success.
Could anyone walk me through a step by step method of installing this app please
No, we can't give "step by step" directions. If you've paid for this from a vendor, that's what they're there for. Give their tech support a call.

Your problem, though, doesn't need "step by step" directions. If you're trying to run this from a CD/DVD drive, you have to be in that folder first. When you put the DVD in, does it pop up and tell you that it mounted? Go to your graphical file manager (like Dolphin, Gnome Commander, Konqueror, etc.), and look for the DVD. If you find it, you should see a path (something like "/media/NAVDVD" or something). In a terminal, type in "cd /media/NAVDVD", then do your SU and follow their instructions.
 
1 members found this post helpful.
Old 05-24-2011, 10:47 AM   #3
corncrow
LQ Newbie
 
Registered: May 2011
Posts: 5

Original Poster
Rep: Reputation: Disabled
Thanks for your response TBOne.
I am having trouble getting to to the folder containing ./install.sh.
Using system monitor gives me the information- Device /dev/sro and Directory /media/Navigator 4.4 but when i type in terminal
"cd /media/Navigator 4.4" it returns no such file or directory so I am stuck at this point.
Any help would be appreciated
 
Old 05-24-2011, 11:33 AM   #4
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Linux does not like filenames with spaces
Try "escaping" the space with the \ character, or using quotes:
Code:
cd /media/Navigator\ 4.4
cd '/media/Navigator 4.4'
 
1 members found this post helpful.
Old 05-24-2011, 12:39 PM   #5
corncrow
LQ Newbie
 
Registered: May 2011
Posts: 5

Original Poster
Rep: Reputation: Disabled
Thanks for the info on spaces in Linux. The method outlined to overcome the problem worked and I can now cd to the Navigator 4.4/linux folder on the cdrom drive.However it will not allow me to use 'su ~' it states access denied.This may be because I am using a live usb pen drive distro. I will try to resolve this problem now
 
Old 05-24-2011, 02:07 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
"su ~"
that it a typo right
use
" su -" dash


also on fodora 14 when building, or using a OLD qt3/kde3 program you will need qt3 installed ( and maybe part of kd3 too)
fedora 14/15 is qt4 and kde4

some googling

Navigator 4.4 threads seam to be form 2005 ? 6 years old .
this is a tomtom ? right ?
 
1 members found this post helpful.
Old 05-24-2011, 02:08 PM   #7
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
OK.

You are running ubuntu so you need to know ubuntu does not use the su - command in the conventional way (and please check your post, above, because su - and su ~ mean completely different things). Linux demands careful attention to detail. So you had better be careful. But the upside is that (unlike windows) if something goes wrong, it usually tells you why and then you can search on the error message at http://google.com/linux - THE current search engine for linux problems. It's not just ordinary google, it's for linux searches only (and cuts out the crap).

To run a single command as root use sudo command and then give your password.

To become root use sudo -i and then give your password.
Now you are root (and this will be shown by your terminal prompt: please look very carefully at it to see how it is now different).

Any commands you give in this terminal will now be executed as root, so no checks will be made, as it is assumed that you know what you are doing (because you are root).

When you are running as root, it is very easy to break your PC. Running as yourself, it's very difficult to break the system, but not your own files.

When you are done with the root terminal just type exit and then close the window.

Mini-tutorial ends.

Now:
Open a terminal

Code:
sudo -i # to become the root user
cd '/media/Navigator 4.4' # to change to the correct directory
./install.sh  # should run the installation program
/opt/mapfactor/util/mpfcinstallData.sh should install the next step
exit # to cease being root, see how your terminal prompt has changed back?
mpfcNavigator # to start the application
If you encounter errors, please post exactly what they are (with the preceding steps), preferably within code tags (Click Go Advanced click the # icon for code tags)

Last edited by tredegar; 05-24-2011 at 02:10 PM.
 
1 members found this post helpful.
Old 05-24-2011, 02:55 PM   #8
corncrow
LQ Newbie
 
Registered: May 2011
Posts: 5

Original Poster
Rep: Reputation: Disabled
Took previous advice
the gps prog is the most recent but is quite good with reasonable mapping.

This is the result of entering in the terminal

liveuser@localhost- $ su -
root@localhost - '/media/Navigator 4.4/linux'
bash : /media/Navigator 4.4/linux: is a directory
root@localhost -# ./install.sh
bash: ./install.sh: no such file or directory

The folder - linux does contain install.sh

I am using a 4 gb usb pen drive as a live boot in order to try this out - I realise that if I need to install permanently I will need more capacity.
 
Old 05-24-2011, 03:01 PM   #9
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
root@localhost - '/media/Navigator 4.4/linux'
So, errrrr, where is the cd (change directory) command in that line, exactly?

Did you read my previous post?
Quote:
Linux demands careful attention to detail.
 
1 members found this post helpful.
Old 05-24-2011, 03:17 PM   #10
corncrow
LQ Newbie
 
Registered: May 2011
Posts: 5

Original Poster
Rep: Reputation: Disabled
sorry about missing the cd command.
I have now corrected that and the
terminal now shows I am at the folder 'linux' which contains install.sh


the terminal lines art

root@localhost linux#
./install.sh: Permission denied
 
Old 05-24-2011, 06:37 PM   #11
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
did you inform the OS that the install.sh file can be executed
by default NO script can be executed , unless you set it

two ways to do this
Code:
su 
sh ./install.sh
or change the modifier
Code:
su -
cd "/media/Navigator 4.4/linux" 
chmod +x *.sh
./install.sh
basic Linux/Unix 101
http://tldp.org/LDP/Bash-Beginners-G...tml/index.html
old but still good
http://rute.2038bug.com/rute.html.gz


also a bit of a warning
seeing as this is a binary install and NOT source build
DO NOT expect it o work on fedora 14 .14 is mostlikely WAY to new ( a very common problem for things wrote for rhel )
pay ATTENTION to all warnings when you try to run it for the first time
-- i am betting that there will be errors about the wrong version of some file --

Last edited by John VV; 05-24-2011 at 06:41 PM.
 
1 members found this post helpful.
  


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
Olivepad,a GPS Navigator, a Smartphone, an Ebook Reader prayag_pjs Linux - News 0 11-23-2010 03:47 AM
About a Internet Navigator ID Felpipe Ubuntu 1 05-02-2008 08:04 AM
(Made) GPS Navigator with LINUX ? frenchn00b General 0 08-20-2007 01:23 PM
LXer: Netscape Revives Navigator Brand for Netscape Navigator 9 LXer Syndicated Linux News 0 05-06-2007 12:46 PM
Problem of Source Navigator boxyou Linux - Software 0 07-29-2005 09:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 11:07 AM.

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