LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 11-15-2018, 07:15 AM   #1
Odyssey1942
Member
 
Registered: Jul 2006
Posts: 316

Rep: Reputation: 32
Installing dualboot Ubuntu Mate on SSD. Seek guidance to best practice.


My computer is Dell XPS 8700 desktop i7-4790 16GB RAM, 1T HDD

I am about to install UM 18.04 (from USB) onto an 2 year old new Toshiba 120Gb SSD (Q300 SATA III - 3 bit per cell) as a dual boot with Win 10 (UEFI) on the HDD. It has been two years since I last did an UM install, and two things have happened: (1) my memory of the experience has dimmed, and (2) technology has moved along smartly.

At this point I am reaching out to try to find those who can tell me HOW to do this (as opposed to WHAT needs to be done).

To recap, Win 10 seems to be properly reinstalled on the 1T HDD (UEFI), with additional partitions for Win data (NTFS), and linux data (not yet formatted)

I have turned off Fast Startup (in Windows)

BIOS setup shows that the computer is in UEFI mode
I have turned off Secure Boot

Here are notes I made from within BIOS setup which may/may not be important (If anything needs changing, please advise)
All these are enabled:
Intel Hyper-Threading Technology
Intel SpeedStep Tech.
CPU XD Support
Mullti Core Support
Intel Turbo Boot Tech

This one is disabled:
Limit CPU Value

SATA mode is AHCI
Boot mode UEFI

Does anyone see anything above that needs to be addressed before starting the install, or NOT SEE something that needs addressing? I make this post because it is so much more efficient to flip all the right switches BEFORE the install.

Your guidance greatly appreciated.
 
Old 11-15-2018, 10:43 AM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,510

Rep: Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491
The best source of information is the Ubuntu documentation at the link below.

https://help.ubuntu.com/community/UEFI
 
Old 11-15-2018, 01:59 PM   #3
Odyssey1942
Member
 
Registered: Jul 2006
Posts: 316

Original Poster
Rep: Reputation: 32
I decided to go ahead with the install (just a few minutes before Yancek kindly replied) and hope for the best.

It booted OK from the USB drive, and it seems to be installed OK.

However it is offline. I have poked, pulled, and changed to try to get it online, but no cigar.

Ubuntu MATE 18.04.1

from the new install:

Code:
output from ifconfig:
enp3s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether XY:AB:XY:AB:XY:AB txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors dropped 0 overruns 0 carrier 0 collisions 0

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 52355 bytes 3197498 (3.1 MB)
RX errors dropped 0 overruns 0 frame 0
TX packets 52355 bytes 3197498 (3.1 MB)
TX errors dropped 0 overruns 0 carrier 0 collisions 0

Code:
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface

Code:
sudo lshw -C network

*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: enp3s0
version: 0c
serial: XY:AB:XY:AB:XY:AB
size: 10Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-2_0.0.1 02/06/13 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:18 ioport:d000(size=256) memory:f7200000-f7200fff memory:f2100000-f2103fff
*-network
description: Network controller
product: BCM43142 802.11b/g/n
vendor: Broadcom Limited
physical id: 0
bus info: pci@0000:04:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=bcma-pci-bridge latency=0
resources: irq:19 memory:f7100000-f7107fff

Where is the best place to start to get a wired internet connection established? Thanks

(Dell XPS 8700 i7-4790)

Last edited by Odyssey1942; 11-15-2018 at 05:27 PM. Reason: screen info
 
Old 11-16-2018, 03:51 AM   #4
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,810
Blog Entries: 1

Rep: Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067
"Best" way I do not know. The following (redacted) resulted from my successful fixed IP, ipv6-disabled net install of 18.04:
Code:
## /etc/netplan/01-netcfg.yaml
# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
  version: 2
  renderer: networkd
  ethernets:
    eth0:
      addresses: [ 192.168.###.###/24 ]
      gateway4: 192.168.###.1
      nameservers:
          search: [ my.net ]
          addresses:
              - "192.168.###.1"
              - "192.168.###.###"

Last edited by mrmazda; 11-16-2018 at 03:52 AM.
 
Old 11-16-2018, 06:50 AM   #5
Odyssey1942
Member
 
Registered: Jul 2006
Posts: 316

Original Poster
Rep: Reputation: 32
mrmazda, thanks for that, but at my level of (in)competence, I don't understand how to use it to solve my problem.

For everyone, it appears that there is a NIC driver mismatch and I am trying to establish WiFi to allow apt-get to find a better driver for my NIC

here is what I have tried, but have hit a wall hard!

I put a USB WiFi receiver in and restarted. No automatic connectivity (should the adapter have shown?), so I opened NetWork Connections and clicked on the "+" which opened:

Editing WiFi Connection 1 (with a lot of blank fields)

and it seems I will need some assistance in selecting the tabs and data points that need to be filled in, AND in finding the necessary information to be supplied. The two that seem to me most relevant are
WiFi tab. and
IPv4 tab

Because I do not have connectivity, I am not posting screen captures, but I assume that anyone who understands this stuff will know which of the tabs and boxes need to be filled in, and how to find the data. Or perhaps to guide on a simpler way to establish WiFi connectivity?

Your assistance is humbly requested. Thanks
 
Old 11-16-2018, 07:02 AM   #6
Odyssey1942
Member
 
Registered: Jul 2006
Posts: 316

Original Poster
Rep: Reputation: 32
For Moderator, just realized that although I originally posted this in Linux - Software, and since the focus is now connectivity I imagine that it should be in Linux - Networking, so please move it there if you think appropriate. Thanks.
 
Old 11-16-2018, 07:11 AM   #7
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Odyssey1942 View Post
For Moderator, just realized that although I originally posted this in Linux - Software, and since the focus is now connectivity I imagine that it should be in Linux - Networking, so please move it there if you think appropriate. Thanks.
If you report your own post and mention the above in the report description, then a mod will take notice of it.
 
Old 11-16-2018, 07:29 AM   #8
sonalmehta
LQ Newbie
 
Registered: Nov 2018
Posts: 1

Rep: Reputation: Disabled
Thanks! Its Very useful forum for Linux issue
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying to install dual boot Win10/Ubuntu Mate 18.04. Need guidance please Odyssey1942 Linux - Software 10 11-12-2018 03:31 PM
LXer: Ubuntu MATE 15.04 Arrives With MATE Desktop 1.8.2 and MATE Tweak LXer Syndicated Linux News 0 05-15-2015 09:30 AM
How to configure failing network after installing dualboot WindowsXP-Linux Mint Mate Beukel Linux - Newbie 12 02-16-2014 03:34 AM
Windows 7 + Slackware 14.1 dualboot SSD OwlBig Slackware 6 01-21-2014 12:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 08:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration