LinuxQuestions.org
Visit Jeremy's Blog.
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 06-29-2023, 07:38 AM   #1036
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,087

Rep: Reputation: 759Reputation: 759Reputation: 759Reputation: 759Reputation: 759Reputation: 759Reputation: 759

Quote:
Originally Posted by BW-userx View Post
Okay I have never done this before, so what are the step by step to fix this kernel as my current just lost x too,
wget https://slackware.uk/cumulative/slackware64-current/slackware64/a/kernel-firmware-20230620_045b213-noarch-1.txz

(as root) upgradepkg ~/kernel-firmware-20230620_045b213-noarch-1.txz

Last edited by kgha; 06-29-2023 at 07:41 AM.
 
3 members found this post helpful.
Old 06-29-2023, 07:38 AM   #1037
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,423

Original Poster
Rep: Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162
Quote:
Originally Posted by BW-userx View Post
Okay I have never done this before, so what are the step by step to fix this kernel as my current just lost x too,
Easiest way: revert to previous pkg
https://slackware.uk/cumulative/slac...3-noarch-1.txz

waiting for Pat's decision tonight
 
3 members found this post helpful.
Old 06-29-2023, 08:46 AM   #1038
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,423

Original Poster
Rep: Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162
While we are at it

It will be great to have make $INSTALL instead of make install in the slackbuild
In order to rebuilt the package with compression
With:
Code:
INSTALL=$(INSTALL:-install)
# Possible values : install | install-xz | install-zst

make DESTDIR=$PKG $INSTALL 2> /dev/null
side note: /lib/firmware size
xz: 364M
zst: 470M
normal: 893M

Last edited by marav; 06-29-2023 at 09:17 AM.
 
1 members found this post helpful.
Old 06-29-2023, 09:49 AM   #1039
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,423

Original Poster
Rep: Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162
Quote:
Originally Posted by marav View Post
the "culprit" is copy-firmware.sh
They made few changes in order to support xz/zstd compression, but they also change the way firmware is copied
Especially, they replace "cp -d $f ..." with "cat $f > ..."

I revert to the previous version of the script with the patch attached, and there is no need to modify "cd $PKG" in the SlackBuild
Instead of removing my duplicate post, they removed both
So, my first solution was to replace cd $PKG with cd $TMP
 
Old 06-29-2023, 02:02 PM   #1040
kermitdafrog8
Member
 
Registered: Dec 2018
Location: Orlando, FL
Distribution: Slackware AARCH64 and X86_64
Posts: 339

Rep: Reputation: Disabled
Quote:
Originally Posted by ctrlaltca View Post
Finally -current is giving us some strong emotions
Code:
[   19.808108] iwlwifi 0000:00:14.3: loading /lib/firmware/iwlwifi-so-a0-gf-a0-72.ucode failed with error -22
[   19.810502] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-72.ucode failed with error -22
[   19.812317] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-71.ucode failed with error -2
[   19.814303] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-70.ucode failed with error -2
[   19.815839] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-69.ucode failed with error -2
[   19.817544] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-68.ucode failed with error -2
[   19.818968] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-67.ucode failed with error -2
[   19.819996] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
[   19.820370] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-66.ucode failed with error -2
[   19.822189] idma64 idma64.1: Found Intel integrated DMA 64-bit
[   19.823101] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-65.ucode failed with error -2
[   19.825827] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-64.ucode failed with error -2
[   19.827054] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-63.ucode failed with error -2
[   19.828264] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-62.ucode failed with error -2
[   19.829434] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-61.ucode failed with error -2
[   19.830622] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-60.ucode failed with error -2
[   19.831778] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-59.ucode failed with error -2
[   19.832900] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-58.ucode failed with error -2
[   19.834018] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-57.ucode failed with error -2
[   19.835142] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-56.ucode failed with error -2
[   19.836130] intel-lpss 0000:00:1e.2: enabling device (0000 -> 0002)
[   19.836197] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-55.ucode failed with error -2
[   19.837802] idma64 idma64.2: Found Intel integrated DMA 64-bit
[   19.838462] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-54.ucode failed with error -2
[   19.840724] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-53.ucode failed with error -2
[   19.841761] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-52.ucode failed with error -2
[   19.842745] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-51.ucode failed with error -2
[   19.843751] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-50.ucode failed with error -2
[   19.844726] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-49.ucode failed with error -2
[   19.845683] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-48.ucode failed with error -2
[   19.846649] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-47.ucode failed with error -2
[   19.847628] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-46.ucode failed with error -2
[   19.848581] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-45.ucode failed with error -2
[   19.849570] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-44.ucode failed with error -2
[   19.850531] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-43.ucode failed with error -2
[   19.851434] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-42.ucode failed with error -2
[   19.852330] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-41.ucode failed with error -2
[   19.853272] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-40.ucode failed with error -2
[   19.854205] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-39.ucode failed with error -2
[   19.855011] iwlwifi 0000:00:14.3: no suitable firmware found!
[   19.855888] iwlwifi 0000:00:14.3: minimum version required: iwlwifi-so-a0-gf-a0-39
[   19.856765] iwlwifi 0000:00:14.3: maximum version supported: iwlwifi-so-a0-gf-a0-72
[   19.857671] iwlwifi 0000:00:14.3: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git

[   20.381866] i915 0000:00:02.0: loading /lib/firmware/i915/adlp_dmc_ver2_16.bin failed with error -22
[   20.381880] i915 0000:00:02.0: Direct firmware load for i915/adlp_dmc_ver2_16.bin failed with error -22
[   20.381889] i915 0000:00:02.0: [drm] Failed to load DMC firmware i915/adlp_dmc_ver2_16.bin. Disabling runtime power management.
[   20.381896] i915 0000:00:02.0: [drm] DMC firmware homepage: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
[   20.382525] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[   20.398505] i915 0000:00:02.0: loading /lib/firmware/i915/adlp_guc_70.bin failed with error -22
[   20.398510] i915 0000:00:02.0: GuC firmware i915/adlp_guc_70.bin: fetch failed with error -22
[   20.398513] i915 0000:00:02.0: Please file a bug on drm/i915; see https://gitlab.freedesktop.org/drm/intel/-/wikis/How-to-file-i915-bugs for details.
[   20.398515] i915 0000:00:02.0: [drm] GuC firmware(s) can be downloaded from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
[   20.402799] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[   20.402987] sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[   20.403013] sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
[   20.403454] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
[   20.513500] i915 0000:00:02.0: [drm] GuC firmware i915/adlp_guc_70.bin version 0.0.0
[   20.513582] i915 0000:00:02.0: GuC initialization failed -8
[   20.513585] i915 0000:00:02.0: Enabling uc failed (-5)
[   20.513587] i915 0000:00:02.0: Failed to initialize GPU, declaring it wedged!
[   20.513985] i915 0000:00:02.0: [drm:add_taint_for_CI [i915]] CI tainted:0x9 by intel_gt_init+0xaf/0x2f0 [i915]


[   26.142911] bluetooth hci0: loading /lib/firmware/intel/ibt-0040-0041.sfi failed with error -22
[   26.142919] Bluetooth: hci0: Failed to load Intel firmware file intel/ibt-0040-0041.sfi (-22)
I was getting this same error message in dmesg. Also seeing USB issues recently too.

Code:
[   20.672890] usb 1-7: device descriptor read/64, error -110
[   36.544889] usb 1-7: device descriptor read/64, error -110
[   52.416824] usb 1-7: device descriptor read/64, error -110
[   68.288960] usb 1-7: device descriptor read/64, error -110
[   74.222909] usb 1-7: device not accepting address 6, error -71
[   79.854904] usb 1-7: device not accepting address 7, error -71
 
Old 06-29-2023, 02:25 PM   #1041
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,423

Original Poster
Rep: Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162
Quote:
Originally Posted by kermitdafrog8 View Post
I was getting this same error message in dmesg. Also seeing USB issues recently too.

Code:
[   20.672890] usb 1-7: device descriptor read/64, error -110
[   36.544889] usb 1-7: device descriptor read/64, error -110
[   52.416824] usb 1-7: device descriptor read/64, error -110
[   68.288960] usb 1-7: device descriptor read/64, error -110
[   74.222909] usb 1-7: device not accepting address 6, error -71
[   79.854904] usb 1-7: device not accepting address 7, error -71
basically, the latest kernel-firmware .txz is empty
so this is quite normal ;-)
 
Old 06-29-2023, 02:41 PM   #1042
biker_rat
Member
 
Registered: Feb 2010
Posts: 371

Rep: Reputation: 220Reputation: 220Reputation: 220
AMD graphics and wifi on 3 laptops borked. Wife had a zoom meeting at 11:30 , checked her laptop at 11:00. I was like chicken with head chopped of for 15 min before figure this out. Downgraded. Revert before next chicken gets decapitated?
 
Old 06-29-2023, 02:51 PM   #1043
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,423

Original Poster
Rep: Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162
3 updates (x86_64) : 3 rebuilt
Code:
Thu Jun 29 19:32:12 UTC 2023
a/kernel-firmware-20230625_ee91452-noarch-2.txz:  Rebuilt.
  When building the package, install from the download directory rather than
  moving the download directory to the destination directory first. Evidently
  "cp -d foo foo" and "cat foo > foo" don't exactly behave the same. ;-)
  Support a COMPRESSION= variable which may be set to xz or zstd to compress
  the kernel modules. For now, we'll stick with uncompressed modules.
isolinux/initrd.img:  Rebuilt.
  Replaced corrupted firmware.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
  Replaced corrupted firmware.
Provided by http://marav8.free.fr/report/slack-current-x86_64.txt
 
Old 06-29-2023, 02:55 PM   #1044
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,569

Rep: Reputation: 3429Reputation: 3429Reputation: 3429Reputation: 3429Reputation: 3429Reputation: 3429Reputation: 3429Reputation: 3429Reputation: 3429Reputation: 3429Reputation: 3429
Quote:
Originally Posted by biker_rat View Post
AMD graphics and wifi on 3 laptops borked. Wife had a zoom meeting at 11:30 , checked her laptop at 11:00. I was like chicken with head chopped of for 15 min before figure this out. Downgraded. Revert before next chicken gets decapitated?
I will not recommend you to use slackware-current for anything which requires a stable working of computer. I.e. for remote working at home.

Please remember that -current is the development tree of Slackware, and currently it could be considered in alpha state.

Using it means you have joined as beta-tester, for Slackware Project.

Last edited by LuckyCyborg; 06-30-2023 at 02:33 AM.
 
Old 06-29-2023, 02:56 PM   #1045
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,070

Rep: Reputation: Disabled
Slackware-current is intended for testing purposes only, so that the next version be as bug free as possible. How many times should this be reminded?
 
Old 06-29-2023, 02:57 PM   #1046
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,542

Rep: Reputation: 8544Reputation: 8544Reputation: 8544Reputation: 8544Reputation: 8544Reputation: 8544Reputation: 8544Reputation: 8544Reputation: 8544Reputation: 8544Reputation: 8544
Quote:
Originally Posted by Didier Spaier View Post
Slackware-current is intended for testing purposes only, so that the next version be as bug free as possible. How many times should this be reminded?
We just got the only sort of reminder that most users will heed.

Last edited by volkerdi; 06-29-2023 at 03:00 PM.
 
6 members found this post helpful.
Old 06-29-2023, 03:08 PM   #1047
dederon
Member
 
Registered: Oct 2013
Posts: 108

Rep: Reputation: 56
Quote:
Originally Posted by kgha View Post
Lost wifi, X session OK but an odd error when trying to run vivaldi (sorted after chmod 7455), can't figure out if/how that's related to today's upgrades:

Code:
[2017:2017:0629/103041.238125:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /opt/vivaldi/vivaldi-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap
kgha@darkstar:~$ [2027:2027:0100/000000.260943:ERROR:zygote_linux.cc(661)] write: Broken pipe (32)
hi kgha,

i had exactly the same issue. firmware is not the culprit, as i did not upgrade this package. so the source of this problem is something else.
i wonder how this is even possible.

while at it, conty does not work anymore:

Code:
xxxx@xxxx:~/download $ ./conty_lite.sh ls
fusermount3: failed to access mountpoint /tmp/conty_lite.sh_xxxx_304415a/mnt: Permission denied
fuse: unknown option(s): `-o debuglevel=error,workers=2,mlock=try,no_cache_image,cache_files,cachesize=128M'
Mounting the image failed!
rm: can't stat '/tmp/conty_lite.sh_xxxx_304415a/mnt': Socket not connected
used to work before the upgrade. can someone confirm?
 
Old 06-29-2023, 03:12 PM   #1048
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,423

Original Poster
Rep: Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162Reputation: 4162
Quote:
Originally Posted by dederon View Post
hi kgha,

i had exactly the same issue. firmware is not the culprit, as i did not upgrade this package. so the source of this problem is something else.
i wonder how this is even possible.

while at it, conty does not work anymore:

Code:
xxxx@xxxx:~/download $ ./conty_lite.sh ls
fusermount3: failed to access mountpoint /tmp/conty_lite.sh_xxxx_304415a/mnt: Permission denied
fuse: unknown option(s): `-o debuglevel=error,workers=2,mlock=try,no_cache_image,cache_files,cachesize=128M'
Mounting the image failed!
rm: can't stat '/tmp/conty_lite.sh_xxxx_304415a/mnt': Socket not connected
used to work before the upgrade. can someone confirm?
Hi dederon,

If your issue is not directly related to the changelog
please feel free to open a new thread in order not to affect the readability of this one.

Thx ;-)
 
Old 06-30-2023, 12:57 AM   #1049
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,087

Rep: Reputation: 759Reputation: 759Reputation: 759Reputation: 759Reputation: 759Reputation: 759Reputation: 759
Suggested here that the fuse issue (and maybe the permission issue in vivaldi?) is actually caused by the latest util-linux upgrade:
https://www.linuxquestions.org/quest...1/#post6439262
 
1 members found this post helpful.
Old 06-30-2023, 01:30 PM   #1050
kermitdafrog8
Member
 
Registered: Dec 2018
Location: Orlando, FL
Distribution: Slackware AARCH64 and X86_64
Posts: 339

Rep: Reputation: Disabled
Using the latest firmware still didn't completely fix the Wi-Fi problem on my end. Wi-Fi will work for a little while but eventually dumps out and no longer works. Not sure if anyone else is seeing the same problem.
 
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] Latest Firefox (88.0.1) has trouble with -current changelog... andrew.46 Slackware 5 05-10-2021 04:59 AM
Wrong ChangeLog for Slackware Current? rsamurti Slackware 5 06-28-2020 01:46 AM
Latest Xorg changelog effect brodo Slackware 12 09-22-2008 01:17 AM

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

All times are GMT -5. The time now is 06:50 AM.

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