![]() |
First time user ; No Wi-Fi Connectivity - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Network (https://www.linuxliteos.com/forums/forumdisplay.php?fid=24) +--- Thread: First time user ; No Wi-Fi Connectivity (/showthread.php?tid=6304) |
First time user ; No Wi-Fi Connectivity - Kujo - 07-12-2019 Hey all, I installed 4.4 (first time Linux user, new to forum etiquette as well, so correct me as needed ![]() In the BIOS menus I switched from UEFI to Legacy so I don't even have the option to turn off Secure Boot ( When I switch to UEFI with Secure Boot turned off I get an error basically saying there's nothing to boot). Trying to figure out what I should try next. If I'm leaving out any info I'll gladly provide, just may need some help with pulling it up for you! Thanks in advance! Re: First time user ; No Wi-Fi Connectivity - diskrod - 07-12-2019 Since you installed Linux Lite 4.4 and if you are able to get to the desktop and open the terminal window, type the following and see if it helps. sudo ubuntu-drivers autoinstall sudo reboot Re: First time user ; No Wi-Fi Connectivity - Kujo - 07-12-2019 (07-12-2019, 08:15 PM)diskrod link Wrote: Since you installed Linux Lite 4.4 and if you are able to get to the desktop and open the terminal window, type the following and see if it helps. Went ahead and tried that, got a message saying "No drivers found for installation." Re: First time user ; No Wi-Fi Connectivity - diskrod - 07-12-2019 Go to this link and see if your driver is there. https://www.intel.com/content/www/us/en/support/articles/000005511/network-and-i-o/wireless-networking.html Re: First time user ; No Wi-Fi Connectivity - torreydale - 07-12-2019 [member=9472]Kujo[/member] , I cannot tell from your post if you had UEFI and Secure Boot turned off before or after the installation. If you're not using the UEFI image file, those things need to be turned off before the installation. Assuming you installed correctly, type the following into a terminal and share your results: Code: inxi -F Re: First time user ; No Wi-Fi Connectivity - Kujo - 07-12-2019 (07-12-2019, 09:45 PM)diskrod link Wrote: Go to this link and see if your driver is there. Turns out my card is a Realtek RTL8821CE. I think i found a zip file for the driver on Github but I'm not sure how to install it yet... (07-12-2019, 10:23 PM)torreydale link Wrote: [member=9472]Kujo[/member] ,Here's what I got: Host: Lenovo Kernel: 4.15.0-54-generic x86_64 bits: 64 Desktop: Xfce 4.12.3 Distro: Ubuntu 18.04.2 LTS Machine: Device: laptop System: LENOVO product: 81MV v: Lenovo IdeaPad S145-15IWL serial: N/A Mobo: LENOVO model: LNVNB161216 v: SDK0R32866 WIN serial: N/A UEFI [Legacy]: LENOVO v: ASCN29WW date: 03/26/2019 Battery BAT0: charge: 12.3 Wh 39.3% condition: 31.3/30.0 Wh (104%) CPU: Dual core Intel Pentium 5405U (-MT-MCP-) cache: 2048 KB clock speeds: max: 2300 MHz 1: 800 MHz 2: 800 MHz 3: 800 MHz 4: 800 MHz Graphics: Card: Intel Device 3ea1 Display Server: x11 (X.Org 1.19.6 ) drivers: modesetting (unloaded: fbdev,vesa) Resolution: [email protected] OpenGL: renderer: Mesa DRI Intel HD Graphics (Whiskey Lake 2x6 GT1) version: 4.5 Mesa 19.0.2 Audio: Card Intel Device 9dc8 driver: snd_hda_intel Sound: Advanced Linux Sound Architecture v: k4.15.0-54-generic Network: Card: Realtek RTL8821CE 802.11ac PCIe Wireless Network Adapter IF: N/A state: N/A mac: N/A Drives: HDD Total Size: 500.1GB (3.4% used) ID-1: /dev/sda model: TOSHIBA_MQ01ABF0 size: 500.1GB Partition: ID-1: / size: 458G used: 16G (4%) fs: ext4 dev: /dev/sda1 RAID: No RAID devices: /proc/mdstat, md_mod kernel module present Sensors: System Temperatures: cpu: 43.0C mobo: N/A Fan Speeds (in rpm): cpu: N/A Info: Processes: 180 Uptime: 1:04 Memory: 1068.7/3825.7MB Client: Shell (bash) inxi: 2.3.56 Re: First time user ; No Wi-Fi Connectivity - Valtam - 07-12-2019 https://www.youtube.com/watch?v=vPfLVsyQU_A Re: First time user ; No Wi-Fi Connectivity - richard.mockler - 07-13-2019 I used the following four commands in the terminal to install the driver. Worked perfectly. Assuming you already have the driver stored on your computer - Open the terminal and enter following: The first command is to change directories to the location of your rtl8821ce driver. As an example, the line below is what I used on my computer, change it to match whatever path yours is on. After entering each command hit the enter key. cd /home/richard/rtl8821ce sudo ./dkms-install.sh sudo modprobe 8821ce iwconfig After entering these commands (with no errors) you should be able to click on your network icon and find your wi-fi network. Richard Mockler Re: First time user ; No Wi-Fi Connectivity - Kujo - 07-16-2019 (07-12-2019, 10:54 PM)Jerry link Wrote: https://www.youtube.com/watch?v=vPfLVsyQU_A Came back to say this did the trick. Thank you to everyone who pitched in to help me out! I'll go ahead and mark the thread solved. Re: First time user ; No Wi-Fi Connectivity - Valtam - 07-16-2019 Nice one Kujo ![]() |