È uscito HQPlayer 4 Embedded 4.34.1!
Small fixes and improvements. Component updates. Note! Port number of web interface on HQPlayer OS is now same as elswhere - 8088!
È uscito HQPlayer 4 Embedded 4.34.1!
Small fixes and improvements. Component updates. Note! Port number of web interface on HQPlayer OS is now same as elswhere - 8088!
è disponibile HQPlayer 4 embedded release 4.34.2
ed anche il NAD 4.4.0
Mar 19 2023 HQPlayer 4 Embedded 4.34.2 released.
Minor fixes. Component updates.
Mar 19 2023 Network Audio Daemon 4.4.0 released!
Minor performance optimizations. NAA OS update.
il sistema audio
Server HDPlex (i7-6700-WS2016) HQPlayer in Ramdisk + HQPDcontrol> Macmini (roon core + Tidal e qobuz ) ma anche hqplayer client con qobuz installato su portatile> HDPlex NAA (celeron G1840T-WS2016) NAD in Ramdisk, ma anche miniPC fitlet con immagine x86 per NAA > switch rete tp-link, Denafrips Ares2, SPLvolume2, monitor klein+hummel o410+sub Neumann KHo810
è uscito HQPlayer Embedded 4.35.0
Apr 17 2023 HQPlayer 4 Embedded 4.35.0 released!
Performance improvements, especially for cases when huge filters or convolution is run on CPU. Component updates and minor fixes.
anche la versione desktop è stata aggiornata alla release 4.22.0
Apr 18 2023 HQPlayer 4 Desktop 4.22.0 released!
Performance improvements, especially for cases when huge filters or convolution is run on CPU. Option to control playlist elide side on Client. Fixed CD playback on macOS. Minimum required OS version on Intel Macs is 10.15. Component updates and minor fixes.
Ultima modifica di giordy60 : 18-04-2023 a 14:04
il sistema audio
Server HDPlex (i7-6700-WS2016) HQPlayer in Ramdisk + HQPDcontrol> Macmini (roon core + Tidal e qobuz ) ma anche hqplayer client con qobuz installato su portatile> HDPlex NAA (celeron G1840T-WS2016) NAD in Ramdisk, ma anche miniPC fitlet con immagine x86 per NAA > switch rete tp-link, Denafrips Ares2, SPLvolume2, monitor klein+hummel o410+sub Neumann KHo810
May 5 2023
30 years since the first DAC design, 25 years since the beginning of the HQPlayer project, and 15 years since first commercial release of HQPlayer, it is time to release fifth generation of HQPlayer technology. Perfecting listening expriences by harnessing power of modern DSP. As result of endless research & development of better algorithms powered by modern DSP computing capabilities.
Jussi ha rilasciato le release 5 di HQPlayer sia desktop che embedded
May 5 2023 HQPlayer 5 Desktop 5.0.0 released!
Several new filters and modulators, extended source content analysis and output metering, new CUDA offload capabilities, metring display in Client, GUI improvements, RaspberryPi4 supported as a new platform.
May 5 2023 HQPlayer 5 Embedded 5.0.0 released!
Several new filters and modulators, extended source content analysis and output metering, new CUDA offload capabilities.
May 5 2023 HQPlayer 4 series enters two year maintenance mode period.
il sistema audio
Server HDPlex (i7-6700-WS2016) HQPlayer in Ramdisk + HQPDcontrol> Macmini (roon core + Tidal e qobuz ) ma anche hqplayer client con qobuz installato su portatile> HDPlex NAA (celeron G1840T-WS2016) NAD in Ramdisk, ma anche miniPC fitlet con immagine x86 per NAA > switch rete tp-link, Denafrips Ares2, SPLvolume2, monitor klein+hummel o410+sub Neumann KHo810
Salve a tutti,
ho installato HQPlayer4 Desktop 4.13.1 (il mio pc non supporta le versioni Windows successive) su Windows 10 Pro, su pc con processore Intel i3 con 12gb di ram. Ascolto con Chord Mojo dac e Cubox i2ex su cui ho installato Debian Bullseye e Network Audio Daemon 4.4.0. Il Cubox ha una connessione diretta al PC.
Sullo stesso pc c'è Ubuntu 22.04.2 LTS in dual-boot su cui ho installato HQPlayer4 Desktop 4.22.0. Su Windows, HQP vede il Cubox, mentre su Ubuntu no. Chiedo se per favore mi sapete indicare una soluzione.
Di seguito alcune interrogazioni, che magari possono essere utili, effettuate sul Cubox e su Ubuntu:
sul Cubox
------------------------------------------------------------------------------------------------------------------
debian@sr-imx6:~$ sudo ifconfig
[sudo] password for debian:
eth0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu 1500
inet 192.168.1.233 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::d263:b4ff:fe00:a37d prefixlen 64 scopeid 0x20<link>
ether d0:63:b4:00:a3:7d txqueuelen 1000 (Ethernet)
RX packets 11908 bytes 1096760 (1.0 MiB)
RX errors 0 dropped 5070 overruns 0 frame 0
TX packets 1481 bytes 120623 (117.7 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1 (Local Loopback)
RX packets 92 bytes 7861 (7.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 92 bytes 7861 (7.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
debian@sr-imx6:~$ sudo route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default modemtim.homene 0.0.0.0 UG 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
modemtim.homene 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
debian@sr-imx6:~$ sudo nano /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1
su Ubuntu
----------------------------------------------------------------------------------------------------------
vincenzo@vincenzo-imedia-S3850:~$ ifconfig
eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.130 netmask 255.255.255.0 broadcast 192.168.1.255
ether 10:78:d2:c4:79:f5 txqueuelen 1000 (Ethernet)
RX packets 5336 bytes 4753739 (4.7 MB)
RX errors 0 dropped 129 overruns 0 frame 0
TX packets 3319 bytes 567520 (567.5 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 20 memory 0xfb100000-fb120000
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Loopback locale)
RX packets 918 bytes 151929 (151.9 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 918 bytes 151929 (151.9 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
vincenzo@vincenzo-imedia-S3850:~$ route
Tabella di routing IP del kernel
Destinazione Gateway Genmask Flag Metric Ref Usa Iface
default modemtim.homene 0.0.0.0 UG 100 0 0 eno1
link-local 0.0.0.0 255.255.0.0 U 1000 0 0 eno1
192.168.1.0 0.0.0.0 255.255.255.0 U 100 0 0 eno1
vincenzo@vincenzo-imedia-S3850:~$ sudo nano /etc/network/interfaces
[sudo] password di vincenzo:
auto lo
iface lo inet loopback
------------------------------------------------------------------------------------------------------------
Cordiali saluti.
Vincenzo
Faccio seguito al post precedente. Ho visto sulla discussione "Che si fa? Sistema HQPlayer e NAA" dei vecchi post di UnixMan riguardanti le configurazioni di rete per collegare un NAA a HQPlayer (pag. 129) ed ho constatato che è molto padrone dell'argomento. Chiedo, quindi, se possibile, un suo aiuto. Ovviamente è gradito l'aiuto di chiunque altro.
Saluti.
Vincenzo
Ciao, Paolo.
«Se tu hai una mela, e io ho una mela, e ce le scambiamo, allora tu ed io abbiamo sempre una mela per uno. Ma se tu hai un'idea, ed io ho un'idea, e ce le scambiamo, allora abbiamo entrambi due idee.»
Salve UnixMan,
innanzitutto grazie tante per essere intervenuto.
Su Ubuntu DHCP, sul NAA statico come segue:
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1
Ciao, Vincenzo
Salve UnixMan,
per le mie competenze l'argomento si fa complicato. Da quello che ho capito dovrei configurare su Ubuntu una connessione di rete statica.
Sulla base dei dati che ti ho fornito, potresti cortesemnete indicarmi espressamente quali valori inserire nella maschera di configurazione (allego link immagine)?
https://up.nexthardware.com/user_ima.../860/Schermata
Chiedo anche se mi puoi indicare se, di conseguenza, deve essere modificata la configurazione di rete sul NAA in /etc/network/interfaces.
Cordiali saluti.
Vincenzo
Ultima modifica di francy2007 : 23-05-2023 a 08:41
esatto. Ma c'è da capire se effettivamente hai un server DHCP attivo sul NAA oppure no.
Poi... non mi hai risposto: quante interfacce di rete ci sono sul PC dove gira Ubuntu?
Dai il comando:address 192.168.1.1codice:sudo /sbin/ifconfig -a
netmask 255.255.255.0
gateway e DNS li lasci in bianco.
A meno che la sotto-rete 192.168.1.x/255.255.255.0 non sia utilizzata dalla rete domestica, no.
Ciao, Paolo.
«Se tu hai una mela, e io ho una mela, e ce le scambiamo, allora tu ed io abbiamo sempre una mela per uno. Ma se tu hai un'idea, ed io ho un'idea, e ce le scambiamo, allora abbiamo entrambi due idee.»
Ci sono attualmente 1 utenti che stanno visualizzando questa discussione. (0 utenti e 1 ospiti)