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. 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, 11 months ago

  3. 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 …

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

    Oct 26, 2023 · This answer works very good for me on 20.04 (I don't have a 22.04 installation to test). I copy the text below: Install PulseAudio Volume Control (pavucontrol): sudo apt install pavucontrol …

  5. 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. …

  6. 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 …

  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. 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>, …

  9. 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...

  10. networking - What is the difference between Pinging loopback address ...

    Apr 10, 2015 · The two are on different "interfaces" - the lookback address is on the loopback interface which should be present always (unless you've done something really freaky with your config). The …