About 50 results
Open links in new tab
  1. What is the loopback device and how do I use it? - Ask Ubuntu

    Apr 9, 2017 · The loopback device is a special, virtual network interface that your computer uses to communicate with itself. It is used mainly for diagnostics and troubleshooting, and to connect to …

  2. What is difference between localhost address 127.0.0.1 and 127.0.1.1

    Apr 6, 2016 · The loopback device is a special, virtual network interface that your computer uses to communicate with itself. It is used mainly for diagnostics and troubleshooting, and to connect to …

  3. Grub command `loopback loop...` does not work on Ubuntu 19.10

    Grub command `loopback loop...` does not work on Ubuntu 19.10 Ask Question Asked 6 years, 5 months ago Modified 5 years, 10 months ago

  4. how can I boot install iso from loopback in grub? - Ask Ubuntu

    Oct 23, 2022 · Thus all the loopback devices created inside the grub are invisible to kernel. The kernel will reinitiate everything like it sees them the first time. The squash mount happens inside the kernel. …

  5. How To Create Multiple Loopback Cards Using Alsa? - Ask Ubuntu

    Dec 22, 2023 · This will add the parameters index and id to the snd-aloop module configuration, ensuring that the loopback devices are created with the specified IDs during system boot. Use the …

  6. How to enable microphone loopback into headset - Ask Ubuntu

    Oct 26, 2023 · How to enable microphone loopback into headset Ask Question Asked 2 years, 5 months ago Modified 2 years, 5 months ago

  7. pulseaudio - How to route pulse audio device into alsa loopback ...

    I think it is not possible this way (using the loopback module). According to the module description, this "allows one to route audio from a source directly back to a sink". But what you need is routing a sink …

  8. How to install v4l2loopback on Ubuntu 22.04.3?

    Nov 15, 2023 · I am using a release image of the LTS version, and I believe it is up to date as far as apt update/apt upgrade goes: root@trainwatching:~# cat /etc/issue Ubuntu 22.04.3 LTS \\n \\l …

  9. networking - What is MTU on a network adapter and what problems …

    May 30, 2023 · Here we can see that MTU of the loopback interface is 65536B, and 1500B for enp0s31f6, which is a Ethernet interface. It can be set using ip link set dev <interface> mtu <value>, …

  10. 12.04 - How to add a loopback interface? - Ask Ubuntu

    I want to add two more loopback interfaces. I used the following command: ifconfig lo: 127.0.0.2 netmask 255.0.0.0 up and type in ifconfig, i can see the loopback address was added. But if i wan...