Package Details: kyocera-fs11001300d 8.4-1

Git Clone URL: https://aur.archlinux.org/kyocera-fs11001300d.git (read-only, click to copy)
Package Base: kyocera-fs11001300d
Description: PPD drivers for Kyocera FS1100 and FS1300D printers
Upstream URL: http://www.kyoceradocumentsolutions.de/index/serviceworld/downloadcenter.false._.FS1300D._.DE.html#
Keywords: cups FS-1100 FS-1300D FS1100 FS1300 FS1300D Kyocera
Licenses: custom
Submitter: noel
Maintainer: None
Last Packager: noel
Votes: 3
Popularity: 0.000000
First Submitted: 2016-01-22 23:54 (UTC)
Last Updated: 2016-07-27 07:48 (UTC)

Latest Comments

recallmenot commented on 2026-03-19 13:09 (UTC) (edited on 2026-03-19 13:10 (UTC) by recallmenot)

The URL changed, we have to download the file from a different kyocera server. But the checksum stayed the same.

For anyone wanting to use these printers in the future:

git clone https://aur.archlinux.org/kyocera-fs11001300d.git
cd kyocera-fs11001300d

create kyocera-fs11001300d.patch with your favorite editor

diff --git a/.gitignore b/.gitignore
index 13430f6..e6dcb9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ pkg/
 src/
 *.tar
 *.tar.*
+*.zip
\ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 8e77012..c31e4a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ optdepends=()
 makedepends=()
 conflicts=()
 install="$pkgname.install"
-source=('http://cdn.kyostatics.net/dlc/de/driver/all/linux_ppds_fs11001300.-downloadcenteritem-Single-File.downloadcenteritem.tmp/Linux_PPDs_FS11001300.zip'
+source=('http://www.kyoceradocumentsolutions.eu/content/dam/download-center-cf/eu/drivers/all/Linux_PPDs_FS11001300_zip.download.zip'
         'license.txt')
 noextract=()
 sha256sums=('108381209090f403d6d9788786129206729fc21d543d9937ba9c938245e13bd9'
diff --git a/kyocera-fs11001300d.install b/kyocera-fs11001300d.install
index 8585f82..b413700 100644
--- a/kyocera-fs11001300d.install
+++ b/kyocera-fs11001300d.install
@@ -1,7 +1,7 @@
 post_install() {
   echo "Restarting CUPS server"

-  systemctl restart org.cups.cupsd.service
+  systemctl restart cups
   return $?
 }
git apply kyocera-fs11001300d.patch
makepkg -os
makepkg -ei

dreieck commented on 2023-03-24 18:52 (UTC)

Source downlod now fails completely:

  -> Downloading Linux_PPDs_FS11001300.zip...
--2023-03-24 19:46:49--  http://cdn.kyostatics.net/dlc/de/driver/all/linux_ppds_fs11001300.-downloadcenteritem-Single-File.downloadcenteritem.tmp/Linux_PPDs_FS11001300.zip
Resolving cdn.kyostatics.net (cdn.kyostatics.net)... 195.135.147.132
Connecting to cdn.kyostatics.net (cdn.kyostatics.net)|195.135.147.132|:80... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

--2023-03-24 19:47:51--  (try: 2)  http://cdn.kyostatics.net/dlc/de/driver/all/linux_ppds_fs11001300.-downloadcenteritem-Single-File.downloadcenteritem.tmp/Linux_PPDs_FS11001300.zip
Connecting to cdn.kyostatics.net (cdn.kyostatics.net)|195.135.147.132|:80... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

--2023-03-24 19:48:53--  (try: 3)  http://cdn.kyostatics.net/dlc/de/driver/all/linux_ppds_fs11001300.-downloadcenteritem-Single-File.downloadcenteritem.tmp/Linux_PPDs_FS11001300.zip
Connecting to cdn.kyostatics.net (cdn.kyostatics.net)|195.135.147.132|:80... connected.
HTTP request sent, awaiting response... No data received.
Giving up.

==> ERROR: Failure while downloading http://cdn.kyostatics.net/dlc/de/driver/all/linux_ppds_fs11001300.-downloadcenteritem-Single-File.downloadcenteritem.tmp/Linux_PPDs_FS11001300.zip
    Aborting...
 -> error downloading sources: kyocera-fs11001300d 
     context: exit status 1 

Regards!

dreieck commented on 2022-10-25 13:29 (UTC)

Downloading source fails for me with ERROR 502: Bad Gateway.:

 -> Downloading Linux_PPDs_FS11001300.zip...
--2022-10-25 15:28:54--  http://cdn.kyostatics.net/dlc/de/driver/all/linux_ppds_fs11001300.-downloadcenteritem-Single-File.downloadcenteritem.tmp/Linux_PPDs_FS11001300.zip
Resolving cdn.kyostatics.net (cdn.kyostatics.net)... 195.135.147.132
Connecting to cdn.kyostatics.net (cdn.kyostatics.net)|195.135.147.132|:80... connected.
HTTP request sent, awaiting response... 502 Bad Gateway
2022-10-25 15:28:59 ERROR 502: Bad Gateway.

==> ERROR: Failure while downloading http://cdn.kyostatics.net/dlc/de/driver/all/linux_ppds_fs11001300.-downloadcenteritem-Single-File.downloadcenteritem.tmp/Linux_PPDs_FS11001300.zip
    Aborting...
 -> error downloading sources: kyocera-fs11001300d 
     context: error downloading sources: kyocera-fs11001300d 
     context: exit status 1 

noel commented on 2017-04-06 13:33 (UTC)

Do you still have this 403 (forbidden) problem?

Ambrevar commented on 2016-06-28 07:13 (UTC)

Got a 403 error. Maybe you should set the user agent for curl.

noel commented on 2016-03-28 13:18 (UTC)

I checked it, the link in sources is working.

Kerr commented on 2016-03-09 08:05 (UTC) (edited on 2016-03-09 08:07 (UTC) by Kerr)

Link is broken. I can't to build this package.