Package Details: devolo-dlan-cockpit 5.2.0.185-2.1

Git Clone URL: https://aur.archlinux.org/devolo-dlan-cockpit.git (read-only, click to copy)
Package Base: devolo-dlan-cockpit
Description: Display and configure settings of your devolo device
Upstream URL: https://www.devolo.com/support/downloads/download/devolo-cockpit.html
Keywords: cockpit devolo dlan
Licenses: nonfree
Submitter: japama
Maintainer: japama (plenaerts)
Last Packager: japama
Votes: 10
Popularity: 0.000070
First Submitted: 2015-12-16 12:49 (UTC)
Last Updated: 2022-06-29 18:56 (UTC)

Latest Comments

1 2 3 Next › Last »

blompf commented on 2026-01-28 12:33 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index e4456b3..0bd540d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ else
   _arch="i386" 
 fi 

-source=("https://www.devolo.fr/fileadmin/Web-Content/DE/products/hnw/devolo-cockpit/software/$_name" 'devolonetsvc.service')
+source=("https://www.devolo.global/fileadmin/Web-Content/DE/products/hnw/devolo-cockpit/software/$_name" 'devolonetsvc.service')

 build() {
   cd $srcdir

TheGhostface commented on 2025-11-03 16:57 (UTC)

Replacing .fr with .global in the source was enough for me to make it work.

https://www.devolo.global/fileadmin/Web-Content/DE/products/hnw/devolo-cockpit/software/devolo-cockpit-v5-2-0-185-linux.run

dalu commented on 2025-10-28 10:03 (UTC)

diff --git a/.SRCINFO b/.SRCINFO
index 37f6e23..2beab66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = devolo-dlan-cockpit
        pkgdesc = Display and configure settings of your devolo device
        pkgver = 5.2.0.185
-       pkgrel = 2.1
+       pkgrel = 3
        url = https://www.devolo.com/support/downloads/download/devolo-cockpit.html
        install = devolo-dlan-cockpit.install
        arch = i686
@@ -12,7 +12,7 @@ pkgbase = devolo-dlan-cockpit
        depends = lib32-libxt
        depends = lib32-libxslt
        depends = lib32-nss
-       source = https://www.devolo.fr/fileadmin/Web-Content/DE/products/hnw/devolo-cockpit/software/devolo-cockpit-v5-2-0-185-linux.run
+       source = https://devolo.scalecommerce.cloud/media/62/e1/13/1758704956/devolo-cockpit-v5-2-0-185-linux.run
        source = devolonetsvc.service
        sha256sums = 976099b5aa4785edc9ceabb6246abe724b78d2e717d1906eb91bf137f585a1e6
        sha256sums = 6f187ca5c7a599b5394ea09cd68885168dbd19b5bd72df5ce083e721e2f0a12c
diff --git a/PKGBUILD b/PKGBUILD
index e4456b3..67bcc8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@

 pkgname=devolo-dlan-cockpit
 pkgver=5.2.0.185
-pkgrel=2.1
+pkgrel=3
 _name=devolo-cockpit-v${pkgver//./-}-linux.run
 install=${pkgname}.install
 pkgdesc="Display and configure settings of your devolo device"
@@ -15,10 +15,10 @@ depends=( 'lib32-gtk2' 'lib32-curl' 'lib32-libxt' 'lib32-libxslt' 'lib32-nss' )
 if [ "${CARCH}" = "x86_64" ]; then
   _arch="amd64"
 else
-  _arch="i386" 
-fi 
+  _arch="i386"
+fi

-source=("https://www.devolo.fr/fileadmin/Web-Content/DE/products/hnw/devolo-cockpit/software/$_name" 'devolonetsvc.service')
+source=("https://devolo.scalecommerce.cloud/media/62/e1/13/1758704956/${_name}" 'devolonetsvc.service')

 build() {
   cd $srcdir
@@ -36,10 +36,9 @@ package() {
   cp -r  "${srcdir}/etc/opt" "${srcdir}/opt" "${srcdir}/usr" "${srcdir}/var" "${pkgdir}/"
   mkdir -p "${pkgdir}/var/lib/devolonetsvc"
   printf "<?xml version="1.0" encoding="utf-8"?>\n<data_collection><allowed>2</allowed></data_collection>" > "${srcdir}/config.xml"
-  install -Dm644 "${srcdir}/config.xml" "${pkgdir}/var/lib/devolonetsvc/config.xml"    
+  install -Dm644 "${srcdir}/config.xml" "${pkgdir}/var/lib/devolonetsvc/config.xml"
   install -Dm644 "${srcdir}/devolonetsvc.service" "${pkgdir}/usr/lib/systemd/system/devolonetsvc.service"
 }

 sha256sums=('976099b5aa4785edc9ceabb6246abe724b78d2e717d1906eb91bf137f585a1e6'
             '6f187ca5c7a599b5394ea09cd68885168dbd19b5bd72df5ce083e721e2f0a12c')
-

dalu commented on 2025-10-28 09:47 (UTC)

https://devolo.scalecommerce.cloud/media/62/e1/13/1758704956/devolo-cockpit-v5-2-0-185-linux.run

is the new download link https://www.devolo.de/de/software-downloads/cockpit

<deleted-account> commented on 2023-06-27 08:31 (UTC)

The keyword should be "cockpit", not "cokpit"

jackarc commented on 2022-06-08 16:41 (UTC)

BROKEN Link

my workaround ...

pkgname=devolo-dlan-cockpit
pkgver=5.2.0.185
pkgrel=2.1
_name=devolo-cockpit-v5-2-0-185-linux.run
install=${pkgname}.install
pkgdesc="Display and configure settings of your devolo device"
arch=('i686' 'x86_64')
url="https://www.devolo.com/support/downloads/download/devolo-cockpit.html"
license=('nonfree')
depends=( 'lib32-gtk2' 'lib32-curl' 'lib32-libxt' 'lib32-libxslt' 'lib32-nss' )

if [ "${CARCH}" = "x86_64" ]; then
  _arch="amd64"
else
  _arch="i386" 
fi 

source=("https://www.devolo.de/fileadmin/Web-Content/DE/products/hnw/devolo-cockpit/software/$_name" 'devolonetsvc.service')

build() {
  cd $srcdir
  skip=$(grep -a -m1 -n "HERE_BE_DRAG[O]NS" $_name | cut -d: -f1)
  tail $_name -n +$((skip+1)) | tar -x -C .
  ar x "devolo-dlan-cockpit_${pkgver}-0_${_arch}.deb"
  find . -name "adobeair*${_arch}.deb" -print | xargs ar x
  tar xJf data.tar.xz
  tar xJf data.tar.lzma
  sed -i 's/\.appdata\//~\/\.appdata\//g' "${srcdir}/opt/devolo/dlancockpit/bin/dlancockpit-run.sh"
  echo "StartupWMClass=dlancockpit" >> "${srcdir}/usr/share/applications/devolo-dlan-cockpit.desktop"
}

package() {
  cp -r  "${srcdir}/etc/opt" "${srcdir}/opt" "${srcdir}/usr" "${srcdir}/var" "${pkgdir}/"
  mkdir -p "${pkgdir}/var/lib/devolonetsvc"
  printf "<?xml version="1.0" encoding="utf-8"?>\n<data_collection><allowed>2</allowed></data_collection>" > "${srcdir}/config.xml"
  install -Dm644 "${srcdir}/config.xml" "${pkgdir}/var/lib/devolonetsvc/config.xml"     
  install -Dm644 "${srcdir}/devolonetsvc.service" "${pkgdir}/usr/lib/systemd/system/devolonetsvc.service"
}

sha256sums=('976099b5aa4785edc9ceabb6246abe724b78d2e717d1906eb91bf137f585a1e6'
            '51c7e0fe8464310e80261a1d23d5e6baa195c2c89e262827b1c1099a7a6cffa8')

yotties commented on 2021-07-10 19:37 (UTC)

After installing from the aur i had to manually install lib32-gtk2 thanks for that info. After that sudo systemctl start devolonetsvc.service
I would strongly recommend against enabling the service since it uses adobe air which is horrendously risky. So if you ever want to use cockpit manually start it and then run the app, then stop the service.

XTREEMRAGE commented on 2021-06-30 08:41 (UTC)

@AndyRTR Apparently I didn't read the terminal correctly, I thought I copied all the packages you listed and only saw that it needs to be reinstalled, but lib32-gtk2 was indeed missing... it works now ffs.

Thanks for the help!

AndyRTR commented on 2021-06-30 07:28 (UTC)

@XTREEMRAGE: You're probably missing lib32-gtk2. libgtk-x11-2.0.so is part of gtk2 package

XTREEMRAGE commented on 2021-06-30 06:44 (UTC)

@AndyRTR I have those packages installed (lib32* and gtk2), but still no avail... I have the same error:

/opt/devolo/dlancockpit/bin/dlancockpit-run.sh                                                                                                                                                                                                                      
/opt/devolo/dlancockpit/bin/dlancockpit: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory