LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-17-2020, 04:13 PM   #6286
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Original Poster
Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351

Quote:
Originally Posted by gegechris99 View Post
To remove this udev error message during boot (it looks like some noise).
Code:
udevd[211]: failed to execute '/lib64/elogind/elogind-uaccess-command' '/lib64/elogind/elogind-uaccess-command /dev/sr0 ': No such file or directory
Could you please add 73-seat-lates.rules from elogind package to udev blacklist in /sbin/mkinitrd:

Code:
LIBUDEV_BLACKLIST="\
  ipod-set-info \
  iphone-set-info \
  check-mtp-device \
  check-ptp-camera \
  udev-configure-printer \
  rules.d/60-openobex.rules \
  rules.d/73-seat-late.rules \
  rules.d/85-regulatory.rules \
  "
Thank you
Already queued up here, but it's nice to see users figure out what we think is the right way to do things :-)

EDIT: Hmm, after checking what I had queued up, I see that you were *more* correct -- I'd hastily identified the 70-uaccess.rules file as the culprit and blacklisted it. Fixed now - thanks!!

Last edited by rworkman; 12-17-2020 at 04:17 PM.
 
3 members found this post helpful.
Old 12-18-2020, 03:59 AM   #6287
chris.willing
Member
 
Registered: Jun 2014
Location: Brisbane, Australia
Distribution: Slackware,LFS
Posts: 915

Rep: Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619
Quote:
Originally Posted by ngc891 View Post
Please add Python bindings in the opencv SlackBuild:

Code:
-DPYTHON2_PACKAGES_PATH=$(python2 -c "import site; print(site.getsitepackages()[0])") \
-DPYTHON3_PACKAGES_PATH=$(python3 -c "import site; print(site.getsitepackages()[0])") \
Thanks,
I'd like to add my support for the python bindings - at the very least for python3.

According to the opencv people
, it's not possible to build them separately later against an existing opencv-core (which may have been a good SBo SlackBuild). There was mention of a project producing python wheels but it seems to generate a new private version of opencv-core.

Adding the above lines for python support has worked in the SBo SlackBuild for a long time with no complaints i.e. tried & proven. Also, it is the mechanism instituted (& presumably recommended) by the opencv devs themselves. I've tried it in -current's 4.5.0 version and it works fine.

Please consider,
chris
 
5 members found this post helpful.
Old 12-18-2020, 04:33 AM   #6288
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,212

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
icu4c-68.2:

http://site.icu-project.org/download/68
 
Old 12-18-2020, 11:04 AM   #6289
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
@lilo maintainer, patch to make lilo compile with gcc10:
Code:
--- lilo.SlackBuild.orig	2020-12-18 18:09:47.000000000 +0100
+++ lilo.SlackBuild	2020-12-18 18:09:27.000000000 +0100
@@ -59,6 +59,7 @@
 zcat $CWD/lilo.ignore.usable.memory.above.4G.diff.gz | patch -p1 --verbose || exit 1
 zcat $CWD/lilo.allow.colons.in.by-id.diff.gz | patch -p1 --verbose || exit 1
 zcat $CWD/lilo.nvme.support.diff.gz | patch -p1 --verbose || exit 1
+cat  $CWD/lilo-24.2-gcc10.patch | patch -p1 --verbose || exit 1
 
 make || exit 1
 make install DESTDIR=$PKG || exit 1
lilo-24.2-gcc10.patch
Code:
--- lilo-24.2.orig/src/Makefile	2015-11-22 00:50:25.000000000 +0100
+++ lilo-24.2/src/Makefile	2020-12-18 17:55:31.898578482 +0100
@@ -22,7 +22,7 @@
 NASM=nasm
 G=`cat foo1 foo2 | grep version | cut -d " " -f 3`
 
-CFLAGS=$(OPT) -Wall $(PCONFIG)
+CFLAGS=$(OPT) -Wall $(PCONFIG) -fcommon
 LIBS=$(DEVMAPPER)
 
 OBJS=lilo.o raid.o map.o geometry.o boot.o device.o common.o bsect.o cfg.o \

Last edited by franzen; 12-18-2020 at 11:15 AM. Reason: patch fixed
 
1 members found this post helpful.
Old 12-18-2020, 12:07 PM   #6290
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
glibmm-2.68.0
https://download.gnome.org/sources/g...-2.68.0.tar.xz
 
Old 12-18-2020, 01:37 PM   #6291
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Rep: Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084
Nobby6,

Your posting privileges have been suspended for 24 hours. Please refrain from this behavior if you'd like to continue participating at LQ.

--jeremy
 
Old 12-19-2020, 03:20 PM   #6292
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
atkmm-2.36.0
https://download.gnome.org/sources/a...-2.36.0.tar.xz

pangomm-2.48.0
https://download.gnome.org/sources/p...-2.48.0.tar.xz
 
Old 12-19-2020, 05:13 PM   #6293
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
ImageMagick 7.0.10-52
https://imagemagick.org/script/changelog.php
https://imagemagick.org/download/Ima...0.10-52.tar.lz
 
Old 12-19-2020, 09:47 PM   #6294
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,220

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
Question (possibly a request) for `slackpkg check-updates`, the man page says:
Quote:
Verify if there is any update to ChangeLog.txt. This is good to be used from cron to alert the sysadmin about updates.
But the return value always seems to be zero (whether there are updates or not). How is it meant to be used in a script?
 
Old 12-20-2020, 01:15 AM   #6295
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,683

Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375
Hi Pat,

NVMe temperature monitoring from HWMON was introduced in kernel 5.5. If possible would you add NVMe hardware monitoring support in the next 5.10.x kernel. I just got done testing it and it works. However for it to work there needs to be a small change to the kernel config. I will post links to what I did to make it work

https://www.linuxquestions.org/quest...ml#post6197617
https://www.linuxquestions.org/quest...ml#post6197598

The initial commit from November 2019, if you are interested
https://lore.kernel.org/linux-pm/201...fa05b82411bab7

Thank You
 
3 members found this post helpful.
Old 12-20-2020, 03:18 AM   #6296
gegechris99
Senior Member
 
Registered: Oct 2005
Location: France
Distribution: Slackware 15.0 64bit
Posts: 1,160
Blog Entries: 5

Rep: Reputation: 392Reputation: 392Reputation: 392Reputation: 392
Quote:
Originally Posted by drgibbon View Post
Question (possibly a request) for `slackpkg check-updates`, the man page says:

But the return value always seems to be zero (whether there are updates or not). How is it meant to be used in a script?
"slackpkg check-updates" will create file ~/.slackpkg/updated-repos.txt. This file is empty if there is no update in repo or it will contain the list of repositories with updates (it works with slackpkg+ so you can have more than one repository updated).

You can use it in crontab of your user (no need to be root) to send notification when a repository is updated.
Code:
$ crontab -l
SHELL=/bin/bash

# Check update of Slackware  packages
#0 * * * * export DISPLAY=:0 && /usr/sbin/slackpkg &>/dev/null check-updates && [ -s ~/.slackpkg/updated-repos.txt ] && DBUS_SESSION_BUS_ADDRESS=$(ps -u chris e | grep -Eo 'dbus-daemon.*ADDRESS=unix:abstract=/tmp/dbus-[A-Za-z0-9]{10}' | tail -c35) /usr/bin/notify-send -i dialog-warning "[ S L A C K P K G + ]" "Available updates in repositories: $(cat ~/.slackpkg/updated-repos.txt|tr '\n' ','|sed 's/,$//' )"
0 * * * * sh $HOME/data/script/check_slackware_update.sh
The one-liner is commented out but works in all DE while the script works only with Plasma 5. The difficulty (at least for me) was to find a way to get value of DBUS_SESSION_BUS_ADDRESS (needed for notify-send) in the cron context. I found the solution looking around in various sites. It surely can be improved but it would be better to discuss that in a separate thread.
Code:
$ cat $HOME/data/script/check_slackware_update.sh 
#!/bin/bash
/usr/sbin/slackpkg &>/dev/null check-updates
username=$(/usr/bin/whoami)
pid=$(pgrep -u $username kded5)
dbus=$(grep -z DBUS_SESSION_BUS_ADDRESS /proc/$pid/environ | sed 's/DBUS_SESSION_BUS_ADDRESS=//')
export DBUS_SESSION_BUS_ADDRESS=$dbus
[ -s ~/.slackpkg/updated-repos.txt ] && /usr/bin/notify-send -i dialog-warning "[ S L A C K P K G + ]" "Available updates in repositories: $(cat ~/.slackpkg/updated-repos.txt|tr '\n' ','|sed 's/,$//')"
[EDIT] file ~/.slackpkg/updated-repos.txt is part of slackpkg+ and not of the stock slackpkg. See this post

Last edited by gegechris99; 12-20-2020 at 04:36 AM. Reason: updated-repos.txt is not part of stock slackpkg
 
Old 12-20-2020, 04:17 AM   #6297
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
slacktrack depends the executable-bit of a given script, e.g. to as part of the linux-docutils build.
Depending on the mirror used, executable-bits get lost when synct via rsync, e.g. from mirrors.kernel.org/slackware/slackware64-current/source/

Following does fix this:
Code:
--- slacktrack.orig	2020-12-20 10:52:10.880107851 +0100
+++ slacktrack	2020-12-20 10:52:28.386507648 +0100
@@ -674,7 +674,7 @@
 if [ "${LOGGING}" = "Yes" ]; then
    [ -x /usr/libexec/slacktrack/ln ] && export PATH=/usr/libexec/slacktrack:$PATH
    ( printf "\n\n\n[$( date "+%D %r" )] ${PROGNAME}: Executing command line '${COMMANDLINESCRIPT}'\n\n"
-     ${COMMANDLINESCRIPT}
+     sh ${COMMANDLINESCRIPT}
      EXIT_CODE=$?
      if [ ${EXIT_CODE} -gt 0 ]; then
         printf "\n\n[$( date "+%D %r" )] ${PROGNAME}: * WARNING: ${COMMANDLINESCRIPT} returned exit code ${EXIT_CODE} *\n\n"
linux-docutils.SlackBuild would need this in addition
Code:
--- linuxdoc-tools.SlackBuild.orig	2020-12-20 10:01:57.000000000 +0000
+++ linuxdoc-tools.SlackBuild	2020-12-20 08:30:57.000000000 +0000
@@ -24,4 +24,4 @@
   exit 0
 fi
 
-./trackbuild.linuxdoc-tools
+sh ./trackbuild.linuxdoc-tools
Same problem an solution for build-all-kernels.sh
Code:
--- build-all-kernels.sh.orig	2020-12-20 10:06:28.000000000 +0000
+++ build-all-kernels.sh	2020-12-20 10:09:39.000000000 +0000
@@ -92,8 +92,8 @@
   sleep 3
 
   # Build kernel-source package:
-  KERNEL_SOURCE_PACKAGE_NAME=$(PRINT_PACKAGE_NAME=YES KERNEL_CONFIG="config-generic${LOCALVERSION}-${VERSION}${LOCALVERSION}${CONFIG_SUFFIX}" VERSION=$VERSION BUILD=$BUILD ./kernel-source.SlackBuild)
-  KERNEL_CONFIG="config-generic${LOCALVERSION}-${VERSION}${LOCALVERSION}${CONFIG_SUFFIX}" VERSION=$VERSION BUILD=$BUILD ./kernel-source.SlackBuild
+  KERNEL_SOURCE_PACKAGE_NAME=$(PRINT_PACKAGE_NAME=YES KERNEL_CONFIG="config-generic${LOCALVERSION}-${VERSION}${LOCALVERSION}${CONFIG_SUFFIX}" VERSION=$VERSION BUILD=$BUILD sh ./kernel-source.SlackBuild)
+  KERNEL_CONFIG="config-generic${LOCALVERSION}-${VERSION}${LOCALVERSION}${CONFIG_SUFFIX}" VERSION=$VERSION BUILD=$BUILD sh ./kernel-source.SlackBuild
   mkdir -p $OUTPUT
   mv ${TMP}/${KERNEL_SOURCE_PACKAGE_NAME} $OUTPUT || exit 1
   if [ "${INSTALL_PACKAGES}" = "YES" ]; then
@@ -106,16 +106,16 @@
   ( cd $TMP/package-kernel-source
     sh install/doinst.sh
   )
-  KERNEL_HUGE_PACKAGE_NAME=$(PRINT_PACKAGE_NAME=YES KERNEL_NAME=huge KERNEL_SOURCE=$TMP/package-kernel-source/usr/src/linux KERNEL_CONFIG=./kernel-configs/config-huge${LOCALVERSION}-${VERSION}${LOCALVERSION}${CONFIG_SUFFIX} CONFIG_SUFFIX=${CONFIG_SUFFIX} KERNEL_OUTPUT_DIRECTORY=$OUTPUT/kernels/huge$(echo ${LOCALVERSION} | tr -d -).s BUILD=$BUILD ./kernel-generic.SlackBuild)
-  KERNEL_NAME=huge KERNEL_SOURCE=$TMP/package-kernel-source/usr/src/linux KERNEL_CONFIG=./kernel-configs/config-huge${LOCALVERSION}-${VERSION}${LOCALVERSION}${CONFIG_SUFFIX} CONFIG_SUFFIX=${CONFIG_SUFFIX} KERNEL_OUTPUT_DIRECTORY=$OUTPUT/kernels/huge$(echo ${LOCALVERSION} | tr -d -).s BUILD=$BUILD ./kernel-generic.SlackBuild
+  KERNEL_HUGE_PACKAGE_NAME=$(PRINT_PACKAGE_NAME=YES KERNEL_NAME=huge KERNEL_SOURCE=$TMP/package-kernel-source/usr/src/linux KERNEL_CONFIG=./kernel-configs/config-huge${LOCALVERSION}-${VERSION}${LOCALVERSION}${CONFIG_SUFFIX} CONFIG_SUFFIX=${CONFIG_SUFFIX} KERNEL_OUTPUT_DIRECTORY=$OUTPUT/kernels/huge$(echo ${LOCALVERSION} | tr -d -).s BUILD=$BUILD sh ./kernel-generic.SlackBuild)
+  KERNEL_NAME=huge KERNEL_SOURCE=$TMP/package-kernel-source/usr/src/linux KERNEL_CONFIG=./kernel-configs/config-huge${LOCALVERSION}-${VERSION}${LOCALVERSION}${CONFIG_SUFFIX} CONFIG_SUFFIX=${CONFIG_SUFFIX} KERNEL_OUTPUT_DIRECTORY=$OUTPUT/kernels/huge$(echo ${LOCALVERSION} | tr -d -).s BUILD=$BUILD sh ./kernel-generic.SlackBuild
   mv ${TMP}/${KERNEL_HUGE_PACKAGE_NAME} $OUTPUT || exit 1
   if [ "${INSTALL_PACKAGES}" = "YES" ]; then
     installpkg ${OUTPUT}/${KERNEL_HUGE_PACKAGE_NAME} || exit 1
   fi
 
   # Build kernel-generic package:
-  KERNEL_GENERIC_PACKAGE_NAME=$(PRINT_PACKAGE_NAME=YES KERNEL_NAME=generic KERNEL_SOURCE=$TMP/package-kernel-source/usr/src/linux KERNEL_CONFIG=./kernel-configs/config-generic${LOCALVERSION}-${VERSION}${LOCALVERSION}${CONFIG_SUFFIX} CONFIG_SUFFIX=${CONFIG_SUFFIX} KERNEL_OUTPUT_DIRECTORY=$OUTPUT/kernels/generic$(echo ${LOCALVERSION} | tr -d -).s BUILD=$BUILD ./kernel-generic.SlackBuild)
-  KERNEL_NAME=generic KERNEL_SOURCE=$TMP/package-kernel-source/usr/src/linux KERNEL_CONFIG=./kernel-configs/config-generic${LOCALVERSION}-${VERSION}${LOCALVERSION}${CONFIG_SUFFIX} CONFIG_SUFFIX=${CONFIG_SUFFIX} KERNEL_OUTPUT_DIRECTORY=$OUTPUT/kernels/generic$(echo ${LOCALVERSION} | tr -d -).s BUILD=$BUILD ./kernel-generic.SlackBuild
+  KERNEL_GENERIC_PACKAGE_NAME=$(PRINT_PACKAGE_NAME=YES KERNEL_NAME=generic KERNEL_SOURCE=$TMP/package-kernel-source/usr/src/linux KERNEL_CONFIG=./kernel-configs/config-generic${LOCALVERSION}-${VERSION}${LOCALVERSION}${CONFIG_SUFFIX} CONFIG_SUFFIX=${CONFIG_SUFFIX} KERNEL_OUTPUT_DIRECTORY=$OUTPUT/kernels/generic$(echo ${LOCALVERSION} | tr -d -).s BUILD=$BUILD sh ./kernel-generic.SlackBuild)
+  KERNEL_NAME=generic KERNEL_SOURCE=$TMP/package-kernel-source/usr/src/linux KERNEL_CONFIG=./kernel-configs/config-generic${LOCALVERSION}-${VERSION}${LOCALVERSION}${CONFIG_SUFFIX} CONFIG_SUFFIX=${CONFIG_SUFFIX} KERNEL_OUTPUT_DIRECTORY=$OUTPUT/kernels/generic$(echo ${LOCALVERSION} | tr -d -).s BUILD=$BUILD sh ./kernel-generic.SlackBuild
   mv ${TMP}/${KERNEL_GENERIC_PACKAGE_NAME} $OUTPUT || exit 1
   if [ "${INSTALL_PACKAGES}" = "YES" ]; then
     installpkg ${OUTPUT}/${KERNEL_GENERIC_PACKAGE_NAME} || exit 1
@@ -123,16 +123,16 @@
 
   # Build kernel-modules (for the just built generic kernel, but most of them
   # will also work with the huge kernel):
-  KERNEL_MODULES_PACKAGE_NAME=$(PRINT_PACKAGE_NAME=YES KERNEL_SOURCE=$TMP/package-kernel-source/usr/src/linux KERNEL_CONFIG=$TMP/package-kernel-source/usr/src/linux/.config BUILD=$BUILD ./kernel-modules.SlackBuild)
-  KERNEL_SOURCE=$TMP/package-kernel-source/usr/src/linux KERNEL_CONFIG=$TMP/package-kernel-source/usr/src/linux/.config BUILD=$BUILD ./kernel-modules.SlackBuild
+  KERNEL_MODULES_PACKAGE_NAME=$(PRINT_PACKAGE_NAME=YES KERNEL_SOURCE=$TMP/package-kernel-source/usr/src/linux KERNEL_CONFIG=$TMP/package-kernel-source/usr/src/linux/.config BUILD=$BUILD sh ./kernel-modules.SlackBuild)
+  KERNEL_SOURCE=$TMP/package-kernel-source/usr/src/linux KERNEL_CONFIG=$TMP/package-kernel-source/usr/src/linux/.config BUILD=$BUILD sh ./kernel-modules.SlackBuild
   mv ${TMP}/${KERNEL_MODULES_PACKAGE_NAME} $OUTPUT || exit 1
   if [ "${INSTALL_PACKAGES}" = "YES" ]; then
     installpkg ${OUTPUT}/${KERNEL_MODULES_PACKAGE_NAME} || exit 1
   fi
 
   # Build kernel-headers:
-  KERNEL_HEADERS_PACKAGE_NAME=$(PRINT_PACKAGE_NAME=YES KERNEL_SOURCE=$TMP/package-kernel-source/usr/src/linux BUILD=$BUILD ./kernel-headers.SlackBuild)
-  KERNEL_SOURCE=$TMP/package-kernel-source/usr/src/linux BUILD=$BUILD ./kernel-headers.SlackBuild
+  KERNEL_HEADERS_PACKAGE_NAME=$(PRINT_PACKAGE_NAME=YES KERNEL_SOURCE=$TMP/package-kernel-source/usr/src/linux BUILD=$BUILD sh ./kernel-headers.SlackBuild)
+  KERNEL_SOURCE=$TMP/package-kernel-source/usr/src/linux BUILD=$BUILD sh ./kernel-headers.SlackBuild
   mv ${TMP}/${KERNEL_HEADERS_PACKAGE_NAME} $OUTPUT || exit 1
   if [ "${INSTALL_PACKAGES}" = "YES" ]; then
     upgradepkg --reinstall --install-new ${OUTPUT}/${KERNEL_HEADERS_PACKAGE_NAME} || exit 1
 
1 members found this post helpful.
Old 12-20-2020, 07:38 AM   #6298
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,783

Rep: Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460
Quote:
Originally Posted by franzen View Post
Depending on the mirror used, executable-bits get lost when synct via rsync, e.g. from mirrors.kernel.org/slackware/slackware64-current/source/
mirrors.kernel.org seems to be broken. It should be fixed (or just not used).
 
Old 12-20-2020, 08:17 AM   #6299
AlleyTrotter
Member
 
Registered: Jun 2002
Location: Coal Township PA
Distribution: Slackware64-15.0
Posts: 783

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by ZhaoLin1457 View Post
Yup! The December of 2040 is not that so long on road...
Could it be "operation warp speed" or perhaps a worm hole? Suddenly December 2040 for the 5.10 kernel becomes December 2020.
Just Saying
John
 
1 members found this post helpful.
Old 12-20-2020, 09:36 AM   #6300
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,186

Rep: Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378
HPLIP utility still broken, hopefully that gets fixed:

Click image for larger version

Name:	Screenshot_2020-12-20_09-23-18.png
Views:	38
Size:	124.3 KB
ID:	34943
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Requests for -current (20151216) rworkman Slackware 3441 12-28-2017 03:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration