Windows WSL has no internet connection
My WSL has no internet connection. I have tried solutions at here and the problem still exists.
View ArticleHow do I install Maple using WSL
I have a license for Maple, and am using it on Windows. However, a package that I need does not have a Windows version, only Linux. I have WSL installed but am not sure if it is even possible to run...
View ArticleHow to recover a .bashrc file deleted in WSL from explorer.exe?
I accidentally deleted my .bashrc file while managing files in WSL (Windows Subsystem for Linux) through Windows File Explorer. After the deletion, I took the following recovery steps:Checked the...
View ArticleTrouble with Systemd and Access Denied in Windows Subsystem for Linux (WSL)
I've been encountering some issues with my Windows Subsystem for Linux (WSL) setup, particularly related to systemd and access denied errors. Here's a breakdown of the problems I've been facing:Systemd...
View ArticleUnable to acquire session bus: Could not connect: No such file or directory
I installed Ubuntu 24.10 on the WSL.When executing self-programmed programs with Gtk4, I receive the following error message:Gtk-WARNING **: 14:01:59.470: Unable to acquire session bus: Could not...
View ArticleWSL2 MESA: error: ZINK: failed to choose pdev after glxinfo -B
Premise: I am a novice in this topicI am trying to set up my WSL to test numerical calculations (based on OpenGL) on GPUs.I have already installed CUDA, nvcc --version, nvidia-smi and glxgears all seem...
View ArticleDNS not working on WSL
I'm currently using an Insider build of Windows 11. (22458)However, I had this problem a few times on other builds. (and wsl worked before)When I start wsl, I'm not able to do a DNS request. (Pinging...
View ArticleWhy Ubuntu isn't connecting to download.docker.com?
The commandsudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"The result shows Connecting to download.docker.com initially but fails after...
View Articlepulseaudio not launch in Ubuntu WSL
I compare my Native Ubuntu 22.04 and my WSL Ubuntu 22.04I do "sudo apt install paprefs" on both side.and I fix symbolic link in /usr/lib/pulse-15.99then I do "ps -aux | grep pulseaudio" on both side.I...
View ArticleIs it possible to run a WSL app in the background?
I installed LXD in ubuntu with the snap store and then conncted it to the windows client, but for me to be able to run containers from Windows the Ubuntu app has to be open. Is there a way to have the...
View Articlemulti-core CPU usage
I am using the Windows Subsystem for Linux (WSL), and I am unexperimented in the capabilites of linux.Recently, I've been wanting to get better insight in the CPU usage of processes, but I am getting...
View ArticleRsync Service on WSL Ubuntu stops running after restart fo Windows Server 2019
I am running Ubuntu 20.04 WSL on a Windows Server 2019. As it's Server 2019, so i could not set up WSL 2 and could not use systemd. I am using init.d and the rsync template inside it. I have set up...
View ArticleWSL- System cannot find file... Wsl/Service/CreateInstance
When I open Ubuntu I got the message:wsl: The system cannot find the path specified.Error code: CreateInstance/CreateVm/ConfigureNetworking/ERROR_PATH_NOT_FOUNDwsl: Failed to configure network...
View ArticleHow to share video stream to WSL2 with ffmpeg?
Most solutions for using a camera in WSL are to build your own WSL kernel. I have realized it with the steps mentioned in Capturing webcam video with OpenCV in WSL2However, it's complicated and...
View ArticleCapturing webcam video with OpenCV in WSL2
I am trying to access my webcam through OpenCV in WSL2 (Ubuntu). I found this blog post where it explains how to connect USB devices to WSL2. Running usbipd wsl list in windows command prompt lists the...
View ArticleBroken dpkg prevents installing python3 on Ubuntu 24.04
I've recently updated WLS2-Win11 to Ubuntu 24.04 on my Intel-CPU computer. After removing Python 3.8, I tried installing Python 3.12.Command sudo apt-get update; sudo apt-get upgrade leads to the...
View ArticleHow to change from root to a user in WSL
I am new at Linux so bear with me. When I open WSL on my Windows 10 machine, it used to open in my user directory, rich. Now it opens in root. I have tried the commands login and su - rich, but neither...
View ArticleCan't use OpenGL 3.3+ in WSL (Windows 11)
Both of my GPU and CPU support up to OpenGL 4.6 and my drivers are up-to-date. However, my Ubuntu 20.04 on WSL only supports 3.3 . Here's what glxinfo says:glxinfo | grep "OpenGL"OpenGL vendor string:...
View ArticleUbuntu 24.04 update hides files
I updated Ubuntu 24.04 this morning with sudo apt-get update. That worked OK:Fetched 34.2 MB in 49s (696 kB/s)Reading package lists... DoneNow I cannot find or access my home...
View ArticleMoving from Ubuntu Desktop to WSL
So yeah, I wanna go back to Windows for reasons that are completely out of my hands. But I still cannot even dare to develop my projects in CMD or Powershell, I need to use Ubuntu WSL.So, my question...
View Article