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

    loopback loop (hd0,gpt2)/ubuntu-19.10-desktop-amd64.iso ...grub hangs, there is no more output or activity on the terminal, and eventually the laptop fans spin up because the laptop gets hot.

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

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

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

  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. networking - How to setup netplan with additional loopback addresses ...

    May 8, 2018 · I am allowed to set the addresses, but how do I actually configure them? Netplan is configured with NetworkManager as the renderer. How do I tell it to add another address to the …

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

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

  10. Additional IP address to loopback via /etc/network/interfaces

    Jun 6, 2020 · Then I tried just auto lo iface lo inet loopback iface lo inet static address 169.254.255.254/24 but it did not seem to have any effect. So I hacked it as auto lo iface lo inet …