Results 1 to 9 of 9

Thread: Realtek RTL8723DE Wireless Card and 18.04

  1. #1
    Join Date
    Mar 2018
    Beans
    14

    Realtek RTL8723DE Wireless Card and 18.04

    Is anyone who has a Realtek RTL8723DE wireless card currently having any issues with connectivity?

  2. #2
    Join Date
    May 2014
    Location
    /home
    Beans
    10,939
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Realtek RTL8723DE Wireless Card and 18.04

    What source code did you use? What are results for
    Code:
    modinfo -p 8723de; modinfo -p rtl8723de

  3. #3
    Join Date
    Mar 2018
    Beans
    14

    Re: Realtek RTL8723DE Wireless Card and 18.04

    I'm not currently on 18.04, my bad if I made it sound that way. I'm actually on 16.04 and had wireless issues that I fixed with a driver. I'm mainly trying to find out if this issue still persists with 18.04 and if it is still just a driver issue. If that's the case I'm going to go ahead and grab the iso and install it.

  4. #4
    Join Date
    Mar 2018
    Beans
    14

    Re: Realtek RTL8723DE Wireless Card and 18.04

    Well, I decided to just go ahead and install 18.04. I'm wishing I hadn't now. I have the needed driver for the wireless card, but when I cd to the driver file location I can't use make/make install because make itself has to be installed. Problem is, I can't install make. I get this.

    Code:
    taylord@TaylorD:~$ sudo apt install make
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Package make is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    
    E: Package 'make' has no installation candidate
    taylord@TaylorD:~$
    I'm connected via ethernet and using the laptop to post this, so I know it's not a network issue.

  5. #5
    Join Date
    May 2014
    Location
    /home
    Beans
    10,939
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Realtek RTL8723DE Wireless Card and 18.04

    Try
    Code:
    sudo apt update && sudo apt install build-essential

  6. #6
    Join Date
    Mar 2018
    Beans
    14

    Re: Realtek RTL8723DE Wireless Card and 18.04

    Thanks, that did it.

  7. #7
    Join Date
    Nov 2009
    Location
    Honolulu, Hawaii
    Beans
    4
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Realtek RTL8723DE Wireless Card and 18.04

    That didn't do it for me. Modprobe gives error:
    ERROR: could not insert 'rtl8723de': Required key not available

  8. #8
    Join Date
    May 2014
    Location
    /home
    Beans
    10,939
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Realtek RTL8723DE Wireless Card and 18.04

    Go into BIOS settings and disable secure boot

  9. #9
    Join Date
    Oct 2018
    Beans
    3

    Re: Realtek RTL8723DE Wireless Card and 18.04


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •