id
stringlengths
1
7
postTypeId
stringclasses
1 value
acceptedAnswerId
stringlengths
1
7
creationDate
stringdate
2009-01-08 07:47:55
2024-03-31 23:33:05
score
stringclasses
504 values
viewCount
stringlengths
1
7
body
stringlengths
24
34.3k
ownerUserId
stringlengths
1
7
lastEditorUserId
stringlengths
1
7
lastEditDate
stringdate
2010-07-28 20:43:11
2024-04-07 06:16:28
lastActivityDate
stringdate
2010-07-29 14:11:46
2024-04-07 06:16:28
title
stringlengths
13
150
tags
listlengths
1
5
answerCount
stringclasses
45 values
commentCount
stringclasses
47 values
contentLicense
stringclasses
3 values
comments
listlengths
0
56
acceptedAnswer
dict
answers
listlengths
0
82
communityOwnedDate
stringclasses
232 values
favoriteCount
stringclasses
2 values
closedDate
stringlengths
23
23
lastEditorDisplayName
stringclasses
890 values
ownerDisplayName
stringlengths
2
28
1490403
1
null
2023-10-25T20:40:43.207
0
365
<p>When booting off a live USB drive to install Ubuntu, the Desktop and certain Gnome windows (Terminal, Nautilus) show up correctly, but others (Ubuntu install window and Firefox) do not. This seems like a compositor or driver issue because when I move windows around in front of the installer window, window remnants b...
111395
111395
2023-10-25T21:08:17.393
2023-10-25T21:37:29.517
Ubuntu 23.10 certain windows are garbled. Can't install on Athlon 220GE
[ "graphics" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Answer: Install it using Safe Graphics mode.</p>\n<p>After finding that I could use Safe Graphics mode to run Ubuntu from the flash drive, I installed it. On starting it from the internal drive it seems to work well with no garbling. This may be due to updates or some oddness...
null
null
null
null
null
1490406
1
null
2023-10-25T21:31:58.877
0
655
<p>I installed the nvidia 535 driver on a new Ubuntu installation 22.04LTS, and got this error:</p> <p><code>Error NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running</code></p> <p>I tried the suggestions in <a href="https://asku...
1741360
389216
2023-10-29T11:14:46.650
2023-10-29T11:14:46.650
NVIDIA-SMI error when installing driver
[ "drivers", "nvidia" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T18:27:55.093", "id": "2610863", "postId": "1490406", "score": "0", "text": "The Nvidia GTX3060 is the hardware, and the following commands were used to install the NVIDIA driver. 1. sudo apt update && sudo apt upgrade 2. ubuntu-drivers devices 3. sudo apt install...
null
[]
null
null
null
null
null
1490408
1
1494539
2023-10-25T21:49:20.657
0
592
<p>I've completed the setup of a server using the Ubuntu tutorial here: <a href="https://ubuntu.com/server/docs/service-openvpn" rel="nofollow noreferrer">https://ubuntu.com/server/docs/service-openvpn</a></p> <p>After configuring the <code>client.conf</code> file as described, with the <code>ca.crt</code>, <code>mycli...
14747
null
null
2023-11-30T22:44:26.290
Network manager connection to openvpn server configured with Ubuntu 23.10 tutorial
[ "networking", "network-manager", "openvpn" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>The key direction is set to &quot;None&quot; by default, but it must be &quot;1&quot; for the client.</p>\n<p><a href=\"https://i.stack.imgur.com/p6Hkp.png\" rel=\"nofollow noreferrer\"><img src=\"https://i.stack.imgur.com/p6Hkp.png\" alt=\"advanced properties\" /></a></p>\n", "com...
[ { "accepted": true, "body": "<p>The key direction is set to &quot;None&quot; by default, but it must be &quot;1&quot; for the client.</p>\n<p><a href=\"https://i.stack.imgur.com/p6Hkp.png\" rel=\"nofollow noreferrer\"><img src=\"https://i.stack.imgur.com/p6Hkp.png\" alt=\"advanced properties\" /></a></p>\n"...
null
null
null
null
null
1490410
1
1493132
2023-10-25T22:21:50.190
7
1535
<p>The problem described in this article</p> <p><a href="https://askubuntu.com/questions/1469200/how-can-i-dismiss-software-updates-installed-notification">How can I dismiss &quot;Software Updates Installed&quot; notification</a></p> <p>continues to plague me and the fixes in that article do not work in my case. I hope...
85166
null
null
2024-01-07T03:06:36.007
How can I dismiss "Software Updates Installed" notification - the saga continues
[ "updates", "uefi", "software-center", "notification" ]
4
4
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T00:39:30.583", "id": "2610718", "postId": "1490410", "score": "0", "text": "Please reset your uefi to default and try again.", "userDisplayName": null, "userId": "966203" }, { "creationDate": "2023-10-27T14:51:07.857", "id": "2611022", "postI...
{ "accepted": true, "body": "<p><strong>Update 2023-11-26</strong></p>\n<p>After a lot of attempting once again to make the message go gracefully away, I decided that maybe I just needed to uninstall <code>snapd</code> and start over again.</p>\n<p>So I</p>\n<pre><code>sudo apt purge snapd\n</code></pre>\n<p>which ...
[ { "accepted": true, "body": "<p><strong>Update 2023-11-26</strong></p>\n<p>After a lot of attempting once again to make the message go gracefully away, I decided that maybe I just needed to uninstall <code>snapd</code> and start over again.</p>\n<p>So I</p>\n<pre><code>sudo apt purge snapd\n</code></pre>\n<...
null
null
null
null
null
1490411
1
1490503
2023-10-25T22:34:41.213
0
112
<p>Recently I upgraded my <code>Ubuntu server</code> installation to 22.04. Since I use <code>aufs</code> and in Ubuntu it is turned off since 22.04, I had to build a custom kernel. I followed the instruction from <a href="https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel" rel="nofollow noreferrer">here</a> and everyth...
927962
927962
2023-10-26T02:18:01.000
2023-10-26T19:47:03.417
ath WiFi driver fails to load on a custom kernel
[ "drivers", "wireless", "kernel", "atheros" ]
1
5
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T00:21:18.800", "id": "2610716", "postId": "1490411", "score": "0", "text": "Please run the terminal command: `lsmod` Paste the result here and give us the link: http://paste.ubuntu.com Welcome to Ask Ubuntu.", "userDisplayName": null, "userId": "19421" },...
{ "accepted": true, "body": "<p>After the precious hint given by @chili555 it was found, that my kernel has module named <code>compat.ko</code>, which installs some in<em>compat</em>ible version of <code>mac80211</code> driver:</p>\n<p><strong>$ sudo lsmod | grep compat</strong></p>\n<pre><code>compat ...
[ { "accepted": true, "body": "<p>After the precious hint given by @chili555 it was found, that my kernel has module named <code>compat.ko</code>, which installs some in<em>compat</em>ible version of <code>mac80211</code> driver:</p>\n<p><strong>$ sudo lsmod | grep compat</strong></p>\n<pre><code>compat ...
null
null
null
null
null
1490413
1
null
2023-10-25T22:58:39.473
0
23
<p>When running this command, time measurements come to stdout and the grepped string are redirected to the file.</p> <pre><code>$console:time curl &lt;URL&gt; --silent -v 2&gt;&amp;1| grep &lt;string of verbose curl output&gt; &gt; file_with_both_time&amp;grepped_string real 0m0.146s user 0m0.070s sys 0m0.0...
1741370
null
null
2023-10-25T22:58:39.473
Redirect output from both time and grep into file
[ "bash", "scripts" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
2023-10-25T23:33:28.957
null
null
1490416
1
1490455
2023-10-26T00:16:58.573
1
101
<p>I'm using Ubuntu 20.04 (host OS, not a VM) and spontaneously started getting errors while using Obsidian, which I closed but failed to reopen. Then, I rebooted my computer, but now the GUI doesn't start and instead I see:</p> <pre><code>[ 0.099563] x86/cpu: SGX disabled by bios [ 0.166329] ACPI BIOS Error (bug...
1741374
null
null
2023-10-26T11:11:04.287
(Ubuntu 20.04) Unable to start GUI after reboot, ACPI errors
[ "boot", "20.04", "bios", "acpi", "busybox" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T00:40:09.790", "id": "2610719", "postId": "1490416", "score": "1", "text": "Uhhhhhh, never mind, I just solved this with fsck.", "userDisplayName": null, "userId": "1741374" }, { "creationDate": "2023-10-26T07:49:10.417", "id": "2610750", "po...
{ "accepted": true, "body": "<p>To solve it, I ran <code>exit</code>, got a message indicating the corrupted partition, ran <code>fsck $PARTITION_PATH$ -y</code>, and then rebooted the computer. The GUI started normally.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicens...
[ { "accepted": true, "body": "<p>To solve it, I ran <code>exit</code>, got a message indicating the corrupted partition, ran <code>fsck $PARTITION_PATH$ -y</code>, and then rebooted the computer. The GUI started normally.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, ...
null
null
null
null
null
1490417
1
null
2023-10-26T00:55:27.560
-1
250
<p>How can I make the below command as variable ? I mean I need to assign this command to variable to use it within for loop.</p> <pre><code>for i in $(sed 's|/home/bssuser/Scripts/Amany/log/bssuser/CDR/Postpaid_CDR_Log/||' /home/bssuser/Scripts/Amany/logs.csv ) </code></pre> <p>I have file named start with the below p...
1404742
158442
2023-10-26T01:45:23.410
2023-10-26T16:45:36.360
How can I make output of sed command as variable?
[ "command-line", "bash", "text-processing", "sed" ]
2
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T14:11:36.520", "id": "2610820", "postId": "1490417", "score": "1", "text": "Are you trying to modify the *path* of the file, or the *content* of the file? What is the purpose of the loop? Please [edit] your question with more context.", "userDisplayName": null, ...
null
[ { "accepted": null, "body": "<pre><code>var1=\"$(for i in $(sed 's|/home/bssuser/Scripts/Amany/log/bssuser/CDR/Postpaid_CDR_Log/||' /home/bssuser/Scripts/Amany/logs.csv ))\"</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", ...
null
null
null
null
null
1490418
1
null
2023-10-26T01:38:57.953
0
65
<p>I'd like to write a couple of scripts to extend Geany, but I can't find the documentation for it. I've looked at the half-dozen scripts you can download, but none of them do what I want, which is to do multiple finds and replaces quickly. Where can I find that information? (Or do I misunderstand the purpose of Mini-...
970182
null
null
2023-10-26T01:38:57.953
Geany Mini-script scripting documentation?
[ "geany" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T03:08:42.717", "id": "2610731", "postId": "1490418", "score": "0", "text": "Have you seen https://github.com/geany/geany-plugins/blob/master/geanyminiscript/doc/gms_help.pdf? From a quick look, it seems this plugin lets you specify scripts (shell, sed, perl, etc.), ...
null
[]
null
null
null
null
null
1490419
1
null
2023-10-26T02:53:49.057
0
24
<p>I have cleared Windows off my laptop and installed the latest Ubuntu on the HDD. Now I have started to download apps to run on Ubuntu can I save the downloads in their entirety to an attached SSD has much more capacity and speed than the rather ancient internal HDD?</p>
1725353
null
null
2023-10-26T02:53:49.057
When I download apps using Ubuntu can I ensure they are downloaded to an attached SSD rather than the laptops smaller HDDAND
[ "partitioning", "hard-drive", "ssd", "snap" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T04:58:18.283", "id": "2610736", "postId": "1490419", "score": "0", "text": "Why do you use the `snap`-tag?", "userDisplayName": null, "userId": "590937" }, { "creationDate": "2023-10-26T08:03:23.863", "id": "2610753", "postId": "1490419", ...
null
[]
null
null
null
null
null
1490422
1
null
2023-10-26T03:46:50.000
1
494
<p>I have a PC with two hard drives with Ubuntu Desktop:</p> <ol> <li><p>The first hard disk originally had version 18.04 and I just put 22.04.3 LTS over that, everything fine. Mounts windows partitions and all.</p> <p><a href="https://i.stack.imgur.com/NA2Cs.png" rel="nofollow noreferrer"><img src="https://i.stack.img...
1741396
618353
2023-10-27T08:46:29.223
2023-10-27T08:46:29.223
Ubuntu 23.10 does not power off, but 22.04 on the same system powers off properly
[ "shutdown", "23.10" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T02:17:59.087", "id": "2610936", "postId": "1490422", "score": "2", "text": "Do you have logs from just before the shutdown? Start a shutdown, wait for it to hang, use SysRq keys to reboot and check the previous boot's final log entries.", "userDisplayName": nul...
null
[]
null
null
2023-10-26T11:18:31.200
null
null
1490423
1
null
2023-10-26T04:13:07.663
0
110
<p>Translation: I bought a generic Exbom G550 keyboard, which comes with RGB, but it doesn't work. The RGBs don't work when the operating system boots up, the key that should turn them on would be scroll lock, but it doesn't work, when I open the bios it works normally, only after the operating system starts that it do...
1741399
1702613
2023-10-27T00:57:38.450
2023-10-27T00:57:38.450
RGB in keyboard does not work
[ "keyboard", "keyboard-backlight" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T12:36:30.150", "id": "2610796", "postId": "1490423", "score": "0", "text": "Please translate the title of the question into English. Aside from the rules, this will most likely increase the chance of getting an answer, as the people who look through the question lis...
null
[]
null
null
null
null
null
1490424
1
null
2023-10-26T04:23:01.597
1
37
<p>I have a dual 4k monitor setup. Most of the time I want to run in &quot;Join Display&quot; mode, with the one on the left in portrait right and both at 150% fractional scaling. This works fine.</p> <p>However, for some Proton based gaming I need to switch to a Single Display mode at 100% scaling.</p> <p>Switching ...
1620187
1620187
2023-10-27T20:06:15.910
2023-10-27T20:06:15.910
Shortcut to switch between display modes
[ "shortcut-keys", "multiple-monitors", "display", "display-resolution" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T16:57:48.437", "id": "2611051", "postId": "1490424", "score": "0", "text": "You didn't mention your Ubuntu version.", "userDisplayName": null, "userId": "1157209" }, { "creationDate": "2023-10-27T20:06:02.283", "id": "2611073", "postId": "149...
null
[]
null
null
null
null
null
1490426
1
null
2023-10-26T04:35:43.717
0
151
<p>I'm trying to remotely connect to my home network using a file like the client.ovpn file below. I'm using open vpn on Ubuntu 22.04.1 LTS. When I run the code below:</p> <p>code:</p> <pre><code>sudo openvpn --config client.ovpn </code></pre> <p>I get the message:</p> <pre><code>2023-10-25 17:04:57 WARNING: Compres...
946351
946351
2023-10-26T18:48:19.337
2023-10-26T18:48:19.337
connect to home network remotely with openvpn on ubuntu 22.04 LTS
[ "22.04", "vpn", "openvpn" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T17:32:39.237", "id": "2610851", "postId": "1490426", "score": "0", "text": "Not sure if this is your problem, but in your client.ovpn file you have `remote-cert-tl server`. I think there is a typo and should be `remote-cert-tls server`", "userDisplayName": null,...
null
[]
null
null
null
null
null
1490427
1
null
2023-10-26T04:38:26.250
0
27
<p>After running a couple of thousand sed commands to make global file changes to my web site, specifically ensuring that every .html file is a valid HTML5 document, Nautilus shows that the folders that I ran the seds against are full of locked files created by sed. The following screen capture shows multiple such fil...
129652
null
null
2023-10-26T04:38:26.250
Ubuntu 22.04 LTS Nautilus Shows Locked sed* files that do not exist
[ "command-line", "nautilus", "sed" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>This turns out to be a Nautilus bug, because when I close and reopen Nautilus it agrees with the command line that these files do not exist.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creatio...
null
null
null
null
null
1490430
1
null
2023-10-26T05:17:01.957
0
60
<pre class="lang-py prettyprint-override"><code>#!/usr/bin/python3 import cgi,subprocess import getpass current_user = getpass.getuser() form = cgi.FieldStorage() ip = form.getvalue('ip') username = form.getvalue('username') password = form.getvalue('password') storage = form.getvalue('storage') options = form.getvalu...
1741410
94914
2023-10-26T07:36:28.443
2023-10-26T07:36:28.443
mount command is working fine in terminal but not through cgi script in python. i'm using apache2 for this
[ "mount", "lvm" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1490432
1
null
2023-10-26T06:12:11.800
0
122
<p>Used</p> <pre><code>ldapsearch -x -b dc=domain,dc=com -H ldap://10.0.0.4 </code></pre> <p>Issued</p> <pre><code>To perform this operation, you must ensure successful connection binding., data 0, v3839 </code></pre> <p>After diving into Google, I came across the fact that it is necessary to update</p> <pre><code>apt...
1741044
320920
2023-10-26T08:17:11.147
2023-10-26T08:17:11.147
How to connect to an ldap server via ldapsearch?
[ "ldap" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T06:16:28.070", "id": "2610739", "postId": "1490432", "score": "0", "text": "Please provide clear details; which include what OS & release you're using, the command you used which you do mention (`apt install ldap-utils`) and full messages and not just the E: summary...
null
[]
null
null
null
null
null
1490435
1
null
2023-10-26T07:17:45.637
2
121
<p>I have tried installing phpmyadmin as mentioned in the link below</p> <p><a href="https://thelinuxterminal.com/how-to-install-phpmyadmin-ubuntu-22-10/" rel="nofollow noreferrer">https://thelinuxterminal.com/how-to-install-phpmyadmin-ubuntu-22-10/</a></p> <p>I followed it step by step but i am getting 500 if i visit ...
1741441
1741441
2023-10-26T07:18:10.540
2023-10-26T07:18:10.540
PhpMyadmin throwing 500 with nginx and Php on Ubuntu 22.04
[ "22.04", "php", "nginx", "phpmyadmin" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T17:56:34.157", "id": "2610859", "postId": "1490435", "score": "0", "text": "Can you update you question with the content of `/var/log/nginx/error.log`?", "userDisplayName": null, "userId": "1157209" } ]
null
[]
null
null
null
null
null
1490436
1
1492221
2023-10-26T08:07:31.790
2
678
<p>I have what normally looks a fairly common problem: when I boot in Ubuntu 23.10 and I click on an app on the dock, it takes a really long time (30s to 1m) to launch -- and sometimes it doesn't launch at all.</p> <p>Differently from the problems I saw around, this problem does <em>not</em> happen if my laptop is plug...
473880
473880
2023-10-26T09:56:34.910
2024-02-08T10:15:14.280
Long time to launch apps, but only on single desktop
[ "nvidia", "gnome", "multiple-monitors", "snap", "23.10" ]
3
6
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T08:41:15.773", "id": "2610759", "postId": "1490436", "score": "0", "text": "start by running the command for one of these apps from the terminal and see if there is something interesting. For instance a notice that gets repeated a lot that keeps this app from workin...
{ "accepted": true, "body": "<p>I had a similar problem after 23.04 → 23.10 update. The above question was the closest to my problem. I noticed the following errors while launching my applications:</p>\n<pre><code>Failed to activate service 'org.freedesktop.portal.Desktop': timed out (service_start_timeout=120000ms...
[ { "accepted": true, "body": "<p>I had a similar problem after 23.04 → 23.10 update. The above question was the closest to my problem. I noticed the following errors while launching my applications:</p>\n<pre><code>Failed to activate service 'org.freedesktop.portal.Desktop': timed out (service_start_timeout=...
null
null
null
null
null
1490437
1
null
2023-10-26T08:16:13.563
0
169
<p>After I changed from 23.04 to 23.10 my Logitech MX Keys Mini isn't visible anymore as a bluetooth device. Quite irritating, since I only used this very handy keyboard. Hope I can get some help here.</p>
1741458
null
null
2023-10-26T08:21:56.197
Ubuntu 23.10 can't register my Logitech MX Keys Mini
[ "bluetooth" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Try enabling low energy support for bluetooth, in terminal:</p>\n<pre><code>sudo btmgmt le on\n</code></pre>\n", "commentCount": "1", "comments": [ { "creationDate": "2023-10-26T09:38:48.497", "id": "2610767", "postId": "1490438", ...
null
null
null
null
null
1490439
1
1491002
2023-10-26T08:26:31.460
1
369
<p>I'm searching for a solution to hear myself (in Windows it's a simple checkbox). Any options? Thanks in advance!</p>
714418
null
null
2023-10-31T15:10:47.780
How to enable microphone loopback into headset
[ "22.04", "microphone" ]
3
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>This <a href=\"https://askubuntu.com/questions/123798/how-to-hear-my-voice-in-speakers-with-a-mic#262297\">answer</a> works very good for me on 20.04 (I don't have a 22.04 installation to test).</p>\n<p>I copy the text below:</p>\n<ul>\n<li><p>Install PulseAudio Volume Control (<code...
[ { "accepted": true, "body": "<p>This <a href=\"https://askubuntu.com/questions/123798/how-to-hear-my-voice-in-speakers-with-a-mic#262297\">answer</a> works very good for me on 20.04 (I don't have a 22.04 installation to test).</p>\n<p>I copy the text below:</p>\n<ul>\n<li><p>Install PulseAudio Volume Contro...
null
null
null
null
null
1490440
1
null
2023-10-26T08:30:20.773
0
91
<p>I am trying to use the simple Socket for Http connection but not able to send any request or getting any response.</p> <pre><code>#!/usr/bin/env python3 &quot;&quot;&quot; Implements a simple HTTP/1.0 Server &quot;&quot;&quot; import socket # Define socket host and port SERVER_HOST = '127.0.0.1' SERVER_PORT = ...
1739194
1739194
2023-10-27T03:49:27.763
2023-10-27T03:49:27.763
Http request and Response is not working
[ "networking", "python" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T21:51:39.527", "id": "2610892", "postId": "1490440", "score": "0", "text": "Your server is listening on port 8000, but your `telnet` is trying to connect to port 80. Read `man telnet`.", "userDisplayName": null, "userId": "25618" }, { "creationDate":...
null
[]
null
null
null
null
null
1490442
1
null
2023-10-26T08:48:14.093
0
402
<pre><code>xrandr --listproviders Providers: number : 2 Provider 0: id: 0x46 cap: 0x9, Source Output, Sink Offload crtcs: 4 outputs: 4 associated providers: 0 name:modesetting Provider 1: id: 0x1f4 cap: 0x0 crtcs: 0 outputs: 0 associated providers: 0 name:NVIDIA-G0 thejas@thejas:~$ xrandr --setprovideroffloadsink 0x1f4...
1741471
15811
2023-10-26T08:50:30.733
2023-10-26T08:50:30.733
How do I solve Error of failed request: BadValue (integer parameter out of range for operation)
[ "nvidia", "xrandr", "switchable-graphics" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T11:01:36.877", "id": "2610784", "postId": "1490442", "score": "0", "text": "Have you switched to the X11 session? Which Ubuntu Version are you using?", "userDisplayName": null, "userId": "906933" }, { "creationDate": "2023-10-27T00:11:47.280", "i...
null
[]
null
null
null
null
null
1490443
1
null
2023-10-26T09:01:43.340
0
110
<p>Output of <code>sudo lspci</code>:</p> <pre><code>00:00.0 Host bridge: Intel Corporation 8th Gen Core Processor Host Bridge/DRAM Registers (rev 07) 00:02.0 VGA compatible controller: Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630] 00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6...
1741218
1157209
2023-10-30T05:20:10.827
2023-10-30T05:20:10.827
Sound is not working on my newly installed Ubuntu 22.04
[ "sound", "22.04" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T15:30:09.107", "id": "2610836", "postId": "1490443", "score": "0", "text": "Attach the output of this command: `journalctl -k | grep -Ei \"ALSA|HDA|sof[-]|HDMI|snd[_-]|sound|hda.codec|hda.intel\"`", "userDisplayName": null, "userId": "1592865" } ]
null
[]
null
null
null
null
null
1490444
1
null
2023-10-26T09:15:01.570
0
56
<p>I'm getting an error while booting ubuntu after a long time and need help in fixing it.</p> <pre><code>[1.506193] Initramfs unpacking failed: ZSTD-compressed data is corrupt /scripts/local-premount/resume:line 73: wait-for-root: not found /init: line 73: wait-for-root: not found /init: line 872: logsave: not found...
1741412
389216
2023-10-29T11:14:14.230
2023-10-29T11:14:14.230
Initramfs problem on booting
[ "boot", "mount", "filesystem" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T09:24:19.560", "id": "2610765", "postId": "1490444", "score": "0", "text": "Might be a duplicate question for https://askubuntu.com/a/1461073/29073.", "userDisplayName": null, "userId": "29073" }, { "creationDate": "2023-10-27T07:05:58.307", "id"...
null
[]
null
null
2023-11-06T05:34:28.600
null
null
1490445
1
null
2023-10-26T09:28:16.017
0
212
<p>When I run <code>sudo -sE plank --preferences</code>, I get this error:</p> <pre><code>[CRITICAL 17:20:46.467712] [Wnck] wnck_set_client_type: changing the client type is not supported. [CRITICAL 17:20:46.657446] [DBusManager:192] Not able to register our interfaces [WARN 17:20:46.835039] Unable to get org.ayatana.b...
1741478
85695
2023-10-26T11:18:06.123
2023-10-26T11:18:06.123
Plank is not working
[ "gnome", "android", "make", "google", "23.10" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T10:59:53.660", "id": "2610783", "postId": "1490445", "score": "0", "text": "What is your question?", "userDisplayName": null, "userId": "906933" }, { "creationDate": "2023-10-26T12:19:46.887", "id": "2610794", "postId": "1490445", "score"...
null
[]
null
null
null
null
null
1490446
1
null
2023-10-26T09:37:43.917
1
186
<p>When I start a terminal, I see this:</p> <pre><code>Welcome to Ubuntu 20.04.6 LTS (GNU/Linux 5.4.0-165-generic x86_64) ... System information as of jeu 26 oct 2023 11:16:34 CEST System load: 0.45 Usage of /: 49.7% of 455.20GB Memory usage: 50% Swap usage: 19% Processes: ...
320920
320920
2023-11-03T11:22:12.767
2023-11-03T11:22:12.767
Why is there a large difference between disk use reported by system information and lsblk and reported by df / du?
[ "22.04", "disk-usage" ]
1
5
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T10:20:23.070", "id": "2610775", "postId": "1490446", "score": "0", "text": "The MOTD is not updated every login, but once per boot or once a day or something like that. If `df` and `du` agree, then the MOTD is simply too old.", "userDisplayName": null, "user...
null
[ { "accepted": null, "body": "<p>The SIZE argument is an integer and optional unit (example: 10K is 10*1024).\nUnits are K,M,G,T,P,E,Z,Y (powers of 1024) or KB,MB,... (powers of 1000).\nBinary prefixes can be used, too: KiB=K, MiB=M, and so on.</p>\n<p>check the options there is -h and -H for read diiferent:...
null
null
null
null
null
1490447
1
null
2023-10-26T09:48:13.007
4
1670
<p>I am using</p> <ul> <li>Ubuntu 23.10</li> <li>Slack 4.35.121</li> <li>Pipewire 0.3.79-2</li> <li>amdgpu</li> </ul> <pre><code>➜ ~ echo $XDG_SESSION_TYPE wayland ➜ ~ sudo lspci -k | grep -EA3 'VGA|3D|Display' pcilib: Error reading /sys/bus/pci/devices/0000:00:08.3/label: Operation not permi...
399001
null
null
2023-11-10T11:51:34.590
Slack with WebRTCPipeWireCapture Wyaland Black screen sharing but works on chrome
[ "wayland", "slack", "23.10" ]
2
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>According to this <a href=\"https://forums.slackcommunity.com/s/question/0D53a00009BSEGACA5/when-will-slack-support-wayland-screen-sharing-does-anyone-have-workarounds-or-hacks-to-make-it-work?language=en_US\" rel=\"nofollow noreferrer\">thread</a> latest Wyaland working vers...
null
null
null
null
null
1490449
1
null
2023-10-26T09:57:38.890
0
407
<p>I have the application Franz on my autostart list and it works fine. The problem is that it opens full screen whenever I boot into kubuntu. I'd rather it open in a minimized state so I don't have to manually close/minimize it every time. Can anyone provide a descriptive solution to this so that I can apply the same ...
1740768
null
null
2023-10-26T10:52:11.730
How do I autostart an application while keeping it minimized?
[ "kubuntu", "autostart" ]
1
4
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T10:08:47.617", "id": "2610772", "postId": "1490449", "score": "1", "text": "This (unaccepted anwser with no upvotes) may apply to you, even in the general case of other apps: https://askubuntu.com/questions/1181813/how-to-get-franz-messaging-app-start-minimized-and-...
null
[ { "accepted": null, "body": "<p>As I understand it, the <a href=\"https://askubuntu.com/questions/1181813/how-to-get-franz-messaging-app-start-minimized-and-with-window-along-the-right-e\">linked answer</a> suggests you write a separate startup script for every app, and place it in <code>~/.bin</code>. Call...
null
null
null
null
null
1490458
1
null
2023-10-26T11:30:29.273
0
63
<p>I saw this screenshot in my university book, is it possible to make something similar to this in gnome terminal? I'm not sure it's screenshot and not a photo though, but it seems more like screenshot to me.</p> <p><a href="https://i.stack.imgur.com/19aUf.png" rel="nofollow noreferrer">Reference</a></p>
1741502
null
null
2023-10-26T11:30:29.273
Custom luminous letters in terminal?
[ "gnome", "gnome-terminal", "debian" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T12:40:34.830", "id": "2610798", "postId": "1490458", "score": "0", "text": "`cool-retro-term` provides the capacity to emulate old visual-display-units, including fonts & ability to have characters burn into the screen (ie. phosphor burn-in etc). You can install wi...
null
[]
null
null
null
null
null
1490461
1
null
2023-10-26T12:12:31.897
3
498
<p>I am running Photoshop 24 through wine64 and currently am not able to connect my GPU to wine to be able to use the program properly.</p> <p>I do have <code>d3dx9</code> installed.</p> <p>I have Ubuntu 20.04 installed.</p> <p><a href="https://i.stack.imgur.com/5UXe6.png" rel="nofollow noreferrer"><img src="https://i....
115908
115908
2023-10-27T20:56:56.687
2023-10-27T20:56:56.687
How to force wine to use my GPU?
[ "wine", "gpu", "photoshop" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1490462
1
null
2023-10-26T12:30:46.723
5
8690
<p>The fan speed control when running Ubuntu 23.10 on a Raspberry Pi 5 does not appear to be working. The fan runs at near maximum speed all the time and the <code>cur_state</code> in <code>/sys/class/thermal/cooling_device0/</code> is stuck at the value of <code>4</code> no matter what the CPU temperature. I suspect i...
1689769
765913
2023-10-29T04:15:13.693
2024-01-11T22:16:25.923
Fan speed control on Raspberry Pi 5 not working In Ubuntu 23.10
[ "raspberrypi", "fan", "23.10" ]
4
4
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T20:20:06.217", "id": "2610880", "postId": "1490462", "score": "0", "text": "5 just came out. Did you mean 4b or 5? There isn't a 5b.", "userDisplayName": null, "userId": "141465" }, { "creationDate": "2023-10-27T07:55:06.043", "id": "2610960", ...
null
[ { "accepted": null, "body": "<p>Its annoying, what I've been doing is just swapping the value until we get a new stable kernel:</p>\n<pre><code>sudo bash\ncat &gt; /sys/class/thermal/cooling_device0/cur_state\n2\n&lt;CTRL-D&gt;\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOw...
null
null
null
null
null
1490464
1
null
2023-10-26T12:41:05.850
0
518
<p>I am trying to install WineHQ on Ubuntu 22.04.1. I followed instructions from winehq.org, but when I try to run:</p> <pre class="lang-bash prettyprint-override"><code>sudo apt install --install-recommends winehq-stable </code></pre> <pre class="lang-bash prettyprint-override"><code>The following packages have unmet ...
1741513
null
null
2023-10-26T12:41:05.850
Installing WIneHQ on Ubuntu 22.04, how to escape this dependency hell?
[ "wine", "dependencies", "games" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T13:04:55.567", "id": "2610802", "postId": "1490464", "score": "0", "text": "So what is the correct version?", "userDisplayName": null, "userId": "1741513" }, { "creationDate": "2023-10-26T13:05:29.153", "id": "2610803", "postId": "1490464", ...
null
[]
null
null
null
null
null
1490466
1
null
2023-10-26T13:02:02.240
1
129
<p>I have developed an electron app which is in the snap store. It's a simple enough text editor. On Ubuntu 23.10, the electron <code>showOpenDialog</code> command is opening a filesystem file picker with corrupt characters.</p> <p>This is reproducible across 23.10 installations, and doesn't seem to happen to other app...
644684
124466
2023-10-26T13:33:48.313
2023-10-26T13:33:48.313
Ubuntu 23.10 file dialog is showing corrupted characters in a snap electron app
[ "snap", "23.10", "electron" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T13:34:36.433", "id": "2610813", "postId": "1490466", "score": "0", "text": "Also ask at https://discourse.ubuntu.com/ Many snap developers are present there.", "userDisplayName": null, "userId": "124466" } ]
null
[]
null
null
null
null
null
1490468
1
1502743
2023-10-26T13:41:09.843
0
1628
<p>I have an issue with install deb files</p> <p>i used <code>sudo dpkg -i ~/Downloads/virtualbox-7.0_7.0.12-159484~Ubuntu~jammy_amd64.deb</code></p> <p>to install it</p> <pre><code> dpkg: error processing package virtualbox-7.0 (--install): dependency problems - leaving unconfigured Processing triggers for bamfdae...
1694542
1694542
2023-10-26T14:26:19.917
2024-02-07T11:19:22.383
dpkg: error processing package virtualbox-7.0 (--install)
[ "package-management", "dpkg", "debian" ]
1
6
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T13:58:47.990", "id": "2610818", "postId": "1490468", "score": "2", "text": "Your issue is \"dependency problems - leaving unconfigured\" where you need to install the dependencies as well. Try running `sudo apt install -f` or try installing the deb file itself from...
{ "accepted": true, "body": "<p>if you look the logs, there are some logs that virtual box depends on some packages such as <strong>libqt5help5</strong>.</p>\n<pre><code>sudo apt --fix-broken install\n</code></pre>\n<p>this solved my problem.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": ...
[ { "accepted": true, "body": "<p>if you look the logs, there are some logs that virtual box depends on some packages such as <strong>libqt5help5</strong>.</p>\n<pre><code>sudo apt --fix-broken install\n</code></pre>\n<p>this solved my problem.</p>\n", "commentCount": "0", "comments": [], "communi...
null
null
null
null
null
1490469
1
null
2023-10-26T13:58:41.557
0
195
<p>I installed Ubuntu 22.04.3 on a new SSD (Windows 11 is running on a separate drive).<br /> The grub boot loader runs correctly but I can't boot Ubuntu normally. I get stuck on the following page:</p> <pre><code>[ 1.19xxxx] blacklist: Problem blacklisting hash (-13) [ 1.19xxxx] blacklist: Problem blacklisting has...
1741042
1157209
2023-10-28T11:34:06.520
2023-10-31T00:52:01.220
Can't boot Ubuntu 22.04.3
[ "boot", "22.04" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-31T02:52:19.500", "id": "2611806", "postId": "1490469", "score": "0", "text": "**Comments have been [moved to chat](https://chat.stackexchange.com/rooms/149431/discussion-on-question-by-linuxn00b-cant-boot-ubuntu-22-04-3); please do not continue the discussion here.** ...
null
[ { "accepted": null, "body": "<p>Recap of above:</p>\n<p>The amdgpu driver is opensource. The binaries for the amdpgu module are provided by package 'linux-firmware'. They sometimes do not load on there own depending on hardware combinations.</p>\n<p>The first thing to check is if the binaries are present by...
null
null
null
null
null
1490470
1
null
2023-10-26T14:29:36.357
1
160
<p>I just installed Xubuntu 22.04.3 LTS and I'm very happy with this distro.</p> <p>However, Firefox does not seem to prevent sleep when watching videos, which is really irritating.</p> <p>Does anyone know how to fix this please?</p>
1187625
null
null
2023-10-26T14:29:36.357
Firefox does not prevent sleep while watching video
[ "firefox", "suspend" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1490473
1
null
2023-10-26T15:14:30.987
1
82
<p>I tried several methods but nothing worked for me. Can anyone suggest methods for solving this?</p>
1728442
null
null
2023-10-26T15:14:30.987
why the keyboard and mouse is not working in the login screen of ubuntu 22.04.3?
[ "keyboard", "login", "mouse", "screen" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-30T16:39:03.457", "id": "2611685", "postId": "1490473", "score": "2", "text": "did you see [this](https://askubuntu.com/questions/1135717/ubuntu-18-04-keyboard-and-mouse-not-working-at-login-screen)?", "userDisplayName": null, "userId": "782725" }, { "c...
null
[]
null
null
null
null
null
1490474
1
null
2023-10-26T15:27:46.820
0
65
<p>I have a server in Google Cloud. Within Google Cloud, I have several SSH Keys setup in the Meta-Data section. As a rule of thumb, I like to remove users SSH keys as they no longer work for us. However, with that said, when I log into my Ubuntu server and run the command 'cat /etc/passwd' I still see the users list...
1741554
null
null
2023-10-26T15:27:46.820
How to remove users in Ubuntu that do not have a ssh key any longer?
[ "server", "ssh", "cloud" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T16:05:27.850", "id": "2610840", "postId": "1490474", "score": "0", "text": "`sudo deluser user` ... See [`man deluser`](https://manpages.ubuntu.com/manpages/jammy/en/man8/deluser.8.html)", "userDisplayName": null, "userId": "968501" }, { "creationDat...
null
[]
null
null
null
null
null
1490475
1
null
2023-10-26T15:35:22.953
1
230
<p>I have been trying to get apt-get update to work for an out of the box Ubuntu 20.04 image built with the 20.04 LTS ISO from Ubuntu. I keep getting 503s for the various URLs, but curl works just fine to them (200's). I'm not behind a proxy and the firewall doesn't appear to be a problem since curl works. I've taken s...
1741549
null
null
2023-10-27T19:38:45.467
Getting 503 errors when running apt-get update. Curl works fine
[ "apt" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T17:58:32.060", "id": "2610860", "postId": "1490475", "score": "1", "text": "Turns out this was a firewall issue. The Palo's were allowing curl, but not the apt-get. I was able to get around it by temporarily changing the User-Agent by creating a file in /etc/apt/apt...
null
[ { "accepted": null, "body": "<p>This was a firewall issue, sorry I didn't get this figured out before I posted. Maybe this post will be helpful for someone that runs into the same issue. Thanks all!</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "C...
null
null
null
null
null
1490477
1
null
2023-10-26T16:02:09.273
2
551
<p>This is the error I get at the start of the ubuntu and I saw the similar errors like you change lightdm package or config or you should update your grub, none of them work for me.</p> <p>Some people say its the graphic card driver error, you should update it, and I have really old graphic card ATI Radeon 5550</p>
1741560
null
null
2023-10-26T16:02:09.273
Ubuntu 23.10 boot error: [FAILED] Failed to start gpu-manager.service - Detect the available GPUs and deal with any systen changes
[ "boot", "gpu", "gpu-driver", "23.10" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1490479
1
1490480
2023-10-26T16:24:59.677
1
299
<p>To my knowledge do-release-upgrade looks in this file <a href="https://changelogs.ubuntu.com/meta-release" rel="nofollow noreferrer">https://changelogs.ubuntu.com/meta-release</a> for an upgrade path. We're two weeks past the 23.10 release and it is still not showing up there.</p> <p>I know you can use the &quot;-d&...
1177552
null
null
2023-11-02T14:41:18.627
Why is Ubuntu 23.10 still not showing up in meta-releases?
[ "23.10" ]
2
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T16:27:22.670", "id": "2610844", "postId": "1490479", "score": "1", "text": "Does this answer your question? [Cant upgrade from ubuntu 23.04 to 23.10](https://askubuntu.com/questions/1489169/cant-upgrade-from-ubuntu-23-04-to-23-10)", "userDisplayName": null, ...
{ "accepted": true, "body": "<p>I may have just found the answer, <a href=\"https://discourse.ubuntu.com/t/mantic-minotaur-23-10-release-status-tracking/37887\" rel=\"nofollow noreferrer\">https://discourse.ubuntu.com/t/mantic-minotaur-23-10-release-status-tracking/37887</a> says:</p>\n<blockquote>\n<p>Current bloc...
[ { "accepted": true, "body": "<p>I may have just found the answer, <a href=\"https://discourse.ubuntu.com/t/mantic-minotaur-23-10-release-status-tracking/37887\" rel=\"nofollow noreferrer\">https://discourse.ubuntu.com/t/mantic-minotaur-23-10-release-status-tracking/37887</a> says:</p>\n<blockquote>\n<p>Curr...
null
null
null
null
null
1490481
1
null
2023-10-26T16:42:47.063
0
129
<p>After a number of updates on 15/10/23, my system now crashes to a totally blank screen, sometimes immediately I try to login, sometimes later, even if no applications running. I can get a stable system using the Ubuntu Advanced options at startup and choosing &quot;Ubuntu with Linux 5.15.0-84-generic. I have tried t...
1741567
null
null
2023-10-26T16:42:47.063
Ubuntu crashes to blank screen
[ "crash" ]
0
6
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T13:38:28.170", "id": "2611007", "postId": "1490481", "score": "0", "text": "Uninstall the 5.15.0-87 generic kernel and put the 5.15.0-XX-generic package on hold for a while to prevent it from updating.", "userDisplayName": null, "userId": "94914" }, { ...
null
[]
null
null
null
null
null
1490484
1
null
2023-10-26T16:56:47.317
0
1553
<p>whenever i am installing any python module with pip or pip3, it says this &quot; error: externally-managed-environment</p> <p>× This environment is externally managed ╰─&gt; To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install.</p> <pre><code>If you ...
1741573
null
null
2023-10-26T16:56:47.317
PIP ERROR UBUNTU 23.10
[ "python", "23.10" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T13:32:24.587", "id": "2611003", "postId": "1490484", "score": "0", "text": "Does this answer your question? [pip error on Ubuntu: externally-managed-environment × This environment is externally managed](https://askubuntu.com/questions/1465218/pip-error-on-ubuntu-ext...
null
[]
null
null
null
null
null
1490486
1
null
2023-10-26T17:11:16.547
1
325
<p>I sometimes want to start my little server device without networking --- in particular if I don't have a network currently connected. (the device is moved around.)</p> <p>is there a <code>systemctl</code> to disable the networking service? I would then restart it by hand when I need it. I first tried to <code>sys...
211088
18045
2023-12-01T08:23:03.917
2023-12-02T03:03:51.453
Ubuntu Server 22.04 without systemd networking on startup
[ "networking", "server", "systemd", "netplan" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Ubuntu Server 22.04 is using netplan. Default renderer is <code>networkd</code> when using netplan under Ubuntu (Server).</p>\n<p>Check your configuration files in:</p>\n<pre><code>ls /etc/netplan/\n</code></pre>\n<p>Edit or cat the files within this directory if you wish. To...
null
null
null
null
null
1490487
1
null
2023-10-26T17:26:34.273
1
243
<p>I am new to ubuntu and I wanted to install ubuntu on my laptop but i am having a problem . I have a laptop with 2tb HDD with windows install in it and i just bought a 256gb SSD. Now the problem is I want to install ubuntu on the SSD (nothing in it brand new) and remove windows from HDD ( I am ok with formatting ...
1741575
null
null
2023-10-26T17:44:28.360
Installing Ubuntu 22.04.3 on SSD+HDD
[ "system-installation", "hard-drive", "ssd", "laptop" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T17:45:28.667", "id": "2610856", "postId": "1490487", "score": "0", "text": "See if my answers works for you. It is fairly easy to do (but that might be because I have been doing this for well over a decade ;) )", "userDisplayName": null, "userId": "15811" ...
null
[ { "accepted": null, "body": "<p>Turn the machine off. Add the SDD to your system. insert the installer USB, and boot. If the installer shows up continue. If it boots into windows reboot, enter bios, go to the option that lets you pick the boot order and pick your USB (switch it back to your SDD when you are...
null
null
null
null
null
1490489
1
null
2023-10-26T17:30:33.693
1
36
<p>I recently switched from Windows to Ubuntu. I installed matlab and I am able to open it from the terminal by doing:</p> <pre><code>cd ~/Matlab_R2023b/bin ./matlab </code></pre> <p>Is there a way to add a matlab shortcut to the favorites bar?</p> <p><a href="https://i.stack.imgur.com/35KlP.png" rel="nofollow noreferr...
1733801
null
null
2023-10-26T17:30:33.693
How to add matlab to favorites bar?
[ "matlab", "favorites" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1490491
1
null
2023-10-26T17:53:48.690
0
67
<p>My laptop is an HP, model: 15-G067CL. When I boot from my USB drive and select <em>Try or Install Ubuntu Studio</em>, it shows a screen with an HP logo in the middle and an Ubuntu logo below that. It appears as if the laptop is about to boot into Ubuntug, but then it gets stuck at a black screen with lines of code.<...
1741579
94914
2023-10-29T14:17:59.227
2023-10-29T14:17:59.227
Can’t boot into Ubuntu Studio 22.04 from USB drive
[ "boot", "busybox" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-29T15:00:32.183", "id": "2611375", "postId": "1490491", "score": "0", "text": "1. It could be a problem with the driver for the graphics card. What happens when you try with the option of the grub menu \"Ubuntu Studio (safe graphics)\"? 2. How did you create the USB bo...
null
[]
null
null
null
null
null
1490492
1
null
2023-10-26T18:12:48.447
0
82
<p>ive got a MacBook Pro 14.1 and installed Ubuntu Unity on that mac because i doesn't like mac OS. According to a guide on github, ive successfully got sound working. I am using a USB-C Docking station from Lenovo. I think its gen2. The main problem is the wifi and USB-C Docking station. the docking station is sometim...
1741587
1741587
2023-10-26T18:14:20.477
2023-10-26T18:14:20.477
MacBook Pro 2017 - USB C Dock not working / wifi only 2.4GHz
[ "networking", "drivers", "usb", "lenovo", "macbook" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T19:11:04.587", "id": "2610874", "postId": "1490492", "score": "0", "text": "I am not a Mac user, but I have access to a MacBook Air 8.2 for testing purposes. The internal wifi chip, keyboard and trackpad fail to work with Lubuntu. But I had good luck when I bought a...
null
[]
null
null
null
null
null
1490493
1
null
2023-10-26T18:17:08.313
0
11
<p>I changed my browser to a thoriem.deb package and deleted firefox. Now whenever I go to that section default apps it hangs for a long time, showing the wait or cancel dialog, before loading the page. Is there a way to fix the default apps file do settings app will stop hanging or should I just reinstall?</p> <p>Than...
1741589
null
null
2023-10-26T18:17:08.313
default app selection in settings app
[ "system-settings" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-29T13:50:28.257", "id": "2611362", "postId": "1490493", "score": "0", "text": "Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.", "userDis...
null
[]
null
null
null
null
null
1490494
1
null
2023-10-26T18:26:31.863
0
145
<p>Complete NOOB here. I have multiple computers of different makes and models, all mini computers Gigabyte, Intel Nuc, and Beelinks.</p> <p>After running an update in Ubuntu 20.04.6 LTS I get a &quot;software package failed&quot; message. It appears to complete, but it says it failed.</p> <p><a href="https://i.stack.i...
1741552
19626
2023-10-27T19:48:39.377
2023-10-27T19:48:39.377
After running Software Updater in Ubuntu 20.04.6 LTS I get a "software package failed" message
[ "updates", "update-manager" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T18:55:07.297", "id": "2610870", "postId": "1490494", "score": "1", "text": "What is the outputs of `sudo apt update` and `/usr/lib/update-notifier/apt-check --human-readable` Please [Edit](https://askubuntu.com/posts/1490494/edit) your question and include this info...
null
[]
null
null
null
null
null
1490498
1
null
2023-10-26T19:05:50.073
0
136
<p>I'm on Ubuntu 22.04, and I'm trying to input Chinese characters using <code>ibus</code> and/or <code>ibus-pinyin</code>. The problem I face is that, no matter what input methods I try to switch to, I never see the expected pop-up window with suggested characters.</p> <p><strong>Some things I've tried:</strong></p> <...
1741602
1157209
2023-10-29T16:12:34.690
2023-10-29T16:12:34.690
Unable to Input Chinese Characters Using Pinyin
[ "language-support", "ibus", "input-language", "input-method", "chinese" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T23:00:28.140", "id": "2610904", "postId": "1490498", "score": "1", "text": "The output of those commands is confusing. Are you really using Ubuntu 22.04, or are you maybe using one of the flavors? Kubuntu?", "userDisplayName": null, "userId": "159370" }, ...
null
[]
null
null
null
null
null
1490499
1
null
2023-10-26T19:07:54.533
0
40
<p>I am using a graphics-heavy application under Wine, and I constantly get cuda errors (cudaErrorInsufficientDriver).</p> <p>Does it make any sense to install Nvidia GPU drivers under Wine?</p>
1093212
null
null
2023-10-26T19:07:54.533
Does it make any sense to install CUDA drivers unde Wine?
[ "wine" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1490500
1
null
2023-10-26T19:10:32.857
1
56
<p>I am a complete Linux NOOB, so please elaborate on your answers as if you were explaining to your non-computer-literate elder relative.</p> <p>I am running multiple instances of Ubuntu 20.04.6 LTS on mini computers such as Intel NUCs, Gigabytes, and Beelinks, in a remote kiosk setting.</p> <p>I want to be able to ru...
1741552
null
null
2023-10-26T19:10:32.857
Help with setting for how to stop showing available updates Ubuntu 20.04.6 LTS?
[ "updates", "update-manager", "notification" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T01:12:45.333", "id": "2610930", "postId": "1490500", "score": "0", "text": "There is (deliberately) no GUI setting to accomplish what you seek.", "userDisplayName": null, "userId": "19626" }, { "creationDate": "2023-10-27T19:16:35.900", "id": "26...
null
[]
null
null
null
null
null
1490502
1
null
2023-10-26T19:15:44.573
0
93
<p>Has xcal been removed from 22.04? I thought it would be around forever :-(</p> <pre><code>Hit:1 http://us.archive.ubuntu.com/ubuntu jammy InRelease Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease Hit:3 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease Hit:4 http://us.archive.ubuntu.com/ub...
729208
null
null
2023-10-26T20:23:07.910
Has xcal been removed from 22.04?
[ "apt", "calendar" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>The <code>xcal</code> package was dropped from Debian in 2021 after 13 years of dormancy, and subsequently dropped from new releases of Ubuntu.</p>\n<p>Reference: <a href=\"https://tracker.debian.org/pkg/xcal\" rel=\"nofollow noreferrer\">https://tracker.debian.org/pkg/xcal</...
null
null
null
null
null
1490508
1
null
2023-10-26T20:02:56.437
0
169
<p>I am using a Xiaomi Mi Notebook Pro laptop. It is currently connected to an external monitor. It goes into sleep mode easily and I can't get out of it with the laptop lid closed. How can I fix this so that I can wake up from sleep mode when the laptop is closed?</p> <p><strong>My system details</strong>:</p> <pre><c...
1734593
389216
2023-10-29T06:39:13.467
2023-10-29T06:39:13.467
How to exit from suspend mode
[ "23.04" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>To disable Ubuntu doing anything closing the laptop lid:</p>\n<p>Open the <code>/etc/systemd/logind.conf</code> file in a text editor as root, for example,</p>\n<pre><code> sudo -H gedit /etc/systemd/logind.conf\n</code></pre>\n<p>If <code>HandleLidSwitch</code> is not set to...
null
null
null
null
null
1490509
1
null
2023-10-26T20:16:18.737
1
65
<p>I was upgrading from 22.04 to 23.04, because of audio issues and some 'Depend&quot; results during the start-up process, I was not able to look in to. The process began with software upgrade informing me a upgrade was available, so I opted to upgrade to 23.04 in hopes that the writers have correct the problem(s). ...
null
null
null
2023-10-28T03:21:44.757
I want my desktop back
[ "upgrade", "23.04" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-28T08:47:42.057", "id": "2611169", "postId": "1490509", "score": "0", "text": "Does this answer your question? [I upgraded to 22.04 from 20.04 and now I don't have a wifi adapter and cannot connect to the internet](https://askubuntu.com/questions/1485135/i-upgraded-to-...
null
[ { "accepted": null, "body": "<p>Try this:</p>\n<p>A. Boot your PC with the Ubuntu Live DVD/USB.</p>\n<p>B. Open a terminal,</p>\n<p>Press Ctrl+Alt+T</p>\n<p>C. Use fdisk utility to list the partitions on a hard drive.</p>\n<pre><code>sudo fdisk -l\n</code></pre>\n<p>Suppose it informs that / is /dev/sda1, c...
null
null
null
null
user543839
1490510
1
null
2023-10-26T20:18:37.497
0
31
<p>I have been having boot problems. So I downloaded Boot Repair and ran it. It went and looked at GRUB, didn't like what it saw, and told me to remove and then reinstall it, which I duly did. There was what it flagged as a &quot;minor error&quot; during this process, and I was rather worried about that because this...
1741611
null
null
2023-10-26T20:18:37.497
Boot Repair failing to respond by e-mail
[ "boot", "boot-repair" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1490511
1
null
2023-10-26T20:18:51.443
0
723
<p>I'm having a problem with a VPN connection using OpenVPN on Ubuntu 22.04. When I connect to my VPN Server I can access my devices in my private network by IP Address, but I can't access by name resolution (my connection is consulting the DNS of my provider, not my private DNS). Analyzing the connection I could see t...
1741609
1157209
2023-10-28T11:26:01.117
2023-10-28T11:26:01.117
DNS problem with OpenVPN connection
[ "openvpn" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T20:46:09.957", "id": "2610881", "postId": "1490511", "score": "0", "text": "This is a common problem when going through a VPN. If you can ping the outside world (8.8.8.8 for example), set up your VPN client to use the VPN provider's DNS. This is the safer and more...
null
[]
null
null
null
null
null
1490512
1
null
2023-10-26T20:20:31.303
0
218
<p>I'm trying to RDP to a Ubuntu VM from a Windows PC. However I get the error:</p> <p><a href="https://i.stack.imgur.com/Y2g6U.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/Y2g6U.png" alt="Error" /></a></p> <p>I've installed xrdp and made sure it was running as well as let port 3389 through the fi...
1741615
1741615
2023-10-27T20:32:18.563
2023-10-27T20:32:18.563
RDP Ubuntu Not Working
[ "rdp" ]
0
7
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T23:26:48.137", "id": "2610906", "postId": "1490512", "score": "0", "text": "To give useful input, we'll need a lot more information about the network topology - for example, is the connection between VM and host bridged or NAT? Is the Windows PC also the VM host, or...
null
[]
null
null
null
null
null
1490513
1
null
2023-10-26T20:20:42.173
0
203
<p>When click on the icon from the file manager, I get this error. I am on Ubuntu 22.04.3.</p> <p>Tried to reinstall gvfs with <code>sudo apt install --reinstall gvfs</code> and reboot but no changes. The file doesn't exist in /usr/libexec/ along with other gvfs files.</p> <p>Let me know if any logs would be helpful to...
1741614
null
null
2023-10-27T13:43:25.300
Failed to execute child process "/usr/libexec/gvfsd-trash" (No such file or directory)
[ "22.04", "trash", "gvfs" ]
1
4
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T21:28:09.277", "id": "2610888", "postId": "1490513", "score": "0", "text": "`/usr/libexec/gvfsd-trash` appears to be provided by the [gvfs-daemons](https://packages.ubuntu.com/jammy/amd64/gvfs-daemons/filelist) package", "userDisplayName": null, "userId": "1...
null
[ { "accepted": null, "body": "<p>On performing a re-install of gvfs-deamons specifically as suggested by @steeldriver in the comments, it started working.</p>\n<pre><code>sudo apt-get reinstall gvfs-daemons\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "c...
null
null
null
null
null
1490518
1
null
2023-10-26T21:37:38.510
0
76
<p>I would like to add a directory to the <code>$PATH</code> variable for all users, including users who run <code>byobu</code> with <code>sudo byobu</code>.</p> <p>I am running Ubuntu 22.04 LTS on x86_64.</p> <p>The desired path is below. Note the presence of <code>cuda-12.3</code>:</p> <pre><code>/usr/local/sbin:/usr...
755669
null
null
2023-10-26T21:37:38.510
Update PATH Variable in Byobu for root
[ "command-line", "bash", "sudo", "environment-variables", "byobu" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T21:57:47.593", "id": "2610893", "postId": "1490518", "score": "0", "text": "`PATH` is going to get reset by the default sudoers `env_reset` policy - unless it's added by way of `env_keep`", "userDisplayName": null, "userId": "178692" } ]
null
[]
null
null
null
null
null
1490519
1
null
2023-10-26T21:45:15.030
2
195
<p>noob here - I recently put Lubuntu on a lenovo 100e gen 2 chromebook and the only issue is that it cannot identify the soundcard. Does anyone know what might be a solution?</p> <p>I've tried reinstalling alsa tools and pulse audio, and rebooting of course, but that isn't the issue. If I run <code>alsamixer</code> ...
1741627
1741627
2023-10-30T01:32:37.103
2023-10-30T01:32:37.103
Lubuntu - Cannot find soundcard in chromebook
[ "sound", "lubuntu", "chromebook" ]
1
6
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T00:06:00.430", "id": "2610912", "postId": "1490519", "score": "5", "text": "Nowadays there is a standard method for installing audio drivers for Chromebooks. See [Ubuntu Chromebook Audio Drivers](https://askubuntu.com/questions/1486278/ubuntu-chromebook-audio-driver...
null
[ { "accepted": null, "body": "<p>The name if the audio script directory chanced.</p>\n<pre><code>cd chromebook-linux-audio\n./setup-audio\n</code></pre>\n<p>Then reboot.</p>\n", "commentCount": "1", "comments": [ { "creationDate": "2023-10-30T01:27:00.367", "id": "2611484", ...
null
null
2023-11-17T01:44:07.890
null
null
1490520
1
null
2023-10-26T21:47:15.170
0
414
<p>I am a complete Linux NOOB, so please elaborate on your answers as if you were explaining to your non-computer-literate elder relative.</p> <p>I am running multiple instances of Ubuntu 20.04.6 LTS on mini computers such as Intel NUCs, Gigabytes, and Beelinks, in a remote kiosk setting. The Wi-Fi coverage at the loca...
1741552
1741552
2023-10-30T17:37:06.777
2023-10-31T02:58:35.840
Force Wi-Fi connection to 2.4GHZ in Ubuntu 20.04.6 LTS
[ "networking", "wireless", "wireless-access-point" ]
1
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T22:29:29.697", "id": "2610900", "postId": "1490520", "score": "0", "text": "I think you want to set the BSSID to 3C:84:6A:68:21:F2 to try the one 2,4 GHz AP, that would be in the identidy tab", "userDisplayName": null, "userId": "300665" }, { "creati...
null
[ { "accepted": null, "body": "<p>Using the information from @Jeremy31 and @Chili555, I was able to find a simpler command.</p>\n<p><code>nmcli -f in-use,ssid,freq,bssid,signal,rate,bars dev wifi</code></p>\n<p><a href=\"https://i.stack.imgur.com/i8E2z.png\" rel=\"nofollow noreferrer\"><img src=\"https://i.s...
null
null
null
null
null
1490521
1
null
2023-10-26T21:55:00.583
0
69
<p>I have this problem where one of my audio ports is damaged (default front headphone) and on windows i have repurposed the front mic port for headphone input.</p> <p>Now when I switch to linux I have no idea how to do the same thing. On Windows I used the Realtek panel.</p> <p>EDIT to include system info.</p> <p>apla...
1741629
1741629
2023-10-29T23:29:21.757
2023-10-29T23:29:21.757
How do I repurpose audio ports on Ubuntu?
[ "drivers", "sound", "audio-jack" ]
0
7
CC BY-SA 4.0
[ { "creationDate": "2023-10-26T23:28:12.410", "id": "2610907", "postId": "1490521", "score": "0", "text": "You've not provided any Ubuntu product & release details; but I'd first try `pavucontrol` (ie. *Pulse Audio Volume Control*) and see if was as simple as selecting another output port from th...
null
[]
null
null
null
null
null
1490524
1
null
2023-10-27T00:10:09.530
0
952
<p>Ubuntu 22.04 Upgraded 20.04 installation. Desktop files, icons, folders do NOT appear on desktop, yet they are in the Desktop folder under Home directory. They will run if I open the Desktop folder and execute them with terminal.</p> <p>So far everything I have read has not worked to reviel them on the Desktop. They...
1205333
null
null
2023-10-27T03:11:26.817
Ubuntu 22.04 Desktop files, icons, folders do NOT appear on desktop,
[ "files", "icons", "directory" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T00:18:40.003", "id": "2610919", "postId": "1490524", "score": "0", "text": "Nothing appears in the lower right corner of the desktop? Which desktop are you running? Wayland or Xorg at login? Anything appearing will probably need the \"Allow launching\" selection ...
null
[ { "accepted": null, "body": "<p>I also have the same issue. In my case reinstalling the ubuntu desktop worked:</p>\n<pre><code>sudo apt-get install --reinstall ubuntu-desktop\n</code></pre>\n<p>After running this, restart the system:</p>\n<pre><code>sudo reboot\n</code></pre>\n", "commentCount": "0", ...
null
null
null
null
null
1490525
1
null
2023-10-27T00:19:04.773
1
236
<p>Suppose I type,</p> <pre><code> sudo apt-get install SOME_PACKAGE </code></pre> <p>Regardless of what package I'm installing, I end up with the following error:</p> <pre><code> Setting up shim-signed (1.51.3+15.7-0ubuntu1) ... /var/lib/dpkg/info/shim-signed.postinst: 165: /usr/lib/grub/grub-multi-install: not fou...
1741638
null
null
2023-10-27T00:19:04.773
Can't do anything with apt without an error caused by shim-signed
[ "apt", "secure-boot" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1490526
1
null
2023-10-27T00:19:59.863
0
18
<p>I tried to restart my linux computer and it is failing to boot up. It is showing a black screen with the error message &quot;/dev/nvme0n1p2:clean&quot;. What is going wrong and what do I need to do to successfully boot up the computer?</p>
1741631
null
null
2023-10-27T00:19:59.863
problem booting up computer
[ "boot" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T04:57:44.217", "id": "2610942", "postId": "1490526", "score": "0", "text": "Is this restart just after an install? Can you switch to a virtual terminal (ctrl+alt+F4 then login)? Look in /var/log/syslog for any errors (either from a virt term or from booting an ins...
null
[]
null
null
null
null
null
1490530
1
null
2023-10-27T00:38:47.860
2
186
<p>We have a huge amount of cpp files and taking a piece of code where we need some clarification regarding that. As we have cpp files we compile those into multiple static libraries and those result into one shared library.</p> <p>Considering two cpp files those belong to different libraries.</p> <p>a.cpp</p> <pre><co...
1741480
1741480
2023-10-27T01:17:03.373
2023-10-27T01:17:03.373
Is there any way to ensure that few symbols of static library get definitely loaded into .so file?
[ "gcc", "c++", "g++", "ld" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T10:26:36.553", "id": "2610984", "postId": "1490530", "score": "0", "text": "Try gcc -o Result.so -fwhole-file Lib1.a Lib2.a -fno-whole-file", "userDisplayName": null, "userId": "1696604" }, { "creationDate": "2023-10-27T15:02:52.143", "id": "2611...
null
[]
null
null
null
null
null
1490531
1
null
2023-10-27T01:03:51.163
0
41
<p>I am having issues after doing an upgrade from 18.04 to 20.04. During the upgrading process, there are some errors.</p> <p>After rebooting the OS, the system starts up with errors:</p> <p>[TIME] Timed out waiting for device dev-disk-by..... [DEPEND] Dependency failed for /boot. [DEPEND] Dependency failed for File Sy...
1741470
null
null
2023-10-27T01:03:51.163
Issues Booting Up Ubuntu After Upgrading from 18.04 to 20.04
[ "boot", "20.04", "upgrade" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T01:10:32.067", "id": "2610929", "postId": "1490531", "score": "0", "text": "Providing details as to what the errors were (*not just telling us there were some errors*) would allow us to better understand. What you've provided would make me want to boot *live* media ...
null
[]
null
null
null
null
null
1490532
1
null
2023-10-27T01:17:57.823
0
492
<p>When I upgraded to from Ubuntu 20.04 LTS to 22.04 LTS, it resulted in a fatal error splash screen before getting to the login manager.</p> <p>I had been running the Nouveau driver &amp; Wayland (SwayWM, sometimes Gnome) without any issues on Ubuntu 20.04 LTS.</p> <p>I was able to get my system semi-functional by dro...
1737561
1737561
2023-11-16T23:53:27.823
2023-11-16T23:53:27.823
Upgrade to Ubuntu 22.04 LTS on Thinkpad T430 with Nvidia GF108M [NVS 5400M] graphics broke Nouveau driver & Wayland
[ "nvidia", "22.04", "thinkpad", "wayland", "nouveau" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T03:03:31.533", "id": "2610938", "postId": "1490532", "score": "0", "text": "Did you try \"recovery\" mode from the grub menu? Without the nvidia drivers, you probably need the \"nomodeset\" keyword on the grub kernel line (like recovery mode has).", "userDispla...
null
[]
null
null
null
null
null
1490534
1
null
2023-10-27T02:31:02.440
1
345
<p><a href="https://i.stack.imgur.com/KgsN8.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/KgsN8.png" alt="Ubuntu App Center &amp; Firmware Updater" /></a></p> <p>Hello, I've been using Ubuntu for a week now and I'm getting used to it day by day, and most issues I've faced, I was able to fix through...
1741649
469152
2023-10-27T02:44:58.337
2023-11-07T18:42:20.480
App Center & Firmware Updater do not launch
[ "software-center", "app-center" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-30T15:08:36.110", "id": "2611650", "postId": "1490534", "score": "3", "text": "Does this answer your question? [Upgraded (from 23.04) to Ubuntu 23.10 - no App Center, no firmware flashing tool](https://askubuntu.com/questions/1488852/upgraded-from-23-04-to-ubuntu-23-10...
null
[]
null
null
null
null
null
1490536
1
null
2023-10-27T03:26:27.347
1
122
<p>i am about to install gparted and use the command:</p> <pre><code>sudo apt-get install gparted </code></pre> <p>but what i got is :</p> <pre><code>root@ubuntu:~# sudo apt-get install gparted Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt --f...
1741653
null
null
2023-10-27T10:00:27.257
apt install gparted failed and it shows dpkg: error
[ "apt", "samba", "gparted" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T06:24:12.333", "id": "2610951", "postId": "1490536", "score": "0", "text": "It seems your filesystem might be read-only. You should find out why. The main problem here is that even root can't create files in `/usr/bin`", "userDisplayName": null, "userId": "1...
null
[]
null
null
null
null
null
1490537
1
null
2023-10-27T03:43:57.463
0
432
<p>Good morning,</p> <p>I moved to Ubuntu from Windows about 2 years ago, and have found it to be an absolutely brilliant OS, with the singular exception of this one issue that has been really bugging me: The entire system occasionally freezes, usually a couple of times a day.</p> <p><strong>Symptoms:</strong></p> <ul>...
1569321
1569321
2023-10-27T03:48:50.953
2023-10-27T20:38:42.407
Ubuntu 23.04 freezes completely and does not recover
[ "freeze", "23.04" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T05:39:33.950", "id": "2610946", "postId": "1490537", "score": "2", "text": "Your symptoms sound like a problem with limited resources. A 40% CPU utilization is pretty high and a 60% RAM utilization is quite high. How many applications do you have running? You rea...
null
[ { "accepted": null, "body": "<p><strong>Disclosure:</strong> I am the developer of the OneDrive Client for Linux - <a href=\"https://github.com/abraunegg/onedrive\" rel=\"nofollow noreferrer\">https://github.com/abraunegg/onedrive</a></p>\n<blockquote>\n<p>Oct 27 14:20:08 roni onedrive[1177]: WARNING: Your ...
null
null
null
null
null
1490539
1
null
2023-10-27T04:09:32.717
0
90
<p>Ubuntu Mate 22.04.1 I recently upgraded a monitor in my previously working 3 monitor system and now my ~/.config/monitors.xml file (and the GUI Monitor Preferences tool) is being ignored. It seems like an ad-hoc monitor setup is being generated as though monitors.xml doesn't exist. I've created an xrandr startup scr...
1741652
null
null
2023-10-27T04:09:32.717
monitors.xml is ignored, Monitor Preferences GUI tool doesn't work
[ "multiple-monitors", "display" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1490544
1
null
2023-10-27T05:39:14.487
1
102
<p>I am currently working on a Windows PC, from which I connect to a Ubuntu PC through Ubuntu's native remote desktop. But it is very unstable since the screen freezes all the time and even disconnects. I won't be able to connect again after a while.</p> <p>Is there a solution for this, or perhaps some alternative to t...
1054348
1450948
2023-10-27T09:07:10.677
2023-10-27T09:07:10.677
Remote Desktop freezes while connecting from Windows
[ "networking", "gnome", "windows", "remote-desktop" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1490545
1
null
2023-10-27T05:42:56.703
0
27
<p>After upgrading to Ubuntu22.04, some pop-up windows will appear when upgrading or installing software, requiring restarting and selecting configuration files. How can I solve these problems? I need to install and upgrade software automatically, and it must be completed in a completely non-interactive manner. Among t...
1393579
null
null
2023-10-27T07:36:36.913
How to solve the problem of pop-up windows when installing and upgrading software?
[ "upgrade" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>You can configure APT to answer those questions automatically. <code>apt-get</code> knows the following options:</p>\n<ul>\n<li><code>--yes</code> -&gt; answer questions automatically with &quot;yes&quot;. However, in certain situations &quot; yes&quot; will not automatically...
null
null
null
null
null
1490546
1
null
2023-10-27T05:57:50.307
1
766
<p>After updating to 23.10 I can't install the new Kernel. I got the following error:</p> <pre><code>/etc/kernel/header_postinst.d/dkms: * dkms: running auto installation service for kernel 6.5.0-10-generic Sign command: /usr/bin/kmodsign Signing key: /var/lib/shim-signed/mok/MOK.priv Public certificate (MOK): /var/li...
1741675
618353
2023-10-27T10:34:55.340
2023-10-27T11:21:27.063
Can't install any Kernel in 23.10
[ "kernel", "23.10" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T22:59:05.347", "id": "2611098", "postId": "1490546", "score": "0", "text": "Please can you add `dkms status` to your question?", "userDisplayName": null, "userId": "966203" } ]
null
[ { "accepted": null, "body": "<p>I faced with a similar issue today. If you have upgraded from a previous version of Ubuntu, try these commands:</p>\n<pre><code>sudo apt autoremove &amp;&amp; sudo apt autoclean\n</code></pre>\n<p>After that, try:</p>\n<pre><code>sudo apt-get update &amp;&amp; sudo apt-get up...
null
null
null
null
null
1490548
1
null
2023-10-27T06:03:11.233
0
227
<p>I set up an ubuntu 22.04 system recently on my home server. I have selected ZFS as the file system. I will use the ubuntu system for a few tasks which can not be easily done on Windows and I would like to run a small kubernetes installation.</p> <p>Hence I am wondering which backup strategy would be best. Being unfa...
1741674
null
null
2023-10-27T06:03:11.233
Backups of zfs based system
[ "backup", "zfs" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-30T07:43:43.273", "id": "2611522", "postId": "1490548", "score": "0", "text": "In the meantmie I have found that snapshots are probably not the right approach (I want to do a full backup for the complete disk failure). I have come across https://askubuntu.com/questions...
null
[]
null
null
null
null
null
1490554
1
1492897
2023-10-27T07:42:02.527
4
472
<p>I have a three monitor setup like this.</p> <p><a href="https://i.stack.imgur.com/jmo0G.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/jmo0G.png" alt="three monitor default setup" /></a></p> <p>Everything works fine like this. But whenever I set the Built-in Screen to a lower resolution, the Buil...
805146
805146
2023-11-13T16:40:40.250
2024-02-08T13:58:40.337
Built-in Screen goes blank when lowering resolution
[ "xorg", "hp", "amd-graphics", "amdgpu", "23.10" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-11-14T11:37:28.797", "id": "2614930", "postId": "1490554", "score": "0", "text": "The same issue for me. (New on build-in screen on Kubuntu 23.10, Ryzen 7 PRO 6850U, ThinkPad X13...)", "userDisplayName": null, "userId": "29914" }, { "creationDate": "2023-1...
{ "accepted": true, "body": "<p><strong>Update on February 8, 2024</strong></p>\n<p>As can be seen on <a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2046504\" rel=\"nofollow noreferrer\">https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2046504</a> a bugfix has been released for Ubuntu 23.10 (Man...
[ { "accepted": true, "body": "<p><strong>Update on February 8, 2024</strong></p>\n<p>As can be seen on <a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2046504\" rel=\"nofollow noreferrer\">https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2046504</a> a bugfix has been released for Ubuntu 23...
null
null
null
null
null
1490558
1
null
2023-10-27T08:52:00.940
0
229
<p>I am unable to connect to my testdb database in order to create a table in the database (as shown in the image 1 of the script) below. Using the same connection parameters, I was earlier able to connect to the Azure MySQL server to create the testdb server from the VM terminal but now I couldn't connect to the datab...
1737348
85695
2023-10-27T10:22:06.940
2023-10-27T10:22:06.940
Connecting to mysql database using a python script from an Ubuntu VM terminal (socket.gaierror: [Errno -2] Name or service not known error)
[ "command-line", "server", "python", "mysql", "azure" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T09:47:32.753", "id": "2610974", "postId": "1490558", "score": "0", "text": "Really looking forward to the right feedback.", "userDisplayName": null, "userId": "1737348" }, { "creationDate": "2023-10-27T10:24:39.747", "id": "2610983", "postId"...
null
[]
null
null
null
null
null
1490560
1
null
2023-10-27T09:03:26.197
0
591
<p>I installed linux Ubuntu on my machine this week. I am completely new to linux. I have backup data from my previous windows OS on Sandisk Extreme Portable SSD. When I connect drive on linux I get SSD unlocker.exe file. Since it is an .exe file I cannot use it on linux. How can I unlock this drive on ubuntu linux. I ...
1741712
469152
2023-10-27T09:39:50.607
2023-10-27T09:39:50.607
Unlocking Portable External SSD on linux
[ "ssd" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T15:12:49.867", "id": "2611031", "postId": "1490560", "score": "1", "text": "The disk is encrypted with SanDisk SecureAccess which has no Linux support. Boot into Windows, decrypt it, and then it will be usable in Linux.", "userDisplayName": null, "userId": "...
null
[]
null
null
null
null
null
1490565
1
1491416
2023-10-27T10:06:04.450
0
332
<p>I've a running server of openVPN. This server is configured to only route traffic to internal network when needed. In server.conf:</p> <pre><code>... push &quot;route 192.168.0.0 255.255.255.0&quot; ;push &quot;redirect-gateway def1 bypass-dhcp&quot; push &quot;dhcp-option DNS 192.168.0.xxx&quot; ;duplicate-cn ... <...
46400
46400
2023-10-31T16:57:50.380
2023-11-03T13:36:06.903
Ubuntu OpenVPN network manager routes all traffic through VPN when it should not
[ "network-manager", "vpn", "openvpn" ]
1
5
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T11:37:14.877", "id": "2610991", "postId": "1490565", "score": "0", "text": "What is the ip of your ubuntu client ?", "userDisplayName": null, "userId": "549862" }, { "creationDate": "2023-10-31T16:53:32.990", "id": "2611923", "postId": "14905...
{ "accepted": true, "body": "<p>The &quot;push&quot; settings of the OpenVPN server can be overwritten by the client. Never expect the client is using them.</p>\n<p>Seems Network Manager by default does not set &quot;Use this connection only for resources on this network&quot;. Which disables or enables the default...
[ { "accepted": true, "body": "<p>The &quot;push&quot; settings of the OpenVPN server can be overwritten by the client. Never expect the client is using them.</p>\n<p>Seems Network Manager by default does not set &quot;Use this connection only for resources on this network&quot;. Which disables or enables the...
null
null
null
null
null
1490566
1
null
2023-10-27T10:12:24.040
1
68
<p>I have <a href="https://wetransfer.com/downloads/3361630500e7f21be86c51cc78285e7920231026170857/2fd538b227b66b08b4910e0e4d9e0c5e20231026170858/73e46d?trk=TRN_TDL_01&amp;utm_campaign=TRN_TDL_01&amp;utm_medium=email&amp;utm_source=sendgrid" rel="nofollow noreferrer">an epub file</a>, which I converted into a pdf file ...
1471
null
null
2023-10-27T14:06:24.823
Why does the pdf file converted from epub by Calibre miss some contents?
[ "pdf", "calibre", "ebooks", "epub" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>This honestly sounds like a bug that should probably be reported to Calibre <a href=\"https://calibre-ebook.com/bugs\" rel=\"nofollow noreferrer\">https://calibre-ebook.com/bugs</a>.</p>\n<p>However, you can try installing the newest version of Calibre instead of using the on...
null
null
null
null
null
1490568
1
null
2023-10-27T10:15:01.630
1
88
<p>When viewing a pdf file in my evince (42.3), I couldn't find a way to jump back to the page previously viewed. I remember there used to be a button somewhere for that purpose, but I can't find it any longer. How can I jump back to the page just previously viewed? Thanks.</p> <p><a href="https://i.stack.imgur.com/KXA...
1471
null
null
2023-10-28T06:58:18.633
How can I jump back to the page previously viewed in evince?
[ "evince" ]
2
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Hit <kbd>Alt</kbd>+<kbd>P</kbd> for &quot;previous page visited&quot;. You can find these keybindings in the Help screen that you can show with <kbd>Ctrl</kbd>+<kbd>?</kbd>.</p>\n", "commentCount": "2", "comments": [ { "creationDate": "2023-10-27T10:30:4...
null
null
null
null
null
1490572
1
null
2023-10-27T10:40:32.887
0
109
<p>I am trying to load the ZoeDepth model in Jetson Orin Nano. But I am getting this error.</p> <p>RuntimeError: Error(s) in loading state_dict for ZoeDepthNK:</p> <pre><code>Unexpected key(s) in state_dict: &quot;core.core.pretrained.model.blocks.0.attn.relative_position_index&quot;, &quot;core.core.pretrained.model.b...
1741735
null
null
2023-10-27T10:40:32.887
Problem Loading ZoeDepth Model in Jetson Orin Nano
[ "python" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T11:53:58.263", "id": "2610992", "postId": "1490572", "score": "1", "text": "You've provided no OS & release detials; you mention a Jetson Orin Nano which comes with a Ubuntu based system that includes a lot of Debian packages too (ie. *it's not a Ubuntu system, only...
null
[]
null
null
null
null
null
1490573
1
null
2023-10-27T10:47:27.160
0
95
<p>Wi-Fi connection drops frequently, unable to reconnect without restarting the system. This issue has been occurring for a few days but has become more frequent today. It happens at random intervals, even though power management is turned off. Restarting the system is the only way to reconnect to Wi-Fi.</p> <p><stron...
1741734
null
null
2023-10-27T10:47:27.160
Wifi keeps dropping connection in my asus laptop
[ "networking", "kernel" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T14:26:05.213", "id": "2611018", "postId": "1490573", "score": "0", "text": "Look at the network logs with the terminal command: `sudo journalctl -b 0 -u NetworkManager`. Read `man journalctl NetworkManager service`. Also do: `service NetworkManager status` and `serv...
null
[]
null
null
null
null
null
1490574
1
null
2023-10-27T10:58:52.547
0
22
<p>i recently installed Ubuntu on a MSI Cubi and it's working perfectly and I'm working on it daily to learn better this environment, but while doing so I'm also neglecting my Predator Helios 300. Now you may ask, you installed it one time, you can do it again right? Well installing it on my Cubi was a simple task beca...
1741585
null
null
2023-10-27T10:58:52.547
Is Predator Helios 300 compatible with Ubuntu 23.10?
[ "acer", "compatibility", "23.10" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T13:32:49.647", "id": "2611004", "postId": "1490574", "score": "0", "text": "if it does not or partially... filing a bugreport would be what to do.", "userDisplayName": null, "userId": "15811" } ]
null
[]
null
null
2023-10-27T15:00:28.560
null
null
1490580
1
null
2023-10-27T11:45:16.220
1
203
<p>I've just installed Ubuntu 23.10 on a new machine. When I return after a break, I find that the screen is locked and I need to enter my password. Once today and once yesterday I have found the field to enter my password inaccessible; and so I am unable to login. A restart of the machine, does not even boot to the GU...
110495
110495
2023-10-27T13:42:54.013
2023-10-27T13:42:54.013
Inaccessible password field after screen lock, then boot error
[ "boot", "login", "snap", "gdm" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T12:48:34.910", "id": "2610999", "postId": "1490580", "score": "1", "text": "The snapd User Session Agent is a service running always in the background. This message always appears on the lock screen. Thus, your problem is very likely not related to that. Did you che...
null
[]
null
null
null
null
null
1490582
1
1490589
2023-10-27T12:54:21.660
1
6627
<p>In ubuntu 22.04.2 I am trying to read the data coming from a serial port. To find the correct port I do</p> <pre><code>sudo dmesg | grep tty </code></pre> <p>which gives</p> <pre><code>[ 0.117304] printk: console [tty0] enabled [ 0.793135] 0000:00:16.3: ttyS4 at I/O 0x3060 (irq = 19, base_baud = 115200) is a 1...
92582
null
null
2023-10-27T15:45:44.930
How to read data from a serial port?
[ "command-line", "22.04", "serial-port" ]
2
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T13:39:04.647", "id": "2611008", "postId": "1490582", "score": "0", "text": "If you are still running Ubuntu 22.04.2 LTS as you state, I'll suggest you apply security fixes & upgrades asap, as a fully upgraded Ubuntu 22.04 LTS system has reported as 22.04.3 for some ...
{ "accepted": true, "body": "<p>It seems <code>minicom</code> is in fact what I can use simply. I installed it using</p>\n<pre><code>sudo apt-get install minicom\n</code></pre>\n<p>and then I use</p>\n<pre><code>sudo dmesg | grep tty\n</code></pre>\n<p>to find the correct device, and using</p>\n<pre><code>sudo mini...
[ { "accepted": true, "body": "<p>It seems <code>minicom</code> is in fact what I can use simply. I installed it using</p>\n<pre><code>sudo apt-get install minicom\n</code></pre>\n<p>and then I use</p>\n<pre><code>sudo dmesg | grep tty\n</code></pre>\n<p>to find the correct device, and using</p>\n<pre><code>s...
null
null
null
null
null
1490591
1
1491704
2023-10-27T14:24:02.560
2
1565
<p>Hello Ubuntu community,</p> <p>I recently upgraded my system from Ubuntu 23.04 to 23.10 and since then (1 Week) I've had problems starting GNOME under Wayland. Here are the details of my system and the steps already taken:</p> <p><strong>System information:</strong></p> <ul> <li>Device: MS Surface Pro 5 (Intel Iris ...
1741769
null
null
2023-11-25T07:08:32.030
GNOME under Wayland does not start after updating to Ubuntu 23.10
[ "gnome", "multiple-monitors", "display-resolution", "wayland", "23.10" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>From <a href=\"https://forum.garudalinux.org/t/gnome-45-wayland-session/31493\" rel=\"nofollow noreferrer\">garudalinux</a> forum thread:</p>\n<blockquote>\n<p>i fixed it . i deleted every extension i had installed , then deleted the dconf folder in ./config , it did the trick for me...
[ { "accepted": true, "body": "<p>From <a href=\"https://forum.garudalinux.org/t/gnome-45-wayland-session/31493\" rel=\"nofollow noreferrer\">garudalinux</a> forum thread:</p>\n<blockquote>\n<p>i fixed it . i deleted every extension i had installed , then deleted the dconf folder in ./config , it did the tric...
null
null
null
null
null
1490595
1
null
2023-10-27T15:34:59.333
0
349
<p>The newly added snap refresh --hold option is written to allude to one that once set snaps will no longer be updated until one issues the --unhold option. I have attempted to use this refresh option however when Software Updates run the snaps are also updated no matter if the hold option is in place. I have search...
1079623
19626
2023-10-27T17:17:46.303
2023-10-27T18:01:24.157
Ubuntu 22.04 Snap Updates issue
[ "updates", "snap", "update-manager" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p><code>snap refresh --hold</code> <em>only</em> applies to the periodically trigger background updates of snapd. <code>snap refresh --hold</code> does not prevent manually trigger updates - either on the command line or the Snap Store.</p>\n<p>You may want to apply the stronge...
null
null
null
null
null
1490597
1
null
2023-10-27T16:07:33.373
0
131
<p>I've got an Egistec EH575 fingerprint reader in my Acer Swift SF314-42m running 23.10 Mantic Minotaur.</p> <p>The fingerprint reader doesn't show up as an option for user login, and doesn't seem to be recognised by the system. It appears that there's no driver installed for it.</p> <p>Does anyone know if there's a d...
950260
null
null
2023-10-27T16:07:33.373
Missing Driver for Egictec EH575 Fingerprint Reader
[ "drivers" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T16:27:51.190", "id": "2611048", "postId": "1490597", "score": "2", "text": "This is better a question for libfprint, the people who create the fingerprint driver in use by Ubuntu. That's an open source project and they list what fingerprint readers they support. I...
null
[]
null
null
null
null
null
1490603
1
null
2023-10-27T17:26:27.627
0
47
<p>I've seen this problem asked several times, but none of the solutions works for me, I have a Lenovo Ideapad Gaming 3 15IAH7, and I installed Ubuntu in dual boot with Windows 11, this OS works perfectly, but when I use Ubuntu and I try to shut down or reboot, the Lenovo screen appears and that's it, I can't wake it u...
1741669
null
null
2023-10-27T17:26:27.627
Can't reboot, shut down or sleep ubuntu 22.04.3
[ "boot", "dual-boot", "suspend", "lenovo", "shutdown" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1490604
1
null
2023-10-27T17:30:50.687
0
133
<p>I have an asus router that has a vpn server based on ipsec</p> <p>I have all the data I need except the certificate file. Asus provides downloads of the cert for Windows or android for the certificate but no support for Linux.</p> <p>Do I need to download the cert file or can I bypass it</p> <p>Has anyone else got r...
1071965
null
null
2023-10-27T17:30:50.687
Connection to ipsec vpn on asus router
[ "22.04", "vpn", "asus", "client", "ipsec" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T17:47:01.717", "id": "2611062", "postId": "1490604", "score": "0", "text": "Linux doesn't have any special certificate format. Just download one of the offered formats and test that.", "userDisplayName": null, "userId": "653515" }, { "creationDate": ...
null
[]
null
null
null
null
null
1490606
1
null
2023-10-27T17:57:05.483
1
600
<p>I'm running Ubuntu 22.04.3 LTS and can't get gdm or lightdm to work correctly on boot. When it comes up the screens are blank, but the process is running (see below).</p> <p>nvidia-smi returns correct message and Nvidia drivers have been re-installed, and I can also login with tty, then run startx, and everything w...
1741803
1741803
2023-11-14T02:04:52.480
2023-11-14T02:04:52.480
ubuntu 22.04 gdm3 blank screen on boot
[ "boot", "login-screen", "gdm" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1490608
1
null
2023-10-27T18:19:35.630
0
42
<p>I am using Ubuntu 22.04.1 on a Lenovo ThinkPad P72. When I suspend the laptop the keyboard backlight turns off, and remains off after I wake/resume.</p> <p>How can I automatically turn the keyboard backlights back up to full without having to manually hit <kbd>fn</kbd>+<kbd>space</kbd> twice?</p>
909490
null
null
2023-10-27T18:19:35.630
How to automatically turn keyboard backlight on after suspend?
[ "keyboard", "suspend", "backlight" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-28T01:17:44.937", "id": "2611113", "postId": "1490608", "score": "0", "text": "Divide your problem into two problems: \"How to turn backlight on\" and \"How can I make it happen at the right time\". For the latter, The package `pm-utils` provides the `pm-action`, `pm-h...
null
[]
null
null
null
null
null
1490609
1
null
2023-10-27T18:38:08.983
0
42
<p>I recently installed win11 vm using the method shown here <a href="https://ubuntu.com/tutorials/how-to-install-a-windows-11-vm-using-lxd#1-overview" rel="nofollow noreferrer">https://ubuntu.com/tutorials/how-to-install-a-windows-11-vm-using-lxd#1-overview</a>.</p> <p>I finished the installation up to end of step 3 w...
1741813
null
null
2023-10-27T18:38:08.983
WIN11 VM Does Not Start
[ "virtualbox", "virtualization", "lxc", "lxd" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-11-01T09:01:49.903", "id": "2612071", "postId": "1490609", "score": "0", "text": "As this is a question related to the installation of Windows (in a virtual environment), you better raise the question in a forum focusing on Windowssupport.", "userDisplayName": null, ...
null
[]
null
null
null
null
null
1490611
1
null
2023-10-27T18:51:01.717
0
136
<p>Below is network adapter i see, but not able to use it</p> <pre><code>lspci -vvnn | grep -A 9 Network 03:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4360 802.11ac Wireless Network Adapter [14e4:4360] (rev 03) Subsystem: Apple Inc. BCM4360 802.11ac Wireless Network Adapter [106b:0134] C...
1741817
null
null
2023-10-28T20:14:40.857
wifi not working in ubuntu (installed on macbook)
[ "20.04", "wireless", "macbook-pro" ]
1
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-27T20:30:49.213", "id": "2611079", "postId": "1490611", "score": "1", "text": "Is [this answer by Luis Alvaredo](https://askubuntu.com/questions/55868/installing-broadcom-wireless-drivers/60395#60395) helpful?", "userDisplayName": null, "userId": "55537" }, ...
null
[ { "accepted": null, "body": "<p>Apparently there is some workaround available:\nYou'll first need to blacklist the b43 driver by adding a blacklist file to <code>/etc/modprobe.d/b43.conf</code> with the contents &quot;blacklist b43&quot;. Then run <code>update-initramfs -u</code> and then install the <code>...
null
null
2023-11-28T21:35:52.213
null
null
1490612
1
null
2023-10-27T19:03:39.120
0
115
<p>I use the Ubuntu 22.04.1 LTS After system update when I try to run Remmina there are no errors or other messages. Remmina launch example:</p> <pre><code>none@none:~$ remmina none@none:~$ </code></pre> <p>I tried reinstall Remmina and find log-file to analyzing, but I couldn't find any information on how to find the...
1741818
1741818
2023-10-27T19:15:43.967
2023-10-27T19:15:43.967
Remmina won't start
[ "22.04", "remote-desktop", "remmina" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null