Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Debian VM - No Network Detected

Featured Replies

Hopefully this is pretty simple.

 

Trying to make a Debian Jesse VM. However, it keeps saying that there is no network card detected:

 

image.thumb.png.277e73a9e038e4909cabc47a2c0d3fd5.png

 

I have other VMs running on br0 no problem (1 Windows, 2 Ubuntu). Here is the 'Edit VM' page. No custom XML edits:

 

image.thumb.png.d37de28107fd42d128a5e9a37451f391.png

 

lspci in VM:

 

image.thumb.png.c4e4d628032f329ce06ba10b82287589.png

 

I have tried both SeaBios and OVMF, same problem. I am using the netinstall images, I will download the full images and try that, but you would think that the netinstall would have the correct drivers right :-D.

 

Help?

 

Set the network adapter to be an E1000 rather than virtio in the XML for the VM.

 

So change:

    <interface type='bridge'>
      <mac address='xx:xx:xx:xx:xx:xx'/>
      <source bridge='br0'/>
      <model type='virtio'/>
      <address type='pci' domain='0x0000' bus='0x0x' slot='0x0x' function='0x0'/>
    </interface>

To this:

    <interface type='bridge'>
      <mac address='xx:xx:xx:xx:xx:xx'/>
      <source bridge='br0'/>
      <model type='e1000-82545em'/>
      <address type='pci' domain='0x0000' bus='0x0x' slot='0x0x' function='0x0'/>
    </interface>

 

  • Author
59 minutes ago, BobPhoenix said:

Set the network adapter to be an E1000 rather than virtio in the XML for the VM.

 

So change:


    <interface type='bridge'>
      <mac address='xx:xx:xx:xx:xx:xx'/>
      <source bridge='br0'/>
      <model type='virtio'/>
      <address type='pci' domain='0x0000' bus='0x0x' slot='0x0x' function='0x0'/>
    </interface>

To this:


    <interface type='bridge'>
      <mac address='xx:xx:xx:xx:xx:xx'/>
      <source bridge='br0'/>
      <model type='e1000-82545em'/>
      <address type='pci' domain='0x0000' bus='0x0x' slot='0x0x' function='0x0'/>
    </interface>

 

 

Bingo. That did it. Thank you ! :-)

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.