From a1b36c0f38ea57b89caa9e4a5fccaea043761b01 Mon Sep 17 00:00:00 2001 From: RAHUL <50570677+rahulsain3000@users.noreply.github.com> Date: Sun, 30 Jun 2019 10:37:25 +0530 Subject: [PATCH 1/4] reboot-readme fix reboot problem --- reboot-readme | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 reboot-readme diff --git a/reboot-readme b/reboot-readme new file mode 100644 index 0000000..dd198c6 --- /dev/null +++ b/reboot-readme @@ -0,0 +1,21 @@ +for reboot fix problem run this command(for ubuntu like distro) +write 'sudo visudo' +replace this line +'# Allow members of group sudo to execute any command +%sudo ALL=(ALL:ALL) ALL' +with +'# Allow members of group sudo to execute any command +%sudo ALL=(ALL:ALL) ALL +username ALL=(ALL) NOPASSWD: /sbin/modprobe,/sbin/insmod' +where username is your username +this basically remove sudo privilage for the above command so you dont need to write password with these two command +then make a new file and write this in it 'sudo modprobe cfg80211 && sudo insmod /home/username/rtl8188fu/rtl8188fu.ko' +then save this file with 'yourchoice-anyname.sh'and make it executable with 'sudo chmod +x yourchoice-anyname.sh' +and make this file read and write for root and your username respectively by going to its file property. +now open startup applications =>add custom command=> name 'wifi' and browse 'yourchoice-anyname.sh' file and click add +now reboot and it should enable wifi with boot automatically +enjoy !! + +if some error occur mail me at +'rikkusain14@gmail.com' +with subject rtl8188fu reboot problem From 603dad4ef5bb7de36c506959b7446325ae4daeb4 Mon Sep 17 00:00:00 2001 From: Rahul Sain <50570677+rahulsain3000@users.noreply.github.com> Date: Thu, 8 Oct 2020 10:21:33 +0530 Subject: [PATCH 2/4] Rename reboot-readme to reboot-readme.md --- reboot-readme => reboot-readme.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename reboot-readme => reboot-readme.md (100%) diff --git a/reboot-readme b/reboot-readme.md similarity index 100% rename from reboot-readme rename to reboot-readme.md From a65e9f5c437e2c4adf051c8b03399b11dd339ccb Mon Sep 17 00:00:00 2001 From: Rahul Sain <50570677+rahulsain3000@users.noreply.github.com> Date: Thu, 8 Oct 2020 10:21:58 +0530 Subject: [PATCH 3/4] Rename reboot-readme.md to reboot-readme.txt --- reboot-readme.md => reboot-readme.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename reboot-readme.md => reboot-readme.txt (100%) diff --git a/reboot-readme.md b/reboot-readme.txt similarity index 100% rename from reboot-readme.md rename to reboot-readme.txt From 5c56507951a6e917fa8fbd62884980e5ebbe7a78 Mon Sep 17 00:00:00 2001 From: Rahul Sain <50570677+rahulsain3000@users.noreply.github.com> Date: Thu, 8 Oct 2020 10:25:59 +0530 Subject: [PATCH 4/4] Update reboot-readme.txt --- reboot-readme.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reboot-readme.txt b/reboot-readme.txt index dd198c6..697acaa 100644 --- a/reboot-readme.txt +++ b/reboot-readme.txt @@ -15,7 +15,3 @@ and make this file read and write for root and your username respectively by goi now open startup applications =>add custom command=> name 'wifi' and browse 'yourchoice-anyname.sh' file and click add now reboot and it should enable wifi with boot automatically enjoy !! - -if some error occur mail me at -'rikkusain14@gmail.com' -with subject rtl8188fu reboot problem