Wifi problem - Smartbook pc

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Wifi problem - Smartbook pc

Post by JeremyB »

Code: Select all

sudo dkms remove rtlwifi_new/0.6 --all
User avatar
Melu
Level 2
Level 2
Posts: 94
Joined: Mon Oct 15, 2018 4:23 am
Location: Uusimaa, Finland

Re: Wifi problem - Smartbook pc

Post by Melu »

JeremyB wrote: Tue Jan 01, 2019 11:06 am

Code: Select all

sudo dkms remove rtlwifi_new/0.6 --all

Code: Select all

Error! There are no instances of module: rtlwifi_new
0.6 located in the DKMS tree.
Society does not consist of individuals, but expresses the sum of interrelations, the relations within which these individuals stand.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Wifi problem - Smartbook pc

Post by JeremyB »

Code: Select all

./wireless-info && cat wireless-info.txt | nc termbin.com 9999
User avatar
Melu
Level 2
Level 2
Posts: 94
Joined: Mon Oct 15, 2018 4:23 am
Location: Uusimaa, Finland

Re: Wifi problem - Smartbook pc

Post by Melu »

JeremyB wrote: Tue Jan 01, 2019 11:29 am

Code: Select all

./wireless-info && cat wireless-info.txt | nc termbin.com 9999
https://termbin.com/0ern
Society does not consist of individuals, but expresses the sum of interrelations, the relations within which these individuals stand.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Wifi problem - Smartbook pc

Post by JeremyB »

Code: Select all

cat ~/rtl8723bu/.git/config
User avatar
Melu
Level 2
Level 2
Posts: 94
Joined: Mon Oct 15, 2018 4:23 am
Location: Uusimaa, Finland

Re: Wifi problem - Smartbook pc

Post by Melu »

JeremyB wrote: Tue Jan 01, 2019 11:37 am

Code: Select all

cat ~/rtl8723bu/.git/config

Code: Select all

[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/jeremyb31/rtl8723bu.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
Society does not consist of individuals, but expresses the sum of interrelations, the relations within which these individuals stand.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Wifi problem - Smartbook pc

Post by JeremyB »

Code: Select all

cat /usr/src/rtl8723bu-4.3.6.11_12942.20141204_BTCOEX20140507-4E40/Makefile | nc termbin.com 9999
User avatar
Melu
Level 2
Level 2
Posts: 94
Joined: Mon Oct 15, 2018 4:23 am
Location: Uusimaa, Finland

Re: Wifi problem - Smartbook pc

Post by Melu »

JeremyB wrote: Tue Jan 01, 2019 11:57 am

Code: Select all

cat /usr/src/rtl8723bu-4.3.6.11_12942.20141204_BTCOEX20140507-4E40/Makefile | nc termbin.com 9999
https://termbin.com/eeop8
Society does not consist of individuals, but expresses the sum of interrelations, the relations within which these individuals stand.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Wifi problem - Smartbook pc

Post by JeremyB »

That shows everything is correct, lets try

Code: Select all

cd rtl8723bu
make
sudo make install
make clean
Reboot
User avatar
Melu
Level 2
Level 2
Posts: 94
Joined: Mon Oct 15, 2018 4:23 am
Location: Uusimaa, Finland

Re: Wifi problem - Smartbook pc

Post by Melu »

JeremyB wrote: Tue Jan 01, 2019 12:12 pm That shows everything is correct, lets try

Code: Select all

cd rtl8723bu
make
sudo make install
make clean
Reboot
Now it works! Amazing. Thank you so much again for your work and support!
Society does not consist of individuals, but expresses the sum of interrelations, the relations within which these individuals stand.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Wifi problem - Smartbook pc

Post by JeremyB »

I hope the dkms takes care of things for kernel updates, otherwise those last commands will be needed again. The dkms should work as the source code in /usr/src/rtl8723bu is correct
Locked

Return to “Networking”