Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

Installing Quartus 13.0 in Ubuntu 12.04 64 bit

Hi,

We are having trouble installing Quartus 13.0 in Ubuntu 12.04 64 bit. Here is the procedure that we followed:

1. Download Quartus 13.0 subscription edition from Altera's website

2. Navigated to install folder and executed ./setup.sh

The GUI doesnt show up at all. We also tried executing setup.sh as root. Doesn't help.

Is there any workaround for this issue ? Looks like this is a 64-bit specifici issue. We are able to install Quartus 13.0 in Ubuntu 12.04 32 bit without any issues.

Thanks

Deepak

11 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    try adding the following from http://www.rocketboards.org/foswiki/documentation/usingusbblasterunderlinux

    Driver Setup for recent udev

    Add a new file /etc/udev/rules.d/92-usbblaster.rules file. Note that the 92 is important for e.g. Debian Wheezy as there is a default rule for "usbfs-like" devices in =/lib/udev/rules.d/91-permissions.rules=specifying a MODE of 664. Because udev assigns priority to rules by the sort order of the file names theyappear in the USB Blaster rules have to be placed in an appropriate file.

    # USB-Blaster

    SUBSYSTEM=="usb", ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6001", MODE="0666"

    SUBSYSTEM=="usb", ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6002", MODE="0666"

    SUBSYSTEM=="usb", ATTRS{idVendor}=="09fb", SYSFS{idProduct}=="6003", MODE="0666"

    # USB-Blaster II

    SUBSYSTEM=="usb", ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6010", MODE="0666"

    SUBSYSTEM=="usb", ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6810", MODE="0666"