I don't know if I am in the right place but here is my problem. I am learning and configuring my new computer. When it comes to networks, I have general knowledge but no practical experience. My old computer had ubuntu 14.04 and the network use I needed was handled automatically. I have a TV media player with a hard disk connected to it. Ubuntu could access the hard disk. Kubuntu can see the hard disk occasionally but most of the time it can't see it. The few times it did see the HDD I couldn't access it.
I started to read up on network access and found that I could identify my computer's IP address by using ifconfig. My use of ifconfig produced the following read out at the terminal:
All documentation made reference to eth0 to get the IP.
Checking for eth0 produced:
Trying to track down my network problem, why would my IP command produce a different result than the documentation or even my old computer which has an eth0 readout.
Is my documentation out of date? Can anyone point me to a link or data source where I can better understand how to correct my network access problem.
My old computer was a 32 bit pentium 4 with Ubuntu 14.04. My new computer is a 64 bit i5 4core cpu with Kubuntu 17.04
I started to read up on network access and found that I could identify my computer's IP address by using ifconfig. My use of ifconfig produced the following read out at the terminal:
$ ifconfig -a
enp0s31f6: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.105 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::b9fa:d22f:b985:76fc prefixlen 64 scopeid 0x20<link>
ether 60:45:cb:a3:84:75 txqueuelen 1000 (Ethernet)
RX packets 23957 bytes 22683420 (22.6 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 18022 bytes 2291574 (2.2 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 16 memory 0xf7200000-f7220000
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 492 bytes 48334 (48.3 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 492 bytes 48334 (48.3 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
enp0s31f6: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.105 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::b9fa:d22f:b985:76fc prefixlen 64 scopeid 0x20<link>
ether 60:45:cb:a3:84:75 txqueuelen 1000 (Ethernet)
RX packets 23957 bytes 22683420 (22.6 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 18022 bytes 2291574 (2.2 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 16 memory 0xf7200000-f7220000
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 492 bytes 48334 (48.3 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 492 bytes 48334 (48.3 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Checking for eth0 produced:
$ ifconfig eth0
eth0: error fetching interface information: Device not found
eth0: error fetching interface information: Device not found
Is my documentation out of date? Can anyone point me to a link or data source where I can better understand how to correct my network access problem.
My old computer was a 32 bit pentium 4 with Ubuntu 14.04. My new computer is a 64 bit i5 4core cpu with Kubuntu 17.04
Comment