Intel® FPGA Software Installation & Licensing
Installation and Licensing that’s includes Intel Quartus® Prime software, ModelSim* - Intel FPGA Edition software, Nios® II Embedded Design Suite on Windows or Linux operating systems.
1153 Discussions

[Issue] Quartus Standard Edition on Ubuntu Desktop 18.04.05 (VMware)

CPaul10
Novice
609 Views

Hi 

 

Quartus Version:Standard Edition 20.1.1

OS:Ubuntu Desktop 18.04.05

CPaul10_2-1623929079746.png

 

My company bought the Arria 10 SOC Development kit recently.

I try to install Quartus Standard Edition 20.1.1 on Ubuntu Desktop 18.04.05(VMware).

After I execute quartus, the License Setup Required Window shows "nothing".

I try to install Lite Edition, it shows nothing too.

I follow the Youtuber's steps to install quartus, the license window shows "nothing" too...

https://www.youtube.com/watch?v=WHI5Xz7jycA&t=318s

Is there anyone met the issue like this?

 

My Building Procedure.

1. Create Ubuntu Desktop 18.04.05 on VMware

2. Install nessesary librarys

apt install -y lib32ncurses5 lib32z1 libx11-6:i386 libxext6:i386 libxft2:i386

apt install -y liblzma-dev libqt5xml5 libstdc++6:i386 libncurses5:i386 libxtst6:i386 libc6-dev-i386

3. Install libpng12

wget http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1.1_amd64.deb

dpkg -i libpng12-0_1.2.54-1ubuntu1.1_amd64.deb

4. Execute Quartus (the window shows nothing and no any error message)

CPaul10_0-1623928865528.png

 

0 Kudos
3 Replies
CPaul10
Novice
582 Views

I fixed this problem.

 

Install steps:

1. apt install -y libc6:i386 libncurses5:i386 libxtst6:i386 libxft2:i386 libstdc++6:i386 libc6-dev-i386 lib32z1 lib32ncurses5 libqt5xml5 liblzma-dev make build-essential

2. 

wget https://mirrors.edge.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1.1_amd64.deb

dpkg -i libpng12-0_1.2.54-1ubuntu1.1_amd64.deb

wget http://security.ubuntu.com/ubuntu/pool/main/b/bzip2/lib32bz2-1.0_1.0.6-5_amd64.deb

dpkg -i lib32bz2-1.0_1.0.6-5_amd64.deb

 

3.  Instal Quartus Standard Edition

0 Kudos
RichardTanSY_Intel
576 Views

I’m glad that you found the solution. With that, I now transition this thread to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread. Thank you.

Best Regards,
Richard Tan

p/s: If any answer from the community or Intel support are helpful, please feel free to give Kudos. 

CPaul10
Novice
560 Views

Hi 

 

I found the real root cause.

Don't execute quartus software that the authority is "root".  (I don't understand why user can't use root authority to execute quartus )

CPaul10_0-1624262804831.png

 

User account

CPaul10_1-1624262846906.png

 

0 Kudos
Reply