

Code: Select all
INSTALL MISSING REQUIRED DEPENDENCIES
-------------------------------------
note: Installation of dependencies requires an active internet connection.
warning: Missing REQUIRED dependency: libjpeg (libjpeg - JPEG library)
warning: This installer cannot install 'libjpeg' for your distro/OS and/or version.
error: Installation cannot continue without this dependency. Please manually install this dependency and re-run this installer.
[amigaone@void-live ~]$ sudo xbps-install libjpeg
Package 'libjpeg' not found in repository pool.
Did you install hplip with the command "sudo xbps-install -S hplip"?kilaueabart wrote: Sat Nov 27, 2021 11:15 pm Trying to install hplip for printing from void. I ran into this problem:By the way, the installer wanted to know what is Void's closest Linux match. I had to make a wild guess: Linux From Scratch, but what is the correct answer.Code: Select all
INSTALL MISSING REQUIRED DEPENDENCIES ------------------------------------- note: Installation of dependencies requires an active internet connection. warning: Missing REQUIRED dependency: libjpeg (libjpeg - JPEG library) warning: This installer cannot install 'libjpeg' for your distro/OS and/or version. error: Installation cannot continue without this dependency. Please manually install this dependency and re-run this installer. [amigaone@void-live ~]$ sudo xbps-install libjpeg Package 'libjpeg' not found in repository pool.
No, I think I used this, [amigaone@void-live ~]$ sh hplip-3.21.10.run, which I found on the web. I have now used "sudo xbps-install -S hplip." It was very busy, and seemed to finish successfully, no error message, but if I open a file and click Print in the Menu, all I get is "Print to file."xeno74 wrote: Sun Nov 28, 2021 3:16 pm Did you install hplip with the command "sudo xbps-install -S hplip"?
Please activate the cupsd service with the following command:kilaueabart wrote: Mon Nov 29, 2021 9:21 pm Applications has System Tools > Manage Printing but if I click that I get Arctic Fox, telling me Arctic Fox can't establish a connection to the server at localhost:631.
Code: Select all
sudo ln -s /etc/sv/cupsd /var/service/
Code: Select all
sudo sv status cupsd
Code: Select all
sudo sv start cupsd
Code: Select all
sudo hp-setup -i
Code: Select all
dd if=void-live-powerpc-20220129.img of=/dev/sdb
Code: Select all
15695871+0 records in
15695871+0 records out
8036285952 bytes (8.0 GB, 7.5 GiB) copied, 2364.19 s, 3.4 MB/s
Code: Select all
e2fsck -f /dev/sdb2
Code: Select all
X5000> usb reset
Code: Select all
X5000> ls usb 0:1
Code: Select all
X5000> setenv bootargs root=LABEL=void rootdelay=5
Code: Select all
X5000> fatload usb 0:1 1000000 uImage-5.10
Code: Select all
X5000> fatload usb 0:1 1c00000 cyrus-p5020.dtb
Code: Select all
X5000> fatload usb 0:1 1c00000 cyrus-p5040.dtb
Code: Select all
X5000> fatload usb 0:1 2000000 uinitrd-5.10
Code: Select all
X5000> bootm 1000000 2000000 1c00000
Code: Select all
CFE> setenv bootargs "root=LABEL=void rootdelay=5"
Code: Select all
CFE> ramdisk -z -addr=0x24000000 -fatfs usbdisk0:initrd-5.10.img
Code: Select all
CFE> boot -elf -noints -fatfs usbdisk0:vmlinux-5.10
Code: Select all
dd if=/dev/sdd2 of=/dev/sdb6 && e2fsck -f /dev/sdb6 && resize2fs /dev/sdb6 && tune2fs -L void /dev/sdb6
It works great on my X1000. I would recommend you to install it.sailorMH wrote: Sun Jan 30, 2022 1:25 pm thanks Christian, it looks very nice.
in past I corrupted my Debian installation am was too lazy to repair it. This look like opportunity to install new linux on my X1000.