LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 10-03-2013, 12:07 PM   #106
hemamahe
Member
 
Registered: Jul 2013
Location: india
Posts: 45

Rep: Reputation: Disabled

Is there any default example protocols availabe..in this software..i just want to see..its simulation...

cant find any helpful tutorials for aqua3d...

Last edited by hemamahe; 10-03-2013 at 12:11 PM.
 
Old 10-03-2013, 12:53 PM   #107
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
# 106 . http://obinet.engr.uconn.edu/wiki/index.php/Aqua-Sim → →

Aqua-3d
http://obinet.engr.uconn.edu/wiki/index.php/Aqua-3D
Aqua-3d manual
http://obinet.engr.uconn.edu/wiki/in...Aqua-3D_manual
Aqua3d dev manual
http://obinet.engr.uconn.edu/wiki/in...-3D_dev_manual

Examples :
aqua3d-1.0.0-src/view_example/vbva.view
aqua3d-1.0.0-src/trace_example/vbva.nam

Aqua3d demo http://www.youtube.com/watch?v=HUdhKohrGnA

-
 
1 members found this post helpful.
Old 10-03-2013, 07:51 PM   #108
hemamahe
Member
 
Registered: Jul 2013
Location: india
Posts: 45

Rep: Reputation: Disabled
hems@hems-Inspiron-5521:~$ cd /home/hems/aqua3d-1.0.0-i386
hems@hems-Inspiron-5521:~/aqua3d-1.0.0-i386$ make
make: *** No targets specified and no makefile found. Stop.
hems@hems-Inspiron-5521:~/aqua3d-1.0.0-i386$

when i make aqua3d file...i find this kind of result...but i directly open gui to click on the file aqua3d in aqua3d-1.0.0-i386 folder...but after choosing nam file..i cant see any simulation.. the GUI window is automatically closed.what it means.

Last edited by hemamahe; 10-03-2013 at 11:29 PM.
 
Old 10-04-2013, 01:54 AM   #109
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
# 108 .

It's OK here, Ubuntu 12.04 - i686.
But : Please do not click the executable aqua3d.
Please start the application the proof way :

1) $ cd aqua3d-1.0.0-i386
2) $ ./aqua3d
.... and all functions seem to work.
-

Last edited by knudfl; 10-08-2013 at 05:52 AM.
 
Old 10-04-2013, 03:08 AM   #110
hemamahe
Member
 
Registered: Jul 2013
Location: india
Posts: 45

Rep: Reputation: Disabled
while running aqua3d..i got an error

hems@hems-Inspiron-5521:~$ cd /home/hems/aqua3d-1.0.0-i386
hems@hems-Inspiron-5521:~/aqua3d-1.0.0-i386$ ./aqua3d

Aqua3D running...
Writing to log file: /home/hems/aqua3d-1.0.0-i386/log/aqua3d.log
The program 'aqua3d' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadRequest (invalid request code or no such operation)'.
(Details: serial 7482 error_code 1 request_code 136 minor_code 19)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
hems@hems-Inspiron-5521:~/aqua3d-1.0.0-i386$
 
Old 10-04-2013, 05:57 AM   #111
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
# 110 .

Maybe you have an old version of Ubuntu 12.04 ?
Update level "12.04.2" : No errors here.
Update level "12.04.3" : No errors.

I have a solution for compiling Aqua3d :
1) sudo apt-get install g++-4.4
2) Makefile : Edit all 29 lines with g++ to g++-4.4
2a) Or use the edited Makefile, attached to this post.
-
Attached Files
File Type: txt Makefile.txt (5.7 KB, 92 views)
 
1 members found this post helpful.
Old 10-04-2013, 08:44 AM   #112
hemamahe
Member
 
Registered: Jul 2013
Location: india
Posts: 45

Rep: Reputation: Disabled
where can i paste this makefile...where can i find in my system...
 
Old 10-04-2013, 09:01 AM   #113
hemamahe
Member
 
Registered: Jul 2013
Location: india
Posts: 45

Rep: Reputation: Disabled
can i update 12.10 release...if i update my os...wat about aquasim,aqua3d,other packages..and especially compiler...because i installed gcc41-compat for ubuntu 12.04...and update it will create error or not...

Last edited by hemamahe; 10-04-2013 at 09:33 AM.
 
Old 10-04-2013, 09:38 AM   #114
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
# 112 : The Makefile is of course aqua3d-1.0.0-src/Makefile !
We are talking about Aqua-3d, aren't we ? There is only one Makefile.


# 113 : You can install any "Linux OS".
Ubuntu 12.10 may not necessarily be an upgrade.
And no. You cannot update 12.10 as long time as 12.04.
Updating 12.04 to 12.04.3 : $ sudo apt-get upgrade.

-
 
1 members found this post helpful.
Old 10-04-2013, 01:56 PM   #115
hemamahe
Member
 
Registered: Jul 2013
Location: india
Posts: 45

Rep: Reputation: Disabled
dear knudfl...during run this command.$ sudo apt-get upgrade by a mistake...i update 12.04 to 12.10...i cant find any folder or files.i just want to install any other os which is best suite for aquasim and aqua3d..tell me which version of linux will work corectly for this software.please tell me which os will not give any trouble..thanks in advance.
 
Old 10-04-2013, 02:20 PM   #116
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
# 115 .

Now that you are familiar with Ubuntu 12.04, I'd suggest "Ubuntu 12.04.3"
( My preferred 12.04.3 is the Kubuntu version.)

Ubuntu 12.04.3 http://www.ubuntu.com/download/desktop
http://mirror.bytemark.co.uk/ubuntu-...sktop-i386.iso

Kubuntu 12.04.3 http://www.kubuntu.org/getkubuntu/download-lts
http://www.kubuntu.org/getkubuntu/do...download-block
http://cdimage.ubuntu.com/kubuntu/re...sktop-i386.iso

-
 
1 members found this post helpful.
Old 10-05-2013, 10:26 AM   #117
hemamahe
Member
 
Registered: Jul 2013
Location: india
Posts: 45

Rep: Reputation: Disabled
i installed ubuntu 12.04.3 and installed aquasim but when i restart the system..i got "could not write byte.broken pipe.".i cant see atleast login page..do u know why this happen..how to avoid it next time.

i searched in google to solve this steps...when run this command d mount-o remount,rw,errors=remount-ro/
depkg-reconfigure lightdm

and login in with username and password
i got this message

the ubuntu comes with /hema/user/aquasim 1.0/lib is not a valid identifier
TCL-LIBRARY :command not found...do you know how to recover from this problem..
3 times i reinstall the os but cant..please tell me the solution.
after installation of aquasim i got this...problem.

suppose if it wont work anymore..please suggest me any other os.i have an idea to work on fedora 18 and ubuntu 11.04 and provide compiler version..link...

Last edited by hemamahe; 10-06-2013 at 08:47 AM.
 
Old 10-07-2013, 01:36 AM   #118
mahe.ek21
LQ Newbie
 
Registered: Aug 2013
Posts: 13

Rep: Reputation: Disabled
hai i installed fedora 18..its very useful to connect internet through datacard..when i installed the packages (Prerequisites : # yum install \
gcc-c++ compat-gcc-34-c++ automake autoconf make patch libtool \
libX11-devel libXmu-devel wxGTK-devel) finally i got

Transaction Summary
Install 9 Packages (+70 Dependent packages)
Upgrade 1 Package (+26 Dependent packages)

Total size: 93 M
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Check
Running Transaction Test


Transaction Check Error:
file /usr/lib/audit from install of glibc-2.16-34.fc18.i686 conflicts with file from package audit-2.2.1-2.fc18.i686

Error Summary
-------------

[root@localhost ~]#

when i install aquasim
i got gcc error...please tell me the compiler version of fedora 18..

Last edited by mahe.ek21; 10-07-2013 at 04:40 AM.
 
Old 10-07-2013, 03:58 AM   #119
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
# 118 .

The long line you have quoted disturbs the formatting.
The line is : =======================================
Please edit post #118 to code tags.
http://www.linuxquestions.org/questi....php?do=bbcode
I.e. type [/code] at the yum error output end, and [code] at start.
And : Delete some of the line : ===================================


You cannot use Fedora 18 currently :
Quote:
file /usr/lib/audit from install of glibc-2.16-34.fc18.i686
conflicts with file from package audit-2.2.1-2.fc18.i686
It's a general update error. Wait a month, and they may fix it.
Or use the 32bits Fedora 19 (i686)
Note : Fedora 18 has `end of life' soon. (January 2014.)

Compilers, all Fedora 9...19 : # yum install gcc-c++ compat-gcc-34-c++

-
 
1 members found this post helpful.
Old 10-08-2013, 01:08 AM   #120
mahe.ek21
LQ Newbie
 
Registered: Aug 2013
Posts: 13

Rep: Reputation: Disabled
hai can u tell me the bashrc file.I tried many times according to the procedure in aquasim.1.0 installation guide.But i did not got the result..when i validate the command ns.I cant get %.i am using fedora 19-32 bit

# .bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
edited the bashrc file in home directory

# User specific aliases and functions
export PATH=$home/user1/Aqua-Sim-1.0/bin:$home/user1/Aqua-Sim-1.0/tcl8.4.13/unix:/$home/user1/Aqua-Sim-1.0/tk8.4.13/unix:$PATH
export LD_LIBRARY_PATH=$home/user1/Aqua-Sim-1.0/otcl-1.12:$home/user1/Aqua-Sim-1.0/lib:$LD_LIBRARY_PATH
export TCL_LIBRARY=:$home/user1/Aqua-Sim-1.0/tcl8.4.13/library:$TCL_LIBRARY

after i restart and validate the result,but i did not got the result.can u tell me correct format.

Last edited by mahe.ek21; 10-08-2013 at 01:17 AM.
 
  


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 08:24 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