"സെന്റ്. ജോൺസ് ഹയർ സെക്കന്ററി സ്കൂൾ, മറ്റം/ലിറ്റിൽകൈറ്റ്സ്/Ubuntu Tips" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
സെന്റ്. ജോൺസ് ഹയർ സെക്കന്ററി സ്കൂൾ, മറ്റം/ലിറ്റിൽകൈറ്റ്സ്/Ubuntu Tips (മൂലരൂപം കാണുക)
14:27, 3 ഓഗസ്റ്റ് 2019-നു നിലവിലുണ്ടായിരുന്ന രൂപം
, 3 ഓഗസ്റ്റ് 2019തിരുത്തലിനു സംഗ്രഹമില്ല
No edit summary |
No edit summary |
||
വരി 1: | വരി 1: | ||
==Fix ‘No WiFi Adapter Found’ for HP Laptops with Ubuntu 18.04== | |||
1. Reboot and go to BIOS to make sure wireless network are enabled. And plug laptop into a wired connection. | |||
2. Open terminal either via Ctrl+Alt+T for ‘terminal’ | |||
3.1 You may first install the building tools first via command: | |||
'''sudo apt-get install linux-headers-$(uname -r) build-essential git''' | |||
3.2 Run command to get the newest Realtek rtlwifi codes that includes rtl8192ce, rtl8192cu, rtl8192se, rtl8192de, rtl8188ee, rtl8192ee, rtl8723ae, rtl8723be, and rtl8821ae.: | |||
'''git clone https://github.com/lwfinger/rtlwifi_new.git''' | |||
And then check out extended branch for rtl8822be or rtl8723de: | |||
'''cd rtlwifi_new/ && git checkout origin/extended -b extended''' | |||
4. In this terminal window, install the drivers via command: | |||
'''sudo make install''' | |||
Type your password (no asterisks feedback) when it prompts and hit Enter. | |||
5. If the installation success, run 2 commands load the new driver: | |||
'''sudo modprobe -r rtl8723de''' | |||
'''sudo modprobe rtl8723de''' | |||
==പിഡിഎഫ് ഫയലുകൾ ചുരുക്കാൻ== | ==പിഡിഎഫ് ഫയലുകൾ ചുരുക്കാൻ== | ||
പിഡിഎഫ് ഫയലുകൾ ചുരുക്കാൻ <br> | പിഡിഎഫ് ഫയലുകൾ ചുരുക്കാൻ <br> |