Editing Talk:1785: Wifi

Jump to: navigation, search
Ambox notice.png Please sign your posts with ~~~~

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
 
<!--Please sign your posts with ~~~~-->
 
<!--Please sign your posts with ~~~~-->
This, I believe, is in reference to things like [https://www.dd-wrt.com/site/ DD-WRT], where someone with knowledge may install it to 'improve' your router. If done right, it can increase the speed and stability, if not, it can brick it. [[Special:Contributions/172.68.78.70|172.68.78.70]] 05:23, 13 January 2017 (UTC)
+
This, I believe, is in reference to things like [https://www.dd-wrt.com/site/ DD-WRT], where someone with knowledge may install it to 'improve' your router. If done right, it can increase the speed and stability, if not, it can brick it. [[Special:Contributions/172.68.78.70|172.68.78.70]] 05:23, 13 January 2017 (UTC) That's what I thought too! Girish, [[Special:Contributions/162.158.166.197|162.158.166.197]] 05:27, 13 January 2017 (UTC)
:That's what I thought too! Girish, [[Special:Contributions/162.158.166.197|162.158.166.197]] 05:27, 13 January 2017 (UTC)
+
I installed Hurd on my router dont judge me ok. --[[Special:Contributions/162.158.91.137|162.158.91.137]] 06:14, 13 January 2017 (UTC)
::I installed Hurd on my router dont judge me ok. --[[Special:Contributions/162.158.91.137|162.158.91.137]] 06:14, 13 January 2017 (UTC)
+
I doubt it is referring to router firmware. The tech-savviness is of the housguest, not of the router owner (though, I can easily imagine somebody updating host router). --[[Special:Contributions/162.158.134.106|162.158.134.106]] 12:18, 13 January 2017 (UTC)  
:::I doubt it is referring to router firmware. The tech-savviness is of the housguest, not of the router owner (though, I can easily imagine somebody updating host router). --[[Special:Contributions/162.158.134.106|162.158.134.106]] 12:18, 13 January 2017 (UTC)
 
::::That is exactly the situation Randall is referencing, imho. I have had family members who come over and could just put the password in to connect but tried to convince me to grant access to the router to update the firmware and improve the device. I've seen what happens to their tech when they "tweak" it so I just say no. Those who have weak constitutions may grant access and find they now have broken equipment. This fits in line with the roll-over where the truly tech-saavy can use firmware properly to gain connection.[[User:R0hrshach|R0hrshach]] ([[User talk:R0hrshach|talk]]) 17:06, 18 January 2017 (UTC)
 
  
 
:Some devices need operational firmware downloaded to them after reset, so it's handled at boot time by a firmware downloader.  A typical example is devices which have s DSP in them; the DSP's code would be loaded into the device's RAM designated for the purpose.  For Wi-Fi, it might handle the low level details of associating with an AP, performing the WPA2 protocol for example so the device looks for the most part logically like any other network interface, e.g. Ethernet.  In this case, it would have nothing to do with the firmware in the Wi-Fi AP.
 
:Some devices need operational firmware downloaded to them after reset, so it's handled at boot time by a firmware downloader.  A typical example is devices which have s DSP in them; the DSP's code would be loaded into the device's RAM designated for the purpose.  For Wi-Fi, it might handle the low level details of associating with an AP, performing the WPA2 protocol for example so the device looks for the most part logically like any other network interface, e.g. Ethernet.  In this case, it would have nothing to do with the firmware in the Wi-Fi AP.
 
:[[User:RChandra|RChandra]] ([[User talk:RChandra|talk]]) 12:05, 13 January 2017 (UTC)
 
:[[User:RChandra|RChandra]] ([[User talk:RChandra|talk]]) 12:05, 13 January 2017 (UTC)
 
::Thanks for that, seems to be the only viable explanation. I can't imagine, being a guest, tinkering with host's router's firmware (feels grossly inappropriate), came here to understand that reference. --[[Special:Contributions/141.101.96.88|141.101.96.88]] 01:40, 15 January 2017 (UTC)
 
  
 
''“In most systems this just works but in the case of more geeky operating systems, like GNU/Linux, it needs to be installed separately.”'' Ironically, it's quite the opposite these days. On a fresh Windows install you typically have no network drivers, but with a lot of GNU/Linux distros you have network out of the box. [[Special:Contributions/141.101.105.60|141.101.105.60]] 09:25, 13 January 2017 (UTC)
 
''“In most systems this just works but in the case of more geeky operating systems, like GNU/Linux, it needs to be installed separately.”'' Ironically, it's quite the opposite these days. On a fresh Windows install you typically have no network drivers, but with a lot of GNU/Linux distros you have network out of the box. [[Special:Contributions/141.101.105.60|141.101.105.60]] 09:25, 13 January 2017 (UTC)
Line 25: Line 21:
 
--[[User:Trlkly|Trlkly]] ([[User talk:Trlkly|talk]]) 21:40, 13 January 2017 (UTC)
 
--[[User:Trlkly|Trlkly]] ([[User talk:Trlkly|talk]]) 21:40, 13 January 2017 (UTC)
  
::Also it's not like you type in the string of commands and then everything goes by itself all the way to reboot, there are several points when it will wait for user input. Apart from disk formatting at the very beginning, there are actually twice <code>vi</code> commands to edit various system-critical config files and even <code>make menuconfig</code> for configuring your kernel build. Trust me, that's not trivial at all ;) Last time I installed Gentoo server, I got so frustrated by picking the right kernel modules (successfully though) that I agreed with the E. A. Poe's Raven to install Gentoo never more. I started my sysadmin career at Gentoo by accident and after a year or two realized there are much easier ways.
+
::Also it's not like you type in the string of commands and then everything goes by itself all the way to reboot, there are several points when it will wait for user input. Apart from disk formatting at the very beginning, there are actually twice <code>vi</code> commands to edit various system-critical config files and even <code>make menuconfig</code> for configuring your kernel build. Trust me, that's not trivial at all ;) Last time I installed Gentoo server, I got so frustrated by picking the right kernel modules (successfully though) that I agreed with the E. A. Poe's Raven to install Gentoo never more. I started my sysadmin career at Gentoo by accident and after a year or two realized there are much easier ways. Great joke though :D Haven't visited Bash for quite some time. --[[Special:Contributions/141.101.96.88|141.101.96.88]] 01:33, 15 January 2017 (UTC)
::Great joke though :D Haven't visited Bash for quite some time. --[[Special:Contributions/141.101.96.88|141.101.96.88]] 01:33, 15 January 2017 (UTC)
 
  
 
Relevant: xkcd 434
 
Relevant: xkcd 434
Line 33: Line 28:
  
 
When I first read it, I parsed it as 'Word "firmware"'. Of course Word doesn't have firmware, but it was (I thought) in quote marks simply because that was the stated reason for it not working. When I read the hover text I thought "Randall's missed a capital letter there". [[Special:Contributions/198.41.238.16|198.41.238.16]] 03:05, 14 January 2017 (UTC)
 
When I first read it, I parsed it as 'Word "firmware"'. Of course Word doesn't have firmware, but it was (I thought) in quote marks simply because that was the stated reason for it not working. When I read the hover text I thought "Randall's missed a capital letter there". [[Special:Contributions/198.41.238.16|198.41.238.16]] 03:05, 14 January 2017 (UTC)
 
It has been decades since I met people complaining about firmware. The more common uttering when people can't connect to WiFi at tech meetups involves the words: Goddamn, proprietary, Apple and crap, usually in that order.[[Special:Contributions/162.158.114.70|162.158.114.70]] 17:14, 16 January 2017 (UTC)
 
 
Relevant SMBC: [http://www.smbc-comics.com/?id=2475]
 

Please note that all contributions to explain xkcd may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see explain xkcd:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel | Editing help (opens in new window)