{"id":1460,"date":"2023-11-11T16:57:31","date_gmt":"2023-11-11T16:57:31","guid":{"rendered":"https:\/\/blog.thomarite.uk\/?p=1460"},"modified":"2023-11-11T16:57:31","modified_gmt":"2023-11-11T16:57:31","slug":"rfkill","status":"publish","type":"post","link":"https:\/\/blog.thomarite.uk\/index.php\/2023\/11\/11\/rfkill\/","title":{"rendered":"RFKill"},"content":{"rendered":"\n<p>Somehow my linux laptop sometimes disables WIFI when I upgrade it. It doesnt really bother me as I can enable it by an icon in the UI but one day my UI lost the panel with that icon after another upgrade. So I had to learn how to enable the wifi. Via this <a href=\"https:\/\/networkmanager.dev\/docs\/rfkill\/\">page<\/a>, I learned about the different status and then checking the options of rkfill command got my WIFI enabled back again.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"># rfkill list\n0: phy0: Wireless LAN\n\tSoft blocked: yes\n\tHard blocked: no\n1: hci0: Bluetooth\n\tSoft blocked: yes\n\tHard blocked: no\n# \n# rfkill unblock wifi\n# \n# rfkill list\n0: phy0: Wireless LAN\n\tSoft blocked: no\n\tHard blocked: no\n1: hci0: Bluetooth\n\tSoft blocked: yes\n\tHard blocked: no\n# \n<\/pre>\n\n\n\n<p>At some point, I would like to test bluetooth in my laptop.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Somehow my linux laptop sometimes disables WIFI when I upgrade it. It doesnt really bother me as I can enable it by an icon in the UI but one day my UI lost the panel with that icon after another upgrade. So I had to learn how to enable the wifi. Via this page, I &hellip; <a href=\"https:\/\/blog.thomarite.uk\/index.php\/2023\/11\/11\/rfkill\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;RFKill&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-1460","post","type-post","status-publish","format-standard","hentry","category-unix"],"_links":{"self":[{"href":"https:\/\/blog.thomarite.uk\/index.php\/wp-json\/wp\/v2\/posts\/1460","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.thomarite.uk\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.thomarite.uk\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.thomarite.uk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.thomarite.uk\/index.php\/wp-json\/wp\/v2\/comments?post=1460"}],"version-history":[{"count":1,"href":"https:\/\/blog.thomarite.uk\/index.php\/wp-json\/wp\/v2\/posts\/1460\/revisions"}],"predecessor-version":[{"id":1461,"href":"https:\/\/blog.thomarite.uk\/index.php\/wp-json\/wp\/v2\/posts\/1460\/revisions\/1461"}],"wp:attachment":[{"href":"https:\/\/blog.thomarite.uk\/index.php\/wp-json\/wp\/v2\/media?parent=1460"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.thomarite.uk\/index.php\/wp-json\/wp\/v2\/categories?post=1460"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.thomarite.uk\/index.php\/wp-json\/wp\/v2\/tags?post=1460"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}