Search:

Type: Posts; User: mysteriousmonkey29; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Re: Ubuntu 20.04 doesn't give login screen, goes straight to recovery terminal

    Ended up fixing it with:

    sudo ifconfig enp60s0 up
    sudo dhclient enp60s0

    which connected to the internet. Then I was able to do:

    sudo apt install --fix-broken

    which installed almost...
  2. Ubuntu 20.04 doesn't give login screen, goes straight to recovery terminal

    Hello, I was installing someone else's build environment on my ubuntu 20.04 machine via a bashscript, but apparently something went screwy and my computer now wont display the login screen. It boots...
  3. [SOLVED] Re: Accidentally broke wifi on ubuntu 20.04?

    Alright, I fixed that ethernet issue as well! I ended up running:


    sudo nmtui

    and deleting the ethernet interface with the manual IP configuration that was causing problems. So everything is...
  4. [SOLVED] Re: Accidentally broke wifi on ubuntu 20.04?

    Ok, sorry for the constantly evolving problem, but the wifi appears to be fixed now. I'm not actually sure how I fixed it, but through some combination of connecting to different networks, and...
  5. [SOLVED] Re: Accidentally broke wifi on ubuntu 20.04?

    More weirdness: I tried switching to the 5G version of my network, and now I'm able to access the internet via wifi. But it still doesn't work with my regular network, so I'm not sure it will work...
  6. [SOLVED] Re: Accidentally broke wifi on ubuntu 20.04?

    Update: I got the ethernet to change to Automatic (DHCP). Turns out I had to unplug the ethernet cable and plug it back in after making that change. Unfortunately, this broke my ethernet as well. Now...
  7. [SOLVED] Accidentally broke wifi on ubuntu 20.04?

    Hello, I am running ubuntu 20.04 on an MSI GS66 Stealth, running kernel 5.9.10-050910-generic #202011221708 SMP Sun Nov 22 18:07:21 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

    I was playing around...
  8. [SOLVED] Re: Ethernet only works through dock on new ubuntu 20.04 sysytem?

    It works! Updating the kernel to 5.9.10, as suggested in the above link, seems to have done the trick!

    I followed these instructions:

    https://itsfoss.com/upgrade-linux-kernel-ubuntu/#ukuu
    ...
  9. [SOLVED] Re: Ethernet only works through dock on new ubuntu 20.04 sysytem?

    Yeah, I didn't do that. I found this answer, it suggests updating the kernel. I think I'm gonna try that:
    ...
  10. [SOLVED] Re: Ethernet only works through dock on new ubuntu 20.04 sysytem?

    When I got to the UEFI settings utility, it takes me to the MSI BIOS, I'm not sure if this is what you are referring to. I looked all around in there but can't find a setting related to enabling or...
  11. [SOLVED] Re: Ethernet only works through dock on new ubuntu 20.04 sysytem?

    Haha I like the pic. I see what you're saying. I talked to MSI, and determined the following:

    -my full laptop version # is GS Stealth 66 10SE-442
    -my NCI is supposed to use the driver Killer LAN,...
  12. [SOLVED] Re: Ethernet only works through dock on new ubuntu 20.04 sysytem?

    With the dock connected,



    sudo lspci -vk |perl -lne 'print if /Ethernet|Network/ .. /^[\w]*$/'
    returns:



    00:14.3 Network controller: Intel Corporation Comet Lake PCH CNVi WiFi
  13. [SOLVED] Ethernet only works through dock on new ubuntu 20.04 sysytem?

    Hello, I recently installed ubuntu 20.04 on an MSI GS66 Stealth, running kernel 5.4.0-53-generic.

    The wifi is working fine, and the ethernet works when connected through my dell USB-C dock. But...
  14. Re: Ethernet connection says "cable unplugged", new installation of Ubuntu 20.04?

    Ok, even more weirdly, it started working again today! I really have no idea what's causing the changes. All I did since it wasn't working yesterday was restart overnight (and I tried restarting...
  15. Re: Ethernet connection says "cable unplugged", new installation of Ubuntu 20.04?

    Sorry just saw this. Funnily enough, it broke again! I didn't change anything, as far as I am aware. I tried redisabling and enabling secure boot, but that didn't do it this time. Currently, ifconfig...
  16. Re: Ethernet connection says "cable unplugged", new installation of Ubuntu 20.04?

    I actually accidentally solved the problem. I had secure boot disabled, and it was doing something weird to my drivers. Re-enabled it to solve a problem with my monitor, and now the ethernet works...
  17. Re: Ethernet connection says "cable unplugged", new installation of Ubuntu 20.04?

    00:00.0 Host bridge: Intel Corporation 10th Gen Core Processor Host Bridge/DRAM Registers (rev 02)
    00:01.0 PCI bridge: Intel Corporation 6th-9th Gen Core Processor PCIe Controller (x16) (rev 02)...
  18. Ethernet connection says "cable unplugged", new installation of Ubuntu 20.04?

    Hello, I recently installed ubuntu 20.04 on an MSI GS66 Stealth, running kernel 5.4.0-53-generic.

    The wifi is working fine, but the ethernet says "cable unplugged" even when I plug in an ethernet...
  19. Re: How to connect to ethernet device without disconnecting wifi?

    Actually, stratch that. They just started working in parallel now! Not sure what the problem was, or how it worked itself out. I will repost again here if it stops working again.
  20. Re: How to connect to ethernet device without disconnecting wifi?

    Ok, cool, I found the bios settings and disabled them--unchecked both "control WLAN radio" and "Control WWAN radio" under power management-->wireless radio control. Now I can have both connected at...
  21. How to connect to ethernet device without disconnecting wifi?

    Hello, I am running ubuntu 18.04, kernel 5.4.0-42-generic. I am trying to communicate with a hardware device over an ethernet connection. I am able to do this by setting a manual static IP address in...
  22. Re: No Wifi Adapter Found in Ubuntu 18.04?

    I'm sorry, morrownr, I didn't see your response at first. There is an airplane mode switch on my laptop. It was off, but I tried turning it on, and then off, and that appears to have fixed the...
  23. Re: No Wifi Adapter Found in Ubuntu 18.04?

    Ah, awesome! Got a response now:


    sudo modprobe iwlwifi
    then

    dmesg | grep iwl
    produces:

    [ 3.312635] Loading modules backported from iwlwifi
  24. Re: No Wifi Adapter Found in Ubuntu 18.04?

    sudo apt purge backport-iwlwifi-dkms

    produces:

    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package 'backport-iwlwifi-dkms' is not...
  25. No Wifi Adapter Found in Ubuntu 18.04?

    Hello, I am running ubuntu 18.04, kernel 5.4.0-42-generic. Last week, the internet randomly stopped working. Turns out the network manager somehow disappeared, so I downloaded the debians on...
Results 1 to 25 of 34
Page 1 of 2 1 2