change Wine Files to Nautilus? https://askubuntu.com/questions/1565194/change-wine-files-to-nautilus

enter image description hereThis may be an old question. Does anyone knows a way to change Wine Files to Nautilus ?

I have been seartching but no good results.

I would like to open the normal Nautilus files.

I have Bottles and Winetricks. Never figured out this issue.

Thanks

22.04 to 24.04 upgrade is still held up after 17 months https://askubuntu.com/questions/1565191/22-04-to-24-04-upgrade-is-still-held-up-after-17-months

node-tar is one of the broken packages. It seems to have a lot of bits. Can I remove it or completely remove it and reinstall without risking breaking the system? i.e. is this essential stuff or will the removal and reinstall run OK?

The full set of faulty packages is node-{mkdirp,nopt,pre-gyp,tar}

Is it safe to fully remove the whole lot and reinstall them?

Trying to set simultaneous audio output broke my system. How can I fix it? https://askubuntu.com/questions/1565190/trying-to-set-simultaneous-audio-output-broke-my-system-how-can-i-fix-it

I'm a brand new Linux user running Kubuntu release 25.10 for the second day now.

I was looking for a way to set up audio output from two devices at the same time, which is a very important feature for me. I looked up a recent and human-written guide for this but, after following it, not only did I not achieve what I wanted, but something went wrong.

Some of the symptoms I'm experiencing: I can't correctly switch between my audio devices. Audio is either coming only through the speakers or not working at all. The menu seems glitched, as the radio buttons allow multiple selections, even though this has no effect. Youtube videos are not playing. And even Firefox became non responsive a few times since.

Screenshot of the current audio devices list

I'm editing to add what /var/log/apt/history.log says I did following the guide.

Start-Date: 2026-03-26  20:48:04
Commandline: apt install pavucontrol
Install: libpangomm-2.48-1t64:amd64 (2.56.1-1, automatic), libsigc++-3.0-0:amd64 (3.6.0-2, automatic), libcairomm-1.16-1:amd64 (1.18.0-2, automatic), libgtkmm-4.0-0:amd64 (4.20.0-1, automatic), libglibmm-2.68-1t64:amd64 (2.84.0-1ubuntu1, automatic), pavucontrol:amd64 (6.1-1)
End-Date: 2026-03-26  20:48:07

Start-Date: 2026-03-26  20:59:10
Commandline: apt install pulseaudio
Install: pulseaudio:amd64 (1:17.0+dfsg1-2ubuntu3)
End-Date: 2026-03-26  20:59:13

Start-Date: 2026-03-26  21:14:44
Commandline: apt install paprefs
Install: pulseaudio-module-gsettings:amd64 (1:17.0+dfsg1-2ubuntu3, automatic), gnome-icon-theme:amd64 (3.12.0-6, automatic), paprefs:amd64 (1.2-1fakesync1build2), pulseaudio-module-zeroconf:amd64 (1:17.0+dfsg1-2ubuntu3, automatic)
Remove: pipewire-pulse:amd64 (1.4.7-3ubuntu2), kubuntu-desktop:amd64 (1.480)
End-Date: 2026-03-26  21:14:47

I have no idea how to check what went wrong and how to solve it, so any help would be appreciated.

mailman3-full install errors https://askubuntu.com/questions/1565189/mailman3-full-install-errors

I'm trying to set up a new 24.04 LTS machine with mailman3 to replace a mailman2 machine I currently run.

The issue is that during the install, I'm seeing multiple errors like the following:

/usr/lib/python3/dist-packages/csscompressor/tests/test_yui.py:270: SyntaxWarning: invalid escape sequence '\:'
  input = """
/usr/lib/python3/dist-packages/robot_detection.py:14: SyntaxWarning: invalid escape sequence '\-'
  'google\-sitemaps',
/usr/lib/python3/dist-packages/whoosh/analysis/intraword.py:285: SyntaxWarning: invalid escape sequence '\|'
  def __init__(self, delims=u("-_'\"()!@#$%^&*[]{}<>\|;:,./?`~=+"),
/usr/lib/python3/dist-packages/whoosh/codec/whoosh3.py:1116: SyntaxWarning: "is" with 'int' literal. Did you mean "=="?
  elif fixedsize is 0:

Then I got the following:

/usr/lib/python3/dist-packages/django_q/conf.py:174: UserWarning: Retry and timeout are misconfigured. Set retry larger than timeout,failure to do so will cause the tasks to be retriggered before completion.See https://django-q2.readthedocs.io/en/master/configure.html#retry for details.
  warn(
Traceback (most recent call last):
  File "/usr/bin/django-admin", line 33, in <module>
    sys.exit(load_entry_point('Django==4.2.11', 'console_scripts', 'django-admin')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", line 442, in execute_from_command_line
    utility.execute()
  File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", line 416, in execute
    django.setup()
  File "/usr/lib/python3/dist-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/usr/lib/python3/dist-packages/django/apps/registry.py", line 124, in populate
    app_config.ready()
  File "/usr/lib/python3/dist-packages/allauth/account/apps.py", line 15, in ready
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: allauth.account.middleware.AccountMiddleware must be added to settings.MIDDLEWARE

Then:

/usr/lib/python3/dist-packages/django_q/conf.py:174: UserWarning: Retry and timeout are misconfigured. Set retry larger than timeout,failure to do so will cause the tasks to be retriggered before completion.See https://django-q2.readthedocs.io/en/master/configure.html#retry for details.
  warn(
Traceback (most recent call last):
  File "/usr/bin/django-admin", line 33, in <module>
    sys.exit(load_entry_point('Django==4.2.11', 'console_scripts', 'django-admin')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", line 442, in execute_from_command_line
    utility.execute()
  File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", line 416, in execute
    django.setup()
  File "/usr/lib/python3/dist-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/usr/lib/python3/dist-packages/django/apps/registry.py", line 124, in populate
    app_config.ready()
  File "/usr/lib/python3/dist-packages/allauth/account/apps.py", line 15, in ready
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: allauth.account.middleware.AccountMiddleware must be added to settings.MIDDLEWARE

And then it died:

dpkg: error processing package mailman3-web (--configure):
 installed mailman3-web package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of mailman3-full:
 mailman3-full depends on mailman3-web; however:
  Package mailman3-web is not configured yet.

dpkg: error processing package mailman3-full (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                          Errors were encountered while processing:
 mailman3-web
 mailman3-full
needrestart is being skipped since dpkg has failed
E: Sub-process /usr/bin/dpkg returned an error code (1)

I'm going to try to install -web first and the -full and see if that works any better, but anyone have any pointers?

This is a brand new install of 24.04, with only ssh installed. I also installed all updates. It's got 4GB of RAM and a 500GB drive (this is a VM).

Thanks!

Mouse clicks are not working https://askubuntu.com/questions/1565183/mouse-clicks-are-not-working

I am running the latest build of Ubuntu and have been trying to set up and run a Windows game. I can successfully install and initially run it via Heroic, and as a non-Steam game added to my library.

Launching it with Proton 9 or 10 works fine, but as soon as I am in the main screen and have to make a choice of two options on screen, the mouse clicks do not work. I can move the mouse cursor fine, but the game doesn't respond to any mouse key entries.

I have run app updates and upgrades, and tried uninstalling it via Wine/Winetricks and Bottles with no luck. When I tried running the installation via Winetricks, it rejected the 'broken' Nvidia driver build (I have tried switching multiple times to various supported Nvidia drivers and trying the installation after each change, again with no luck). I haven't got a clue what to do next.

I've tried doing multiple searches for an answer with no luck. In addition, all other Steam-based games and games I've added to Heroic work fully with no mouse-related issues. This looks like it's something specific to the game (Foundation: Galactic Frontier).

Do you have any ideas or suggestions?

Deja Dup cannot connect to remote server for backup https://askubuntu.com/questions/1565173/deja-dup-cannot-connect-to-remote-server-for-backup

Deja Dup failed to connect a remote FTP server where it sends my backups. Last backup was 7 days ago. The error message is as below: "Error: Cannot open data connection. Maybe your firewall prevents this?".

Deja Dup Error Message

I have never made any changes to the firewall settings, so the issue is somewhere else. I have checked the username/password in Seahorse and they are correct. I can connect to the remote server and browse around with Filezilla. I can also connect with the command line but I cannot browse around. The error message is "Passive mode address mismatch".

aXXXXXXX@rXXXXXXX:/var/log$ ftp -df ftp_host.net
Trying YYY.YYY.18.67:21 ...
setupsockbufsize: rcvbuf_size determined as 131072
setupsockbufsize: sndbuf_size determined as 16384
Connected to ftp_host.net.
220 server ready - login please
ftp_login: user `<null>' pass `<null>' host `ftp_host.net'
Name (ftp_host.net:aXXXXXXX): my_username
---> USER my_username
331 password required
Password: 
---> PASS XXXX
230 login accepted
---> SYST
215 UNIX Type: L8
Remote system type is UNIX.
Using binary mode to transfer files.
---> FEAT
211-feature list follows
 SIZE
 MDTM
211 end
features[FEAT_FEAT] = 1
features[FEAT_MDTM] = 1
features[FEAT_MLST] = 0
features[FEAT_REST_STREAM] = 0
features[FEAT_SIZE] = 1
features[FEAT_TVFS] = 0
updatelocalcwd: got `/var/log'
ftp> ls
ftp: setsockopt SO_DEBUG (ignored): Permission denied
---> EPSV
502 command not implemented
disabling epsv4 for this connection
---> PASV
227 Entering Passive Mode (YYY,YYY,18,28,247,73)
Passive mode address mismatch.
ftp> exit
---> QUIT
221 goodbye

I suspect the ftp command line is having the same issue as Deja Dup. Any idea how I can resolve this ?

Only noticeable change last week is I've set up 2 VPN connections in Network Manager (OpenVPN and WireGuard). Not sure if they are to blame, but everything else works whether the VPN is on/off (regardless if I use OpenVPN or WireGuard). Deja dup and the ftp command fail as above with/without VPN.

I have also noticed that the IP mentioned on the PASV command (see image above -> YYY.YYY.18.28) differs from the one I get if I ping the server (YYY.YYY.18.68). Could be wrong but I suspect I need to force the ftp client to resolve the correct address before sending the command, but I have no idea how to do so for either ftp command line or Deja Dup.

aXXXXXX@rXXXXXX:/var/log$ ping ftp_host.net
PING ftp_host.net (YYY.YYY.18.68) 56(84) bytes of data.
64 bytes from different_ftp_host_name.net (YYY.YYY.18.68): icmp_seq=1 ttl=54 time=28.0 ms
64 bytes from different_ftp_host_name.net (YYY.YYY.18.68): icmp_seq=2 ttl=54 time=27.8 ms
^C

I have tried forcing active mode (ftp -A) passive mode (ftp -p) and IPv4 only (ftp -4), with no luck. According to Murphy's law, I am due an HDD failure v soon, so I really hope someone can help fixing this before it happens.

I wonder if it's a cache I need to flush. It's working fine with lftp.

aXXXXXXX@rXXXXXXX:/var/log$  lftp -d -u my_username ftp_host.net
Password: 
---- Resolving host address...
---- IPv6 is not supported or configured
---- 4 addresses found: YYY.YYY.18.66, YYY.YYY.18.68, YYY.YYY.18.67, YYY.YYY.18.56
lftp my_username@ftp_host.net:~> ls
---- Connecting to ftp_host.net (YYY.YYY.18.66) port 21
<--- 220 server ready - login please
---> FEAT
<--- 530 login first             
---> AUTH TLS
<--- 530 login first            
---> USER my_username
<--- 331 password required 
---> PASS XXXX
<--- 230 login accepted          
---> FEAT
<--- 211-feature list follows    
<---  SIZE
<---  MDTM
<--- 211 end
---> PWD
<--- 257 "/" is the current directory
---> PASV
<--- 227 Entering Passive Mode (YYY,YYY,18,28,245,234)
---- Connecting data socket to (YYY.YYY.18.28) port 62954
---- Data connection established       
---> LIST
<--- 150 Using transfer connection   
<--- 226 Closing transfer connection
---- Got EOF on data connection
---- Closing data socket
drwxr-xr-x 1 ftp ftp            0 Feb  4  2025 folder1
drwxr-xr-x 1 ftp ftp            0 Jan 20  2025 folder2
drwxr-xr-x 1 ftp ftp            0 Jan 21  2025 folder3
drwxr-xr-x 1 ftp ftp            0 Jan 20  2025 folder4
---- Closing idle connection
---> QUIT
<--- 221 goodbye
---- Closing control socket
lftp my_username@ftp_host.net:/> quit

EDITS:

  • Using Ubuntu 24.04.4 LTS.
  • The local system where Deja Dup is installed is a laptop on a home network. It is restarted daily, including after I noticed the issue.
  • I have no control on the remote FTP server, which is somewhere on the Internet. I rent some space there to drop off my backups. I cannot reboot it. Note that I can reach it and browse through using lftp. Only ftp, and more critically Deja Dup are failing with the error above. I wonder if it's a cache I need to flush.
HP Victus fb3022 is freezing https://askubuntu.com/questions/1565172/hp-victus-fb3022-is-freezing

I am relative new to Linux and have installed Ubuntu 24.04 on my HP Victus 15 fb3022no laptop.

The problem is that the computer freezes, at random intervals - at least I have not found a pattern. It is often under low workload, e.g. browsing with Vivaldi browser. The freezes i some times just around a second or so, but often complet and needing a forced shutdown.

As I understand the problem from other posts it is related to the onboard CPU/GPU AMD Ryzen AI 7.

Solutions that I have tried without it working:

  • Memory test: Passed (tested 3 times)

  • Hardware acceleration disabled in Vivaldi.

  • PSR (Panel Self Refresh) disabled by adding the following parameter to my kernel command line: amdgpu.dcdebugmask=0x12 - from answer no 2 in this thread: Ubuntu 24.04 freezing with AI 9 HX 370

Results of cat /proc/cmdline:

BOOT_IMAGE=/boot/vmlinuz-6.17.0-19-generic root=UUID=35bedf7b-bdb8-4c6f-83b7-44dc3d7467cb ro quiet splash amdgpu.dcdebugmask=0x12 vt.handoff=7

UPDATE with journals after 4 freezing 2 full and 2 short frezes:

Results of journalctl -r:

mar 27 10:44:50 emil-HP systemd[2737]: Started snap.canonical-livepatch.canonical-livepatch-fa855784-0718-416e-8da2-eb8357d9e9d4.scope.
mar 27 10:44:50 emil-HP systemd[2737]: Started snap.canonical-livepatch.canonical-livepatch-0cdbbe9d-a54b-415a-86c6-128473d5ce4a.scope.
mar 27 10:44:50 emil-HP systemd[2737]: Started snap.canonical-livepatch.canonical-livepatch-20059bbc-eb01-4f6e-9a82-97eb1c3088cc.scope.
mar 27 10:44:50 emil-HP systemd[2737]: Started snap.canonical-livepatch.canonical-livepatch-4192c8f1-dee0-4ff1-8491-56ccb752e27d.scope.
mar 27 10:44:46 emil-HP systemd[2737]: Started app-gnome-update\x2dnotifier-4809.scope - Application launched by gnome-session-binary.
mar 27 10:44:46 emil-HP systemd[2737]: Started app-gnome-ubuntu\x2dadvantage\x2dnotification-4811.scope - Application launched by gnome-session-binary.
mar 27 10:44:39 emil-HP systemd[2737]: Started vte-spawn-3fe54e62-3966-46cc-bdbb-a7504286a9b4.scope - VTE child process 4780 launched by gnome-terminal-server process 4769.
mar 27 10:44:39 emil-HP systemd[2737]: Started gnome-terminal-server.service - GNOME Terminal Server.
mar 27 10:44:39 emil-HP dbus-daemon[2772]: [session uid=1000 pid=2772] Successfully activated service 'org.gnome.Terminal'
mar 27 10:44:39 emil-HP systemd[2737]: Starting gnome-terminal-server.service - GNOME Terminal Server...
mar 27 10:44:39 emil-HP systemd[2737]: Created slice app-org.gnome.Terminal.slice - Slice /app/org.gnome.Terminal.
mar 27 10:44:39 emil-HP dbus-daemon[2772]: [session uid=1000 pid=2772] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.>
mar 27 10:44:39 emil-HP systemd[2737]: Started app-gnome-org.gnome.Terminal-4762.scope - Application launched by gnome-shell.
mar 27 10:44:38 emil-HP gnome-shell[3112]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
mar 27 10:44:38 emil-HP gnome-shell[3112]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
mar 27 10:44:38 emil-HP gnome-shell[3112]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
mar 27 10:44:38 emil-HP gnome-shell[3112]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
mar 27 10:44:38 emil-HP gnome-shell[3112]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
mar 27 10:44:38 emil-HP gnome-shell[3112]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
mar 27 10:44:38 emil-HP gnome-shell[3112]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
mar 27 10:44:38 emil-HP gnome-shell[3112]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
mar 27 10:44:38 emil-HP gnome-shell[3112]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
mar 27 10:44:38 emil-HP gnome-shell[3112]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
mar 27 10:44:38 emil-HP gnome-shell[3112]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
mar 27 10:44:38 emil-HP gnome-shell[3112]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
mar 27 10:44:38 emil-HP gnome-shell[3112]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
mar 27 10:44:38 emil-HP gnome-shell[3112]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
mar 27 10:44:38 emil-HP gnome-shell[3112]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
mar 27 10:44:38 emil-HP gnome-shell[3112]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
mar 27 10:44:38 emil-HP gnome-shell[3112]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
mar 27 10:44:38 emil-HP gnome-shell[3112]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
mar 27 10:44:36 emil-HP systemd[1]: systemd-hostnamed.service: Deactivated successfully.
mar 27 10:44:31 emil-HP gnome-shell[3112]: Can't update stage views actor unnamed [MetaSurfaceActorX11] is on because it needs an allocation.
mar 27 10:44:31 emil-HP gnome-shell[3112]: Can't update stage views actor unnamed [MetaWindowActorX11] is on because it needs an allocation.
mar 27 10:44:30 emil-HP kernel: audit: type=1400 audit(1774604670.906:201): apparmor="ALLOWED" operation="connect" class="file" profile="libreoffice-soffice" name="/home/emil/.cache/i>
mar 27 10:44:30 emil-HP kernel: kauditd_printk_skb: 1 callbacks suppressed
mar 27 10:44:30 emil-HP gnome-shell[3112]: DING: Warning: failed to launch javaldx - java may not function correctly
mar 27 10:44:24 emil-HP systemd[1]: systemd-localed.service: Deactivated successfully.
mar 27 10:44:16 emil-HP nautilus[4657]: Unexpected plugin response.  This probably indicates a bug in a Nautilus extension: handle=0x62c0cd908e60
mar 27 10:44:16 emil-HP nautilus[4657]: Unexpected plugin response.  This probably indicates a bug in a Nautilus extension: handle=0x62c0ce734bb0
mar 27 10:44:16 emil-HP nautilus[4657]: Unexpected plugin response.  This probably indicates a bug in a Nautilus extension: handle=0x62c0ce4955c0
mar 27 10:44:16 emil-HP nautilus[4657]: Unexpected plugin response.  This probably indicates a bug in a Nautilus extension: handle=0x62c0ce1792f0
mar 27 10:44:16 emil-HP nautilus[4657]: Unexpected plugin response.  This probably indicates a bug in a Nautilus extension: handle=0x62c0cea57e20
mar 27 10:44:16 emil-HP nautilus[4657]: Unexpected plugin response.  This probably indicates a bug in a Nautilus extension: handle=0x62c0ce1978c0
lines 1-44
  1. short freeze:

    mar 27 08:48:23 emil-HP kernel: audit: type=1400 audit(1774597703.015:213): apparmor="DENIED" operation="open" class="file" profile="snap.vivaldi.vivaldi-stable" name="/proc/4165/smap> mar 27 08:48:20 emil-HP kernel: nvidia 0000:04:00.0: Enabling HDA controller mar 27 08:48:03 emil-HP kernel: workqueue: pm_runtime_work hogged CPU for >13333us 35 times, consider switching to WQ_UNBOUND mar 27 08:47:47 emil-HP kernel: nvidia 0000:04:00.0: Enabling HDA controller mar 27 08:47:26 emil-HP kernel: audit: type=1400 audit(1774597646.528:212): apparmor="DENIED" operation="open" class="file" profile="snap.vivaldi.vivaldi-stable" name="/proc/4165/smap> mar 27 08:47:03 emil-HP vivaldi_vivaldi-stable.desktop[6661]: [6661:32:0327/084703.783297:ERROR:chromium/third_party/webrtc/p2p/base/stun_port.cc:123] Binding request timed out from [> mar 27 08:47:00 emil-HP kernel: nvidia 0000:04:00.0: Enabling HDA controller mar 27 08:46:38 emil-HP systemd[1]: flatpak-system-helper.service: Consumed 1.263s CPU time. mar 27 08:46:38 emil-HP systemd[1]: flatpak-system-helper.service: Deactivated successfully. mar 27 08:46:33 emil-HP wpa_supplicant[1267]: wlo1: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-68 noise=9999 txrate=344100 mar 27 08:46:23 emil-HP vivaldi_vivaldi-stable.desktop[6878]: [6878:6878:0327/084623.900853:ERROR:chromium/services/video_capture/video_capture_service_impl.cc:201] Bind context provi> mar 27 08:46:23 emil-HP vivaldi_vivaldi-stable.desktop[6878]: [6878:6878:0327/084623.898015:ERROR:chromium/base/memory/shared_memory_switch.cc:289] Failed global descriptor lookup: 7 mar 27 08:46:22 emil-HP vivaldi_vivaldi-stable.desktop[6854]: [6854:6854:0327/084622.667168:ERROR:chromium/base/memory/shared_memory_switch.cc:289] Failed global descriptor lookup: 7 mar 27 08:46:22 emil-HP vivaldi_vivaldi-stable.desktop[4165]: [4165:4165:0327/084622.323421:ERROR:chromium/extensions/browser/extension_host.cc:469] Received EventAck for extension jf> mar 27 08:46:22 emil-HP vivaldi_vivaldi-stable.desktop[4165]: [4165:4165:0327/084622.306548:ERROR:chromium/extensions/browser/extension_host.cc:469] Received EventAck for extension jf> mar 27 08:46:22 emil-HP vivaldi_vivaldi-stable.desktop[6661]: Fontconfig error: Cannot load default config file: File not found: /snap/vivaldi/375/gnome-platform/etc/fonts/fonts.conf mar 27 08:46:21 emil-HP wpa_supplicant[1267]: wlo1: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-67 noise=9999 txrate=344100 mar 27 08:46:13 emil-HP gnome-shell[2994]: JS ERROR: TypeError: this.actor is null _syncEnabled@resource:///org/gnome/shell/ui/windowManager.js:145:25 onStopped@resource:///org/gnome/shell/ui/windowManager.js:157:35 _makeEaseCallback/<@resource:///org/gnome/shell/ui/environment.js:65:22 _easeActorProperty/<@resource:///org/gnome/shell/ui/environment.js:247:60 _destroyWindowDone@resource:///org/gnome/shell/ui/windowManager.js:1607:21 onStopped@resource:///org/gnome/shell/ui/windowManager.js:1575:39 _makeEaseCallback/<@resource:///org/gnome/shell/ui/environment.js:65:22 _easeActor/<@resource:///org/gnome/shell/ui/environment.js:160:64 @resource:///org/gnome/shell/ui/init.js:21:20 mar 27 08:46:12 emil-HP systemd[2636]: gnome-terminal-server.service: Consumed 1.447s CPU time. mar 27 08:46:00 emil-HP kernel: nvidia 0000:04:00.0: Enabling HDA controller mar 27 08:45:38 emil-HP kernel: nvidia 0000:04:00.0: Enabling HDA controller mar 27 08:45:31 emil-HP kernel: audit: type=1400 audit(1774597531.910:211): apparmor="DENIED" operation="open" class="file" profile="snap.vivaldi.vivaldi-stable" name="/proc/pressure/> mar 27 08:45:31 emil-HP kernel: audit: type=1400 audit(1774597531.910:210): apparmor="DENIED" operation="open" class="file" profile="snap.vivaldi.vivaldi-stable" name="/proc/pressure/> mar 27 08:45:31 emil-HP kernel: audit: type=1400 audit(1774597531.910:209): apparmor="DENIED" operation="open" class="file" profile="snap.vivaldi.vivaldi-stable" name="/proc/pressure/> mar 27 08:45:01 emil-HP CRON[6786]: pam_unix(cron:session): session closed for user root mar 27 08:45:01 emil-HP CRON[6787]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1) mar 27 08:45:01 emil-HP CRON[6786]: pam_unix(cron:session): session opened for user root(uid=0) by root(uid=0) mar 27 08:44:48 emil-HP systemd[2636]: Started vte-spawn-b60cf73f-034b-4b27-9143-707ab000739d.scope - VTE child process 6778 launched by gnome-terminal-server process 6766. mar 27 08:44:47 emil-HP systemd[2636]: Started gnome-terminal-server.service - GNOME Terminal Server.

Journal after full freeze with forced shutdown: via `journalctl -r -b-1´

mar 27 10:25:14 emil-HP tracker-miner-fs-3[10367]: (tracker-extract-3:10367): GLib-GIO-WARNING **: 10:25:14.994: Error creating IO channel for /proc/self/mountinfo: Ugyldigt argument >
mar 27 10:25:01 emil-HP CRON[10359]: pam_unix(cron:session): session closed for user root
mar 27 10:25:01 emil-HP CRON[10362]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
mar 27 10:25:01 emil-HP CRON[10359]: pam_unix(cron:session): session opened for user root(uid=0) by root(uid=0)
mar 27 10:25:00 emil-HP kernel: nvidia 0000:04:00.0: Enabling HDA controller
mar 27 10:24:23 emil-HP gnome-shell[2994]: Can't update stage views actor unnamed [MetaSurfaceActorX11] is on because it needs an allocation.
mar 27 10:24:23 emil-HP gnome-shell[2994]: Can't update stage views actor unnamed [MetaWindowActorX11] is on because it needs an allocation.
mar 27 10:24:19 emil-HP gnome-shell[2994]: Can't update stage views actor unnamed [MetaSurfaceActorX11] is on because it needs an allocation.
mar 27 10:24:19 emil-HP gnome-shell[2994]: Can't update stage views actor unnamed [MetaWindowActorX11] is on because it needs an allocation.
mar 27 10:24:12 emil-HP kernel: nvidia 0000:04:00.0: Enabling HDA controller
mar 27 10:23:59 emil-HP gnome-shell[2994]: Can't update stage views actor unnamed [MetaSurfaceActorX11] is on because it needs an allocation.
mar 27 10:23:59 emil-HP gnome-shell[2994]: Can't update stage views actor unnamed [MetaWindowActorX11] is on because it needs an allocation.
mar 27 10:23:58 emil-HP gnome-shell[2994]: Can't update stage views actor unnamed [MetaSurfaceActorX11] is on because it needs an allocation.
mar 27 10:23:58 emil-HP gnome-shell[2994]: Can't update stage views actor unnamed [MetaWindowActorX11] is on because it needs an allocation.
mar 27 10:23:55 emil-HP kernel: nvidia 0000:04:00.0: Enabling HDA controller
mar 27 10:23:07 emil-HP gnome-shell[2994]: Can't update stage views actor unnamed [MetaSurfaceActorX11] is on because it needs an allocation.
mar 27 10:23:07 emil-HP gnome-shell[2994]: Can't update stage views actor unnamed [MetaWindowActorX11] is on because it needs an allocation.
mar 27 10:23:05 emil-HP systemd[2636]: Started app-gnome-libreoffice\x2dwriter-10327.scope - Application launched by gnome-shell.
mar 27 10:23:05 emil-HP kernel: audit: type=1400 audit(1774603385.267:353): apparmor="ALLOWED" operation="file_perm" class="file" profile="libreoffice-oosplash" name="/tmp/OSL_PIPE_10>
mar 27 10:23:05 emil-HP kernel: audit: type=1400 audit(1774603385.267:352): apparmor="ALLOWED" operation="file_perm" class="file" profile="libreoffice-oosplash" name="/tmp/OSL_PIPE_10>
mar 27 10:23:05 emil-HP kernel: audit: type=1400 audit(1774603385.267:351): apparmor="ALLOWED" operation="file_perm" class="file" profile="libreoffice-oosplash" name="/tmp/OSL_PIPE_10>
mar 27 10:23:05 emil-HP kernel: audit: type=1400 audit(1774603385.267:350): apparmor="ALLOWED" operation="file_perm" class="file" profile="libreoffice-oosplash" name="/tmp/OSL_PIPE_10>
mar 27 10:23:05 emil-HP kernel: audit: type=1400 audit(1774603385.267:349): apparmor="ALLOWED" operation="file_perm" class="file" profile="libreoffice-oosplash" name="/tmp/OSL_PIPE_10>
mar 27 10:23:05 emil-HP kernel: audit: type=1400 audit(1774603385.267:348): apparmor="ALLOWED" operation="file_perm" class="file" profile="libreoffice-oosplash" name="/tmp/OSL_PIPE_10>
mar 27 10:23:05 emil-HP kernel: audit: type=1400 audit(1774603385.267:347): apparmor="ALLOWED" operation="connect" class="file" profile="libreoffice-oosplash" name="/tmp/OSL_PIPE_1000>
mar 27 10:22:39 emil-HP kernel: audit: type=1400 audit(1774603359.083:346): apparmor="DENIED" operation="open" class="file" profile="snap.vivaldi.vivaldi-stable" name="/proc/4165/smap>
mar 27 10:22:31 emil-HP kernel: audit: type=1400 audit(1774603351.736:345): apparmor="DENIED" operation="open" class="file" profile="snap.vivaldi.vivaldi-stable" name="/proc/4165/smap>
mar 27 10:22:28 emil-HP kernel: audit: type=1400 audit(1774603348.434:344): apparmor="DENIED" operation="open" class="file" profile="snap.vivaldi.vivaldi-stable" name="/proc/4165/smap>
mar 27 10:22:23 emil-HP kernel: audit: type=1400 audit(1774603343.602:343): apparmor="DENIED" operation="open" class="file" profile="snap.vivaldi.vivaldi-stable" name="/proc/4165/smap>
mar 27 10:22:19 emil-HP vivaldi_vivaldi-stable.desktop[4165]: [4165:4165:0327/102219.885718:ERROR:CONSOLE:1] "Uncaught (in promise) Error: No such tab - 521285126", source: chrome-ext>
mar 27 10:21:47 emil-HP wpa_supplicant[1267]: wlo1: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-41 noise=9999 txrate=400000
mar 27 10:21:43 emil-HP vivaldi_vivaldi-stable.desktop[10270]: [10270:10270:0327/102143.011292:ERROR:chromium/services/video_capture/video_capture_service_impl.cc:201] Bind context pr>
mar 27 10:21:43 emil-HP vivaldi_vivaldi-stable.desktop[10270]: [10270:10270:0327/102143.007990:ERROR:chromium/base/memory/shared_memory_switch.cc:289] Failed global descriptor lookup:>
mar 27 10:21:35 emil-HP wpa_supplicant[1267]: wlo1: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-42 noise=9999 txrate=400000
mar 27 10:21:33 emil-HP vivaldi_vivaldi-stable.desktop[10259]: [10259:10259:0327/102133.060441:ERROR:chromium/services/video_capture/video_capture_service_impl.cc:201] Bind context pr>
mar 27 10:21:33 emil-HP vivaldi_vivaldi-stable.desktop[10259]: [10259:10259:0327/102133.057868:ERROR:chromium/base/memory/shared_memory_switch.cc:289] Failed global descriptor lookup:>
mar 27 10:21:28 emil-HP systemd[1]: systemd-hostnamed.service: Deactivated successfully.
mar 27 10:21:25 emil-HP vivaldi_vivaldi-stable.desktop[4165]: [4165:4165:0327/102125.164606:ERROR:chromium/extensions/browser/extension_host.cc:469] Received EventAck for extension jf>
mar 27 10:21:25 emil-HP vivaldi_vivaldi-stable.desktop[4165]: [4165:4165:0327/102125.112978:ERROR:chromium/extensions/browser/extension_host.cc:469] Received EventAck for extension jf>
mar 27 10:21:25 emil-HP vivaldi_vivaldi-stable.desktop[4165]: [4165:4165:0327/102125.112951:ERROR:chromium/extensions/browser/extension_host.cc:469] Received EventAck for extension jf>
mar 27 10:21:25 emil-HP vivaldi_vivaldi-stable.desktop[4165]: [4165:4165:0327/102125.112920:ERROR:chromium/extensions/browser/extension_host.cc:469] Received EventAck for extension jf>
mar 27 10:21:25 emil-HP vivaldi_vivaldi-stable.desktop[4165]: [4165:4165:0327/102125.112771:ERROR:chromium/extensions/browser/extension_host.cc:469] Received EventAck for extension jf>
  1. full freeze:

    mar 27 10:36:20 emil-HP kernel: NVRM: kgspHealthCheck_TU102: ********************************************************************************** mar 27 10:36:20 emil-HP kernel: NVRM: _threadNodeCheckTimeout: _threadNodeCheckTimeout: Timeout was set to: 4000 msecs! mar 27 10:36:20 emil-HP kernel: NVRM: _threadNodeCheckTimeout: _threadNodeCheckTimeout: currentTime: f428742d60400 >= f428742d60400 mar 27 10:36:20 emil-HP kernel: NVRM: _threadNodeCheckTimeout: _threadNodeCheckTimeout: Timeout was set to: 4000 msecs! mar 27 10:36:20 emil-HP kernel: NVRM: _threadNodeCheckTimeout: _threadNodeCheckTimeout: currentTime: f428742d60400 >= f428742d60400 mar 27 10:36:20 emil-HP kernel: NVRM: _threadNodeCheckTimeout: _threadNodeCheckTimeout: Timeout was set to: 4000 msecs! mar 27 10:36:20 emil-HP kernel: NVRM: _threadNodeCheckTimeout: _threadNodeCheckTimeout: currentTime: f428742d60400 >= f428742d60400 mar 27 10:36:19 emil-HP /usr/libexec/gdm-x-session[2855]: (EE) NVIDIA(0): recover... mar 27 10:36:19 emil-HP kernel: NVRM: kgspRcAndNotifyAllChannels_IMPL: RC all user channels for critical error 120. mar 27 10:36:19 emil-HP kernel: NVRM: -7 4099 POST_EVENT 0 0x0000000000000000 0x0000000000000000 0x00064dfe3bc11fd7 0x00064dfe3bc11fd8 1us
    mar 27 10:36:19 emil-HP kernel: NVRM: -6 4099 POST_EVENT 0 0x0000000000000000 0x0000000000000000 0x00064dfe3bc11fd9 0x00064dfe3bc11fda 1us
    mar 27 10:36:19 emil-HP kernel: NVRM: -5 4099 POST_EVENT 0 0x0000000000000000 0x0000000000000000 0x00064dfe3bc1300c 0x00064dfe3bc1300f 3us
    mar 27 10:36:19 emil-HP kernel: NVRM: -4 4099 POST_EVENT 0 0x0000000000000000 0x0000000000000000 0x00064dfe3bc13010 0x00064dfe3bc13010
    mar 27 10:36:19 emil-HP kernel: NVRM: -3 4099 POST_EVENT 0 0x0000000000000000 0x0000000000000000 0x00064dfe3bc13a67 0x00064dfe3bc13a68 1us
    mar 27 10:36:19 emil-HP kernel: NVRM: -2 4099 POST_EVENT 0 0x0000000000000000 0x0000000000000000 0x00064dfe3bc13a69 0x00064dfe3bc13a6a 1us
    mar 27 10:36:19 emil-HP kernel: NVRM: -1 4099 POST_EVENT 0 0x0000000000000000 0x0000000000000000 0x00064dfe3bc15577 0x00064dfe3bc15578 1us
    mar 27 10:36:19 emil-HP kernel: NVRM: 0 4099 POST_EVENT 0 0x0000000000000000 0x0000000000000000 0x00064dfe3bc15579 0x00064dfe3bc1557b 2us
    mar 27 10:36:19 emil-HP kernel: NVRM: entry function sequence data0 data1 ts_start ts_end duration during_incom> mar 27 10:36:19 emil-HP kernel: NVRM: GPU0 RPC event history (CPU <- GSP): mar 27 10:36:19 emil-HP kernel: NVRM: -7 10 FREE 2456 0x00000000beef0300 0x0000000000000000 0x00064dfe3b7601a0 0x00064dfe3b760354 436us
    mar 27 10:36:19 emil-HP kernel: NVRM: -6 10 FREE 2457 0x00000000beef0013 0x0000000000000000 0x00064dfe3b76035a 0x00064dfe3b760454 250us
    mar 27 10:36:19 emil-HP kernel: NVRM: -5 10 FREE 2458 0x00000000beef9960 0x0000000000000000 0x00064dfe3b760472 0x00064dfe3b76058f 285us
    mar 27 10:36:19 emil-HP kernel: NVRM: -4 10 FREE 2459 0x00000000beef0004 0x0000000000000000 0x00064dfe3b760593 0x00064dfe3b760680 237us
    mar 27 10:36:19 emil-HP kernel: NVRM: -3 10 FREE 2460 0x00000000beef0073 0x0000000000000000 0x00064dfe3b760686 0x00064dfe3b76072c 166us
    mar 27 10:36:19 emil-HP kernel: NVRM: -2 10 FREE 2461 0x00000000beef0003 0x0000000000000000 0x00064dfe3b76074e 0x00064dfe3b76087b 301us
    mar 27 10:36:19 emil-HP kernel: NVRM: -1 10 FREE 2462 0x00000000c1d0006f 0x0000000000000000 0x00064dfe3b76087c 0x00064dfe3b760992 278us
    mar 27 10:36:19 emil-HP kernel: NVRM: 0 76 GSP_RM_CONTROL 2463 0x000000002080a7d7 0x0000000000000002 0x00064dfe3bbbd73a 0x00064dfe3bbbda20 742us
    mar 27 10:36:19 emil-HP kernel: NVRM: entry function sequence data0 data1 ts_start ts_end duration actively_pol> mar 27 10:36:19 emil-HP kernel: NVRM: GPU0 RPC history (CPU -> GSP): mar 27 10:36:19 emil-HP kernel: NVRM: GPU0 GSP RPC buffer contains function 4099 (POST_EVENT) sequence 0 and data 0x0000000000000000 0x0000000000000000. mar 27 10:36:19 emil-HP kernel: NVRM: ------------[ end crash report ]------------ mar 27 10:36:19 emil-HP kernel: NVRM: 0x01454a00:0x810490d2 0x01454b00:0x010800d0 0x01454c00:0x00080000 0x01400200:0x00000000 mar 27 10:36:19 emil-HP kernel: NVRM: 0x01450800:0x00000000 0x01450900:0xbadf5100 0x01450a00:0x00000000 0x01450c00:0x00000000 mar 27 10:36:19 emil-HP kernel: NVRM: Local I/O Register State: mar 27 10:36:19 emil-HP kernel: NVRM: 0x000000000108b2f4 mar 27 10:36:19 emil-HP kernel: NVRM: 0x000000000139b2ea 0x000000000139a882 0x000000000139b284 0x000000000139b6d2 0x000000000139b2dc mar 27 10:36:19 emil-HP kernel: NVRM: 0x0000000001b5413c 0x000000000139eea6 0x000000000139b714 0x000000000139b30a 0x000000000108b2f4 mar 27 10:36:19 emil-HP kernel: NVRM: 0x0000000001426500 0x00000000014263e0 0x00000000014264c4 0x0000000001426616 0x000000000139eeca mar 27 10:36:19 emil-HP kernel: NVRM: 0x0000000001b5413c 0x000000000139eede 0x0000000001426742 0x00000000014259e6 0x0000000001426624 mar 27 10:36:19 emil-HP kernel: NVRM: 0x0000000001426500 0x00000000014263e0 0x00000000014264c4 0x0000000001426616 0x000000000139ef02 mar 27 10:36:19 emil-HP kernel: NVRM: 0x000000000139b6d2 0x000000000139ee62 0x0000000001426742 0x00000000014259e6 0x0000000001426624 mar 27 10:36:19 emil-HP kernel: NVRM: 0x000000000139eea6 0x000000000139b714 0x000000000139b30a 0x000000000139a882 0x000000000139b284 mar 27 10:36:19 emil-HP kernel: NVRM: 0x00000000014263ae 0x00000000014264c4 0x0000000001426616 0x000000000139eeca 0x0000000001b5413c mar 27 10:36:19 emil-HP kernel: NVRM: PC Trace:

System info via inxi -F:

  System:
  Host: emil-HP Kernel: 6.17.0-19-generic arch: x86_64 bits: 64
  Desktop: GNOME v: 46.0 Distro: Ubuntu 24.04.4 LTS (Noble Numbat)
Machine:
  Type: Laptop System: HP product: Victus by HP Gaming Laptop 15-fb3xxx v: N/A
    serial: <superuser required>
  Mobo: HP model: 8DD2 v: 53.17 serial: <superuser required> UEFI: AMI
    v: F.04 date: 06/25/2025
Battery:
  ID-1: BAT0 charge: 22.8 Wh (33.8%) condition: 67.4/67.4 Wh (100.0%)
    volts: 14.8 min: 15.4
CPU:
  Info: 8-core model: AMD Ryzen AI 7 350 w/ Radeon 860M bits: 64 type: MT MCP
    cache: L2: 8 MiB
  Speed (MHz): avg: 1070 min/max: 623/5091:3506 cores: 1: 2021 2: 623
    3: 2017 4: 623 5: 623 6: 623 7: 2019 8: 623 9: 2021 10: 623 11: 623 12: 1412
    13: 623 14: 623 15: 623 16: 1412
Graphics:
  Device-1: NVIDIA driver: nvidia v: 580.126.09
  Device-2: AMD driver: amdgpu v: kernel
  Device-3: Chicony HP True Vision FHD Camera driver: uvcvideo type: USB
  Display: x11 server: X.Org v: 21.1.11 with: Xwayland v: 23.2.6 driver: X:
    loaded: amdgpu,nvidia unloaded: fbdev,modesetting,nouveau,radeon,vesa
    dri: radeonsi gpu: amdgpu resolution: 1920x1080~144Hz
  API: EGL v: 1.5 drivers: kms_swrast,nvidia,radeonsi,swrast
    platforms: gbm,x11,surfaceless,device
  API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: nvidia mesa v: 580.126.09
    renderer: NVIDIA GeForce RTX 5060 Laptop GPU/PCIe/SSE2
Audio:
  Device-1: NVIDIA driver: snd_hda_intel
  Device-2: AMD Rembrandt Radeon High Definition Audio driver: snd_hda_intel
  Device-3: AMD ACP/ACP3X/ACP6x Audio Coprocessor driver: snd_acp_pci
  Device-4: AMD Family 17h/19h HD Audio driver: snd_hda_intel
  API: ALSA v: k6.17.0-19-generic status: kernel-api
  Server-1: PipeWire v: 1.0.5 status: active
Network:
  Device-1: Realtek RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet
    driver: r8169
  IF: eno1 state: down mac: 10:b6:76:80:c0:30
  Device-2: Realtek driver: rtw89_8852bte
  IF: wlo1 state: up mac: 50:bb:b5:5e:1f:90
Bluetooth:
  Device-1: Realtek Bluetooth Radio driver: btusb type: USB
  Report: hciconfig ID: hci0 state: up address: 50:BB:B5:5E:1F:91 bt-v: 5.3
Drives:
  Local Storage: total: 476.94 GiB used: 112.62 GiB (23.6%)
  ID-1: /dev/nvme0n1 vendor: Western Digital model: PC SN5000S
    SDEPNSJ-512G-1006 size: 476.94 GiB
Partition:
  ID-1: / size: 467.35 GiB used: 112.62 GiB (24.1%) fs: ext4
    dev: /dev/nvme0n1p2
  ID-2: /boot/efi size: 1.05 GiB used: 6.1 MiB (0.6%) fs: vfat
    dev: /dev/nvme0n1p1
Swap:
  ID-1: swap-1 type: file size: 4 GiB used: 0 KiB (0.0%) file: /swap.img
Sensors:
  System Temperatures: cpu: 40.4 C mobo: N/A
  Fan Speeds (rpm): fan-1: 2712 fan-2: 0
  GPU: device: nvidia screen: :1.0 temp: 41 C device: amdgpu temp: 37.0 C
Info:
  Memory: total: 16 GiB note: est. available: 14.64 GiB used: 4.58 GiB (31.3%)
  Processes: 430 Uptime: 2h 18m Shell: Bash inxi: 3.3.34

Very briefly under boot I see this message:

RDSEED32 is broken. Disabling the corresponding CPUID bit.

From other posts I get the impression that it is not important, but is that also the case for me?

Please let me know if there is any information that you need to understand the problem.

Ibus-table error "Permission denied: '/home/username/.local'" https://askubuntu.com/questions/1565169/ibus-table-error-permission-denied-home-username-local

I have set up Ubuntu on ZFS under LUKS as described here. However, I have used Ubuntu 24.04 instead of 22.10. This seems to work just fine, except for one thing: Directly after installation, on the first login, I get a "Ubuntu 24.04 has experienced an internal error" dialog box:

Ubuntu 24.04 has experienced an internal error

Excetutable Path: /usr/share/ibus-table/engine/main.py
Title: main.py crashed with PermissionEror in _init(): [Errno 13] Permission denied: '/home/username/.local'

Traceback:
Traceback (most recent call last):
File "/usr/share/ibus-table/engine/main.py", line 37, in <module> import tabsolitedb
File "/usr/share/ibus-table/engine/tabsqlitedb.py", line 43, in <module> import ibus table_location
File "/usr/share/ibus-table/engine/ibus_table_location.py", line 108, in <module>     
  __module_init =_Modulelnitializer()
       ٨٨٨٨٨٨٨٨٨٨٨٨٨٨٨٨٨٨٨٨٨
File "/usr/share/ibus-table/engine/ibus_table_location.py", line 103, in _init_ _init()
File "/usr/share/ibus-table/engine/ibus_table_location.py", line 79, in _init
  os.makedirs(IBUS_TABLE_LOCATION['data_home'], exist_ok=True)
File "<frozen os>", line 215, in makedirs
File "<frozen os>", line 215, in makedirs
File "<frozen os>", line 225, in makedirs
PermissionError: [Errno 13] Permission denied: '/home/username/.local'

ProcEnviron:
LANG=de_DE.UTF-8
LANGUAGE=de_DE
PATH=(custom, no user)
SHELL=/bin/bash
XDG_RUNTIME_DIR=<set>

There may be typos in the traceback because I had to copy it from a screenshot. Note that username is the literal string username and not something I substituted for my actual username. If this is python, I would expect it to contain the actual path. Of course, there is no user named "username" on my PC. (Maybe there is some substituion of the exception message going on, but I think that's unlikely. perhaps for anonymization purposes?)

This error keeps appearing and does not disappear after a reboot. The error persistently appears and after clicking the window away, it just re-appears, often several times. I have checked the permissions on my home directory and it is 755, owned by me and my group. Strangely, after some time and some reboots this error seems to disappear. I am not sure if this actually solves it.

I think on a previous installation I created a fake home directory for "username" with 777 permissions, but I do not think this solved the issue., but this does not solve the issue. Nothing happens inside /home/username.

What is the actual way to fix this?

Edit 1

Here is the output of printenv | grep XDG_:

XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg
XDG_MENU_PREFIX=gnome-
XDG_SESSION_DESKTOP=ubuntu
XDG_SESSION_TYPE=wayland
XDG_CURRENT_DESKTOP=ubuntu:GNOME
XDG_SESSION_CLASS=user
XDG_RUNTIME_DIR=/run/user/1000 
XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop

Edit 2

It seems there is a second variation of this error, where the permission denied occurs for /home/username and not for /home/username/.local.

I also added ProcEnviron to the error message above. It seems XDG_RUNTIME_DIR is "set". I don't know to what it is set though or how to figure this out.

lsusb not showing names anymore, but does with sudo https://askubuntu.com/questions/1565151/lsusb-not-showing-names-anymore-but-does-with-sudo

On Ubuntu 24.04, lsusb used to work well. Unfortunately it stopped working correctly, probably after an update. Now it works well only when I call it with sudo:

$ lsusb
1d6b:0003 (bus 8, device 1)
0bda:1100 (bus 7, device 60) path: 1.4
0403:6001 (bus 7, device 66) path: 1.2.4.4
2e8a:0009 (bus 7, device 65) path: 1.2.4.3
2e8a:000c (bus 7, device 64) path: 1.2.4.1
14b0:044c (bus 7, device 63) path: 1.2.4
17ef:6050 (bus 7, device 62) path: 1.2.2
14b0:044a (bus 7, device 61) path: 1.2
0bda:5411 (bus 7, device 59) path: 1
1d6b:0002 (bus 7, device 1)
1d6b:0003 (bus 6, device 1)
1d6b:0002 (bus 5, device 1)
1d6b:0003 (bus 4, device 1)
0489:e139 (bus 3, device 3) path: 4
0a5c:5865 (bus 3, device 2) path: 3
1d6b:0002 (bus 3, device 1)
1d6b:0003 (bus 2, device 1)
1bcf:28d6 (bus 1, device 2) path: 1
1d6b:0002 (bus 1, device 1)
$ sudo lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 1bcf:28d6 Sunplus Innovation Technology Inc. Integrated_Webcam_FHD
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 0a5c:5865 Broadcom Corp. 58200
Bus 003 Device 003: ID 0489:e139 Foxconn / Hon Hai Wireless_Device
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 059: ID 0bda:5411 Realtek Semiconductor Corp. RTS5411 Hub
Bus 007 Device 060: ID 0bda:1100 Realtek Semiconductor Corp. HID Device
Bus 007 Device 061: ID 14b0:044a StarTech.com Ltd. USB2.0 4 Port HUB      
Bus 007 Device 062: ID 17ef:6050 Lenovo Lenovo Precision USB Mouse
Bus 007 Device 063: ID 14b0:044c StarTech.com Ltd. USB2.0 4 Port HUB      
Bus 007 Device 064: ID 2e8a:000c Raspberry Pi Debug Probe (CMSIS-DAP)
Bus 007 Device 065: ID 2e8a:0009 Raspberry Pi Pico
Bus 007 Device 066: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC
Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

I checked that the file hwdb.bin is accessible without sudo:

$ sha256sum /etc/udev/hwdb.bin
a896c250191bb79153b913fa03d5a227e48df2e55f119b0b475a8c6556dbbd8e  /etc/udev/hwdb.bin

usb-devices is working without sudo:

$ usb-devices

T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480  MxCh= 1
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0002 Rev=06.17
S:  Manufacturer=Linux 6.17.0-19-generic xhci-hcd
S:  Product=xHCI Host Controller
S:  SerialNumber=0000:c4:00.4
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=256ms

T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=480  MxCh= 0
D:  Ver= 2.01 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=1bcf ProdID=28d6 Rev=43.41
S:  Manufacturer=VN0M9Y178LN005BPBD84A00
S:  Product=Integrated_Webcam_FHD
S:  SerialNumber=01.00.00
...

I switched to x11 instead of wayland but the problem remains the same.

What else shall I check ?

Why am I getting a black screen for 10-15 seconds on wake from suspend on Ubuntu 25.10 on an HP Envy x360 laptop? https://askubuntu.com/questions/1565135/why-am-i-getting-a-black-screen-for-10-15-seconds-on-wake-from-suspend-on-ubuntu

I've been having issues with my laptop taking an abnormally long time to wake from suspend, either via terminal or when closing the lid.

The laptop is a dual boot setup with Windows, and the problem persists between distros (Ubuntu 24.04, 25.10, Fedora 43), but does not appear when using Windows.

Specs:

  • Model: HP Envy x360 2-in-1 Laptop 15-fh0xxx

  • Processor: AMD Ryzen 7 7730U with Radeon Graphics x 16

  • Graphics: AMD Radeon Graphics

  • Hard Drive: NVMe - SAMSUNG MZVL4512HBLU-00BH1 (lshw details below.)

     *-nvme                    
           description: NVMe device
           product: SAMSUNG MZVL4512HBLU-00BH1
           vendor: Samsung Electronics Co Ltd
           physical id: 0
           bus info: pci@0000:03:00.0
           logical name: /dev/nvme0
           version: HPS3NHAV
           serial: S6B5NU0W821162
           width: 64 bits
           clock: 33MHz
           capabilities: nvme pm pciexpress msix nvm_express bus_master cap_list
           configuration: driver=nvme latency=0 nqn=nqn.1994-11.com.samsung:nvme:PM9B1:M.2:S6B5NU0W821162 state=live
           resources: irq:71 memory:d0600000-d0603fff
         *-namespace:0
              description: NVMe disk
              physical id: 0
              logical name: hwmon3
         *-namespace:1
              description: NVMe disk
              physical id: 2
              logical name: /dev/ng0n1
         *-namespace:2
              description: NVMe disk
              physical id: 1
              bus info: nvme@0:1
              logical name: /dev/nvme0n1
              size: 476GiB (512GB)
              capabilities: gpt-1.00 partitioned partitioned:gpt
              configuration: guid=aa5d5547-0984-4b85-956c-c5bdc23f4354 logicalsectorsize=512 sectorsize=512 wwid=nvme.144d-533642354e553057383231313632-53414d53554e47204d5a564c3435313248424c552d3030424831-00000001
      *-sata:0
           description: SATA controller
           product: FCH SATA Controller [AHCI mode]
           vendor: Advanced Micro Devices, Inc. [AMD]
           physical id: 0
           bus info: pci@0000:05:00.0
           version: 81
           width: 32 bits
           clock: 33MHz
           capabilities: sata pm pciexpress msi ahci_1.0 bus_master cap_list
           configuration: driver=ahci latency=0
           resources: irq:68 memory:d0001000-d00017ff
      *-sata:1
           description: SATA controller
           product: FCH SATA Controller [AHCI mode]
           vendor: Advanced Micro Devices, Inc. [AMD]
           physical id: 0.1
           bus info: pci@0000:05:00.1
           version: 81
           width: 32 bits
           clock: 33MHz
           capabilities: sata pm pciexpress msi ahci_1.0 bus_master cap_list
           configuration: driver=ahci latency=0
           resources: irq:70 memory:d0000000-d00007ff
    
  • Firmware: F.14

  • OS: Ubuntu 25.10, 64-bit

  • GNOME Version: 49

  • Windowing System: Wayland

  • Kernel Version: Linux 6.17.0-19-generic

After doing a small amount of research + looking at various logs, a consistent pattern seems to show in dmesg; suspend from terminal below:

####### systemctl suspend called at ~ [2863] #####################
[ 2863.074088] wlo1: deauthenticating from c6:00:35:18:39:80 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 2864.519866] amdgpu 0000:04:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data: DMCUB error - collecting diagnostic data
####### ~ 30 seconds later, keyboard backlight turns off... ######################
[ 2894.193615] PM: suspend entry (s2idle)
[ 2894.197363] Filesystems sync: 0.003 seconds
[ 2894.200209] Freezing user space processes
[ 2894.202286] Freezing user space processes completed (elapsed 0.002 seconds)
[ 2894.202293] OOM killer disabled.
[ 2894.202296] Freezing remaining freezable tasks
[ 2894.203231] Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
[ 2894.203238] printk: Suspending console(s) (use no_console_suspend to debug)
[ 2894.218203] ipheth 3-2:4.2: Apple iPhone USB Ethernet now disconnected
[ 2894.228330] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Asserting Reset
[ 2904.207699] PM: suspend of devices complete after 10001.408 msecs
[ 2904.207710] PM: start suspend of devices complete after 10005.576 msecs
[ 2904.209319] Disabling GPIO #12 interrupt for suspend.
[ 2904.209326] Disabling GPIO #17 interrupt for suspend.
[ 2904.209335] Disabling GPIO #31 interrupt for suspend.
[ 2904.209340] Clearing debounce for GPIO #31 during suspend.
[ 2904.209671] PM: late suspend of devices complete after 1.955 msecs
[ 2904.210974] ACPI: EC: interrupt blocked
[ 2904.244940] PM: noirq suspend of devices complete after 35.041 msecs
[ 2904.245239] ACPI: \_SB_.PEP_: Successfully transitioned to state screen off
[ 2904.245850] ACPI: \_SB_.PEP_: Successfully transitioned to state unknown
[ 2904.246140] ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms entry
[ 2904.246354] ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 entry
[ 2904.247548] PM: suspend-to-idle
[ 2904.247593] amd_pmc: SMU idlemask s0i3: 0xc02f0eb5
######### [2920] (about a minute later) tried to wake laptop ################################
[ 2920.651565] Timekeeping suspended for 15.948 seconds
[ 2920.651616] PM: Triggering wakeup from IRQ 9
[ 2920.651713] ACPI: PM: ACPI fixed event wakeup
[ 2920.651720] PM: resume from suspend-to-idle
[ 2920.653751]    evmisc-0132 ev_queue_notify_reques: Dispatching Notify on [GPP3] (Device) Value 0x01 (Device Check) Node 0000000088e1c3be
[ 2920.653810] ACPI: \_SB_.PEP_: Successfully transitioned to state screen off
[ 2920.654097] ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 exit
[ 2920.654405] ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms exit
[ 2920.654585]    evmisc-0132 ev_queue_notify_reques: Dispatching Notify on [GPP3] (Device) Value 0x01 (Device Check) Node 0000000088e1c3be
[ 2920.654611] ACPI: \_SB_.PEP_: Successfully transitioned to state screen on
[ 2920.655309] ACPI: EC: interrupt unblocked
[ 2920.687914] PM: noirq resume of devices complete after 33.299 msecs
[ 2920.689852] PM: early resume of devices complete after 1.623 msecs
[ 2920.692667] [drm] PCIE GART of 1024M enabled.
[ 2920.692672] [drm] PTB located at 0x000000F41FC00000
[ 2920.692709] amdgpu 0000:04:00.0: amdgpu: SMU is resuming...
[ 2920.693768] amdgpu 0000:04:00.0: amdgpu: dpm has been disabled
[ 2920.694689] nvme nvme0: D3 entry latency set to 8 seconds
[ 2920.694778] amdgpu 0000:04:00.0: amdgpu: SMU is resumed successfully!
[ 2920.702969] nvme nvme0: 16/0/0 default/read/poll queues
[ 2920.708686] nvme nvme0: Ignoring bogus Namespace Identifiers
[ 2920.720387] amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[ 2920.720395] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2920.720401] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2920.720405] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2920.720409] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2920.720413] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2920.720417] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2920.720421] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2920.720425] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2920.720429] amdgpu 0000:04:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 11 on hub 0
[ 2920.720433] amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 8
[ 2920.720437] amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 8
[ 2920.720441] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 8
[ 2920.720445] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 8
[ 2920.720449] amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 8
[ 2920.758826]    evmisc-0132 ev_queue_notify_reques: Dispatching Notify on [UBTC] (Device) Value 0x80 (Status Change) Node 00000000f6d1c200
[ 2920.760167] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-103c8be9.wmfw: format 3 timestamp 0x6128e16b
[ 2920.760175] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-103c8be9.wmfw: Fri 27 Aug 2021 14:58:19 W. Europe Daylight Time
[ 2920.770033]    evmisc-0132 ev_queue_notify_reques: Dispatching Notify on [UBTC] (Device) Value 0x80 (Status Change) Node 00000000f6d1c200
[ 2920.779272] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-103c8be9.wmfw: format 3 timestamp 0x6128e16b
[ 2920.779281] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-103c8be9.wmfw: Fri 27 Aug 2021 14:58:19 W. Europe Daylight Time
[ 2920.867377] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[ 2920.931684] GPIO 17 is active: 0x10141b00
[ 2920.938747] GPIO 17 is active: 0x10141b00
[ 2920.945302] GPIO 17 is active: 0x10141b00
[ 2920.953184] GPIO 17 is active: 0x10141b00
[ 2920.960114] GPIO 17 is active: 0x10141b00
[ 2920.967022] GPIO 17 is active: 0x10141b00
[ 2920.973950] GPIO 17 is active: 0x10141b00
[ 2920.980869] GPIO 17 is active: 0x10141b00
[ 2920.987800] GPIO 17 is active: 0x10141b00
[ 2920.994707] GPIO 17 is active: 0x10141b00
[ 2920.997975] ata2: SATA link down (SStatus 0 SControl 300)
[ 2920.998464] ata1: SATA link down (SStatus 0 SControl 300)
[ 2921.001627] GPIO 17 is active: 0x10141b00
[ 2921.008540] GPIO 17 is active: 0x10141b00
[ 2921.015477] GPIO 17 is active: 0x10141b00
[ 2921.022378] GPIO 17 is active: 0x10141b00
[ 2921.029302] GPIO 17 is active: 0x10141b00
[ 2921.036234] GPIO 17 is active: 0x10141b00
[ 2921.043165] GPIO 17 is active: 0x10141b00
[ 2921.050070] GPIO 17 is active: 0x10141b00
[ 2921.056989] GPIO 17 is active: 0x10141b00
[ 2921.063900] GPIO 17 is active: 0x10141b00
[ 2921.070829] GPIO 17 is active: 0x10141b00
[ 2921.077735] GPIO 17 is active: 0x10141b00
[ 2921.084656] GPIO 17 is active: 0x10141b00
[ 2921.091592] GPIO 17 is active: 0x10141b00
[ 2921.098507] GPIO 17 is active: 0x10141b00
[ 2921.105438] GPIO 17 is active: 0x10141b00
[ 2921.112360] GPIO 17 is active: 0x10141b00
[ 2921.119278] GPIO 17 is active: 0x10141b00
[ 2921.126213] GPIO 17 is active: 0x10141b00
[ 2921.133127] GPIO 17 is active: 0x10141b00
[ 2921.140039] GPIO 17 is active: 0x10141b00
[ 2921.146951] GPIO 17 is active: 0x10141b00
[ 2921.153895] GPIO 17 is active: 0x10141b00
[ 2921.160804] GPIO 17 is active: 0x10141b00
[ 2921.167698] GPIO 17 is active: 0x10141b00
[ 2921.174261] GPIO 17 is active: 0x10141b00
[ 2921.716487] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: Firmware: 400a4 vendor: 0x2 v0.43.1, 2 algorithms
[ 2921.887571] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-103c8be9-spkid1-r0.bin: v0.43.1
[ 2921.887582] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: spk-prot: C:\Users\tlu\Desktop\HP_Consumer\CY23\Goldy\Official_release\20221118_RDL\103C8BDF_221118_V1_A1.bin
[ 2922.564039] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: Firmware: 400a4 vendor: 0x2 v0.43.1, 2 algorithms
[ 2922.577826] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-103c8be9-spkid1-l0.bin: v0.43.1
[ 2922.577834] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: spk-prot: C:\Users\tlu\Desktop\HP_Consumer\CY23\Goldy\Official_release\20221118_RDL\103C8BDF_221118_V1_A0.bin
[ 2922.707264] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Calibration applied: R0=10850
[ 2922.709983] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Calibration applied: R0=10485
[ 2922.746230] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Firmware Loaded - Type: spk-prot, Gain: 17
[ 2922.747350] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Firmware Loaded - Type: spk-prot, Gain: 17
[ 2930.691106] PM: resume of devices complete after 10002.410 msecs
[ 2930.693644] OOM killer enabled.
[ 2930.693651] Restarting tasks: Starting
[ 2930.695198] Restarting tasks: Done
[ 2930.695246] random: crng reseeded on system resumption
[ 2930.698057] PM: suspend exit
###################### login screen appears ##########################
[ 2930.700504] ipheth 3-2:4.2: ipheth_enable_ncm: usb_control_msg: 0
[ 2930.701080] ipheth 3-2:4.2: Apple iPhone USB Ethernet device attached
[ 2930.705433] Bluetooth: hci0: RTL: examining hci_ver=0c hci_rev=000c lmp_ver=0c lmp_subver=8852
[ 2930.707411] Bluetooth: hci0: RTL: rom_version status=0 version=1
[ 2930.707421] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852cu_fw_v2.bin
[ 2930.708317] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852cu_config.bin
[ 2930.709509] Bluetooth: hci0: RTL: cfg_sz 6, total sz 71983
[ 2930.716220] ipheth 3-2:4.2 enx4e20b8d11d27: renamed from eth0
[ 2931.360661] Bluetooth: hci0: RTL: fw version 0x040d7225
[ 2931.489431] Bluetooth: hci0: AOSP extensions version v1.00
[ 2931.489443] Bluetooth: hci0: AOSP quality report is supported
[ 2931.489775] Bluetooth: MGMT ver 1.23
[ 2931.547264]    evmisc-0132 ev_queue_notify_reques: Dispatching Notify on [WMID] (Device) Value 0x80 (Status Change) Node 00000000b75b3b47
[ 2931.547387] hp_wmi: Unknown event_id - 131073 - 0x0
[ 2935.659003] wlo1: authenticate with 74:9e:75:b2:48:93 (local address=40:1a:58:83:e4:44)
[ 2935.659016] wlo1: send auth to 74:9e:75:b2:48:93 (try 1/3)
[ 2935.660330] wlo1: authenticated
[ 2935.660760] wlo1: associate with 74:9e:75:b2:48:93 (try 1/3)
[ 2935.663484] wlo1: RX AssocResp from 74:9e:75:b2:48:93 (capab=0x11 status=0 aid=2)
[ 2935.768351] wlo1: associated

Suspend by closing lid shown below.

####### laptop lid closed around ~ [2863] #####################
[ 3639.889163]    evmisc-0132 ev_queue_notify_reques: Dispatching Notify on [LID_] (Device) Value 0x80 (Status Change) Node 00000000a9455b95
[ 3639.962904] wlo1: deauthenticating from 74:9e:75:b2:48:93 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 3641.434778] amdgpu 0000:04:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data: DMCUB error - collecting diagnostic data
[ 3643.383042] PM: suspend entry (s2idle)
[ 3643.391655] Filesystems sync: 0.008 seconds
[ 3643.394624] Freezing user space processes
[ 3643.396642] Freezing user space processes completed (elapsed 0.002 seconds)
[ 3643.396649] OOM killer disabled.
[ 3643.396652] Freezing remaining freezable tasks
[ 3643.398070] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[ 3643.398078] printk: Suspending console(s) (use no_console_suspend to debug)
[ 3643.415504] ipheth 3-2:4.2: Apple iPhone USB Ethernet now disconnected
[ 3643.423225] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Asserting Reset
[ 3653.402351] PM: suspend of devices complete after 10001.199 msecs
[ 3653.402365] PM: start suspend of devices complete after 10005.482 msecs
[ 3653.404337] Disabling GPIO #12 interrupt for suspend.
[ 3653.404349] Disabling GPIO #17 interrupt for suspend.
[ 3653.404359] Disabling GPIO #31 interrupt for suspend.
[ 3653.404365] Clearing debounce for GPIO #31 during suspend.
[ 3653.404749] PM: late suspend of devices complete after 2.377 msecs
[ 3653.406118] ACPI: EC: interrupt blocked
[ 3653.439479] PM: noirq suspend of devices complete after 34.494 msecs
[ 3653.439747] ACPI: \_SB_.PEP_: Successfully transitioned to state screen off
[ 3653.440385] ACPI: \_SB_.PEP_: Successfully transitioned to state unknown
[ 3653.440678] ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms entry
[ 3653.440997] ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 entry
[ 3653.442513] PM: suspend-to-idle
[ 3653.442561] amd_pmc: SMU idlemask s0i3: 0xc02f0eb5
############# laptop lid reopened around 40 secondslater
[ 3680.982531] Timekeeping suspended for 26.751 seconds
[ 3680.982583] PM: Triggering wakeup from IRQ 9
[ 3680.982711] ACPI: EC: ACPI EC GPE status set
[ 3680.982742] ACPI: EC: ACPI EC GPE dispatched
[ 3680.984215]    evmisc-0132 ev_queue_notify_reques: Dispatching Notify on [LID_] (Device) Value 0x80 (Status Change) Node 00000000a9455b95
[ 3680.985788] PM: Triggering wakeup from IRQ 7
[ 3680.985899]    evmisc-0132 ev_queue_notify_reques: Dispatching Notify on [LID_] (Device) Value 0x80 (Status Change) Node 00000000a9455b95
[ 3680.991254] ACPI: EC: ACPI EC work flushed
[ 3680.991267] ACPI: PM: Wakeup after ACPI Notify sync
[ 3680.991270] PM: resume from suspend-to-idle
[ 3680.992174]    evmisc-0132 ev_queue_notify_reques: Dispatching Notify on [GPP3] (Device) Value 0x01 (Device Check) Node 0000000088e1c3be
[ 3680.992217] ACPI: \_SB_.PEP_: Successfully transitioned to state screen off
[ 3680.992446] ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 exit
[ 3680.992682] ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms exit
[ 3680.992903]    evmisc-0132 ev_queue_notify_reques: Dispatching Notify on [GPP3] (Device) Value 0x01 (Device Check) Node 0000000088e1c3be
[ 3680.992936] ACPI: \_SB_.PEP_: Successfully transitioned to state screen on
[ 3680.993524] ACPI: EC: interrupt unblocked
[ 3681.029821] PM: noirq resume of devices complete after 36.880 msecs
[ 3681.029885] GPIO 17 is active: 0x10147b00
[ 3681.029907] PM: Triggering wakeup from IRQ 0
[ 3681.032024] PM: early resume of devices complete after 1.901 msecs
[ 3681.034429] [drm] PCIE GART of 1024M enabled.
[ 3681.034434] [drm] PTB located at 0x000000F41FC00000
[ 3681.034499] amdgpu 0000:04:00.0: amdgpu: SMU is resuming...
[ 3681.035277] GPIO 17 is active: 0x10141b00
[ 3681.036231] nvme nvme0: D3 entry latency set to 8 seconds
[ 3681.037015] amdgpu 0000:04:00.0: amdgpu: dpm has been disabled
[ 3681.037101] GPIO 17 is active: 0x10141b00
[ 3681.038974] amdgpu 0000:04:00.0: amdgpu: SMU is resumed successfully!
[ 3681.044535] nvme nvme0: 16/0/0 default/read/poll queues
[ 3681.050227] nvme nvme0: Ignoring bogus Namespace Identifiers
[ 3681.052901] amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[ 3681.052910] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3681.052917] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3681.052921] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3681.052924] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3681.052928] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3681.052931] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3681.052935] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3681.052939] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3681.052943] amdgpu 0000:04:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 11 on hub 0
[ 3681.052946] amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 8
[ 3681.052949] amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 8
[ 3681.052952] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 8
[ 3681.052955] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 8
[ 3681.052957] amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 8
[ 3681.089190]    evmisc-0132 ev_queue_notify_reques: Dispatching Notify on [UBTC] (Device) Value 0x80 (Status Change) Node 00000000f6d1c200
[ 3681.091090] GPIO 17 is active: 0x10141b00
[ 3681.098007] GPIO 17 is active: 0x10141b00
[ 3681.104913] GPIO 17 is active: 0x10141b00
[ 3681.106066] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-103c8be9.wmfw: format 3 timestamp 0x6128e16b
[ 3681.106082] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-103c8be9.wmfw: Fri 27 Aug 2021 14:58:19 W. Europe Daylight Time
[ 3681.109183]    evmisc-0132 ev_queue_notify_reques: Dispatching Notify on [UBTC] (Device) Value 0x80 (Status Change) Node 00000000f6d1c200
[ 3681.111862] GPIO 17 is active: 0x10141b00
[ 3681.118815] GPIO 17 is active: 0x10141b00
[ 3681.125744] GPIO 17 is active: 0x10141b00
[ 3681.132664] GPIO 17 is active: 0x10141b00
[ 3681.139590] GPIO 17 is active: 0x10141b00
[ 3681.146516] GPIO 17 is active: 0x10141b00
[ 3681.153440] GPIO 17 is active: 0x10141b00
[ 3681.160377] GPIO 17 is active: 0x10141b00
[ 3681.167294] GPIO 17 is active: 0x10141b00
[ 3681.172025] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-103c8be9.wmfw: format 3 timestamp 0x6128e16b
[ 3681.172038] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-103c8be9.wmfw: Fri 27 Aug 2021 14:58:19 W. Europe Daylight Time
[ 3681.174206] GPIO 17 is active: 0x10141b00
[ 3681.181151] GPIO 17 is active: 0x10141b00
[ 3681.188081] GPIO 17 is active: 0x10141b00
[ 3681.194990] GPIO 17 is active: 0x10141b00
[ 3681.201920] GPIO 17 is active: 0x10141b00
[ 3681.208839] GPIO 17 is active: 0x10141b00
[ 3681.210856] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[ 3681.215771] GPIO 17 is active: 0x10141b00
[ 3681.222699] GPIO 17 is active: 0x10141b00
[ 3681.229626] GPIO 17 is active: 0x10141b00
[ 3681.236540] GPIO 17 is active: 0x10141b00
[ 3681.243423] GPIO 17 is active: 0x10141b00
[ 3681.250002] GPIO 17 is active: 0x10141b00
[ 3681.338850] ata2: SATA link down (SStatus 0 SControl 300)
[ 3681.339019] ata1: SATA link down (SStatus 0 SControl 300)
[ 3682.026415] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: Firmware: 400a4 vendor: 0x2 v0.43.1, 2 algorithms
[ 3682.233522] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-103c8be9-spkid1-r0.bin: v0.43.1
[ 3682.233530] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: spk-prot: C:\Users\tlu\Desktop\HP_Consumer\CY23\Goldy\Official_release\20221118_RDL\103C8BDF_221118_V1_A1.bin
[ 3682.910189] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: Firmware: 400a4 vendor: 0x2 v0.43.1, 2 algorithms
[ 3682.923938] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-103c8be9-spkid1-l0.bin: v0.43.1
[ 3682.923943] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: spk-prot: C:\Users\tlu\Desktop\HP_Consumer\CY23\Goldy\Official_release\20221118_RDL\103C8BDF_221118_V1_A0.bin
[ 3683.053051] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Calibration applied: R0=10850
[ 3683.055687] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Calibration applied: R0=10485
[ 3683.088874] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Firmware Loaded - Type: spk-prot, Gain: 17
[ 3683.089868] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Firmware Loaded - Type: spk-prot, Gain: 17
[ 3691.033589] PM: resume of devices complete after 10002.789 msecs
[ 3691.035756] OOM killer enabled.
[ 3691.035762] Restarting tasks: Starting
[ 3691.037487] Restarting tasks: Done
[ 3691.037543] random: crng reseeded on system resumption
[ 3691.040032] PM: suspend exit
#### login screen appears ##########3

And when running a test using amd_s2idle; as shown on Pastebin: There seems to be a consistent 8-second hang sometime during wake from startup around here:

[ 3683.053051] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Calibration applied: R0=10850
[ 3683.055687] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Calibration applied: R0=10485
[ 3683.088874] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Firmware Loaded - Type: spk-prot, Gain: 17
[ 3683.089868] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Firmware Loaded - Type: spk-prot, Gain: 17
[ 3691.033589] PM: resume of devices complete after 10002.789 msecs
[ 3691.035756] OOM killer enabled.

I'm also worried it has to do with the following line:

[ 3681.036231] nvme nvme0: D3 entry latency set to 8 seconds
cat /sys/power/mem_sleep
[s2idle]

Partial s2idle report:

s2idle report created on 2026-02-08 17:10:04.255834 using amd-s2idle 0.2.13
 
⚓ Prerequisite checks
Measured 2026-02-08 17:09:13.
 💻 AMD Ryzen 7 7730U with Radeon Graphics (family 19 model 50)
 💻 HP HP Envy x360 2-in-1 Laptop 15-fh0xxx (103C_5335M8 HP Envy)
 🐧 Ubuntu 25.10
 🐧 Kernel 6.17.0-12-generic
 🔋 Battery BAT1 (Hewlett-Packard PABAS0241231) is operating at 83.80% of design
 ✅ ASPM policy set to 'default'
 ✅ GPIO driver `pinctrl_amd` available
 ✅ PMC driver `amd_pmc` loaded (Program 0 Firmware 64.74.0)
 ✅ USB3 driver `xhci_hcd` bound to 0000:04:00.3, 0000:04:00.4
 ✅ System is configured for s2idle
 🚦 AHCI is not configured for DevSlp in BIOS
 ✅ GPU driver `amdgpu` bound to 0000:04:00.0
 🚦 Unable to discover CPU topology, didn't find socket level
 ✅ PC6 and CC6 enabled
 ✅ SMT enabled
 ✅ ACPI FADT supports Low-power S0 idle
 ✅ Logs are provided via cysystemd
 ✅ LPS0 _DSM enabled
 ✅ WLAN driver `rtw89_8852ce` bound to 0000:01:00.0
 
Cycle Data
╒═════════╤════════════════════════════════════════════════════════════════╕
│   Cycle │ data                                                           │
╞═════════╪════════════════════════════════════════════════════════════════╡
│       0 │ 💤 Hardware sleep cycle count: 1                                │
│         │ 💤 Notify devices ['GPP3', 'UBTC', 'WMID'] found during suspend │
╘═════════╧════════════════════════════════════════════════════════════════╛
 
🦟 Debug Data
DMI|value
bios_date| 12/03/2025
bios_release| 15.14
bios_vendor| Insyde
bios_version| F.14
board_name| 8BE9
board_vendor| HP
board_version| 75.44
chassis_type| 31
chassis_vendor| HP
chassis_version| Chassis Version
ec_firmware_release| 75.44
product_sku| 7H1T1UA#ABA
product_version| Type1ProductConfigId
VCE feature version: 0, firmware version: 0x00000000
UVD feature version: 0, firmware version: 0x00000000
MC feature version: 0, firmware version: 0x00000000
ME feature version: 54, firmware version: 0x000000a7
PFP feature version: 54, firmware version: 0x000000c3
CE feature version: 54, firmware version: 0x00000050
RLC feature version: 1, firmware version: 0x0000003c
RLC SRLC feature version: 1, firmware version: 0x00000001
RLC SRLG feature version: 1, firmware version: 0x00000001
RLC SRLS feature version: 1, firmware version: 0x00000001
RLCP feature version: 0, firmware version: 0x00000000
RLCV feature version: 0, firmware version: 0x00000000
MEC feature version: 54, firmware version: 0x000001d8
IMU feature version: 0, firmware version: 0x00000000
SOS feature version: 0, firmware version: 0x00000000
ASD feature version: 0, firmware version: 0x210000e0
TA XGMI feature version: 0x00000000, firmware version: 0x00000000
TA RAS feature version: 0x00000000, firmware version: 0x00000000
TA HDCP feature version: 0x00000000, firmware version: 0x17000041
TA DTM feature version: 0x00000000, firmware version: 0x12000018
TA RAP feature version: 0x00000000, firmware version: 0x00000000
TA SECUREDISPLAY feature version: 0x00000000, firmware version: 0x00000000
SMC feature version: 0, program: 0, firmware version: 0x00404a00 (64.74.0)
SDMA0 feature version: 41, firmware version: 0x00000028
VCN feature version: 0, firmware version: 0x08118003
DMCU feature version: 0, firmware version: 0x00000000
DMCUB feature version: 0, firmware version: 0x0101002b
TOC feature version: 0, firmware version: 0x00000000
MES_KIQ feature version: 0, firmware version: 0x00000000
MES feature version: 0, firmware version: 0x00000000
VPE feature version: 0, firmware version: 0x00000000
VBIOS version: 113-BARCELO-004
LOGIND: no configuration changes
EDID for /sys/devices/pci0000:00/0000:00:08.1/0000:04:00.0/drm/card1/card1-eDP-1/edid:
│ Block 0, Base EDID:
│ EDID Structure Version & Revision: 1.4
│ Vendor & Product Identification:
│ Manufacturer: CMN
│ Model: 5394
│ Made in: week 21 of 2019
│ Basic Display Parameters & Features:
│ Digital display
│ Bits per primary color channel: 6
│ DisplayPort interface
│ Maximum image size: 34 cm x 19 cm
│ Gamma: 2.20
│ Supported color formats: RGB 4:4:4
│ First detailed timing includes the native pixel format and preferred refresh rate
│ Display supports continuous frequencies
│ Color Characteristics:
│ Red  : 0.5898, 0.3496
│ Green: 0.3300, 0.5546
│ Blue : 0.1533, 0.1191
│ White: 0.3134, 0.3291
│ Established Timings I & II: none
│ Standard Timings: none
│ Detailed Timing Descriptors:
│ DTD 1:  1920x1080   60.001655 Hz  16:9     67.442 kHz    145.000000 MHz (344 mm x 193 mm)
│ Hfront   48 Hsync  32 Hback  150 Hpol P
│ Vfront    6 Vsync   8 Vback   30 Vpol N
│ DTD 2:  1920x1080   40.002483 Hz  16:9     44.963 kHz     96.670000 MHz (344 mm x 193 mm)
│ Hfront   48 Hsync  32 Hback  150 Hpol P
│ Vfront    6 Vsync   8 Vback   30 Vpol N
│ Checksum: 0xd0
│ ----------------
└─ EDID conformity: PASS

shows that my laptop doesn't have the option for deep (d3) suspend in the first place, so this makes me particularly suspicious.

Attempted fixes:

  • Switching distros to provide a clean boot experience

  • Messing with kernel boot parameters like

    • nvme_core.default_ps_max_latency_us=0
    • mem_sleep_default=s2idle
    • pci=no_d3
    • nvme_core.quirks=144d:a80b:0
  • Updating to the most recent BIOS firmware available for the laptop by HP (2025)

  • Attempting to change AHCI settings in BIOS

    • No such options exist on my BIOS for some reason, and I was having trouble booting into any custom "advanced" options, trying various keybinds with little luck. I'm not particularly enthusiastic to run a modified or custom BIOS just for the sake of changing it, either.

I'm starting to hit a dead end here, and while it's not the complete end of the world, a 15 second wait every time I open my laptop has been frustrating. Is there something I'm missing?

Setting my mother's 2GB RAM computer with Lubuntu and have tried unsuccessfully to install Broadcom wireless drivers https://askubuntu.com/questions/1565118/setting-my-mothers-2gb-ram-computer-with-lubuntu-and-have-tried-unsuccessfully

My mother's computer is a 2GB RAM HP Steam, and as you can imagine it has been unused for a while. I am trying to give it a new life using Lubuntu. Everything is alright except for the Wi-Fi connection to the internet. It is my first time using a terminal and I have already tried multiple ways to update the drivers and none of them have worked.

I started here: Installing Broadcom Wireless Drivers and have been trying to fix the errors that appeared along the way until getting to this tutorial: https://forums.linuxmint.com/viewtopic.php?p=2749276#p2749276. And it still doesn't work.

Here is my terminal output.

cristina@cristina-computador:~$ sudo apt update
[sudo] password for cristina: 
Hit:1 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease 
Hit:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done      
3 packages can be upgraded. Run 'apt list --upgradable' to see them.

cristina@cristina-computador:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done      
Calculating upgrade... Done
Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
  vlc-plugin-qt libvlc5 qt5-qmake-bin libmagickcore-6.q16-7t64 libzvbi-common
  qtbase5-dev-tools vlc-data libqt5xml5t64 libvlccore9 qt5-gtk-platformtheme
  vlc imagemagick libqt5sql5t64 vlc-bin libmagickcore-6.q16-7-extra
  libqt5test5t64 vlc-l10n libcjson1 libpostproc57 vlc-plugin-samba
  libqt5gui5t64 libavcodec60 libzvbi0t64 libqt5printsupport5t64
  vlc-plugin-notify qtbase5-dev libqt5concurrent5t64 libavutil58
  libqt5widgets5t64 imagemagick-6.q16 libswscale7 libqt5dbus5t64
  vlc-plugin-access-extra libqt5network5t64 vlc-plugin-skins2 vlc-plugin-svg
  libqt5opengl5-dev libqt5opengl5t64 vlc-plugin-video-splitter libswresample4
  imagemagick-6-common vlc-plugin-video-output libqt5sql5-sqlite 7zip
  qt5-qmake libavformat60 libvlc-bin libqt5core5t64 vlc-plugin-base
  vlc-plugin-visualization libavfilter9 libmagickwand-6.q16-7t64
Learn more about Ubuntu Pro at https://ubuntu.com/pro
The following upgrades have been deferred due to phasing:
  alsa-ucm-conf libigdgmm12 ubuntu-drivers-common
0 packages upgraded, 0 new packages installed, 0 to remove and 3 not upgraded.
2 packages not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Installing broadcom-sta-dkms (6.30.223.271-23ubuntu1.1) ...
Removing old broadcom-sta-6.30.223.271 DKMS files...
Deleting module broadcom-sta-6.30.223.271 completely from the DKMS tree.
Loading new broadcom-sta-6.30.223.271 DKMS files...
Building for 6.17.0-19-generic
Building initial module for 6.17.0-19-generic
ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/broadcom-sta-dkms.0.crash'
Error! Bad return status for module build on kernel: 6.17.0-19-generic (x86_64)
Consult /var/lib/dkms/broadcom-sta/6.30.223.271/build/make.log for more information.
dpkg: error processing package broadcom-sta-dkms (--configure):
 installed broadcom-sta-dkms package post-installation script returned error exit status 10
dpkg: dependency problems prevent configuration of bcmwl-kernel-source:
 bcmwl-kernel-source depends on broadcom-sta-dkms (= 6.30.223.271-23ubuntu1.1); however:
 Package broadcom-sta-dkms is not configured yet.

dpkg: error processing package bcmwl-kernel-source (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates it's a follow-up error from a previous failure.
                                         Errors were encountered while processing:
 broadcom-sta-dkms
 bcmwl-kernel-source
E: Sub-process /usr/bin/dpkg returned an error code (1)

cristina@cristina-computador:~$ sudo dpkg --configure -a
Installing broadcom-sta-dkms (6.30.223.271-23ubuntu1.1) ...
Removing old broadcom-sta-6.30.223.271 DKMS files...
Deleting module broadcom-sta-6.30.223.271 completely from the DKMS tree.
Loading new broadcom-sta-6.30.223.271 DKMS files...
Building for 6.17.0-19-generic
Building initial module for 6.17.0-19-generic
ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/broadcom-sta-dkms.0.crash'
Error! Bad return status for module build on kernel: 6.17.0-19-generic (x86_64)
Consult /var/lib/dkms/broadcom-sta/6.30.223.271/build/make.log for more information.
dpkg: error processing package broadcom-sta-dkms (--configure):
 installed broadcom-sta-dkms package post-installation script returned error exit status 10
dpkg: dependency problems prevent configuration of bcmwl-kernel-source:
 bcmwl-kernel-source depends on broadcom-sta-dkms (= 6.30.223.271-23ubuntu1.1); however:
 Package broadcom-sta-dkms is not configured yet.

dpkg: error processing package bcmwl-kernel-source (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 broadcom-sta-dkms
 bcmwl-kernel-source

cristina@cristina-computador:~$ sudo apt install -f
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done      
0 packages upgraded, 0 new packages installed, 0 to remove and 3 not upgraded.
2 packages not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Installing broadcom-sta-dkms (6.30.223.271-23ubuntu1.1) ...
Removing old broadcom-sta-6.30.223.271 DKMS files...
Deleting module broadcom-sta-6.30.223.271 completely from the DKMS tree.
Loading new broadcom-sta-6.30.223.271 DKMS files...
Building for 6.17.0-19-generic
Building initial module for 6.17.0-19-generic
ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/broadcom-sta-dkms.0.crash'
Error! Bad return status for module build on kernel: 6.17.0-19-generic (x86_64)
Consult /var/lib/dkms/broadcom-sta/6.30.223.271/build/make.log for more information.
dpkg: error processing package broadcom-sta-dkms (--configure):
 installed broadcom-sta-dkms package post-installation script returned error exit status 10
dpkg: dependency problems prevent configuration of bcmwl-kernel-source:
 bcmwl-kernel-source depends on broadcom-sta-dkms (= 6.30.223.271-23ubuntu1.1); however:
 Package broadcom-sta-dkms is not configured yet.

dpkg: error processing package bcmwl-kernel-source (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates it's a follow-up error from a previous failure.
                                         Errors were encountered while processing:
 broadcom-sta-dkms
 bcmwl-kernel-source
E: Sub-process /usr/bin/dpkg returned an error code (1)

cristina@cristina-computador:~$ sudo apt remove --purge bcmwl-kernel-source
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done      
The following packages will be REMOVED:
  bcmwl-kernel-source*
0 packages upgraded, 0 new packages installed, 1 to remove and 3 not upgraded.
2 packages not fully installed or removed.
After this operation, 22.5 kB of disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 326848 files and directories currently installed.)
Removing bcmwl-kernel-source (6.30.223.271+bdcom-23ubuntu1.1) ...
Installing broadcom-sta-dkms (6.30.223.271-23ubuntu1.1) ...
Removing old broadcom-sta-6.30.223.271 DKMS files...
Deleting module broadcom-sta-6.30.223.271 completely from the DKMS tree.
Loading new broadcom-sta-6.30.223.271 DKMS files...
Building for 6.17.0-19-generic
Building initial module for 6.17.0-19-generic
ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/broadcom-sta-dkms.0.crash'
Error! Bad return status for module build on kernel: 6.17.0-19-generic (x86_64)
Consult /var/lib/dkms/broadcom-sta/6.30.223.271/build/make.log for more information.
dpkg: error processing package broadcom-sta-dkms (--configure):
 installed broadcom-sta-dkms package post-installation script returned error exit status 10
Errors were encountered while processing:
 broadcom-sta-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)

cristina@cristina-computador:~$ sudo apt autoremove
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done      
0 packages upgraded, 0 new packages installed, 0 to remove and 3 not upgraded.
1 packages not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Installing broadcom-sta-dkms (6.30.223.271-23ubuntu1.1) ...
Removing old broadcom-sta-6.30.223.271 DKMS files...
Deleting module broadcom-sta-6.30.223.271 completely from the DKMS tree.
Loading new broadcom-sta-6.30.223.271 DKMS files...
Building for 6.17.0-19-generic
Building initial module for 6.17.0-19-generic
ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/broadcom-sta-dkms.0.crash'
Error! Bad return status for module build on kernel: 6.17.0-19-generic (x86_64)
Consult /var/lib/dkms/broadcom-sta/6.30.223.271/build/make.log for more information.
dpkg: error processing package broadcom-sta-dkms (--configure):
 installed broadcom-sta-dkms package post-installation script returned error exit status 10
Errors were encountered while processing:
 broadcom-sta-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)

cristina@cristina-computador:~$ sudo apt clean

cristina@cristina-computador:~$ sudo apt remove --purge broadcom-sta-dkms
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done      
The following package was automatically installed and is no longer required:
  dkms
Use 'sudo apt autoremove' to remove it.
The following packages will be REMOVED:
  broadcom-sta-dkms*
0 packages upgraded, 0 new packages installed, 1 to remove and 3 not upgraded.
1 packages not fully installed or removed.
After this operation, 14.5 MB of disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 326845 files and directories currently installed.)
Removing broadcom-sta-dkms (6.30.223.271-23ubuntu1.1) ...
Deleting module broadcom-sta-6.30.223.271 completely from the DKMS tree.
(Reading database ... 326780 files and directories currently installed.)
Purging configuration files for broadcom-sta-dkms (6.30.223.271-23ubuntu1.1) ...
cristina@cristina-computador:~$ sudo apt update
Hit:1 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease
Hit:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done      
3 packages can be upgraded. Run 'apt list --upgradable' to see them.

cristina@cristina-computador:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done      
Calculating upgrade... Done
The following package was automatically installed and is no longer required:
  dkms
Use 'sudo apt autoremove' to remove it.
Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
  vlc-plugin-qt libvlc5 qt5-qmake-bin libmagickcore-6.q16-7t64 libzvbi-common
  qtbase5-dev-tools vlc-data libqt5xml5t64 libvlccore9 qt5-gtk-platformtheme
  vlc imagemagick libqt5sql5t64 vlc-bin libmagickcore-6.q16-7-extra
  libqt5test5t64 vlc-l10n libcjson1 libpostproc57 vlc-plugin-samba
  libqt5gui5t64 libavcodec60 libzvbi0t64 libqt5printsupport5t64
  vlc-plugin-notify qtbase5-dev libqt5concurrent5t64 libavutil58
  libqt5widgets5t64 imagemagick-6.q16 libswscale7 libqt5dbus5t64
  vlc-plugin-access-extra libqt5network5t64 vlc-plugin-skins2 vlc-plugin-svg
  libqt5opengl5-dev libqt5opengl5t64 vlc-plugin-video-splitter libswresample4
  imagemagick-6-common vlc-plugin-video-output libqt5sql5-sqlite 7zip
  qt5-qmake libavformat60 libvlc-bin libqt5core5t64 vlc-plugin-base
  vlc-plugin-visualization libavfilter9 libmagickwand-6.q16-7t64
Learn more about Ubuntu Pro at https://ubuntu.com/pro
The following upgrades have been deferred due to phasing:
  alsa-ucm-conf libigdgmm12 ubuntu-drivers-common
0 packages upgraded, 0 new packages installed, 0 to remove and 3 not upgraded.

cristina@cristina-computador:~$ sudo apt autoremove
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done      
The following packages will be REMOVED:
  dkms
0 packages upgraded, 0 new packages installed, 1 to remove and 3 not upgraded.
After this operation, 196 kB of disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 326779 files and directories currently installed.)
Removing dkms (3.0.11-1ubuntu13) ...
Processing triggers for man-db (2.12.0-4build2) ...
cristina@cristina-computador:~$ sudo apt install bcmwl-kernel-source
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done      
The following additional packages will be installed:
  broadcom-sta-dkms dkms
Suggested packages:
  menu
The following NEW packages will be installed:
  bcmwl-kernel-source broadcom-sta-dkms dkms
0 packages upgraded, 3 new packages installed, 0 to remove and 3 not upgraded.
Need to get 2542 kB of archives.
After this operation, 14.7 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://archive.ubuntu.com/ubuntu noble/main amd64 dkms all 3.0.11-1ubuntu13 [51.5 kB]
Get:2 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 broadcom-sta-dkms all 6.30.223.271-23ubuntu1.1 [2482 kB]
Get:3 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 bcmwl-kernel-source amd64 6.30.223.271+bdcom-23ubuntu1.1 [8516 B]
Fetched 2542 kB in 2s (1345 kB/s)             
Selecting previously unselected package dkms.
(Reading database ... 326764 files and directories currently installed.)
Preparing to unpack .../dkms_3.0.11-1ubuntu13_all.deb ...
Unpacking dkms (3.0.11-1ubuntu13) ...
Selecting previously unselected package broadcom-sta-dkms.
Preparing to unpack .../broadcom-sta-dkms_6.30.223.271-23ubuntu1.1_all.deb ...
Unpacking broadcom-sta-dkms (6.30.223.271-23ubuntu1.1) ...
Selecting previously unselected package bcmwl-kernel-source.
Preparing to unpack .../bcmwl-kernel-source_6.30.223.271+bdcom-23ubuntu1.1_amd64.deb ...
Unpacking bcmwl-kernel-source (6.30.223.271+bdcom-23ubuntu1.1) ...
Installing dkms (3.0.11-1ubuntu13) ...
Installing broadcom-sta-dkms (6.30.223.271-23ubuntu1.1) ...
Loading new broadcom-sta-6.30.223.271 DKMS files...
Building for 6.17.0-19-generic
Building initial module for 6.17.0-19-generic
ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/broadcom-sta-dkms.0.crash'
Error! Bad return status for module build on kernel: 6.17.0-19-generic (x86_64)
Consult /var/lib/dkms/broadcom-sta/6.30.223.271/build/make.log for more information.
dpkg: error processing package broadcom-sta-dkms (--configure):
 installed broadcom-sta-dkms package post-installation script returned error exit status 10
dpkg: dependency problems prevent configuration of bcmwl-kernel-source:
 bcmwl-kernel-source depends on broadcom-sta-dkms (= 6.30.223.271-23ubuntu1.1); however:
 Package broadcom-sta-dkms is not configured yet.

dpkg: error processing package bcmwl-kernel-source (--configure):
 dependency problems - leaving unconfigured
Processing triggers for man-db (2.12.0-4build2) ...
No apport report written because the error message indicates it's a follow-up error from a previous failure.
                                         Errors were encountered while processing:
 broadcom-sta-dkms
 bcmwl-kernel-source
E: Sub-process /usr/bin/dpkg returned an error code (1)

cristina@cristina-computador:~$ wget http://archive.ubuntu.com/ubuntu/pool/restricted/b/broadcom-sta/broadcom-sta-dkms_6.30.223.271-23ubuntu1.2_all.deb
--2026-03-24 10:03:01--  http://archive.ubuntu.com/ubuntu/pool/restricted/b/broadcom-sta/broadcom-sta-dkms_6.30.223.271-23ubuntu1.2_all.deb
Resolving archive.ubuntu.com (archive.ubuntu.com)... 2620:2d:4002:1::102, 2620:2d:4000:1::101, 2620:2d:4000:1::102, ...
Connecting to archive.ubuntu.com (archive.ubuntu.com)|2620:2d:4002:1::102|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2482710 (2.4M) [application/vnd.debian.binary-package]
Saving to: ‘broadcom-sta-dkms_6.30.223.271-23ubuntu1.2_all.deb.1’

broadcom-sta-dkms_6.30.223.271 100%[=================================================>]   2.37M   566KB/s    in 15s     

2026-03-24 10:03:19 (162 KB/s) - ‘broadcom-sta-dkms_6.30.223.271-23ubuntu1.2_all.deb.1’ saved [2482710/2482710]

cristina@cristina-computador:~$ sudo apt install ./broadcom-sta-dkms_6.30.223.271-23ubuntu1.2_all.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done      
Note, selecting 'broadcom-sta-dkms' instead of './broadcom-sta-dkms_6.30.223.271-23ubuntu1.2_all.deb'
The following packages will be REMOVED:
  bcmwl-kernel-source
The following packages will be upgraded:
  broadcom-sta-dkms
1 upgraded, 0 newly installed, 1 to remove and 3 not upgraded.
2 packages not fully installed or removed.
Need to get 0 B/2483 kB of archives.
After this operation, 20.5 kB of disk space will be freed.
Do you want to continue? [Y/n] y
Get:1 /home/cristina/broadcom-sta-dkms_6.30.223.271-23ubuntu1.2_all.deb broadcom-sta-dkms all 6.30.223.271-23ubuntu1.2 [2483 kB]
(Reading database ... 326848 files and directories currently installed.)
Removing bcmwl-kernel-source (6.30.223.271+bdcom-23ubuntu1.1) ...
(Reading database ... 326845 files and directories currently installed.)
Preparing to unpack .../broadcom-sta-dkms_6.30.223.271-23ubuntu1.2_all.deb ...
Deleting module broadcom-sta-6.30.223.271 completely from the DKMS tree.
Unpacking broadcom-sta-dkms (6.30.223.271-23ubuntu1.2) over (6.30.223.271-23ubuntu1.1) ...
Installing broadcom-sta-dkms (6.30.223.271-23ubuntu1.2) ...
Loading new broadcom-sta-6.30.223.271 DKMS files...
Building for 6.17.0-19-generic
Building initial module for 6.17.0-19-generic
Done.

wl.ko.zst:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.17.0-19-generic/updates/dkms/
depmod........
N: Download is performed unsandboxed as root as file '/home/cristina/broadcom-sta-dkms_6.30.223.271-23ubuntu1.2_all.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

cristina@cristina-computador:~$ sudo apt install /tmp/./broadcom-sta-dkms_6.30.223.271-23ubuntu1.2_all.deb
Reading package lists... Done
E: Unsupported file /tmp/./broadcom-sta-dkms_6.30.223.271-23ubuntu1.2_all.deb given on command line

cristina@cristina-computador:~$ sudo apt install /tmp/broadcom-sta-dkms_6.30.223.271-23ubuntu1.2_all.deb
Reading package lists... Done
E: Unsupported file /tmp/broadcom-sta-dkms_6.30.223.271-23ubuntu1.2_all.deb given on command line

cristina@cristina-computador:~$ sudo apt-get --download install ./broadcom-sta-dkms_6.30.223.271-23ubuntu1.2_all.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done      
Note, selecting 'broadcom-sta-dkms' instead of './broadcom-sta-dkms_6.30.223.271-23ubuntu1.2_all.deb'
broadcom-sta-dkms is already the newest version (6.30.223.271-23ubuntu1.2).
broadcom-sta-dkms set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
cristina@cristina-computador:~$

I have been at it since yesterday and am currently losing my mind. Does anyone know what is going on? Also please explain in a very simple way. I am a first time terminal user and am in way over my head.

 cristina@cristina-computador:~$ /var/lib/dkms/broadcom-sta/6.30.233.271/build/make.log
bash: /var/lib/dkms/broadcom-sta/6.30.233.271/build/make.log: Ficheiro ou pasta inexistente
cristina@cristina-computador:~$ cat  /var/lib/dkms/broadcom-sta/6.30.233.271/build/make.log
cat: /var/lib/dkms/broadcom-sta/6.30.233.271/build/make.log: Ficheiro ou pasta inexistente
Piping video stream to VLC https://askubuntu.com/questions/1565026/piping-video-stream-to-vlc

I'm using Ubuntu 24.04. I am trying to pipe a stream to VLC. When it was rtmp I could do it, but I'm having trouble with hls/m3u8. An example link (https://ppv.to/live/247-family-guy). I have tried searching the network console in Firefox, but I couldn't find the master URL. video downloadhelper extension is able to download the stream, so I should be able to pipe it to VLC, right?

I have found the master URL, though I'm receiving a 403 Forbidden error. Why can the extension download the stream, but ffmpeg and yt-dlp can't?

I believe the answer is missing http headers. I have tried adding some that I know (user-agent, origin, referer), but I'm still having no luck. Does anyone know how to find which headers are missing?

I have entered the full response and request headers and user agent. Still getting 403 error. Must be something else missing...

No driver available for MediaTek MT7927 WiFi or Bluetooth on Ubuntu 24.10 with kernel 6.11 https://askubuntu.com/questions/1535319/no-driver-available-for-mediatek-mt7927-wifi-or-bluetooth-on-ubuntu-24-10-with-k

I've purchased a new mother board (ASUS ROG Strix X870E-E Gaming WiFi) with a WiFi 7 card MediaTek MT7927 and I can see that there's no driver available for it neither in the kernel, nor in the list of additional drivers. Does anybody have any suggestions? I did see that the driver for mt7925 was recently introduced into kernel.

Thank you in advance

snap-confine has elevated permissions and is not confined but should be https://askubuntu.com/questions/1528440/snap-confine-has-elevated-permissions-and-is-not-confined-but-should-be

I tried to run multipass version and got the error below:

snap-confine has elevated permissions and is not confined but should be. Refusing to continue to avoid permission escalation attacks
Please make sure that the snapd.apparmor service is enabled and started.

This was after I purged snap from my system and reinstalled it.

apparmor is running:

sudo systemctl status apparmor                                           10:48:49
● apparmor.service - Load AppArmor profiles
     Loaded: loaded (/usr/lib/systemd/system/apparmor.service; enabled; preset: enabled)
     Active: active (exited) since Sun 2024-09-29 08:40:08 WAT; 2h 11min ago
       Docs: man:apparmor(7)
             https://gitlab.com/apparmor/apparmor/wikis/home/
   Main PID: 1009 (code=exited, status=0/SUCCESS)
        CPU: 290ms

Sep 29 08:40:08 davidshare systemd[1]: Starting apparmor.service - Load AppArmor profiles...
Sep 29 08:40:08 davidshare apparmor.systemd[1009]: Restarting AppArmor
Sep 29 08:40:08 davidshare apparmor.systemd[1009]: Reloading AppArmor profiles
Sep 29 08:40:08 davidshare apparmor.systemd[1156]: Skipping profile in /etc/apparmor.d/disabl>
Sep 29 08:40:08 davidshare systemd[1]: Finished apparmor.service - Load AppArmor profiles.

Things I have tried:

sudo apparmor_parser -r /etc/apparmor.d/*snap-confine*

$ sudo systemctl enable --now apparmor.service
$ sudo systemctl enable --now snapd.apparmor.service
$ sudo service start snapd
$ sudo systemctl enable snapd.service
$ sudo systemctl enable --now snapd.service
sudo apparmor_parser -r /etc/apparmor.d/*snap-confine*
sudo apparmor_parser -r /var/lib/snapd/apparmor/profiles/snap-confine*

aa-status for snap-confine:

sudo aa-status                                                           10:45:45
apparmor module is loaded.
188 profiles are loaded.
91 profiles are in enforce mode.
   /media/davidshare/Tersu/TersuCorp/tersu tech/learning DevOps/multipass
   /snap/core/17200/usr/lib/snapd/snap-confine
   /snap/core/17200/usr/lib/snapd/snap-confine//mount-namespace-capture-helper
   /snap/snapd/21759/usr/lib/snapd/snap-confine
   /snap/snapd/21759/usr/lib/snapd/snap-confine//mount-namespace-capture-helper
   /usr/bin/evince
   /usr/bin/evince-previewer
   /usr/bin/evince-previewer//sanitized_helper
   /usr/bin/evince-thumbnailer
   /usr/bin/evince//sanitized_helper
   /usr/bin/evince//snap_browsers
   /usr/bin/freshclam
   /usr/bin/man
   /usr/bin/snap//passt
   /usr/bin/snap//sanitized_helper
   /usr/lib/NetworkManager/nm-dhcp-client.action
   /usr/lib/NetworkManager/nm-dhcp-helper
   /usr/lib/connman/scripts/dhclient-script
   /usr/lib/cups/backend/cups-pdf
   /usr/lib/snapd/snap-confine
   /usr/lib/snapd/snap-confine//mount-namespace-capture-helper
   /usr/sbin/clamd
   /usr/sbin/cups-browsed
   /usr/sbin/cupsd
   /usr/sbin/cupsd//third_party
   /usr/sbin/sssd
   /{,usr/}sbin/dhclient
   1password
   avahi-daemon

snap version:

snap version                                                                                                                                                             11:03:26
snap    2.63.1+24.04
snapd   2.63.1+24.04
series  16
ubuntu  24.04
kernel  6.8.0-45-generic
Error trying to build custom Ubuntu 18.04 iso using xorriso https://askubuntu.com/questions/1199870/error-trying-to-build-custom-ubuntu-18-04-iso-using-xorriso
#!/bin/bash

# The example names get mapped to their roles here
orig_iso="$HOME"/iso/foxclone.iso
new_iso="$HOME"/iso/foxclone025-02.iso
mbr_template="$HOME"/isohdpfx.bin
workdir="$HOME"/work
echo $HOME
echo $workdir is workdir
# Extract MBR template file to disk
dd if="$orig_iso" bs=1 count=432 of="$mbr_template"

# Create the new ISO image
xorriso -as mkisofs \
   -U  \
   -allow-lowercase  \
   -r -V 'foxclone025-02' \
   -o "$new_iso" \
   -J -J -joliet-long \
   -isohybrid-mbr "$mbr_template" \
   -b "$workdir"/isolinux/isolinux.bin \   <--------  fails here. The file does exist at that location.
   -c isolinux/boot.cat \
   -boot-load-size 4 -boot-info-table -no-emul-boot \
   -eltorito-alt-boot \
   -e boot/grub/efi.img \
   -no-emul-boot -isohybrid-gpt-basdat -isohybrid-apm-hfsplus 

Error in terminal I've been trying to fix this for 2 days, doing a crazy amount of research. Does anybody see anything that my old eyes have missed?

EDIT: Got it fixed by changing the line:

 xorriso -as mkisofs \

to

 xorriso -as mkisofs "$workdir" \       

and removing the reference to $workdir in the -b line

In the terminal tilde sign keeps printing as soon as I launch the terminal https://askubuntu.com/questions/1130090/in-the-terminal-tilde-sign-keeps-printing-as-soon-as-i-launch-the-terminal

In the terminal tilde sign keeps printing. If I press the tilde button in my keyboard it stop but it starts as soon as I press the enter button. Anyone faced this issue. I am attaching a screenshot for the same. I am typing this question from the same keyboard/laptop.You can see the terminal image

The content of ~/.bashrc is given below

# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples

# If not running interactively, don't do anything
case $- in
    *i*) ;;
      *) return;;
esac

# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
HISTCONTROL=ignoreboth

# append to the history file, don't overwrite it
shopt -s histappend

# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000
HISTFILESIZE=2000

# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize

# If set, the pattern "**" used in a pathname expansion context will
# match all files and zero or more directories and subdirectories.
#shopt -s globstar

# make less more friendly for non-text input files, see lesspipe(1)
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"

# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
    debian_chroot=$(cat /etc/debian_chroot)
fi

# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
    xterm-color|*-256color) color_prompt=yes;;
esac

# uncomment for a colored prompt, if the terminal has the capability; turned
# off by default to not distract the user: the focus in a terminal window
# should be on the output of commands, not on the prompt
#force_color_prompt=yes

if [ -n "$force_color_prompt" ]; then
    if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
    # We have color support; assume it's compliant with Ecma-48
    # (ISO/IEC-6429). (Lack of such support is extremely rare, and such
    # a case would tend to support setf rather than setaf.)
    color_prompt=yes
    else
    color_prompt=
    fi
fi

if [ "$color_prompt" = yes ]; then
    PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
else
    PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi
unset color_prompt force_color_prompt

# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
    PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
    ;;
*)
    ;;
esac

# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then
    test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
    alias ls='ls --color=auto'
    #alias dir='dir --color=auto'
    #alias vdir='vdir --color=auto'

    alias grep='grep --color=auto'
    alias fgrep='fgrep --color=auto'
    alias egrep='egrep --color=auto'
fi

# colored GCC warnings and errors
#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'

# some more ls aliases
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'

# Add an "alert" alias for long running commands.  Use like so:
#   sleep 10; alert
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'

# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.

if [ -f ~/.bash_aliases ]; then
    . ~/.bash_aliases
fi

# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if ! shopt -oq posix; then
  if [ -f /usr/share/bash-completion/bash_completion ]; then
    . /usr/share/bash-completion/bash_completion
  elif [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
  fi
fi
Is there qt5-widget-factory just like gtk3-widget-factory? https://askubuntu.com/questions/1105080/is-there-qt5-widget-factory-just-like-gtk3-widget-factory

There is a very useful tool named gtk3-widget-factory in gtk3-devel package. Is there similar tool in Qt5 ?

sudo: 3 incorrect password attempts https://askubuntu.com/questions/1025427/sudo-3-incorrect-password-attempts

Can anyone suggest how I can avoid this situation? It never asks for password but still complains the password is wrong.

sudo su -
Sorry, try again.
Sorry, try again.
sudo: 3 incorrect password attempts

sudoers file entry :

# Allow members of group sudo to execute any command
%sudo   ALL=(ALL:ALL) ALL
%domain\\my_engineering ALL=(ALL:ALL) ALL

Thank you.

Mariadb non-root user https://askubuntu.com/questions/767887/mariadb-non-root-user

I have installed mariadb and when as a Linux root user, I can run mysql command to access the database. But when I try to login as a normal Linux user and run mysql -u root -p, I am getting error:

ERROR 1698 (28000): Access denied for user 'root'@'localhost'. 

I tried several methods like reset password for the mysql root user, but no use.

Any help will be great.

VLC can't open UDP stream in Ubuntu 14.04 https://askubuntu.com/questions/730484/vlc-cant-open-udp-stream-in-ubuntu-14-04

I have Ubuntu desktop 14.04 with two NIC, eth0 and eth1. One is just for internet and the other one is on local subnet where multicast UDP stream is coming. Default route is on eth0, and multicast route is on eth1. UDP stream is coming on eth1 and I can see that is here with TCPDUMP on that interface but can't open it in VLC. In VLC log I can see that VLC can't open that port or what? Can someone help me? Is that problem with some user rights or port is closed, or what? The same stream I can play on other computer with windows. Here is VLC log:

main debug: processing request item: udp://225.224.2.2:1002, node: Playlist, skip: 0
main debug: resyncing on udp://225.224.2.2:1002
main debug: udp://225.224.2.2:1002 is at 9
main debug: starting playback of the new playlist item
main debug: resyncing on udp://225.224.2.2:1002
main debug: udp://225.224.2.2:1002 is at 9
main debug: creating new input thread
main debug: Creating an input for 'udp://225.224.2.2:1002'
main debug: using timeshift granularity of 50 MiB, in path '/tmp'
main debug: `udp://@225.224.2.2:1002' gives access `udp' demux `' path `@225.224.2.2:1002'
main debug: creating demux: access='udp' demux='' location='@225.224.2.2:1002' file='(null)'
main debug: looking for access_demux module matching "udp": 20 candidates
main debug: no access_demux modules matched
main debug: creating access 'udp' location='@225.224.2.2:1002', path='(null)'
main debug: looking for access module matching "udp": 25 candidates
access_udp debug: opening server=:0 local=225.224.2.2:1002
main debug: net: opening 225.224.2.2 datagram port 1002
main error: socket bind error (Permission denied)
access_udp error: cannot open socket
main debug: no access modules matched
main error: open of `udp://@225.224.2.2:1002' failed
main debug: dead input
main debug: changing item without a request (current 9/10)
main debug: nothing to play

here is ip route:

ip route

default via 192.168.2.1 dev eth0  proto static 
192.168.2.0/24 dev eth0  proto kernel  scope link  src 192.168.2.50  metric 1 
192.168.10.0/24 dev eth1  proto kernel  scope link  src 192.168.10.25  metric 1 
224.0.0.0/4 via 192.168.10.25 dev eth1

I changed the Multicast port and still can't open stream that is easy opened on Windows mashine in the same subnet. Here is VLC stream:

main debug: incoming request - stopping current input
main debug: object waitpipe triggered
main debug: socket 25 polling interrupted
main debug: prebuffering done 0 bytes in 39s - 0 KiB/s
main error: cannot pre fill buffer
main debug: removing module "access_udp"
main warning: cannot create a stream_t from access
main debug: incoming request - stopping current input
main debug: finished input
dbus debug: Getting property CanRaise
main debug: incoming request - stopping current input
main debug: dead input
main debug: processing request item: udp://225.224.2.3:3003, node: Playlist, skip: 0
main debug: resyncing on udp://225.224.2.3:3003
main debug: udp://225.224.2.3:3003 is at 0
main debug: starting playback of the new playlist item

And firewall is disabled....

One more update: On Ubuntu desktop and even on (I have to try)Win 2008 server VLC won't open udp stream which coming on multicast when two NIC are connected. When is connected just one NIC VLC can play the stream....So the problem is with VLC and two NIC. I assume that VLC doesn't know on which NIC to look for stream but I don't know how to resolve this. Any idea???

I didn't find answer to my problem but can't wait any more and need to move on to other things to do....So, here is the whole thing: I need to multicast stream which comes on eth1 to forward on eth0 so other computers and students in subnet can see it(connecting mcast stream to router or switch for everyone just mess with network and bandwidth and stream is freezing and pixeling ), (in what ever manner, but best will be as http stream so students can open stream with VLC) First I need to verify that stream is available, and for that I try with Ubuntu desktop and its working with one NIC, but with two no. After to much time without solution I decide to move to server 14.04 and UDPXY. Now I Installed Ubuntu server 14.04, server is joined multicast group, with tcpdump -i I can see that mcast stream is here on eth1, can't open the stream because it's server without video card, I installed UDPXY, which is accepting mcast stream on eth1 and client requests on eth0 so they open stream like: http://192.168.2.50:5005/udp/225.224.2.3:3003 I try to open stream in VLC on Windows, and on Linux computer and nothing. The VLC log gives me the same massage like before on Ubuntu desktop.

Even if I changed the whole configuration that's the same problem...Ubuntu with two NIC can't open, or forward stream. Is it problem with kernel routing or permissions??? In this case VLC doesn't have problem to choose on witch NIC to look for stream so it's have to be with Ubuntu... please help???

Unload saa7164 module for Hauppauge 2250, and stop tvheadend to suspend Ubuntu 15.04 https://askubuntu.com/questions/724052/unload-saa7164-module-for-hauppauge-2250-and-stop-tvheadend-to-suspend-ubuntu-1

I'm a noob when it comes to using systemd. I'm running Ubuntu 15.04 with the Hauppauge 2250 TV tuner. Unfortunately, the driver/module for the 2250, "saa7164", is not compatible with suspend/resume so live TV will not work after resuming. So I'm using the following file to stop/resume tvheadend and saa7164:

sudo gedit /lib/systemd/system-sleep/50_tvheadend

Which contains the following scipt:

#!/bin/sh
case "$1" in
  pre/*)
    echo "Entering sleep..." >  /tmp/sleep.log
    echo "Entering sleep"
    cat /proc/acpi/wakeup >> /tmp/sleep.log
    service tvheadend stop
    sleep 1
    modprobe -r tveeprom
    modprobe -r dvb_core
    modprobe -r v4l2_common
    modprobe -r videodev
    modprobe -r saa7164
    sleep 3
    echo "After modprobe..."  >> /tmp/sleep.log
    cat /proc/acpi/wakeup >> /tmp/sleep.log
    ;;
  post/*)
    echo "Awaking from sleep..." >>  /tmp/sleep.log
    echo "Waking up"
    modprobe saa7164
    modprobe videodev
    modprobe v4l2_common
    modprobe dvb_core
    modprobe tveeprom
    sleep 3
    echo "After modprobe..."  >> /tmp/sleep.log
    service tvheadend start
    sleep 1
        \cat /proc/acpi/wakeup >> /tmp/sleep.log
    ;;
esac

For good measure, I made the file executable by everyone:

sudo chmod 755 /lib/systemd/system-sleep/50_tvheadend

But this didn't work. So I ran the commands to start and stop tvheadend in terminal, which worked. But when I tried to stop the saa7164 driver in terminal using "modprobe -r saa7164", it errored. So I followed these instructions on how to unload a kernel module which is in use, but my script attempted to unload all the modules listed in "lsmod | grep saa7164" and failed. So I attempted to run the commands in terminal, as follows:

htpc@htpc-desktop:~$ sudo modprobe -r saa7164
modprobe: FATAL: Module saa7164 is in use

htpc@htpc-desktop:~$ lsmod | grep saa7164
saa7164               131072  -1
tveeprom               24576  1 saa7164
dvb_core              126976  1 saa7164
v4l2_common            16384  1 saa7164
videodev              159744  2 saa7164,v4l2_common

htpc@htpc-desktop:~$ sudo modprobe -r tveeprom
modprobe: FATAL: Module tveeprom is in use.

htpc@htpc-desktop:~$ lsmod | grep tveeprom
tveeprom               24576  1 saa7164

How do I unload the saa7164 driver/module?

How to force Ubuntu to detect external display? https://askubuntu.com/questions/707422/how-to-force-ubuntu-to-detect-external-display

My laptop recognises external display devices if I connect them before booting the system, but many times it doesn't if I connect while the system is running. In this case, rebooting naturally solves the problem.

Is there a way to force Ubuntu to detect external displays? Opening up the display menu and pressing "Detect displays" does nothing.

Can't find ttyUSB in /dev after connecting my USB dongle https://askubuntu.com/questions/602045/cant-find-ttyusb-in-dev-after-connecting-my-usb-dongle

I'm desperately trying to connect a 3G dongle to Ubuntu 12.04. Unfortunately, every time I try to connect (using wvdial) I'm met with the message Cannot open /dev/ttyUSB0: No such file or directory I have looked in /dev and there are actually no ttyUSB files in that folder.

I have tried lsusb command which actually does list my dongle

the output of lsusb is:

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 2232:1029  
Bus 002 Device 004: ID 0cf3:3004 Atheros Communications, Inc. 
Bus 002 Device 077: ID 1004:607f LG Electronics, Inc. 

output of tail -f /var/log/syslog

14:42:43 ubuntu kernel: [ 5320.716507] usb 2-1.2: USB disconnect, device number 52
14:42:45 ubuntu kernel: [ 5322.449570] usb 2-1.2: new full-speed USB device number 53 using ehci_hcd
14:42:45 ubuntu kernel: [ 5322.544073] scsi155 : usb-storage 2-1.2:1.0
14:42:45 ubuntu mtp-probe: checking bus 2, device 53: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2"
14:42:45 ubuntu mtp-probe: bus: 2, device: 53 was not an MTP device
14:42:46 ubuntu kernel: [ 5323.542840] scsi 155:0:0:0: CD-ROM            LG       Autorun          1.00 PQ: 0 ANSI: 0
14:42:46 ubuntu kernel: [ 5323.554690] sr1: scsi3-mmc drive: 48x/48x tray
14:42:46 ubuntu kernel: [ 5323.554939] sr 155:0:0:0: Attached scsi CD-ROM sr1
14:42:46 ubuntu kernel: [ 5323.555458] sr 155:0:0:0: Attached scsi generic sg2 type 5
14:42:46 ubuntu usb_modeswitch: switching device 1004:607f on 002/053
14:43:16 ubuntu kernel: [ 5353.691487] usb 2-1.2: USB disconnect, device number 53
14:43:17 ubuntu kernel: [ 5354.913282] usb 2-1.2: new full-speed USB device number 54 using ehci_hcd
14:43:17 ubuntu kernel: [ 5355.008311] cdc_acm 2-1.2:1.0: ttyACM0: USB ACM device
14:43:17 ubuntu mtp-probe: checking bus 2, device 54: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2"
14:43:17 ubuntu kernel: [ 5355.009593] cdc_acm 2-1.2:1.2: ttyACM1: USB ACM device
14:43:17 ubuntu kernel: [ 5355.010501] cdc_acm 2-1.2:1.4: ttyACM2: USB ACM device
14:43:18 ubuntu mtp-probe: bus: 2, device: 54 was not an MTP device
14:43:18 ubuntu kernel: [ 5355.736283] usb 2-1.2: USB disconnect, device number 54
14:43:20 ubuntu kernel: [ 5357.469454] usb 2-1.2: new full-speed USB device number 55 using ehci_hcd
14:43:20 ubuntu kernel: [ 5357.564070] scsi156 : usb-storage 2-1.2:1.0
14:43:20 ubuntu mtp-probe: checking bus 2, device 55: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2"
14:43:20 ubuntu mtp-probe: bus: 2, device: 55 was not an MTP device
14:43:21 ubuntu kernel: [ 5358.562387] scsi 156:0:0:0: CD-ROM            LG       Autorun          1.00 PQ: 0 ANSI: 0
14:43:21 ubuntu kernel: [ 5358.575263] sr1: scsi3-mmc drive: 48x/48x tray
14:43:21 ubuntu kernel: [ 5358.575469] sr 156:0:0:0: Attached scsi CD-ROM sr1
14:43:21 ubuntu kernel: [ 5358.575609] sr 156:0:0:0: Attached scsi generic sg2 type 5
14:43:21 ubuntu usb_modeswitch: switching device 1004:607f on 002/055

My USB 3G dongle is the last one on this list (LG Electronics)

How do i get my dongle to show up in a ttyusb?

Firefox, "Bus error (core dumped)" https://askubuntu.com/questions/467904/firefox-bus-error-core-dumped

If I try to launch firefox I get:

Bus error (core dumped)

When, until last week, I had Gnome 12.04 it was the same... then, during the upgrade (I now have 14.04) Firefox started working (without Flash Player). I installed Flash Player and Firefox stopped working.

Since I am no expert at all, in this answer I honestly don't understand what does "Simply activate it by going to System Settings>Software Sources>Other Software and check the boxes for Canonical Partners" mean (I have the box for Canonical Patners checked, if that is).

I tried the following things found on the Web:

  • If firefox -safe-mode it's the same

  • Tried sudo dpkg --purge --force-all firefox , then sudo apt-get install firefox , nothing.

  • Disinstalled Flash Player, useless

  • Like suggested here, rm -r ~/.mozilla . Too bad for me.

  • Then nothing removing ~/.config/dconf/user, whatever

Help!

Installing Samsung Xpress M2825DW drivers on Kubuntu 12.04 https://askubuntu.com/questions/424310/installing-samsung-xpress-m2825dw-drivers-on-kubuntu-12-04

I'm having trouble with installing printer drivers. I tried to find them in the data base and could not find them. So I downloaded the linux drivers from samsung.com (http://www.samsung.com/de/support/model/SL-M2825DW/SEE-downloads#) and then used the .ppd-file. The error message was: Package missing: "/usr/lib/cups/filter/rastertospl".

Where can I find this package?

Regards

How can I install a two disk game with Wine? https://askubuntu.com/questions/400535/how-can-i-install-a-two-disk-game-with-wine

I would like to install Medieval II : Total War under wine. Everything goes well until I am prompted to install the second dvd-rom to finish the install.

No matter what path I supply to the installer it says setup can't find a file on the specified path or disk. I've tried the options shown for D and Z drives, /dev/sr0, /media/myname etc.

I've also had similar problems with Medal of Honour.

Can anyone help?

vlc player doesn't run with optirun https://askubuntu.com/questions/393990/vlc-player-doesnt-run-with-optirun

I have installed bumblebee. Other applications are working with optirun instead of vlc.

optirun -b primus vlc 

error

VLC media player 2.0.8 Twoflower (revision 2.0.8a-0-g68cf50b)
[0x19d0108] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
../../../include/vlc_xlib.h:46:vlc_xlib_init: Xlib not initialized for threads.
This process is probably using LibVLC incorrectly.
Pass "--no-xlib" to libvlc_new() to fix this.
[0x1d8e5e8] qt4 interface error: Xlib not initialized for threads
../../../include/vlc_xlib.h:46:vlc_xlib_init: Xlib not initialized for threads.
This process is probably using LibVLC incorrectly.
Pass "--no-xlib" to libvlc_new() to fix this.
[0x1d8e5e8] skins2 interface error: Xlib not initialized for threads
[0x1d8e5e8] skins2 interface error: initializing xlib for multi-threading failed
[0x1d8e5e8] skins2 interface error: cannot initialize OSFactory
[0x1d8e5e8] [cli] lua interface: Listening on host "*console".
VLC media player 2.0.8 Twoflower
Command Line Interface initialized. Type `help' for help

System info

Ubuntu 13.10 (64bit)
optirun (Bumblebee) 3.2.1

Is there any workaround?? Thanks..

Edit

This issue fixed in VLC media player 2.1.6

Geforce gt650m laptop driver https://askubuntu.com/questions/307452/geforce-gt650m-laptop-driver

Ubuntu was working with default mesa graphic drivers. I tried to install nvidia driver for my geforce gt650m. I installed different versions of nvidia 319, 310, etc. All of them installed but my entire UI system crashed. Now my login screen looks so small, i don't have desktop or unity.

I am running 13.04.

My story about the Nvidia drivers: At first apt-get install nvidia-current, removed it later.

Then i just downloaded nvidia 319 310 313 different versions with wget stopped gdm and just run ./NVIDIA

How to disable mouse scrolltabs ubuntu chrome https://askubuntu.com/questions/250619/how-to-disable-mouse-scrolltabs-ubuntu-chrome

When I hover on tabs in chrome and scroll the mouse wheel, the tabs are changing focus. This feature is really annoying for me and i want to turn it off. Any ideas?

P.S. The way I usually close an opened tab is to hover the pointer over that tab and click the wheel (also known as middle button). This feature is kind of a convention and is available in many applications.

How can I find files quicker than find or locate? https://askubuntu.com/questions/112235/how-can-i-find-files-quicker-than-find-or-locate

I have been using find command to find files on my 1 tb hard disk. it takes very long. then I used locate which proved to be faster with regular update using updatedb. But the limitation of locate is that I cannot find files with certain size or modified/created time. can you suggest me any ideas on how to find files at more speed or in that case how to pipe output of locate command in a way that all other information like size, time, etc. can be displayed or redirected to a file.