约 50 个结果
在新选项卡中打开链接
  1. What is the loopback device and how do I use it? - Ask Ubuntu

    2017年4月9日 · 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

    2022年10月23日 · 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 …

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

    This will give you a second loopback device in pavucontrol. And if you only want one loopback device, first unload the respective module: user@desk:~$ pacmd list-modules . . index: 7 name: <module …

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

    2023年12月22日 · 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. networking - How to setup netplan with additional loopback addresses ...

    2018年5月8日 · 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 …

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

    2023年10月26日 · How to enable microphone loopback into headset Ask Question Asked 2 years, 4 months ago Modified 2 years, 4 months ago

  8. What is "normal" activity on the loopback (lo) network interface?

    The loopback interface, however, consistently shows a transaction speed of 5-40 KB/sec, maxing out at around 80-90. I don't really understand how Ubuntu's network interfaces work (plus the complexities …

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

    2015年4月10日 · 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 …

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

    2020年6月6日 · 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 …