Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

Insalling ByteBlasterMV driver on Debian

Altera_Forum
Honored Contributor II
1,840 Views

Hi, 

The Version of Quartions i have is intended to run on RedHat, but i'm using Debian. 

I'm trying to install QuartusII Software on Debian, the following message appears after running make install: 

 

:/opt/altera7.1/quartus/linux/byteblaster# make install 

install -d /lib/modules/2.4.27-2-386/kernel/misc/ 

install -c byteblaster.o /lib/modules/2.4.27-2-386/kernel/misc/byteblaster.o 

install -c jtagd-init /etc/init.d/jtagd 

update-rc.d jtagd defaults 

System startup links for /etc/init.d/jtagd already exist. 

/sbin/depmod -aq 

/etc/init.d/jtagd start 

/etc/init.d/jtagd: line 12: /etc/rc.d/init.d/functions: Aucun fichier ou répertoire de ce type 

make: *** [install] Erreur 1
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
852 Views

Hi everybody; 

 

It's funny to ask a question then answer it by myself. 

 

So;; here is the solution. 

the file " /etc/rc.d/init.d/functions" is intented to be found on RedHat Distribution. 

 

Its Equivalent on Debian is : "/lib/lsb/init-functions" 

 

So, enjoy your selves.
0 Kudos
Reply