LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 05-06-2012, 12:15 PM   #31
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641

# 30

Default ns2 OS : CentOS, Scientific Linux, Fedora.
Ubuntu 10.04.4 can be used. Perhaps with a slightly reduced result.
Ubuntu 10.04 and ns-allinone-2.30 : Use gcc-4.1, g++-4.1 .

.
 
Old 05-06-2012, 12:19 PM   #32
uwsn2012
LQ Newbie
 
Registered: May 2012
Posts: 8

Rep: Reputation: Disabled
thanks a lot for your response Knudfl
 
Old 09-16-2012, 01:28 AM   #33
Archanajayakumar
LQ Newbie
 
Registered: Aug 2012
Posts: 2

Rep: Reputation: Disabled
hi friends...
i have got the coding for vector based routing for underwater.. i need to convert in to time slot routing ...could any one help me out. its urgent
 
Old 01-26-2013, 09:41 AM   #34
maryam.pk
LQ Newbie
 
Registered: Nov 2012
Location: malaysia
Posts: 24

Rep: Reputation: Disabled
Dear admin

I have a problem to install aquasim.

when I type ./install, I saw this error:
bash: ./install: Permission denied

when I type sudo ./install, I saw this error:
sudo: ./install: command not found

can you help me please?
Regards.
 
Old 01-26-2013, 10:21 AM   #35
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 34 : Please read post # 8.

And : The install directory should be /home/<user-name>/ns2/
.. or any other directory in /home/<user-name>/.

No 'sudo' or 'su' can be used, if you want access to the files
as unprivileged user. Suggest : Delete all ns-allinone-2.30/.
And start from scratch with :
$ tar xvf ns-allinone-2.30.tar.gz && cd ns-allinone-2.30/ && tar xvf Aqua-sim_ns230.no-test.tar.bz2


-
 
Old 01-28-2013, 04:58 AM   #36
maryam.pk
LQ Newbie
 
Registered: Nov 2012
Location: malaysia
Posts: 24

Rep: Reputation: Disabled
Question [QUOTE=knudfl;4877979]# 34 : Please read post # 8. And : The install directory should be /home/<use

dear knudfl

when I use ./install to install aquasim I faced this error:
checking for X11 header files
can't find X includes
otcl-1.12 configuration failed! Exiting ...

could you help me please?
 
Old 01-28-2013, 05:14 AM   #37
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 36, @maryam.pk : Please read post # 24 : ns2 prerequisites must be installed.

sudo apt-get install g++ autoconf automake libtool patch make xgraph libxmu-dev

.. And : A gcc/g++ version 4.1.2 : also required.

? Which version of Ubuntu are you using ? ?


-
 
Old 01-28-2013, 08:09 AM   #38
maryam.pk
LQ Newbie
 
Registered: Nov 2012
Location: malaysia
Posts: 24

Rep: Reputation: Disabled
Question [QUOTE=knudfl;4878918]# 36, @maryam.pk : Please read post # 24 : ns2 prerequisites must be installed

Dear knudfl
I use ubuntu 12.10
and I install gcc-4.3 and g++-4.3

could you help me?
 
Old 01-28-2013, 12:30 PM   #39
maryam.pk
LQ Newbie
 
Registered: Nov 2012
Location: malaysia
Posts: 24

Rep: Reputation: Disabled
Hello and best regards
I validate the intalation of Aquasim on ubuntu12.10 but I have seen these errors:

validate overall report: some tests failed:
./test-all-newreno ./test-all-tcpOptions ./test-all-tcpVariants ./test-all-aimd ./test-all-frto ./test-all-quickstart ./test-all-manual-routing ./test-all-session ./test-all-red ./test-all-links ./test-all-wireless-shadowing ./test-all-WLtutorial
to re-run a specific test, cd tcl/test; ./test-all-TEST-NAME
Notice that some tests in webcache will fail on freebsd when -O is turned on.
This is due to some event reordering, which will disappear when -g is turned on
is there any solution to correct these failling test or I should do every step again? also when I type $ ns I can see % !!!!!!111 what should I do
 
Old 01-28-2013, 01:53 PM   #40
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 38.
Quote:
.. I install gcc-4.3 and g++-4.3
Interesting. How did you do that ? ?


About your "validate" : 1) Some tests will fail on some ns2 versions.
2) Is your OS 64bits ? Please show the output from : $ uname -m <Enter>

-
 
Old 01-28-2013, 02:10 PM   #41
uwsn2012
LQ Newbie
 
Registered: May 2012
Posts: 8

Rep: Reputation: Disabled
hello ,
I have successed the installation of aquasim simulator without any problem ...
1) i'm using Mandriva 2009 (O S)
2) i'm followed the steps mentionned in (#8)
 
Old 01-28-2013, 11:52 PM   #42
maryam.pk
LQ Newbie
 
Registered: Nov 2012
Location: malaysia
Posts: 24

Rep: Reputation: Disabled
Question Dear Knudfl Interesting. How did you do that ? ?

hello
why are you saying that is interesting that I install g++/gcc 4.3 on ubuntu12.10?
 
Old 01-29-2013, 03:34 AM   #43
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 42

Post # 40 is about two questions. It would be nice if you answered both.

1) How did you install g++/gcc 4.3 .

2) Show the output from the command : uname -m


-

Last edited by knudfl; 01-29-2013 at 04:07 AM.
 
Old 01-29-2013, 07:21 AM   #44
maryam.pk
LQ Newbie
 
Registered: Nov 2012
Location: malaysia
Posts: 24

Rep: Reputation: Disabled
[QUOTE=knudfl;4879688]# 42 Post # 40 is about two questions. It would be nice if you answered both.

ok sure!!!!!!!!!!!!!
1: I download g++/gcc and install them on ubuntu

2: the output is:i686
 
Old 01-29-2013, 09:28 AM   #45
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 44
Quote:
I download g++/gcc and install them on ubuntu
Please provide a link to the packages that you installed.


----
Validate results, "Aquasim ns-2.30".

Ubuntu 12.10 - 32bits : The same 12 tests failed here, ref. post #39.

Ubuntu 10.10 - 32bits , the reference OS for old ns2 :
validate overall report: some tests failed:
./test-all-red ./test-all-wireless-shadowing ./test-all-WLtutorial


Binary package, aquasim-ns-2.30-ubuntu10_i386.deb ( 4 MB )
https://docs.google.com/file/d/0B7S2...ZXR1hwNEE/edit

Can be installed with : sudo dpkg -i aquasim-ns-2.30-ubuntu10_i386.deb

The package provides : /usr/local/bin/ns-aqua
/usr/local/lib/aquasim/ns-allinone-2.30/bin/**
/usr/local/lib/aquasim/ns-allinone-2.30/lib/**

Using, example : $ cd ns-allinone-2.30/ns-2.30/underwatersensor/uw_tcl/
$ ns-aqua hop_by_hop_VBF_example.tcl
$ nam hop_hop_vbf.nam

-
 
  


Reply

Tags
aquasim, g++41-compat-1210, ns2


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Make Ubuntu Linux work as a wireless router--wireless Internet sharing erossmith Linux - General 6 04-21-2013 09:59 PM
Cannot get wireless to work on Toshiba Satellite L350-170 (Wireless card: RTL8187B) anon095 Linux - Laptop and Netbook 5 01-07-2009 06:33 PM
Wireless (Intel PRO/Wireless 2200BG) network problems using FC5 kernel 2.6.17 TempleOwl1999 Linux - Laptop and Netbook 14 08-26-2006 02:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

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