Asked by owlg5eda

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

The MAC-address / serial number of ff:ff:ff:ff:ff:ff seems strange to me.

Maybe https://ubuntuforums.org/showthread.php?t=2217661 helps.

see also Bug #1310798

Eventually you could try building the driver from ftp://driver.jmicron.com.tw/Ethernet/Linux/

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

You have set the interface as loopback in /etc/network/interfaces. Why?

auto enp5s0f5
iface enp5s0f5 inet loopback

???

You need 4 lines in the interfaces file:

auto lo
iface lo inet loopback

auto enp5s0f5
iface enp5s0f5 inet dhcp

If you now reboot, you will have a loopback interface and enp5s0f5 will self configure using DHCP.

Can you help with this problem?

Provide an answer of your own, or ask owlg5eda for more information if necessary.

To post a message you must log in.