LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-06-2014, 04:52 PM   #16
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

← #15 .

OK, Ubuntu 12.04 - 32 : Not necessarily a friend of all ns2.
→ I get the same " * stack smashing detected * " with Ubuntu 12.04.

Solution : Install CentOS 6.5 - i386 in VirtualBox.
http://ftp.sunet.se/pub/Linux/distri...6.5/isos/i386/
>>> http://ftp.sunet.se/pub/Linux/distri...386-LiveCD.iso
.... The default compiler is "gcc-4.4.7" :
# yum install gcc-c++ automake autoconf libtool libXmu-devel
"gcc-4.4.7" will compile ns-allinone-2.34 with no issues :
$ tar xvf ns-allinone-2.34.tar.gz && cd s-allinone-2.34/
$ patch -p0 lwx+LTE+dccp+MPTCP-ns234.patch && ./install

Nam : nam-1.14-1.el6.i686.rpm
https://drive.google.com/file/d/0B7S...ew?usp=sharing
# yum localinstall nam-1.14-1.el6.i686.rpm

-
 
Old 10-09-2014, 02:06 PM   #17
Master_Stu
Member
 
Registered: Sep 2014
Posts: 38

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Hello Sir,
i already added the lte module into my ns2
but when i tries to run an example there isn't any output of nam file or xgraphe what should i do?
 
Old 10-09-2014, 02:30 PM   #18
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
← #17 .

See post #2 for the LTE examples.

$ ns-<new-name> eyana.tcl
... will create out.tr 27 MB, and out.nam 65 MB.

In fact all the 9 examples will create a nam file.


-

Last edited by knudfl; 10-09-2014 at 02:35 PM.
 
Old 10-27-2014, 08:13 AM   #19
Master_Stu
Member
 
Registered: Sep 2014
Posts: 38

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Hi Sir,
I had installed the patch lwx+LTE+dccp+MPTCP.patch successfully in Ns2.34(Ubuntu12.04 LTS) but when i tries to simulate an example of Wimax tcl script there is an error ( invalid command name "Mac/802_16" "Max/802_16 basicRate_ 1Mb" ) can you help me please!
 
Old 11-05-2014, 03:17 PM   #20
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
A new patch, Wimax.awg+lte+dccp+mptcp_ns234.patch.gz
.. is now available ...
https://drive.google.com/file/d/0B7S...ew?usp=sharing
.. in order to provide a real Wimax ( + LTE + DCCP + MPTCP ).

Also ref. http://www.linuxquestions.org/questi...43#post5265143

-
 
Old 11-06-2014, 01:12 AM   #21
Master_Stu
Member
 
Registered: Sep 2014
Posts: 38

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Hi Sir thank you for responding me,
Please can you tell me what is the difference between the module wimax NIST and other like light wimax ?
 
Old 11-06-2014, 04:20 AM   #22
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
← #21 .

Actually I don't know much of the "ns2 inside functions".
But I guess that {LWX=Light Wimax} has lesser options.

The latest full blown Wimax update is "wimax-awg".
. http://www.linuxquestions.org/questions/tags/wimax-awg/
. http://code.google.com/p/ns2-wimax-awg/

-
 
Old 04-12-2015, 02:55 PM   #23
Master_Stu
Member
 
Registered: Sep 2014
Posts: 38

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Exclamation need help

hello
i have a problem while i tries to install ns2.29, firstly the password not accepted when i execute the command " sudo apt-get ./install" in ubuntu 10.04, i have retried with ubuntu 12.04 the error was " E: the operation ./install is not valid "
please it's urgent
 
Old 04-12-2015, 03:43 PM   #24
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
Re #23.

" sudo apt-get ./install" is wrong.

'sudo apt-get <option>' : See the mamual $ man apt :
"apt-get - APT package handling utility -- command-line interface"
. http://manpages.ubuntu.com/manpages/...apt-get.8.html

And : Examples using './install', see posts #2, #16.

-
 
Old 04-14-2015, 12:57 PM   #25
Master_Stu
Member
 
Registered: Sep 2014
Posts: 38

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Quote:
Originally Posted by knudfl View Post
Re #23.

'sudo apt-get <option>' : See the mamual $ man apt :
"apt-get - APT package handling utility -- command-line interface"
-
thanks for your response but i don't understand what will be the <option> can you help me with the steps
 
Old 04-14-2015, 01:19 PM   #26
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
Re #25.

First : Read the "apt-get manual" http://manpages.ubuntu.com/manpages/...apt-get.8.html
!! APT package handling utility .. Install packages online / from a repository.

* The most used is : $ sudo apt-get install [package name]
And : $ sudo apt-get install --reinstall [package name]
And there is $ sudo apt-get update (To refresh / update the repository package list.)


! ** apt-get has nothing to do with "building ns-2.29 !
You can use apt-get only to install the build prerequisites, like :
$ sudo apt-get install g++ automake libtool patch libxmu-dev

-
 
  


Reply

Tags
lte, mptcp, ns2, wimax.awg-lte-dccp-mptcp



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
how to install ns2.33 in ubuntu 12.04 LTS Md.alamgir hossain Linux - Newbie 2 09-10-2014 05:33 PM
[SOLVED] NS2.34 error in Ubuntu 12.04 LTS r0w225 Linux - Newbie 17 08-01-2014 08:39 PM
[SOLVED] ns2.34 installation on Ubuntu 14.04 LTS : done xptional Ubuntu 1 06-19-2014 12:46 PM
Installing Ubuntu 10.04 LTS problem ozzie31 Linux - Newbie 4 05-21-2014 03:54 AM
Problem before installing Ubuntu 6.06 LTS habiblove Ubuntu 6 06-08-2006 06:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:34 PM.

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