-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Notebooks
- Notebook Wireless and Networking
- HP Notebook - 15-bs145tu Wifi Driver Installation on Ubuntu ...

Create an account on the HP Community to personalize your profile and ask a question
04-25-2018 12:14 AM
I have purchased HP Notebook - 15-bs145tu on 24-Apr-2018 through Amazon and installed Ubuntu 14.04 linux.
I tried to enable Wifi using below command but wifi is not working, please let me know the procedure to enable Wifi on Ubuntu 14.04 Linux OS.
sudo apt-get install bcmwl-kernel-source
I actually purchased HP Notebook - 15-bs145tu on 24-Apr-2018 so my product warrant should be 1 year from 24-Apr-2018 but in HP customer support portal am seeing product warrant is only 10 months as below, please have a look at this Issue as well.
04-25-2018 05:57 AM
The BIOS F1 should show a Born On date, this is the normal start date of your warranty.
If you do forum Search there are recent replies about your WiFi issue by me et al.
Later versions, like 17:10 , do a very good job of Automatically installing a wireless adapter.
Maker of adapter please.
04-26-2018 12:34 AM
As per your advise yesterday I had installed Ubuntu 17.10 Linux OS, still I could not see WIFI is enabled. you can have a look at the error messge in wifi screen in attachment, please have a look and provide me the solution.
also I could not see Bluetooth is enabled.
04-26-2018 01:49 AM
Hi
Your pictures take many hours to be approved. In the meantime
I asked for the maker and suggested a search.
Copy and paste the script below into a text editor and save it with a meaningful name like cf4.scr and then run it in a terminal something like this ./cf4.scr You may need to sudo chmod 755 cf4.scr as and when needed. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #!/bin/bash clear printf "Very BASIC Report details for WiFi. \n" printf "NB:-Some commands might not run. \n" printf "\n##### ifconfig ##########################\n" ifconfig printf "\n##### iwconfig ##########################\n" iwconfig printf "\n##### route ##########################\n" route -n printf "\n##### DNS ##########################\n" nmcli dev show |grep DNS printf "\n##### lspci #############################\n" lspci -nnk | grep -iA 2 '^[^[:space:]].*net' | sed '/^--$/d; /^[^[:space:]]/ i\\' printf "\n##### lsusb #############################\n" lsusb printf "\n##### rfkill ############################\n" rfkill list all printf "\n##### Distro Release ######################\n" lsb_release -idrc uname -srvmpio printf "\n##### Modules ######################\n" lsmod > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
06-18-2018 07:17 AM
@Sridhar
Please call customer support and provide them with your BIOS screenshot and your purchase invoice and they will update your warray to full year.
I did the same.
You can also pay some amont around 5500 and get the warranty exted to 3 years.
07-07-2018 03:38 AM
@Sridhardaeva
Were you able to resolve the issue? I have the exact smae issue with my HP 15-bs145tu that purchased a week ago. The broadcom drivers don't seem to help. Looks like there are no working drivers for Realtek Device d723 (this is the Wireless Adapter in my PC) for Ubuntu.
09-14-2018 07:56 AM
Hi, I was also facing same issue, I just google and get following link for stack overflow. Following those commands issue for me get resolved
https://askubuntu.com/questions/966473/how-do-i-install-ndiswrapper-support-for-an-unsupported-rtl87...
Also adding same description, incase link unavailable
To install the module for the RTL8723DE chipset, first determine your kernel using uname -r if your kernel is lower than 4.11, do
sudo apt-get install build-essential dkms git git clone -b 4.10-down https://github.com/jeremyb31/rtl8723de.git sudo dkms add ./rtl8723de sudo dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
Then reboot
If you have kernel 4.11 and newer do
sudo apt-get install build-essential dkms git git clone https://github.com/jeremyb31/rtl8723de.git sudo dkms add ./rtl8723de sudo dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
Then reboot
09-14-2018 08:00 AM
Hi, I was also facing same issue, I just google and get following link for stack overflow. Following those commands issue for me get resolved
https://askubuntu.com/questions/966473/how-do-i-install-ndiswrapper-support-for-an-unsupported-rtl87...
Also adding same description, incase link unavailable
To install the module for the RTL8723DE chipset, first determine your kernel using uname -r if your kernel is lower than 4.11, do
sudo apt-get install build-essential dkms git git clone -b 4.10-down https://github.com/jeremyb31/rtl8723de.git sudo dkms add ./rtl8723de sudo dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
Then reboot
If you have kernel 4.11 and newer do
sudo apt-get install build-essential dkms git git clone https://github.com/jeremyb31/rtl8723de.git sudo dkms add ./rtl8723de sudo dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
Then reboot
Also let me know whether it was usefull or not.