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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1488730 | 1 | 1488778 | 2023-10-11T18:23:02.357 | 0 | 2045 | <p>I am sorry if it seems a very naive question, but I am not so experienced in Linux.
I was installing something, when I accidently removed some important packages in Ubuntu 22.04 LTS. after that, I lost my Gnome and many functionalities like network connection. I even could not connect to my router.</p>
<p>First I ne... | 1738237 | 1738237 | 2023-10-11T18:28:27.553 | 2023-10-12T07:49:52.010 | Connectivity issue with Ubuntu 22.04 LTS - Internet not accessible | [
"networking",
"internet",
"dns"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-11T18:50:36.890",
"id": "2607702",
"postId": "1488730",
"score": "0",
"text": "\"my pc is connected to the router via ethernet cable\" What is the ip-address of that router? Maybe you need to change the default route to that ip-address, and not to your local ip-addres... | {
"accepted": true,
"body": "<blockquote>\n<pre><code>sudo ip link set eno1 up\nsudo ip addr add 192.168.1.1/24 dev eno1\nsudo ip route add default via 192.168.1.1\n</code></pre>\n</blockquote>\n<p>You set your <em>LOCAL</em> ip address to 192.168.1.1. That's the IP of your router according to your question and com... | [
{
"accepted": true,
"body": "<blockquote>\n<pre><code>sudo ip link set eno1 up\nsudo ip addr add 192.168.1.1/24 dev eno1\nsudo ip route add default via 192.168.1.1\n</code></pre>\n</blockquote>\n<p>You set your <em>LOCAL</em> ip address to 192.168.1.1. That's the IP of your router according to your question... | null | null | null | null | null |
1488731 | 1 | null | 2023-10-11T18:30:17.977 | 1 | 242 | <p>I'm installing openstack in Virtual Box ubuntu VDI 22.04.
I try tu run
<code>./stack.sh</code></p>
<p>But i get error message :</p>
<pre><code>0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up i... | 1649279 | null | null | 2023-10-15T19:10:43.723 | error processing package initramfs-tools (--configure): | [
"command-line",
"apt",
"bash",
"dpkg",
"openstack"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>The error is, <code>zstd: error 25 : Write error : No space left on device (cannot write compressed block) </code>, which means, your Ubuntu installation ran out of space.</p>\n<p>If you install a lot of programs, you need at least 60 GB or so for the root partition of Ubuntu... | null | null | null | null | null |
1488732 | 1 | 1488878 | 2023-10-11T18:35:22.403 | 0 | 96 | <p>I'm trying to free up space on my root drive on my ubuntu system.</p>
<p>One thing that is consuming about 12G is multipass. I want to move it to the more spacious <code>/home</code> directory.</p>
<p>So I followed the instructions <a href="https://multipass.run/docs/configure-multipass-storage#heading--linux" rel="... | 1738248 | 1738248 | 2023-10-11T22:00:28.127 | 2023-10-13T02:13:44.097 | MULTIPASS_STORAGE instructions not working | [
"multipass"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-11T19:46:58.467",
"id": "2607706",
"postId": "1488732",
"score": "0",
"text": "Please [edit] your question to include the elements of the solution you've tried in the post itself rather than relying on a link to the guide you followed. We need to understand what steps ... | {
"accepted": true,
"body": "<p>So the answer is, the MULTIPASS_STORAGE instructions are missing some crucial steps. I solved it by performing these steps.</p>\n<p>See my bug report: <a href=\"https://github.com/canonical/multipass/issues/3254\" rel=\"nofollow noreferrer\">https://github.com/canonical/multipass/iss... | [
{
"accepted": true,
"body": "<p>So the answer is, the MULTIPASS_STORAGE instructions are missing some crucial steps. I solved it by performing these steps.</p>\n<p>See my bug report: <a href=\"https://github.com/canonical/multipass/issues/3254\" rel=\"nofollow noreferrer\">https://github.com/canonical/multi... | null | null | null | null | null |
1488736 | 1 | 1488737 | 2023-10-11T19:04:59.470 | 1 | 122 | <p>The question is simple and mainly theoretical rather than a bug or an issue.</p>
<p>When I "log out" from Ubuntu<sup>[1]</sup>, what happens exactly? This doesn't seem to map with any Unix/Linux concept I'm aware of, so I'm guessing it's implemented at a higher level.</p>
<ul>
<li>Is this related to the de... | 877067 | null | null | 2023-10-12T02:39:31.923 | What does "Log out" do precisely? | [
"gnome",
"logout"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Long ago, when X ran as root, things were complicated. Less so now.</p>\n<p>Key point: The login screen looks like it's part of the graphical desktop, but it's not. It's the display server, and it's job is to show you a pretty login screen, and then to start the rest of desktop envio... | [
{
"accepted": true,
"body": "<p>Long ago, when X ran as root, things were complicated. Less so now.</p>\n<p>Key point: The login screen looks like it's part of the graphical desktop, but it's not. It's the display server, and it's job is to show you a pretty login screen, and then to start the rest of deskt... | null | null | null | null | null |
1488738 | 1 | null | 2023-10-11T19:47:40.623 | 0 | 486 | <p>After 20 years+ of using UNIX/Linux, I don't mind admitting that the problem described below has beaten me.</p>
<p>I run Ubuntu 22.04.3 LTS, and I try to ensure that updates are installed every week. But around 2nd October, thing started to go wrong, and I've no idea how to resolve it.</p>
<p>Running 'sudo apt-get u... | 1738253 | 25618 | 2023-10-11T20:29:55.603 | 2023-10-11T20:29:55.603 | sudo apt-get update returns 400 Bad Request | [
"apt"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-11T20:38:47.080",
"id": "2607710",
"postId": "1488738",
"score": "1",
"text": "Hmmm. When I run `sudo apt-get update`, it hits the same IP address...and works. Are you on an enterprise network or otherwise using some sort of proxy?",
"userDisplayName": null,
"u... | null | [] | null | null | null | null | null |
1488740 | 1 | null | 2023-10-11T20:52:26.107 | 0 | 135 | <p>Ubuntu 22.04 here. In order to run older app, I installed libpng 1.2 using answer from <a href="https://askubuntu.com/questions/1404213/install-libpng12-on-ubuntu-22-04">Install libpng12 on ubuntu 22.04</a>. No 50 points to comment there so I kindly ask here.</p>
<p>Why libpng-config --version says 1.2.59, from /usr... | 1714385 | 1714385 | 2023-10-11T21:37:16.760 | 2023-10-11T22:08:52.603 | Which libpng version is used, why it shows old one | [
"compiling",
"libpng"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-11T21:19:42.177",
"id": "2607716",
"postId": "1488740",
"score": "0",
"text": "/bin/libpng-config is just a link. Normally it links to libpng16-config (a script with the version wired in), but maybe it links to libpng12-config. Both the 16 and 12 config files may exi... | null | [
{
"accepted": null,
"body": "<p>With the hint from the comment: libpng-config used is from PATH order.\nOnce I uninstalled libpng 1.2, version was right and I could build.\nSince PPA of libpng 1.2 works now for Ubuntu 22.04, that is advised.\nAnd installation from referenced link should not be used.</p>\n",... | null | null | null | null | null |
1488742 | 1 | null | 2023-10-11T21:22:32.683 | 0 | 71 | <p>I know <kbd>Shift</kbd>+<kbd>Home</kbd> or <kbd>Shift</kbd>+<kbd>End</kbd>. But I want to select all text on the current line where the cursor is. I don't want to move the cursor to the beginning or the end of the line to do <kbd>Shift</kbd> + <kbd>Home</kbd>/<kbd>End</kbd>.</p>
<p>What shortcut key do people use i... | 676043 | 1157209 | 2023-10-12T06:02:19.377 | 2023-10-12T06:02:19.377 | Select all text on current line | [
"shortcut-keys"
] | 0 | 7 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-11T22:33:43.540",
"id": "2607722",
"postId": "1488742",
"score": "3",
"text": "Double-click selects the word under the cursor. **Triple-click selects the line under the cursor.** You paste it with a single middleclick. Find more details at [this link](https://askubuntu... | null | [] | null | null | null | null | null |
1488744 | 1 | null | 2023-10-11T21:55:38.537 | 1 | 43 | <p>I have an Asus Rog Flow 13 and its a touchscreen laptop that you can rotate it 360 to draw with stylus, but when i have my laptop open in the tablet mode , it draws on the opposite side of where i'm drawing and when i turn it back to laptop mode its all fine :| please help !!!!! i'm a designer and the stylus is my m... | 1736927 | null | null | 2023-10-11T21:55:38.537 | 360' monitor touch screen is off when rotated, draws in the opposite side , what to do? | [
"ubuntu-touch",
"asus",
"monitor",
"touchscreen"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-11T22:49:32.563",
"id": "2607725",
"postId": "1488744",
"score": "1",
"text": "Does the touchscreen also behave in the similiar manner as the stylus? That is, when you rotate the laptop, do the touch events map at proper places, i.e., when you touch the upper part of t... | null | [] | null | null | null | null | null |
1488746 | 1 | 1489031 | 2023-10-11T22:52:00.103 | 3 | 430 | <p>This is a desktop system, with a 1TB SSD for the OS Xubuntu 20.04.6, and several HDDs for all my files. So the OS shouldn't be taking up that much space. But there's the output of df:</p>
<pre><code>Filesystem 1K-blocks Used Available Use% Mounted on
udev 16332704 0 16332704 0... | 999650 | 999650 | 2023-10-14T04:30:15.990 | 2023-10-14T22:26:55.677 | System drive (1TB) 82% full? All "my" files are on separate HDD | [
"disk-usage"
] | 3 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-11T23:01:33.730",
"id": "2607729",
"postId": "1488746",
"score": "4",
"text": "The `/proc' directory are not real files. They are a way to communicate and get information from the kernel.",
"userDisplayName": null,
"userId": "372967"
},
{
"creationDate"... | {
"accepted": true,
"body": "<p>Finally, found this on Ubuntuforums:</p>\n<blockquote>\n<p>du - Estimate file space usage (Check your folders)</p>\n<p>This command will\nshow you how much space is being used by the mounted file systems on a\ngiven folder. One disadvantage of du is that it reports information\nonly ... | [
{
"accepted": null,
"body": "<p>According to the information you provided, <code>/dev/nvme0n1p2</code> is in fact 82% full.</p>\n<p>Run the command <code>cd / ; sudo du -hxd 1</code> To find out what is taking so much space.</p>\n<p>The <code>h</code> option makes it in human-readable format.</p>\n<p>The <c... | null | null | null | null | null |
1488748 | 1 | null | 2023-10-11T23:29:02.110 | 0 | 123 | <p>One day just lost audio on most programs. Still working on Brave browser and some games but nothing else. So Alsa working fine on firmware level but appears to be Pulseaudio issue. Tried doing stop and restart but did not fix problem. Will removing Pulseaudio be a workaround or should just upgrade to 23.10 when avai... | 1575698 | 1575698 | 2023-10-12T21:07:47.133 | 2023-10-12T21:07:47.133 | Kubuntu 23.04 sound only working on certain applications | [
"sound",
"kubuntu",
"pulseaudio",
"alsa"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488754 | 1 | null | 2023-10-12T01:01:10.327 | 1 | 328 | <p>I've read the manual pages from feh, and this command should work:</p>
<pre class="lang-bash prettyprint-override"><code>feh --fullscreen --no-menus --randomize --recursive --bg-fill wallpapers/
</code></pre>
<p>I can see a flicker on the screen, but my old background seems to be re-set on top of the feh background.... | 1594522 | null | null | 2023-10-12T02:09:48.620 | set up background from cli with feh | [
"desktop-environments",
"mate",
"ubuntu-mate",
"desktop-background"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<ol>\n<li><p>Open a terminal and run the following command to disable the default background handling by gnome-settings-daemon (this hides the desktop icons, you can skip that option.):</p>\n<pre class=\"lang-bash prettyprint-override\"><code>gsettings set org.mate.background sh... | null | null | null | null | null |
1488756 | 1 | null | 2023-10-12T01:38:47.860 | 1 | 157 | <p>I only have Ubuntu 22.04 on my laptop. I tried to update NVIDIA drivers since Pytorch won't see CUDA on my laptop. I installed it and then decided to re-boot my device. Now I have a black screen with peeping white underscore like in virtual terminal.
As other solutions suggested I tried to access tty1 using alt+ctrl... | 1738297 | 158442 | 2023-10-12T02:09:22.550 | 2024-01-27T16:05:39.730 | Ubuntu 22.04 black screen after NVIDIA update | [
"boot",
"nvidia",
"22.04",
"tty",
"virtual-console"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>I've found that purging all Nvidia drivers, and then reverting to 525 instead of 535, helps. Granted, this prevents certain games from being played, but it will at least restore functionality. Just make sure you purge only the drivers and not the packages, as Ubuntu has depen... | null | null | null | null | null |
1488757 | 1 | null | 2023-10-12T01:47:54.783 | 1 | 135 | <p>I am trying to reserve memory using <code>memmap</code> boot parameters by following these steps:</p>
<ol>
<li><p>Run:</p>
<pre><code>sudo grub-editenv /boot/grub/grubenv set memmap_val0='1023M\$1M'
sudo grub-editenv /boot/grub/grubenv set memmap_val1='2G\$4G'
</code></pre>
</li>
<li><p>Verify the settings:</p>
<pre... | 1738298 | 618353 | 2023-10-12T07:10:25.550 | 2023-10-12T07:10:25.550 | memmap boot parameters not getting set correctly | [
"boot",
"command-line",
"grub2"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488759 | 1 | null | 2023-10-12T03:01:51.180 | 0 | 191 | <p>As you can see in the below image the additional language pack is installed. The switch works, but inserting the Romanian specific letters from the keyboard does not work.</p>
<p>I am using the same version of Ubuntu on 2 different laptops, on one laptop inserting from keyboard specific letters using the keys: [, ],... | 1085211 | null | null | 2023-10-12T03:43:05.277 | Ubuntu 22.04.3 LTS language pack installed, BUT inserting specific letters does not work | [
"keyboard-layout",
"language-support",
"special-characters"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p><strong>@Solved</strong></p>\n<p>Must be installed / selected the languagepack "Romanian (standard)", not "Romanian".</p>\n<p>It's non-intuitive the language search box when you want to install the language pack. If you type in the language search box only... | null | null | null | null | null |
1488760 | 1 | null | 2023-10-12T03:12:52.603 | 0 | 227 | <p>(Ubuntu 22.04 LTS, I'm newish to ubuntu, having used it for a while 15 years ago)
So, I installed Okular from the software centre, didn't need it so uninstalled it pretty much straightaway. Then a few hours later I was nosing around and saw an Okular folder in a Snap folder in Home, so I permanently deleted it. Prob... | 1738304 | null | null | 2023-11-08T15:40:30.453 | Can't remove a snap app | [
"20.04",
"snap",
"software-uninstall"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-12T03:42:47.347",
"id": "2607751",
"postId": "1488760",
"score": "2",
"text": "Did you use sudo? `sudo snap remove okular`?",
"userDisplayName": null,
"userId": "124466"
},
{
"creationDate": "2023-10-13T09:43:55.360",
"id": "2608017",
"postId": ... | null | [
{
"accepted": null,
"body": "<p>I encountered the same issue. I would like to share my solution although I did not know the reason. Hope it helps.</p>\n<p>For me, I noticed that <code>kf5-5-108-qt-5-15-10-core22</code> is installed along with Okular. So I first</p>\n<pre class=\"lang-bash prettyprint-overri... | null | null | null | null | null |
1488764 | 1 | null | 2023-10-12T05:45:10.877 | 0 | 80 | <p>Trying to restart apache from terminal using the following command after Ubuntu OS upgrade from 18 to 22:</p>
<p><code>sudo service apache2 restart</code></p>
<p>When executing that command, I'm getting below error:</p>
<p><code>Job for apache2.service failed. See "systemctl status apache2.service" and &qu... | 1736549 | null | null | 2023-10-12T05:47:35.543 | Apache not able to restart after Ubuntu OS upgrade | [
"server",
"apache2",
"reboot"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-12T05:47:06.673",
"id": "2607762",
"postId": "1488764",
"score": "0",
"text": "You mention an upgrade from 18 to 22, which has no *supported* upgrade path so is this a re-install? Do you mean 18 or 18.04 as the 18 reflects the *snap* only version of Ubuntu 18.04 LTS S... | null | [
{
"accepted": null,
"body": "<p>Running the below command fixed the issue</p>\n<p><code>source /etc/apache2/envvars</code></p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2023-10-16T11:43:52.750",
"id": "2608668",
"postId": "1488765",
"score": "1",... | null | null | null | null | null |
1488768 | 1 | null | 2023-10-12T06:46:46.800 | 0 | 37 | <p>I have a problem installing printer DeskJet3630 on Ubuntu 20.04.
I have installed hplip version 3.20.3.</p>
<p>When I run <code>hp-setup</code> I get error :
ModuleNotFoundError: No module named 'cupsext'</p>
<p>I tried several ways to fix this but without any solution.</p>
<p>Do I have the right hplip version, I wo... | 982823 | null | null | 2023-10-12T06:46:46.800 | Installing printer DeskJet3630 - error : cups missing | [
"printing",
"hp",
"hplip"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488769 | 1 | null | 2023-10-12T06:56:10.963 | 0 | 37 | <p>I would like to install MariaDB on Ubuntu with a different account. What I see ? If I simple <code>apt install mariadb-server</code> it deploys MariaDB with <code>mysql</code> user and <code>mysql</code> group. I tried first to reconfigure the service itself under <code>/bin/systemd/system/mariadb.service</code> cha... | 1636370 | null | null | 2023-10-12T06:56:10.963 | Installing MariaDB with different account | [
"services",
"mariadb",
"accounts"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-12T07:05:02.767",
"id": "2607769",
"postId": "1488769",
"score": "0",
"text": "I think I have found something: https://mariadb.com/kb/en/systemd/",
"userDisplayName": null,
"userId": "1636370"
},
{
"creationDate": "2023-10-12T18:56:14.360",
"id": "2... | null | [] | null | null | null | null | null |
1488770 | 1 | null | 2023-10-12T07:18:08.287 | 1 | 27 | <p>Really annoying, but my brave (snap) install will only use my yubikey after I re-insert it after starting brave.</p>
<p>Chrome (installed as deb) works flawless, so I assume it has <em>something</em> to do with the snap.</p>
<p>The snap connections seem fine (u2f-devices):</p>
<pre><code>audio-playback br... | 115825 | null | null | 2023-10-12T07:18:08.287 | Brave snap only recognizes yubikey after re-inserting it | [
"snap",
"brave",
"yubikey"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488783 | 1 | null | 2023-10-12T08:33:04.960 | 2 | 305 | <p>After installing Ubuntu, a report is sent to Canonical about my installation. I see two reports: <code>/var/log/installer/telemetry</code> and <code>~/.cache/ubuntu-report/Ubuntu.23.10</code>. The second one is much more complete.</p>
<p>Which of the two reports is sent?</p>
| 611723 | 618353 | 2023-10-12T09:41:02.440 | 2023-10-12T13:14:56.863 | Which report is sent to Canonical after installation? | [
"system-installation"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>The one from <code>/var/log/installer/telemetry</code> is a 1-time sent document sent after installation. The one from ubuntu-report is a "pretty print" and comes from a manually started report (more about it on its <a href=\"https://github.com/ubuntu/ubuntu-report/... | null | null | null | null | null |
1488785 | 1 | 1488895 | 2023-10-12T09:13:16.030 | 1 | 941 | <p>On Ubuntu Mate 22.04, recent updates have resulted in the "Your GPU memory is full" error from DaVinci Resolve, despite no other processes running.</p>
<p>So far, have tried purging and reinstalling Nvidia drivers, downgrading to previous version of DaVinci and previous drivers for Nvidia, manually updatin... | 1030497 | null | null | 2023-10-13T08:23:00.117 | In Mate 22.04, DaVinci (18.6.2) returns "Your GPU memory is full", despite Nvidia driver (GeForce RTX 3050) running | [
"drivers",
"nvidia",
"cuda",
"davinci-resolve"
] | 1 | 8 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-12T09:21:27.570",
"id": "2607792",
"postId": "1488785",
"score": "1",
"text": "You don't provide details as to which kernel stack you're using (*with Ubuntu MATE, the install media decides your default*), and I wonder if just switching your default kernel stack (from H... | {
"accepted": true,
"body": "<p>Big thank you again to @guiverc for all their help!</p>\n<p>It ended up being a mismatch between kernel stacks (recent update switched to a HWE kernel stack while previous version had used the GA kernel stack).</p>\n<p>By swapping back to the GA kernel using the link provided by @gui... | [
{
"accepted": true,
"body": "<p>Big thank you again to @guiverc for all their help!</p>\n<p>It ended up being a mismatch between kernel stacks (recent update switched to a HWE kernel stack while previous version had used the GA kernel stack).</p>\n<p>By swapping back to the GA kernel using the link provided... | null | null | null | null | null |
1488786 | 1 | null | 2023-10-12T09:29:10.730 | 0 | 592 | <p>I'm attempting to set up a new Lenovo P14s with Ubuntu 20.04 because that's the version we use for our software stack. At first, 20.04 wouldn't install properly - it gave some error that I couldn't resolve (even though posts I read said that the error could simply be ignored, the system wouldn't boot). So I thought ... | 1738368 | 1738368 | 2023-10-17T12:51:14.920 | 2023-10-17T12:51:14.920 | Lenovo Laptop P14s Gen 4 drivers problem | [
"drivers",
"lenovo",
"laptop"
] | 0 | 10 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-12T09:47:09.623",
"id": "2607801",
"postId": "1488786",
"score": "0",
"text": "Why do you say you are missing drivers? Are the devices not detected? Are they detected but they don't work? Both the wifi and trackpad of the P14s should be fine with the normal `iwlwifi` a... | null | [] | null | null | null | null | null |
1488794 | 1 | null | 2023-10-12T10:50:58.900 | 0 | 392 | <p>I bought a laptop about 5 years ago running Ubuntu 18.04. It has these two chips:</p>
<ul>
<li>Intel(R) Core(TM) i7-8750H CPU</li>
<li>NVIDIA GeForce GTX 1050 4GB GPU</li>
</ul>
<p>Over the years I've updated to 20.04, and am now on 22.04. Somewhere along the line, the GPU seems to have disappeared from the system.W... | 961807 | null | null | 2023-10-13T06:14:18.427 | NVIDIA GeForce GTX 1050 not found on Ubuntu 22.04 | [
"nvidia",
"22.04"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>It seems to be a hardware issue. When I boot connected to an external monitor with the laptop screen off, the GPU is not there. But if I boot with both screens on, it is there:</p>\n<pre><code>~$ lspci | grep -e VGA\n00:02.0 VGA compatible controller: Intel Corporation Coffee... | null | null | null | null | null |
1488795 | 1 | null | 2023-10-12T10:51:37.847 | 1 | 171 | <p>So I have been working with PXE booting a diskless client using.</p>
<p>My setup includes TFTP, dnsmasq and an NFS share.</p>
<p>Using TFTP and dnsmasq I can do PXE booting. I prepared an OS and copied the rootfs to a remote location or an NFS server.</p>
<p>Everything works and my NUC / PC boots over PXE and also m... | 1728304 | null | null | 2023-12-08T10:49:16.737 | No Internet on Diskless Client - Ubuntu 22.04.3 | [
"boot",
"internet",
"nfs",
"pxe"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>So basically the Dnsmasq was hosting its own gateway. So every time I tried to connect to internet it was going through my Dnsmasq VM (which was kind kind of setup to be its own intranet).</p>\n<p>The solution was to add the following lines in dnsmasq.conf to diable the gatew... | null | null | null | null | null |
1488796 | 1 | null | 2023-10-12T10:55:18.957 | 0 | 444 | <p>Context : Bought a new computer with windows and everything was working fine. (keyboard and all)
I installed ubuntu 22.04 first because I don't want windows but the computer couldn't reboot properly (first problem) and the internal keyboard wasn't working. Then I tried to install 23.04, same problems.
I then tried t... | 1738388 | 1738388 | 2023-10-16T09:33:18.640 | 2023-10-16T09:33:18.640 | Internal keyboard not working with Ubuntu 20.04 (same with 22.04 and 23.04) on ASUS Expertbook B1502CBA-BQ0553X | [
"drivers",
"kernel",
"keyboard",
"asus"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-12T11:05:52.090",
"id": "2607818",
"postId": "1488796",
"score": "0",
"text": "Please attach more system info: `sudo apt install inxi` and then `inxi -Fxxzc0` in terminal",
"userDisplayName": null,
"userId": "1592865"
},
{
"creationDate": "2023-10-12T12... | null | [] | null | null | null | null | null |
1488803 | 1 | 1488891 | 2023-10-12T11:51:44.720 | -1 | 1376 | <p>I am sorry for this newbie question. I removed my desktop manager and many gnome packages by mistake in my Ubuntu 22.04 LTS.</p>
<p>I tried <code>sudo apt install ubuntu-desktop</code>, which leads to:</p>
<pre><code>Reading package lists...
Building dependency tree...
Reading state information...
Some packages coul... | 1738237 | 1738237 | 2023-10-12T20:18:45.723 | 2024-02-14T09:36:37.637 | Cannot install ubuntu-desktop on Ubuntu 22.04 LTS | [
"apt",
"gnome",
"package-management",
"dependencies",
"desktop-environments"
] | 1 | 8 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-12T13:31:28.493",
"id": "2607858",
"postId": "1488803",
"score": "1",
"text": "It looks like you simply forgot to `update` before the original attempt to install the `ubuntu-desktop` package. After running the `update`, gdm3 should depend on the **newer** gir1.2-gdm-1.... | {
"accepted": true,
"body": "<p>I could solve my problem. This is what I did:</p>\n<p>opened my sources:</p>\n<pre><code>sudo vim /etc/apt/sources.list\n</code></pre>\n<p>then added these two lines to it:</p>\n<pre><code>deb http://ir.archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse\ndeb... | [
{
"accepted": true,
"body": "<p>I could solve my problem. This is what I did:</p>\n<p>opened my sources:</p>\n<pre><code>sudo vim /etc/apt/sources.list\n</code></pre>\n<p>then added these two lines to it:</p>\n<pre><code>deb http://ir.archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multive... | null | null | null | null | null |
1488804 | 1 | null | 2023-10-12T11:54:11.493 | 0 | 34 | <p>The sound configuration option is missing from where I want to change my configuration to A2DP, as shown in this screenshot:</p>
<p><a href="https://i.stack.imgur.com/ViYs7.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/ViYs7.png" alt="screenshot" /></a></p>
<p>What I've already tried:</p>
<ul>
<... | 1738403 | 618353 | 2023-10-12T17:56:36.200 | 2023-10-12T17:56:36.200 | I cant find sound configuration option on sounds settings | [
"20.04",
"sound",
"bluetooth",
"a2dp"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488811 | 1 | null | 2023-10-12T12:18:36.993 | 0 | 56 | <p>Good day.
I've created access point on my OrangePi 3 LTS with Ubuntu 22.04 LT and I have zero problems with connecting with my Win10 PCs (MSI laptop and Lenovo Laptop).
But no phone able to connect (iPhone 14, Samsung A-series and Xiaomi) - try to connect, but with no success. Kind a look like password rejection. I ... | 1736439 | 1736439 | 2023-10-12T15:01:15.433 | 2023-10-12T15:01:15.433 | Can't connect to WiHi hotspot via phone, but from WinPC it's OK | [
"networking"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-12T12:29:55.400",
"id": "2607837",
"postId": "1488811",
"score": "0",
"text": "Mistake realized and fixed)",
"userDisplayName": null,
"userId": "1736439"
},
{
"creationDate": "2023-10-12T14:01:32.790",
"id": "2607868",
"postId": "1488811",
"... | null | [] | null | null | null | null | null |
1488814 | 1 | null | 2023-10-12T12:50:48.333 | 0 | 53 | <p>While trying to get my sony headset working with my desktop I totally removed the bluetooth stack.<br />
I searched through several sites, and followed several sites without finding a working solution.
What steps do I have to take to get blue tooth working again?
Apologies for omitting that information. I have added... | 514939 | 514939 | 2023-10-12T13:18:58.903 | 2023-10-12T13:18:58.903 | I Accidentily removed Bluetooth | [
"bluetooth"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-12T12:52:54.867",
"id": "2607842",
"postId": "1488814",
"score": "3",
"text": "You've not provided your OS/release, thus we'd mostly be guessing. For best results, I'd reverse whatever changes you made, which you can usually remind yourself of by exploring your bash hi... | null | [] | null | null | null | null | null |
1488827 | 1 | null | 2023-10-12T15:08:03.153 | 0 | 63 | <p>What I'm trying to do is to build a deb package with <em>debuild</em> command, given I have provided all the necessary files like debian/control, debian/rules, debian/changelog etc...
When trying to run debuild, it starts, but in the beginning fails with message:</p>
<pre><code>make[2]: Entering directory '/home/VS/... | 1738439 | 158442 | 2023-10-12T15:29:19.097 | 2023-10-12T15:29:19.097 | When building package with debuild, I'm unable to force make to look into certain directories for *.h files | [
"deb",
"packaging",
"debuild"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488828 | 1 | null | 2023-10-12T15:17:59.203 | 0 | 330 | <p>I use OBS exclusively to record my screen for some lectures. It was working fine until an auto-update happened yesterday. Now whenever I select my screen to capture, OBS crashes.</p>
<pre>info: Loaded scenes:
info: - scene 'Scene':
info: - scene 'Vertical Scene':
info: - source: 'Screen ... | 932597 | null | null | 2023-10-12T15:17:59.203 | OBS crashes immediately after selecting the screen. It was working fine before today | [
"screen",
"obs-studio"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-12T18:02:55.690",
"id": "2607909",
"postId": "1488828",
"score": "0",
"text": "If you need a screen recording software in the meantime, I recommend \"SimpleScreenRecorder\" it's in the Ubuntu Software store if you want to try it.",
"userDisplayName": null,
"use... | null | [] | null | null | null | null | null |
1488844 | 1 | null | 2023-10-12T17:51:32.827 | 0 | 3483 | <p>Similar to this issue <a href="https://askubuntu.com/questions/1251005/ubuntu-20-04-boots-to-black-screen-with-flashing-cursor">ubuntu-20-04-boots-to-black-screen-with-flashing-cursor</a> Ubuntu 22.04 also boots to a black screen, however the linked solution doesn't appear to fix the issue for this version.</p>
<p><... | 1738473 | 94914 | 2023-10-13T14:46:46.703 | 2023-10-20T15:04:01.110 | Ubuntu 22.04 boots to a black screen with a visible cursor | [
"boot",
"22.04"
] | 3 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>If <code>WaylandEnable=false</code> is commented in <code>/etc/gdm3/custom.conf</code>, uncomment <code>WaylandEnable=false</code> by removing the <code>#</code> character at the beginning of the line and rebooting.</p>\n<p>At the black screen follow these steps:</p>\n<ol>\n<... | null | null | null | null | null |
1488851 | 1 | null | 2023-10-12T19:31:36.387 | 0 | 320 | <p>I installed Ubuntu 22.04 on a new Dell XPS 17 recently. While I get great sound from the built-in speakers in a <em>Try Ubuntu</em> session, I lose all sound during a full installation.</p>
<p>I ran some tests in <em>Try Ubuntu</em> mode and also during the full installation and found that the sinks listed upon runn... | 1704288 | 94914 | 2023-10-13T15:31:09.513 | 2023-10-13T15:31:09.513 | No sound from speakers in Ubuntu 22.04 in the Ubuntu installer | [
"sound",
"22.04",
"alsa"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T15:36:49.010",
"id": "2608094",
"postId": "1488851",
"score": "0",
"text": "Usually, new versions of ubuntu have better support for very recent hardware. Give Ubuntu 23.10 a try, and let us know if it works",
"userDisplayName": null,
"userId": "124466"
},
... | null | [] | null | null | null | null | null |
1488852 | 1 | 1488923 | 2023-10-12T19:36:37.473 | 19 | 8854 | <p>New software has been introduced on Ubuntu 23.10: a new Flutter-based App Center and a Firmware Updater tool, as can be read in <a href="https://ubuntu.com/blog/ubuntu-desktop-23-10-mantic-minotaur-deep-dive" rel="noreferrer">Ubuntu Desktop 23.10: Mantic Minotaur deep dive</a>.</p>
<p>However, after upgrading from U... | 105939 | 527764 | 2023-10-14T10:09:54.330 | 2023-11-06T01:34:29.777 | Upgraded (from 23.04) to Ubuntu 23.10 - no App Center, no firmware flashing tool | [
"23.10",
"app-center"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T12:28:24.770",
"id": "2608052",
"postId": "1488852",
"score": "6",
"text": "To those who downvoted: Please reconsider, and perhaps remove downvotes - this is a legitimate question. Thanks.",
"userDisplayName": null,
"userId": "1066942"
}
] | {
"accepted": true,
"body": "<p>I see this as well. Here's how to fix this.</p>\n<pre><code>snap-store --quit\nsudo snap refresh snap-store --channel=latest/stable/ubuntu-23.10\n</code></pre>\n<p>If despite the <code>snap-store --quit</code> this tells you that it cannot do so, because it has running apps, somethin... | [
{
"accepted": true,
"body": "<p>I see this as well. Here's how to fix this.</p>\n<pre><code>snap-store --quit\nsudo snap refresh snap-store --channel=latest/stable/ubuntu-23.10\n</code></pre>\n<p>If despite the <code>snap-store --quit</code> this tells you that it cannot do so, because it has running apps, ... | null | null | null | null | null |
1488853 | 1 | null | 2023-10-12T19:51:11.653 | 1 | 876 | <p>Have a Microsoft Surface running Linux Mint; trying to install Ubuntu 23.10. I have UEFI and Secure Boot turned off but thumb drive is not recognized at boot. Boot skips right past the installed thumb drive. I'm mystified. Any help?</p>
| 1738494 | null | null | 2023-10-13T15:38:02.363 | Can't install 23.10 | [
"system-installation"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T14:22:39.347",
"id": "2608081",
"postId": "1488853",
"score": "0",
"text": "Does this answer your question? [How to change boot priority?](https://askubuntu.com/questions/208417/how-to-change-boot-priority) and [Why Doesn't a Bootable USB Boot](https://askubuntu.com... | null | [] | null | null | null | null | null |
1488854 | 1 | null | 2023-10-12T19:54:50.110 | 0 | 52 | <p>I am trying to install a package A. previously, i tried to install a very different package B during which dpkg failed. I did <code>dpkg --congiure -a</code> after that and now I am stuck because every time I try to install a new package, dpkg still tries to instll package B, which always fails.</p>
<p>How do I tell... | 676043 | null | null | 2023-10-12T19:54:50.110 | apt-install keep failing due to previous package installation failure | [
"dpkg"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-12T20:58:25.910",
"id": "2607935",
"postId": "1488854",
"score": "2",
"text": "You need to fix the prior installation fails first. Read your messages for your *unstated* release, as they provide clues; be the problem lack of disk space, package source issue or otherwis... | null | [] | null | null | null | null | null |
1488865 | 1 | null | 2023-10-12T21:33:37.983 | 2 | 87 | <p>We are upgrading from Ubuntu 18.04 to 22.04 on an <em>m5a.large</em> system in AWS (two vCPUs). We installed <em>GNU Parallel</em> from the Ubuntu repos.</p>
<p>On Ubuntu 18.04:</p>
<pre><code># parallel --number-of-cores
2
</code></pre>
<p>On Ubuntu 22.04:</p>
<pre><code># parallel --number-of-cores
1
</code></pre>... | 1633020 | 1633020 | 2023-10-16T15:47:52.800 | 2023-10-16T15:47:52.800 | dmidecode and GNU parallel not seeing cores | [
"22.04",
"cpu",
"dmidecode"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-12T21:58:23.597",
"id": "2607937",
"postId": "1488865",
"score": "1",
"text": "If you are going to down vote, can you at least provide info on what I did wrong with this submission?",
"userDisplayName": null,
"userId": "1633020"
},
{
"creationDate": "20... | null | [] | null | null | null | null | null |
1488867 | 1 | null | 2023-10-12T22:29:24.203 | 0 | 199 | <p>I was going to remove the GStreamer app from my Ubuntu environment with these commands:</p>
<p>sudo apt-get remove <em>gstreamer</em>
sudo apt-get purge <em>gstreamer</em></p>
<p>When I entered the first line I noticed it said it was going to install something:</p>
<p>Terminal output:</p>
<p>The following NEW packa... | 364002 | null | null | 2023-10-12T22:29:24.203 | Safely uninstalling GStreamer from Ubuntu 20.04 LTS | [
"gstreamer"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T02:02:21.657",
"id": "2607965",
"postId": "1488867",
"score": "0",
"text": "You should be more concerned about \"112 to remove\"",
"userDisplayName": null,
"userId": "19626"
},
{
"creationDate": "2023-10-14T02:53:16.683",
"id": "2608190",
"po... | null | [] | null | null | null | null | null |
1488869 | 1 | null | 2023-10-12T22:55:06.447 | 0 | 81 | <p>I am using two different laptops for my project. One is installed with Window and the other is installed with Ubuntu. My specific goal is to able to use Ubuntu terminal with Window computer with serial connection and without wireless internet. For my case, I used xbee device (This can replace my serial cable) for th... | 1738513 | 94914 | 2023-10-13T15:19:58.550 | 2023-10-13T15:19:58.550 | How to use remote computers terminal with serial connection with xbee and PuTTY? | [
"ssh",
"serial-port",
"putty"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488870 | 1 | null | 2023-10-12T23:04:01.287 | 2 | 283 | <p>In Ubuntu 23.10, changing the window-move mouse button modifier from <kbd>Super</kbd> to <kbd>Alt</kbd> with e.g.</p>
<pre><code>gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier '<Alt>'
</code></pre>
<p>and then trying to hold <kbd>Alt</kbd> while dragging the window from its center (or any... | 667130 | 667130 | 2023-10-12T23:19:41.057 | 2023-10-12T23:19:41.057 | Ubuntu 23.10 tiling assistant stops working with Alt as hotkey for moving the window | [
"extension",
"tiling",
"23.10"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488873 | 1 | null | 2023-10-12T23:31:08.137 | 1 | 70 | <p>I am using the latest version of Ubuntu (22.4). I installed Anaconda. When I run it, I see a few errors, but the the Anaconda navigator launches and I can use Jupyter Notebook (I can run Python codes too).
According to <a href="https://stackoverflow.com/questions/71010343/cannot-load-swrast-and-iris-drivers-in-fedor... | 1738518 | 1738518 | 2023-10-13T10:22:02.007 | 2023-10-13T10:22:02.007 | What Is Wrong with My Anaconda | [
"python",
"anaconda",
"conda"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-12T23:33:05.107",
"id": "2607944",
"postId": "1488873",
"score": "0",
"text": "FYI, the latest version of Ubuntu is 23.10 (released today), and the latest LTS is 22.04 (released in April 2022). Ubuntu 20.04 LTS was released in April 2020. While still supported, it is n... | null | [] | null | null | null | null | null |
1488877 | 1 | null | 2023-10-13T01:53:04.357 | 0 | 43 | <p>Whenever I wake up my computer from suspend the login screen acts kind of weirdly.</p>
<p><a href="https://i.stack.imgur.com/s4LtX.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/s4LtX.jpg" alt="enter image description here" /></a></p>
<p>It's all the way in the top left and then jumps back to nor... | 1690020 | 94914 | 2023-10-13T15:07:01.620 | 2023-10-13T15:07:01.620 | Disarranged login screen in Ubuntu 22.04 | [
"22.04",
"login-screen"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488879 | 1 | 1488964 | 2023-10-13T02:16:37.723 | 0 | 105 | <p>I am trying to get a Strongswan / IKEV2 VPN set up on Ubuntu 23.04.
I have the Network Manager plugin compiled and working.<br />
When I attempt the connection, I get the below error in syslog, that it is unable to open the certificate bundle.<br />
Based on the log it appears Apparmor is blocking the access.</p>
<p... | 1663270 | null | null | 2023-10-13T17:18:41.650 | Apparmor prevents access to certificate bundle for IKEv2 VPN | [
"network-manager",
"vpn",
"apparmor"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T06:33:03.713",
"id": "2607989",
"postId": "1488879",
"score": "1",
"text": "You write you have the strongSwan NM plugin working, but the log shows that you are not using that but the charon daemon and the stroke interface instead. So which one do you want to use? An... | {
"accepted": true,
"body": "<p>Copied cert bundle to /etc/ipsec.d/certs and that resolved permission issue.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2023-10-13T17:18:41.650",
"id": "1488964",
"lastActivityDate": "2023-... | [
{
"accepted": true,
"body": "<p>Copied cert bundle to /etc/ipsec.d/certs and that resolved permission issue.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2023-10-13T17:18:41.650",
"id": "1488964",
"las... | null | null | null | null | null |
1488889 | 1 | null | 2023-10-13T06:48:09.290 | 0 | 337 | <p>Windows RDP session logout local user, everybody knows.
But Linux xrdp creates a new session, but local session still exists. I need to logout a local session when the same user entering as xrdp.</p>
| 364142 | null | null | 2023-10-13T06:48:09.290 | How to logout local user after the same user entering as xrdp session? | [
"xrdp"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T07:03:31.977",
"id": "2607993",
"postId": "1488889",
"score": "0",
"text": "Related: https://askubuntu.com/a/1326144",
"userDisplayName": null,
"userId": "968501"
},
{
"creationDate": "2023-10-13T15:14:37.507",
"id": "2608089",
"postId": "148... | null | [] | null | null | null | null | null |
1488890 | 1 | null | 2023-10-13T07:41:36.377 | 1 | 330 | <p>I use Ubutnu 22.04 with default GNOME and my VSCode is installed from official APT repo.</p>
<p>To permanently enable wayland rendering I copied original <code>code.desktop</code> and <code>code-url-handler.desktop</code> files from <code>/usr/share/applications</code> to <code>.local/share/applications</code> and c... | 3520 | null | null | 2024-02-10T22:09:05.583 | Overriding VSCode .desktop file casuses dock to produce separate icon | [
"gnome",
"22.04",
".desktop",
"dock",
"visual-studio-code"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T09:55:18.820",
"id": "2608027",
"postId": "1488890",
"score": "0",
"text": "Are you using exactly the same name for the .desktop files? See: https://askubuntu.com/questions/1127870/how-to-extend-a-desktop-file-for-adding-new-actions",
"userDisplayName": null,
... | null | [
{
"accepted": null,
"body": "<p>You just need to change the StartupWMClass to code-url-handler in the .desktop file.</p>\n<pre><code>[Desktop Entry]\nName=Visual Studio Code\nComment=Code Editing. Redefined.\nGenericName=Text Editor\nExec=/usr/share/code/code --enable-features=UseOzonePlatform --ozone-platf... | null | null | null | null | null |
1488899 | 1 | null | 2023-10-13T09:02:23.660 | 0 | 131 | <p>I am experiencing a peculiar problem on my Ubuntu 22 system running under Wayland. I have remapped the Caps-lock key to function as an additional Control key using the following script:</p>
<pre><code>remap_caps() {
local filename="/etc/default/keyboard"
local search
local replace
if grep XKBOPTION... | 1738587 | 527764 | 2023-10-15T05:02:56.840 | 2023-10-15T05:02:56.840 | Remapped Caps-Lock Keybindings stop working on Ubuntu 22.04 with Wayland | [
"keyboard",
"22.04",
"wayland",
"emacs",
"capslock"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488900 | 1 | null | 2023-10-13T09:02:36.443 | 0 | 416 | <p>I get a MSI Katana 15 recently, during the Windows 10 installation I had the same problem but for windows there is the driver online. Once that you extract the driver in the bootable pen drive it is possible to install it before windows 10 or 11.</p>
<p>Ubuntu 20 on the other side, looks like that there is no driver... | 1738588 | 1157641 | 2023-10-13T10:14:06.340 | 2024-02-09T07:21:11.097 | MSI Katana is not finding the SSD during Ubuntu 20 installation | [
"boot",
"drivers",
"dual-boot",
"20.04",
"system-installation"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T13:54:07.083",
"id": "2608072",
"postId": "1488900",
"score": "0",
"text": "Have you updated UEFI firmware to latest available? And updated SSD firmware. What exact version of Ubuntu? You need a release that is newer than hardware to have latest kernel & drivers. If... | null | [
{
"accepted": null,
"body": "<p>The only solution that worked for me (I also have MSI Katana 15) is shutdown of Intel VMD Controller in BIOS (Advanced -> System Agent (SA) Configuration -> VMD Setup Menu -> Disable VMD controller). Driver for this micron 2400 SSD in Ubuntu seem to be okay, but in c... | null | null | null | null | null |
1488901 | 1 | null | 2023-10-13T09:07:08.417 | 0 | 62 | <p>I am getting the following error when I run <code>vagrant up</code>. I'm using Ubuntu 23.04 running on VMware. The host computer is Windows.</p>
<pre class="lang-none prettyprint-override"><code>ubuntu@ubuntu2304:~/DevOps/ansibleintro$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> def... | 1738589 | 94914 | 2023-10-13T15:22:33.410 | 2023-10-13T15:22:33.410 | Vagrant error when running vagrant up | [
"networking",
"server",
"virtualbox",
"virtualization",
"vmware"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488904 | 1 | null | 2023-10-13T09:10:53.417 | 0 | 23 | <p>"+" is being autopressed.Help. I am using ubuntu 23.04 and 6.2.0-34-generic. Also please tell me how to disable laptop internal keyboard.I have tried disabling the two plus keys.</p>
<p>Could it be a driver issue?</p>
| 1714071 | 1714071 | 2023-10-13T09:11:26.150 | 2023-10-13T09:11:26.150 | Key Autopress in ubuntu | [
"drivers",
"keyboard",
"23.04"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488905 | 1 | null | 2023-10-13T09:26:16.513 | 0 | 263 | <p>I am using Ubuntu 20.04. Since yesterday, I have been seeing notifications that"your data is under threat...rqstz.stoneheartseeker.top.you need to install anti-virus...when I click that it asks to purchase Macfee antivirus.
Is there a freely available anti-virus for cleaning viruses in Ubuntu 20.04?</p>
| 661132 | null | null | 2023-10-13T09:26:16.513 | suitable anti virus for ubuntu 20.04 | [
"20.04"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T09:34:11.450",
"id": "2608015",
"postId": "1488905",
"score": "4",
"text": "Before you install anything: where have you been seeing those notifications? This sounds very much like adverts disguised as \"warnings\" (https://en.wikipedia.org/wiki/Malvertising) - see e... | null | [] | null | null | null | null | null |
1488907 | 1 | null | 2023-10-13T10:00:41.807 | 0 | 85 | <p>Newly installed Ubuntu version 20 on my pc and after restart I'm stucked at the message unable to run in non-Dell system...how do I fix it ?</p>
<hr />
<p>Yes I installed from the Ubuntu iso file and the reason for installing an older version is because what I intend using it for supports only this older version...<... | 1738605 | 527764 | 2023-10-13T11:11:01.120 | 2023-10-13T11:11:01.120 | Unable to run on non-Dell system (Alienware) | [
"boot"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Did you install Ubuntu from the Ubuntu 20.04 iso file that you downloaded from the official Ubuntu website? Dell doesn't recommend using its OEM installation media to install Ubuntu on any computers except for reinstalling Ubuntu on the original OEM computer. Dell also genera... | null | null | null | null | null |
1488909 | 1 | null | 2023-10-13T10:12:30.040 | -1 | 390 | <h2>Setup</h2>
<ul>
<li>Ubuntu 22.04 (kernel 6.3.5) guest running on VirtualBox VM</li>
<li>MacOS (Big Sur) Host</li>
<li>ALFA AWUS036AXM connected via USB (Mediatek MT7921aun chipset). it is <a href="https://github.com/morrownr/USB-WiFi/blob/main/home/USB_WiFi_Chipsets.md" rel="nofollow noreferrer">recommended for Lin... | 1738602 | null | null | 2023-10-13T13:59:52.707 | ALFA AWUS036AXM usb wifi adapter generating xhci_hcd transfer error | [
"drivers",
"wireless",
"usb",
"22.04",
"virtualbox"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Note it was confirmed that it does not happen on bare metal Ubuntu install as per <a href=\"https://github.com/morrownr/USB-WiFi/issues/323\" rel=\"nofollow noreferrer\">https://github.com/morrownr/USB-WiFi/issues/323</a></p>\n",
"commentCount": "1",
"comments": [
... | null | null | null | null | null |
1488910 | 1 | null | 2023-10-13T10:21:04.670 | 1 | 56 | <p>Enabling realtime kernel will it increase the performance on Apache and MySQL webserver?</p>
| 1738609 | 1738609 | 2023-10-13T11:10:48.117 | 2023-10-13T11:30:33.203 | Realtime kernel on webserver with MySQL | [
"apache2",
"mysql",
"webserver",
"realtime"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T11:12:12.207",
"id": "2608038",
"postId": "1488910",
"score": "0",
"text": "Thanks for your answer. We do intensive and a lot of MySQL transactions which become CPU-bound task (if I'm right?).",
"userDisplayName": null,
"userId": "1738609"
},
{
"crea... | null | [
{
"accepted": null,
"body": "<p>Typically not. Answering HTTP requests and querying a database is typically an I/O bound task, not a CPU-bound task. So the limiting factors are things like network speed, I/O on devices etc. A realtime kernel is typically only necessary when you need to control something in ... | null | null | null | null | null |
1488916 | 1 | null | 2023-10-13T11:15:03.097 | 0 | 192 | <p>While upgrading through "<strong>Software Updater</strong>", it faced with an error:</p>
<pre><code>Could not install the package:
/tmp/apt-dpkg-install-JCuWPV/07-apparmor_2.13.3-7ubuntu5.2_amd64.deb package may not be in working state
Please consider supporting a bug report.
new apparmor package pre-inst... | 872127 | 1460940 | 2023-10-13T15:52:34.800 | 2023-10-27T09:05:51.200 | Error upgrading from 18.04LTS to 20.04LTS | [
"18.04",
"20.04",
"upgrade",
"update-manager"
] | 1 | 12 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T13:10:40.150",
"id": "2608058",
"postId": "1488916",
"score": "1",
"text": "An aborted release-upgrade is very bad. That \"could be in an unstable state\" warning is not kidding. Advice: Backup your data and reinstall a newer release of Ubuntu.",
"userDisplayNam... | null | [
{
"accepted": null,
"body": "<p>Same problem here. I did:</p>\n<pre><code>apt --fix-broken install\napt autoremove\napt update && apt upgrade\n</code></pre>\n<p>And again:</p>\n<pre><code>apt --fix-broken install \napt upgrade\n</code></pre>\n<p>Then it worked.</p>\n",
"commentCount": "0",
"... | null | null | null | null | null |
1488924 | 1 | null | 2023-10-13T12:48:06.503 | -1 | 407 | <p>I'm attempting to run ubuntu-frame through Windows virtualization as I have on physical hardware (NUC). However, for both Ubuntu Core-22 and Ubuntu 22.04 LTS (server), ubuntu-frame fails to start when running as a virtual system under Hyper-V. I started with Core-22, but switched to server to provide greater flexi... | 700846 | null | null | 2023-10-13T17:34:04.043 | Unable to run ubuntu-frame in Hyper-V on Windows 10 | [
"22.04",
"windows-10",
"ubuntu-core",
"hyper-v"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>I found several articles from 2021 calling out that Hyper-V DRM display drivers were to be included in Linux 5.14 kernel. Ubuntu 22.04 LTS kernel is 5.15 but clearly didn’t include the expected Hyper-V support. I assumed the easiest approach would be to upgrade to the HWE ker... | null | null | null | null | null |
1488925 | 1 | null | 2023-10-13T12:48:10.707 | 0 | 15 | <p>uninstalling security yubico keys from google manage security keys is the only way i can make this work.</p>
<p>Does anyone know how to do this with the usb security keys registered?</p>
| 1738640 | null | null | 2023-10-13T12:48:10.707 | Logging into online Google account through settings crashes the only way i can make this work | [
"usb",
"security"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488926 | 1 | null | 2023-10-13T12:58:56.073 | 0 | 225 | <p>I have quite a bit of email that I'd like to save and it's in my Betterbird profile in windows. I'd like to switch to Ubuntu, but am not sure I can carry my profile over so that I can access old emails. Any suggestions?</p>
| 310276 | null | null | 2023-10-16T12:29:10.440 | Switching to Ubuntu - can Betterbird history carry over? | [
"windows",
"thunderbird"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T14:19:39.210",
"id": "2608079",
"postId": "1488926",
"score": "1",
"text": "Web page for Betterbird says: \"You can install Betterbird at the same time as Thunderbird and run them on the same profile. That means that you can try out Betterbird with zero hassle, and ... | null | [
{
"accepted": null,
"body": "<p><a href=\"https://www.betterbird.eu/releasenotes/index.html\" rel=\"nofollow noreferrer\">Betterbird</a> is a fork of Thunderbird. The profiles are compatible. You should be able to migrate betterbird profiles <a href=\"https://support.mozilla.org/en-US/kb/moving-thunderbird-... | null | null | null | null | null |
1488931 | 1 | null | 2023-10-13T14:05:39.343 | 0 | 145 | <p>I'm using ubuntu 22.04 on a HP Omen 16, ryzen 7, 16 gb RAM, 1 tb SSD.
My OS suddenly started having a problem, practically overnight (it was working just fine the previous night).
After using my laptop for roughly 30-40 mins, automatically all windows are closing by itself of every running application (Even if I'm r... | 1738659 | null | null | 2023-10-13T14:05:39.343 | Ubuntu 22.04 closing all applications automatically and nothing is reopening | [
"bash",
"22.04",
"google-chrome",
"snap",
"snap-store"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T19:22:33.590",
"id": "2608142",
"postId": "1488931",
"score": "0",
"text": "You probably have a hardware/overheating/ventilation problem, leading to failures",
"userDisplayName": null,
"userId": "25618"
}
] | null | [] | null | null | null | null | null |
1488934 | 1 | null | 2023-10-13T14:30:28.597 | 0 | 619 | <p>I have a a fresh Ubuntu 22.04 running in KVM with 6 virtio interface emulating e1000. This is connected to an Open vSwitch and LACP is configured on both switch and Ubuntu.</p>
<p>Summery of my problem is that when I do tcpdump on any of the interface in the bond0 I can see the LACP pdu sent by ovs, but no response ... | 1738435 | 1738435 | 2023-10-13T14:34:46.383 | 2024-01-31T11:27:02.503 | LACP between 22.04 and Open vSwitch: Ubuntu neither responding nor sending LACP PDU | [
"networking",
"network-bonding"
] | 2 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>I took another stab at this on another set of VM and it's now working!</p>\n<p>The difference I can see is that I added the interfaces in netplan yml ie:</p>\n<pre class=\"lang-yaml prettyprint-override\"><code>network:\n ethernets:\n ens1:\n addresses:\n - 192.... | null | null | null | null | null |
1488943 | 1 | 1488955 | 2023-10-13T15:22:59.443 | 0 | 74 | <p>A little while ago, I installed Unity Desktop on my pc (by way of "sudo apt install ubuntu-unity-desktop") . After removing it ("sudo apt autoremove '^unity' --purge) and rebooting to go back to Ubuntu unity, the system failed to finish the boot process, staling and finally failing on 5 entries with &... | 1738672 | null | null | 2023-10-13T16:13:27.593 | Problem with mounts? | [
"boot",
"dual-boot",
"unity",
"mount"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>It seems that you have removed some essential packages that are required for the unity desktop to work properly</p>\n<p>You may be able to fix this :</p>\n<p>Boot into the recovery mode from the grub menu and select the root shell option.\nMount your root file system as read-write by... | [
{
"accepted": true,
"body": "<p>It seems that you have removed some essential packages that are required for the unity desktop to work properly</p>\n<p>You may be able to fix this :</p>\n<p>Boot into the recovery mode from the grub menu and select the root shell option.\nMount your root file system as read-... | null | null | null | null | null |
1488945 | 1 | null | 2023-10-13T15:37:00.517 | 0 | 2143 | <p>I want update BIOS with FreeDOS. I want to use Ubuntu to make a live USB for FreeDOS. I tried using UNetbootin, but I can not install UNetbootin in Ubuntu 22.04.</p>
<p><img src="https://i.stack.imgur.com/Jbhno.png" alt="enter image description here" /></p>
<p>How can I make a live USB image image for FreeDOS in Ubu... | 1625337 | 124466 | 2023-10-15T04:17:02.080 | 2023-10-15T04:27:02.883 | Can't install UNetbootin in ubuntu 22.04 to flash a USB drive. What to do? | [
"22.04",
"unetbootin"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-14T12:59:52.717",
"id": "2608258",
"postId": "1488945",
"score": "0",
"text": "Can someone explain the downvotes?",
"userDisplayName": null,
"userId": "124466"
},
{
"creationDate": "2023-10-15T02:42:00.883",
"id": "2608423",
"postId": "1488945",... | null | [
{
"accepted": null,
"body": "<p>The PPA you added does not support Ubuntu 22.04. You can remove the PPA with</p>\n<pre><code>sudo add-apt-repository --remove ppa:gezakovacs/ppa\n</code></pre>\n<p>Since the latest version of Unetbootin downloaded from its webpage has issues in your computer (as you mentioned... | null | null | null | null | null |
1488950 | 1 | 1488988 | 2023-10-13T15:58:40.820 | 0 | 166 | <p>This question is better asked here than in stack overflow since it is more related to Ubuntu than the actual programming language. Here are two different ways to get the path to a file. The first one is to have a default path and hardcode it. The second option is to use the <code>Paths.get(System.getProperty("u... | 1602497 | null | null | 2023-10-13T19:46:28.323 | Java System.getProperty with sudo gets root | [
"command-line",
"java",
"sudo"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-14T06:53:58.937",
"id": "2608201",
"postId": "1488950",
"score": "0",
"text": "If you run it as root, root's home directory is commonly `/root`. Why does it have to be executed as root, and why does it in that case need the users home directory?",
"userDisplayName"... | {
"accepted": true,
"body": "<p>Investigate why the <code>.jar</code> needs <code>sudo</code> (<code>root</code>), and could "capabilities" replace <code>sudo</code>.</p>\n<p>Now, the hack:</p>\n<p>Read <code>man sudo sudoers sudoedit</code>. Define an environment variable to hold the home directory, tell... | [
{
"accepted": true,
"body": "<p>Investigate why the <code>.jar</code> needs <code>sudo</code> (<code>root</code>), and could "capabilities" replace <code>sudo</code>.</p>\n<p>Now, the hack:</p>\n<p>Read <code>man sudo sudoers sudoedit</code>. Define an environment variable to hold the home directo... | null | null | 2023-10-17T23:35:15.630 | null | null |
1488952 | 1 | null | 2023-10-13T15:59:47.437 | 1 | 211 | <p>My scenario is as follows.</p>
<p>I've deployed several servers, and each has generated the /var/log/installer/autoinstall-user-data.
Of course, things have changed on the devices, i.e., network config and storage config.</p>
<p>Now, I'd like to create a new version of the autoinstall-user-data that matches the serv... | 689710 | 689710 | 2023-10-23T06:58:14.007 | 2023-10-23T06:58:14.007 | Replicating an autoinstall | [
"server",
"updates",
"storage",
"user-data",
"autoinstall"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T16:13:41.220",
"id": "2608104",
"postId": "1488952",
"score": "0",
"text": "Have you read this? [Automated Server Installation](https://ubuntu.com/server/docs/install/autoinstall)",
"userDisplayName": null,
"userId": "1684306"
}
] | null | [
{
"accepted": null,
"body": "<p>If I understand your problem correctly, you want to do an <em>autoinstall</em> installation where you're able to specifically define your storage config. This is easily done by configuring your storage layout in a <code>user-data</code> file that <em>Subiquity</em> and <em>cu... | null | null | null | null | null |
1488954 | 1 | null | 2023-10-13T16:11:14.040 | 0 | 655 | <p>Nothing else outputs beyond this line in the terminal view:</p>
<p><code>Oct 13 16:38:40 ubuntu subiquity_event.2438[2438]: subiquity/Ad/has_support_GET</code></p>
<p>It's been like that for more than an hour.</p>
| 915446 | 915446 | 2023-10-13T16:38:08.487 | 2023-10-17T13:07:42.830 | 23.10 Live USB Installer freezes at "Copying files..." | [
"system-installation",
"live-usb"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T16:20:21.930",
"id": "2608107",
"postId": "1488954",
"score": "0",
"text": "Did you hashcheck the downloaded ISO? What flavor/release Ubuntu are you installing (23.04 I guess with subiquity).",
"userDisplayName": null,
"userId": "82196"
},
{
"creat... | null | [] | null | null | null | null | null |
1488966 | 1 | null | 2023-10-13T17:28:40.260 | 1 | 287 | <p>So, i switched from Windows 11 to Ubuntu yesterday and i have installed all the programs i had before.
Although Minecraft Java is running extremely bad on my new OS, any ideas why?
Before i switched my average framerate was on about 200 FPS, now the best my PC can do is 25 FPS.</p>
<hr />
<p>HARDWARE</p>
<p>GPU: NVI... | 1738697 | 1738697 | 2023-10-13T19:46:34.133 | 2023-10-13T19:46:34.133 | Minecraft Performance Problem | [
"drivers",
"java",
"performance",
"minecraft"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T18:49:38.957",
"id": "2608133",
"postId": "1488966",
"score": "0",
"text": "What graphics card do you have? The graphics card you have is important here.",
"userDisplayName": null,
"userId": "10616"
},
{
"creationDate": "2023-10-13T19:31:22.893",
... | null | [
{
"accepted": null,
"body": "<p>Check if your graphics card driver is compatible with your Ubuntu version and Minecraft. Some users reported that using the nvidia-prime driver instead of bumblebee or primus improved their performance. You can also try to update your driver to the latest version available fo... | null | null | null | null | null |
1488972 | 1 | null | 2023-10-13T17:49:29.843 | 0 | 54 | <p>Is there a way to get the wifi adapter in my pc to go into radio test mode. This mode is usually used when approving a wifi adapter/module for EMC regulations. This test allows for constant transmission, adjusting duty cycle, changing wifi channels etc..</p>
<p>Current adapter in my PC is Intel® Wi-Fi 6E AX211. I co... | 1738701 | null | null | 2023-10-13T17:49:29.843 | Ubuntu 22.04 how to get wifi adapter into radio test mode (for emc regulation tests) | [
"drivers",
"wireless",
"iwlwifi",
"certification"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488977 | 1 | null | 2023-10-13T18:23:27.317 | 0 | 200 | <p>Have an command to make slideshow mp4 from *.jpg files:</p>
<p><code>ffmpeg -r 1/3 -f concat -safe 0 -i <(ls -v *.jpg | sed "s|^|file '$PWD/|") -vf "scale='min(1920,iw)':min'(1080,ih)':force_original_aspect_ratio=decrease,pad=1920:1080:(ow-iw)/2:(oh-ih)/2" -c:v libx264 -pix_fmt yuv420p -r 60 -... | 57813 | 57813 | 2023-10-14T08:28:50.300 | 2023-10-15T09:21:31.710 | Slideshow from jpg files | [
"ffmpeg",
"slideshow"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T20:02:13.153",
"id": "2608149",
"postId": "1488977",
"score": "0",
"text": "A simple alternative is to use `shotwell`, which is installed by default in Ubuntu Desktop. You can choose between several transition styles, and need not create a video clip (which saves a ... | null | [
{
"accepted": null,
"body": "<p>I have done some research around this problem. Looks like it’s not easy to construct a one line command. Need a script with several steps describing the effects between each individual picture. Something with <code>-loop 1 -i './01.jpg' -loop 1 -i './02.jpg'</code> use <code>... | null | null | null | null | null |
1488978 | 1 | null | 2023-10-13T18:24:58.057 | 0 | 91 | <p>After installing Ubuntu 22.04, I noticed this very annoying bug:</p>
<p>If a windows has set to "Always on top", when I switch active window with the TAB key, the new windows indeed gets the focus, but the keyboard focus goes to the windows always on top. No matter which window was active before or after T... | 246031 | 527764 | 2023-10-15T04:59:28.623 | 2023-10-15T04:59:28.623 | Keyboard focus goes always to windows with "always on top" | [
"22.04",
"focus"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-14T11:47:12.253",
"id": "2608232",
"postId": "1488978",
"score": "0",
"text": "I can confirm that in an Ubuntu 22.04 system in Boxes (default install). Very obvious bug indeed. This could be related to the mutter version.",
"userDisplayName": null,
"userId": "5... | null | [] | null | null | null | null | null |
1488979 | 1 | 1499262 | 2023-10-13T18:30:22.423 | -1 | 1234 | <p>I have installed Ubuntu 23.10 on my laptop and get no sound from the speakers. I've searched the internet (here as well) and see that this seems to be the problem with Asus laptops. However, I've not found anyone to have the problem on this particular model.</p>
<p>The speakers work fine on Windows (dual boot).</p>
... | 1738712 | null | null | 2024-03-22T10:41:22.893 | Ubuntu 23.10 - No sound Asus Zenbook UM3402YAR_UM3402Y | [
"sound",
"asus",
"speakers"
] | 4 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Finally got this solved by:</p>\n<ol>\n<li>Installing fresh edition of Nobara 39;</li>\n<li>following the steps written by farfaaa here <a href=\"https://github.com/farfaaa/asus_zenbook_UM3402YA#readme\" rel=\"nofollow noreferrer\">https://github.com/farfaaa/asus_zenbook_UM3402YA#rea... | [
{
"accepted": null,
"body": "<p>It seems its related to Realtek drivers on the Linux kernels. After a long research, I have found out <a href=\"https://bugzilla.kernel.org/show_bug.cgi?id=206289\" rel=\"nofollow noreferrer\">this one</a>. See the <a href=\"https://bugzilla.kernel.org/show_bug.cgi?id=206289#... | null | null | null | null | null |
1488982 | 1 | 1489449 | 2023-10-13T18:58:11.517 | 0 | 208 | <p>what is rlt871x? after almost getting all the info from forums , when i check my /var/log/syslog i found that there is something issue with my wifi driver which is causing freeze. the syslog is completely filled with rtl871x and i'm using rtl8188fu, i have blacklisted the default one using this <code>one echo 'alias... | 1738713 | 1738713 | 2023-10-17T19:18:53.850 | 2023-10-17T22:03:16.343 | facing complete ubuntu freeze with rtl871x | [
"wireless",
"freeze"
] | 1 | 11 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T19:52:33.023",
"id": "2608148",
"postId": "1488982",
"score": "1",
"text": "Your file above blacklists nothing. Which modules are loaded? `lsmod` Welcome to Ask Ubuntu.",
"userDisplayName": null,
"userId": "19421"
},
{
"creationDate": "2023-10-14T06:... | {
"accepted": true,
"body": "<p>I believe you will have better luck with the native <em>rtl8xxxu</em> driver. If you blacklisted it, as you implied in your question, remove the blacklist.</p>\n<p>Remove the needless /etc/modprobe.d/rtl8xxxu-blacklist.conf file:</p>\n<pre><code>sudo rm /etc/modprobe.d/rtl8xxxu-black... | [
{
"accepted": true,
"body": "<p>I believe you will have better luck with the native <em>rtl8xxxu</em> driver. If you blacklisted it, as you implied in your question, remove the blacklist.</p>\n<p>Remove the needless /etc/modprobe.d/rtl8xxxu-blacklist.conf file:</p>\n<pre><code>sudo rm /etc/modprobe.d/rtl8xx... | null | null | null | null | null |
1488984 | 1 | null | 2023-10-13T19:09:00.910 | 0 | 48 | <p>After a while my peripherals turn off and then I can't wake the thing back up. Didn't exhibit this behavior prior to installing 23.10</p>
| 1128463 | null | null | 2023-10-13T19:09:00.910 | 23.10 Fresh install, USB peripherals lose power on sleep, can't wake from/keyboard mouse | [
"usb",
"suspend"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T19:18:08.733",
"id": "2608139",
"postId": "1488984",
"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 |
1488985 | 1 | null | 2023-10-13T19:10:45.783 | 0 | 28 | <p>I have installed Ubuntu 22.03.3 LTS on my Windows 11 OS. My laptop is now running really slow, I bought an external SSD drive in order to move my Ubuntu to the external SSD and then uninstall Ubuntu on my Internal HDD.</p>
<p>My question is how can I do that? I have been researching to see and I can't find any tutor... | 1738714 | null | null | 2023-10-13T19:10:45.783 | Moving Ubuntu 22.04.3 LTS (GNU/Linux 5.15.90.1-microsoft-standard-WSL2 x86_64) from my Internal HDD to an external SSD | [
"hard-drive",
"ssd"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T19:14:15.783",
"id": "2608136",
"postId": "1488985",
"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 |
1488986 | 1 | null | 2023-10-13T19:38:36.180 | 0 | 1582 | <p>Following the indications found here: <a href="https://www.linuxtechi.com/install-kubernetes-on-ubuntu-22-04/" rel="nofollow noreferrer">https://www.linuxtechi.com/install-kubernetes-on-ubuntu-22-04/</a> I'm trying to install Kubernetes cluster on Ubuntu 22.04</p>
<p>On Step 2 : Load the kernel module I'm getting an... | 1130532 | null | null | 2024-01-28T23:37:20.003 | sysctl: setting key "net.ipv4.conf.all.accept_source_route": Invalid argument While loading kernel modules for kubernetes | [
"kernel",
"22.04",
"kubernetes"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-14T15:18:34.967",
"id": "2608288",
"postId": "1488986",
"score": "0",
"text": "So far as I can tell, these messages are normal and are not related to the changes you made",
"userDisplayName": null,
"userId": "178692"
},
{
"creationDate": "2023-10-15T13:... | null | [
{
"accepted": null,
"body": "<p>I was using vagrant with "ubuntu/jammy64" <strong>22.04.3 LTS</strong> and I got the same issue</p>\n<pre><code> * Applying /etc/sysctl.d/10-console-messages.conf ...\nkernel.printk = 4 4 1 7\n* Applying /etc/sysctl.d/10-ipv6-privacy.conf ...\nnet.ipv6.conf.all.use_... | null | null | null | null | null |
1488987 | 1 | null | 2023-10-13T19:43:30.530 | 1 | 40 | <p>I want to replace my hard drive on a Ubuntu NUC system. Its the only drive and its connected by a USB sata adapter.</p>
<p>I did this once already by just cloning to another hard drive, and the replacement boots fine. This adapter has just the one slot.</p>
<p>The I cloned it again to a sata sdd. I plugged into the ... | 401306 | null | null | 2023-10-14T16:05:06.703 | Booting from an SSD clone of a hard disk on Ubuntu? | [
"boot",
"hard-drive",
"ssd",
"clone"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Turns out it was the one slot usb sata adapter that couldn function properly with sata hard drives, but not the SSD which had the same size and contents. It works properly including acting as a boot device in the two slot (using just one).</p>\n<p>So I'm good.</p>\n",
"co... | null | null | null | null | null |
1488989 | 1 | null | 2023-10-13T19:48:21.197 | 0 | 40 | <p>I want to increase the size of /dev/fuse.I have used below command but giving me permission error.</p>
<pre><code>sudo mount -o remount,size=5G /dev/fuse
sudo mount -o remount,size=5G /mnt/
bin/sh: 1: /dev/fuse: Permission denied
</code></pre>
<p>I had run below commands but no luck.</p>
<pre><code>chmod a+x /dev/f... | 1738719 | 10616 | 2023-10-13T20:26:29.287 | 2023-10-13T20:26:29.287 | How to increase dev/fuse size to 5G, curenty having 1.2G | [
"partitioning",
"permissions",
"mount"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488991 | 1 | null | 2023-10-13T20:03:55.387 | 9 | 138 | <p>I’ve encountered an issue in Ubuntu that seems to have persisted since at least version <code>20.04</code>. The problem appears to be related to the handling of nonprintable characters such as <code>\n</code>, <code>\t</code>, and <code>\e</code>.</p>
<p>Here’s a Python snippet that demonstrates the issue:</p>
<pre ... | 1738716 | null | null | 2023-10-13T20:03:55.387 | Slow Simulated Typing Speed in Ubuntu When Using Nonprintable Characters | [
"xdotool",
"evdev"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488993 | 1 | null | 2023-10-13T20:36:12.277 | 0 | 23 | <p>Dell laptop running Ubuntu version 22.04; update ran on Friday - Oct. 13</p>
| 935708 | null | null | 2023-10-13T20:36:12.277 | After an update, Ubuntu would not let me login. My user name pops up but when I press Enter the screen goes black forever | [
"boot"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T21:24:09.777",
"id": "2608160",
"postId": "1488993",
"score": "3",
"text": "Did you try the \"recovery\" option from the grub menu? Welcome to Askubuntu. What kind of hardware do you have? If you installed proprietary video drivers, how did you do that? Add info... | null | [] | null | null | null | null | null |
1488994 | 1 | null | 2023-10-13T20:36:19.547 | 0 | 69 | <p>ubuntu newbie here. I've installed ubuntu in my laptop (22.04.3 LTS). I already done sudo apt-get update && upgrade and the issue I have is that I cannot properly input text in any browser (both Firefox and Brave). Usually I have to refresh the webpage and even then I cannot properly input my queries (I can ... | 1734278 | null | null | 2023-10-13T20:36:19.547 | Cannot properly input text in browser after ubuntu install | [
"keyboard",
"22.04",
"firefox",
"brave"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488995 | 1 | null | 2023-10-13T20:43:56.167 | 0 | 64 | <p>I have bought a new PC and I installed Ubuntu 20.04 on it. The brightness control on my keyboard works, but the screen brightness does not change.</p>
<p>Here are my computer's specs:</p>
<p><a href="https://i.stack.imgur.com/EhFf8.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/EhFf8.png" alt="co... | 1738730 | 527764 | 2023-11-14T05:57:08.563 | 2023-11-14T05:57:08.563 | Can't change the brightness on my new laptop | [
"20.04",
"graphics",
"brightness"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>You need a distro with a newer kernel and graphical stack. I'd recommend Ubuntu 22.04.3</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2023-10-14T07:33:17.563",
"id": "1489026... | null | null | null | null | null |
1488998 | 1 | null | 2023-10-13T21:13:50.147 | 0 | 167 | <p>I burned the 22.04.3 version of ubuntu to my disc as gpt in rufus. I boot from flashtan and when I press "try or install ubuntu" it stays on the black screen. secure boot is on on my system.</p>
<p>system:
r5 5600
rtx 3060 12gb
gigabyte a520m k
crucial p3 500gb nvme ssd</p>
| 1579963 | null | null | 2023-10-13T21:13:50.147 | Can't install UEFI ubuntu | [
"system-installation",
"uefi"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-13T21:21:09.020",
"id": "2608159",
"postId": "1488998",
"score": "1",
"text": "Welcome to Askunbuntu. Have you hashchecked the downloaded ISO? Have you tried with secure boot off (really should not make a difference but...)? Maybe try adding \"modeset\" to the linux ... | null | [] | null | null | null | null | null |
1489000 | 1 | null | 2023-10-13T21:22:04.023 | 0 | 608 | <p>I can't add my personal Google account to the Online Accounts in Ubuntu, nor 23.04 or 23.10 (I just upgraded). The strange thing is that it's only on my personal account. With the business account I had no trouble.</p>
<p>The process is that I add the account, the next window appears where I add my password, but aft... | 1122592 | 94914 | 2023-10-14T03:34:29.633 | 2023-11-08T01:37:06.290 | Can't add my personal Google Account to the Online Accounts on Ubuntu 23.04 or 23.10 | [
"23.04",
"google"
] | 2 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>I had this same issue. Temporarily removing my titan security key from the 2FA settings on Google Accounts got me past that loading. I assume the in-app browser it uses does not support security keys and just stalls.</p>\n",
"commentCount": "0",
"comments": [],
"c... | null | null | null | null | null |
1489001 | 1 | null | 2023-10-13T21:38:30.263 | 0 | 84 | <p>My brightness slider/controller disappeared after 23.04 ubuntu upgrade (top right hand corner + in power settings), used to work before in 22.10.
(similar problem to this i suppose:
<a href="https://askubuntu.com/questions/1405073/22-04-jammy-shows-no-brightness-sliders-under-settings-power">22.04 jammy shows no bri... | 1031902 | null | null | 2023-10-13T21:38:30.263 | Brightness controller disappeared after 23.04 ubuntu upgrade | [
"brightness",
"23.04"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1489004 | 1 | null | 2023-10-13T22:19:06.703 | 0 | 57 | <p>I read in many places about the 'real' library name and the symbolic link name.</p>
<p>But I want to understand how exactly the linker is searching?
Sometimes i see three different patterns of setting up the libraries. -> means the symbolic link</p>
<ol>
<li>libxxx.so -> libxxx.so.1 -> libxxx.so.1.6.3</li>
... | 1675469 | null | null | 2023-10-13T22:19:06.703 | soname confusion | [
"gcc",
"clang",
"dynamic-linking"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1489009 | 1 | null | 2023-10-14T01:26:45.290 | 0 | 141 | <h1>OS Info</h1>
<ul>
<li>Ubuntu 22.04</li>
<li>Kernel 6.2.0-34-generic</li>
</ul>
<h1>Problem Summary</h1>
<ul>
<li>Wifi range reduced, unable to connect at locations I used to.</li>
<li>When close to router, can connect but wifi is slow and gets disconnected frequently.</li>
<li>When connected to bluetooth tethering,... | 1718987 | null | null | 2023-10-14T01:26:45.290 | Wifi keeps disconnecting on ubuntu 22.04, and limited range | [
"networking",
"drivers"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-14T07:44:03.763",
"id": "2608206",
"postId": "1489009",
"score": "0",
"text": "This same computer running a different OS worked fine?",
"userDisplayName": null,
"userId": "1691066"
}
] | null | [] | null | null | null | null | null |
1489010 | 1 | null | 2023-10-14T01:59:25.777 | 1 | 114 | <p>need some help.</p>
<p>After upgrading the following services wont start again:</p>
<pre><code> UNIT LOAD ACTIVE SUB DESCRIPTION
● networkd-dispatcher.service loaded failed failed Dispatcher daemon for systemd-networkd
● unattended-upgrades.service loaded faile... | 1738771 | null | null | 2023-10-14T07:01:02.847 | Services not starting after upgrade 18.04 -> 20.04 | [
"python",
"systemd",
"python3",
"unattended-upgrades"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1489012 | 1 | null | 2023-10-14T03:14:24.020 | 0 | 34 | <p>I'm seeking help to extract / merge data from a single csv file.</p>
<p>The file contains the arrival and departure times of ships over a few months. The details of the arrival and departure are on separate lines (carriage return) and the fields separated by commas. Some of the fields are repeated.</p>
<p>I would li... | 1738773 | 158442 | 2023-10-14T03:28:36.860 | 2023-10-14T14:18:33.147 | Join details from two lines based on a match of the first two or three fields | [
"command-line",
"text-processing",
"csv"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-14T08:05:10.713",
"id": "2608211",
"postId": "1489012",
"score": "0",
"text": "Where is Ubuntu in that question?",
"userDisplayName": null,
"userId": "320920"
}
] | null | [
{
"accepted": null,
"body": "<p>I'd consider taking a database approach to something like this. For example, using <code>csvsql</code> from the Python-based <a href=\"https://csvkit.readthedocs.io/en/latest/#\" rel=\"nofollow noreferrer\">csvkit</a> (available as package <code>csvkit</code> from the Ubuntu ... | null | null | null | null | null |
1489014 | 1 | null | 2023-10-14T03:20:15.620 | 1 | 85 | <p>Does anyone know how to make a 23.10 live disk boot straight to the desktop without prompting to install? I know how to do it with <code>ubiquity</code>, but <code>ubuntu-desktop-installer</code> doesn't appear to use boot arguments.</p>
| 1643058 | 1643058 | 2023-10-15T20:17:53.123 | 2023-10-15T20:17:53.123 | Disable New Ubuntu Desktop Installer On Live Image | [
"live-usb",
"live-cd",
"custom-distributions"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1489015 | 1 | null | 2023-10-14T03:33:32.680 | 0 | 94 | <p>Hi I can't see the preview correctly on my Ubuntu 20.04.6 LTS (running under VM). Looks like the decoder is failing but I am not sure.</p>
<p>Here is my setup</p>
<pre><code>gustavo@ubuntu:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Code... | 1738777 | null | null | 2023-10-14T13:00:59.867 | Logitech, Inc. Webcam C270 not showing the preview correctly, why? | [
"drivers",
"20.04",
"usb",
"webcam"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<ol>\n<li>remember to also enable all the usb internal hubs to which the webcam is connected</li>\n<li>if it's a USB3 hub, remember to enable USB3 support (no USB1/2 support will not work)</li>\n</ol>\n<p>after that, my machine worked on Virtualbox with a Logitech C920</p>\n",
... | null | null | null | null | null |
1489017 | 1 | null | 2023-10-14T03:58:38.497 | 0 | 962 | <p>installed linux-headers-6.2.0-33-generic package post-installation script subprocess returned error exit status 1</p>
<p><a href="https://i.stack.imgur.com/LLVQB.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/LLVQB.png" alt="enter image description here" /></a></p>
<p>After upgrading it is showin... | 1735352 | 94914 | 2023-10-14T04:18:11.403 | 2023-10-14T08:12:22.903 | Error while upgrading Ubuntu 20.04 to 23.04 , installed linux-headers-6.2.0-33-generic package | [
"apt",
"upgrade",
"23.04"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-14T04:01:16.907",
"id": "2608195",
"postId": "1489017",
"score": "0",
"text": "Ubuntu 20.04 LTS can only *release-upgrade* to the next LTS release; which is Ubuntu 22.04 LTS and not 23.04. I'd check your details; and attempt the upgrade at terminal so you can read mes... | null | [
{
"accepted": null,
"body": "<p>There are few ways to fix it but I'm not sure :</p>\n<p>You can try to reconfigure the package using the command <code>sudo dpkg-reconfigure linux-headers-6.2.0-33-generic</code>. This will run the post-installation script again and may fix the error.\nYou can try to remove a... | null | null | null | null | null |
1489018 | 1 | null | 2023-10-14T04:08:20.350 | 0 | 267 | <p>I am using Ubuntu 23.10 and it is fresh install. I have a 128GB SSD in which Steam is installed. However, I want to use my secondary Hard Drive 1TB for downloading all my games. I don't see any option to choose the secondary hard drive using Snap version. It was easy to find it in deb version. I checked Apps setting... | 159993 | null | null | 2023-10-14T04:08:20.350 | Grant Steam Snap access to second Hard Drive | [
"permissions",
"hard-drive",
"steam"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-14T07:42:25.993",
"id": "2608205",
"postId": "1489018",
"score": "0",
"text": "https://askubuntu.com/a/1034065/1691066",
"userDisplayName": null,
"userId": "1691066"
},
{
"creationDate": "2023-10-14T12:53:52.247",
"id": "2608257",
"postId": "148... | null | [] | null | null | null | null | null |
1489019 | 1 | null | 2023-10-14T04:29:59.787 | 0 | 254 | <p>This was my old question but now I'm getting:</p>
<pre><code>(base) nyck33@nyck33-ubuntu2304:~/rtl8814au$ sudo make dkms_install
[sudo] password for nyck33:
mkdir -p /usr/src/8814au-5.8.5.1
cp -r * /usr/src/8814au-5.8.5.1
dkms add -m 8814au -v 5.8.5.1
Deprecated feature: REMAKE_INITRD (/usr/src/8814au-5.8.5.1/dkms.... | 806813 | null | null | 2023-10-14T04:29:59.787 | RTL8812AU/21AU Wireless drivers vs. RTL8814AU for Asus AC68, AC1900 wireless adapter on Ubuntu 23.04 | [
"drivers"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-14T06:53:21.017",
"id": "2608200",
"postId": "1489019",
"score": "0",
"text": "What's your `lspci -nnk | grep 0280 -A3`?",
"userDisplayName": null,
"userId": "1592865"
},
{
"creationDate": "2023-10-14T08:24:29.230",
"id": "2608216",
"postId": "1... | null | [] | null | null | null | null | null |
1489020 | 1 | null | 2023-10-14T04:40:31.123 | 0 | 244 | <p>Just installed ubuntu 22.04 on a computer with windows 11 that was working just fine, but it does seem that the drivers for my wifi adapter are failing to load.</p>
<p>Model Asus UM325UA</p>
<p>Kernel version 6.2.0-34-generic</p>
<pre><code> sudo dmesg | grep iw
[ 3.753523] iwlwifi 0000:01:00.0: enabling device (... | 1738781 | null | null | 2023-10-14T14:18:56.513 | iwlwifi driver wont load | [
"networking",
"drivers",
"22.04",
"asus",
"intel"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Update: Today I woke up and it just fine with good speeds</p>\n<pre><code> sudo dmesg | grep iw\n[ 3.558070] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)\n[ 3.569653] iwlwifi 0000:01:00.0: loaded firmware version 36.ca7b901d.0 8265-36.ucode op_mode iwlmvm\n[ ... | null | null | null | null | null |
1489021 | 1 | null | 2023-10-14T04:53:36.467 | 1 | 709 | <p>I've been using resolve on kububtu for years. I updated to 23.10 from 23.04 yesterday and today I tried to launch resolve and it wouldn't open.</p>
<p>My first idea was to completely uninstall and reinstall the latest version from their website. Still won't open. Is there some additional packages I need to install? ... | 1738787 | 1157209 | 2023-10-14T16:22:55.783 | 2024-01-23T19:32:28.730 | Can't get da Vinci resolve to open on 23.10 | [
"nvidia",
"kubuntu",
"davinci-resolve",
"23.10"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-14T07:58:30.597",
"id": "2608210",
"postId": "1489021",
"score": "0",
"text": "It's askubuntu not askkubuntu so it's not this site's topic",
"userDisplayName": null,
"userId": "1600265"
},
{
"creationDate": "2023-10-14T08:15:38.470",
"id": "2608212"... | null | [
{
"accepted": null,
"body": "<pre><code>sudo cp /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 /opt/resolve/libs/\n</code></pre>\n<p>Hope this works</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2023-12-01T02:51:07.653",
"id": "2618493",
"postId": "1490042",... | null | null | null | null | null |
1489022 | 1 | null | 2023-10-14T04:55:32.473 | 2 | 6117 | <p>I've tested several things to get my projector working with Ubuntu, but only <a href="https://github.com/benzea/gnome-network-displays" rel="nofollow noreferrer">GNOME Network Displays</a> comes close. After establishing the connection, I get errors:</p>
<pre><code>(gnome-network-displays:39996): WARNING **: 22:50:0... | 1546542 | null | null | 2023-10-14T05:32:34.870 | GNOME Network Displays on Ubuntu 22.04 | [
"mirrors"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Finally, it works. Probably my installation from source was not done properly.\nUsing flatpak make it very easy.</p>\n<pre><code>sudo apt install flatpak\nflatpak install flathub org.gnome.NetworkDisplays\n</code></pre>\n<p>To run the app:</p>\n<pre><code>flatpak run org.gnom... | null | null | null | null | null |
1489024 | 1 | 1489027 | 2023-10-14T06:26:45.223 | 2 | 293 | <p>I just installed Ubuntu on an old Asus notebook which already had Windows 10 installed. Then somehow, the screen got damaged and touchscreen began working on its own. I disabled the touchscreen drivers, and it worked. But while using the <strong>Ubuntu 22.04.1 LTS</strong> on same Asus notebook the issue is back aga... | 1654259 | 864286 | 2023-10-15T03:08:01.547 | 2023-10-15T03:08:01.547 | How to disable touch screen permanently on my Asus Notebook? | [
"asus",
"touchscreen"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-14T07:00:03.800",
"id": "2608203",
"postId": "1489024",
"score": "2",
"text": "Please be specific with details; you mention Ubuntu, but not which Ubuntu product. You also tagged *ubuntu-touch* which was a Ubuntu product, but is now Lomiri supported by UBports, so is th... | {
"accepted": true,
"body": "<p>I'm not sure but it may fixed by editing /usr/share/X11/xorg.conf.d/10-evdev.conf to :</p>\n<p><code>Section "InputClass" Identifier "evdev touchscreen catchall" MatchIsTouchscreen "off" MatchDevicePath "/dev/input/event*" #Driver "evdev&q... | [
{
"accepted": true,
"body": "<p>I'm not sure but it may fixed by editing /usr/share/X11/xorg.conf.d/10-evdev.conf to :</p>\n<p><code>Section "InputClass" Identifier "evdev touchscreen catchall" MatchIsTouchscreen "off" MatchDevicePath "/dev/input/event*" #Driver "... | null | null | null | null | null |
1489028 | 1 | null | 2023-10-14T07:46:35.867 | 1 | 513 | <p>I tried to use Timeshift for a snapshot backup but when I installed it , it can not find my root partition as it is not in a shape like <code>/@</code>
and <code>/@home</code>.</p>
<p>How to get that ?</p>
<p>I am using Ubuntu 23.10.</p>
<p>During installation I did manual partitioning :</p>
<ul>
<li><code>ext4</cod... | 1072946 | 1157209 | 2023-10-16T19:46:29.607 | 2023-12-09T19:06:03.370 | Snapshots backup problems Ubuntu 23.10 | [
"partitioning",
"backup",
"btrfs",
"snapshot",
"23.10"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-14T07:51:39.877",
"id": "2608208",
"postId": "1489028",
"score": "0",
"text": "It is Ubuntu 23.10",
"userDisplayName": null,
"userId": "1072946"
}
] | null | [
{
"accepted": null,
"body": "<p>I'm using Ubuntu 23.10 and Timeshift also, but I opted to use the rsync solution and set about marking the snapshot to include all root and home files. so far I have not experienced any problems. Timeshift has no problems finding my / and /home directories. I store the snapsh... | null | null | null | null | null |
1489029 | 1 | null | 2023-10-14T07:55:51.853 | 0 | 368 | <p>I just did an ubuntu version update this morning (from 22.10 to 23.04) via the updater software application. after that I wanted to access my windows installed on the same device. the first time I was able to access, but some files that I previously opened in ubuntu could not open. and after that my laptop went into... | 1738818 | 767056 | 2023-10-14T14:00:29.577 | 2023-10-14T14:00:29.577 | Cannot access windows 11 after update ubuntu 23.04 | [
"boot",
"dual-boot",
"windows"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-14T08:16:07.130",
"id": "2608213",
"postId": "1489029",
"score": "0",
"text": "How is this Ubuntu related?",
"userDisplayName": null,
"userId": "549862"
},
{
"creationDate": "2023-10-14T08:26:21.450",
"id": "2608217",
"postId": "1489029",
"s... | null | [
{
"accepted": null,
"body": "<p>You probably need to tell your PC EFI settings to boot the Ubuntu GRUB menu, not the EFI Windows boot. After booting Linux, if you do not see a Windows section in the initial grub boot menu a "sudo update-grub" command in a terminal to make sure to trigger the Windo... | null | null | null | null | null |
1489033 | 1 | null | 2023-10-14T08:41:13.297 | 0 | 230 | <p>Is there any app that provides such "Projecting to this pc feature?"
I have Linux laptop that I would like to use sometimes as a secondary display for my windows device.</p>
<p>Is anything like that possible?
If not is there any project that tries to implement that? (I can maybe become contributor to that ... | 930439 | 930439 | 2023-10-14T09:28:04.867 | 2023-11-29T08:21:27.133 | "Projecting to this pc" feature for Ubuntu | [
"23.04",
"23.10"
] | 2 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-14T11:55:13.730",
"id": "2608233",
"postId": "1489033",
"score": "0",
"text": "@guiverc That may have been a typo. The OP changed 22.10 to 23.10.",
"userDisplayName": null,
"userId": "94914"
}
] | null | [
{
"accepted": null,
"body": "<p>I know that the opposite is possible, see <a href=\"https://askubuntu.com/questions/1244067/ubuntu-20-04-how-can-i-setup-a-dummy-monitor-so-i-can-use-vnc-as-a-second-screen\">ubuntu 20.04 how can i setup a dummy monitor so i can use vnc as a second screen and still be able to... | null | null | null | null | null |
1489035 | 1 | 1489164 | 2023-10-14T09:23:32.000 | 1 | 162 | <p>When installing Linux on a new SSD, I created a user <code>newuser</code> with a different name than on the old system <code>olduser</code>.
I successfully <code>rsync</code>ed all the files from the old to the new SSD's home partition.
But especially in the <code>.steam</code> folder, there are tons of symlinks (so... | 993647 | null | null | 2023-10-16T21:36:07.667 | Bulk rename symlinks in home folder? | [
"bash",
"filesystem",
"steam",
"symbolic-link"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-14T09:56:26.500",
"id": "2608221",
"postId": "1489035",
"score": "0",
"text": "I didn't know the kernel included steam bash and python. Where did you get it from?",
"userDisplayName": null,
"userId": "20054"
},
{
"creationDate": "2023-10-14T10:04:39.983... | {
"accepted": true,
"body": "<p>This can be tricky becayse in theory, file names can contain anything at all except <code>/</code> and the NUL byte (<code>\\0</code>). This makes parsing tyhe output of <code>ls</code> for things like <code>-></code> peroblematic since you can have a file named <code>file -> f... | [
{
"accepted": true,
"body": "<p>This can be tricky becayse in theory, file names can contain anything at all except <code>/</code> and the NUL byte (<code>\\0</code>). This makes parsing tyhe output of <code>ls</code> for things like <code>-></code> peroblematic since you can have a file named <code>file... | null | null | null | null | null |
1489037 | 1 | null | 2023-10-14T10:11:58.270 | 1 | 1976 | <p>In Ubuntu 23.10, Mantic Manticore, the options for TPM-backed full disk encryption (FDE) and ZFS are both exclusive to the installer option that wipes my entire disk. I have other OSes on disk I don't want to wipe with an unformatted section I'd like to use for a new Mantic install.</p>
<p>How does a user format a d... | 1100641 | 1100641 | 2023-10-14T15:11:08.190 | 2023-10-14T15:11:08.190 | How to manually install Ubuntu 23.10 with ZFS and TPM-backed full disk encryption? | [
"partitioning",
"encryption",
"zfs",
"tpm",
"23.10"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-14T10:16:58.040",
"id": "2608223",
"postId": "1489037",
"score": "4",
"text": "\"without wiping their disk\"? By what magic are you going to do FDE without wiping the disk? AFAIK the only reasons Macs apparently allow enabling encryption without wiping is that the SSDs... | null | [] | null | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.