TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The sad state of Linux Wi-Fi

432 pointsby tshepangalmost 11 years ago

47 comments

captainmuonalmost 11 years ago
One problem is that WiFi is completely opaque, especially but not only on Linux. You get no low-level and no debugging information. It just connects and you get some bars, or it doesn&#x27;t. I never know where to start when debugging a bad connection, and I wouldn&#x27;t know where to start if I wanted to improve Linux WiFi.<p>For example, sometimes I can see a network, but can&#x27;t connect. Why? I&#x27;d like to see something like &quot;sent 100 low level packets, checksum failed on 88 of them, disconnecting&quot;.<p>Or I&#x27;d like some way to see whether receiving or sending is the problem - do I get garbled packets, or do I get good ones, but no answers to the ones I send.<p>Sometimes I know a connection is WPA2, but it stubbornly tries another encryption method. Why? Does the AP suggest it, or is it my configuration? Sometimes I can&#x27;t enter a text password, it only accepts a fixed-length hexadecimal string (happens on Windows a lot). Again why? There is no good central low-level log file or debug tool that lets me see what is going on.
评论 #8076261 未加载
评论 #8077450 未加载
评论 #8076369 未加载
评论 #8077390 未加载
评论 #8077261 未加载
评论 #8076068 未加载
评论 #8077221 未加载
评论 #8076535 未加载
zannyalmost 11 years ago
Right here: <a href="https://wikidevi.com/wiki/Atheros_AR5B22" rel="nofollow">https:&#x2F;&#x2F;wikidevi.com&#x2F;wiki&#x2F;Atheros_AR5B22</a><p>This thing works. I just buy them in bulk. I can get one for $13 off ebay. Any device I run Linux on, I replace whatever half size mpcie card it has with one. I don&#x27;t fuck with the realtek or broadcom chips I get, because ath9k is all-open, no proprietary firmware, works out of the box. Drivers are in any kernel since the 3 series started, the bluetooth is just a generic HCI bluetooth adapter over PCI, shows up as a usb device and works with bluez no problem.<p>My best speeds on 5ghz with one of these has been around 20MB&#x2F;s. Across my house I usually get around 8 - 10 MB&#x2F;s. I think these chips are supposed to get much higher average throughput, but it works well enough I don&#x27;t care. Works under Debian, Suse, Fedora, Arch, Mint, Mageia, even Slackware.<p>Ath10k makes me mad, since they are now shipping firmware blobs. Again. And they were doing so well.<p>I trust these chips so much when I&#x27;m doing IT supports and trying to advocate Linux to customers, I have been able to join <i>every wifi network I&#x27;ve thrown the thing at, from ancient wireless-a routers to wireless AC ASUS routers with 2GB throughput</i>.<p>Point is, different vendors have different quality. The ath drivers have been great for me, but I&#x27;ve only ever bought this specific chip because of the value proposition.
评论 #8077940 未加载
评论 #8079321 未加载
ploxilnalmost 11 years ago
I stopped using NetworkManager years ago, I just use wpa_supplicant and dhcpcd directly (well I use the systemd services for these so they&#x27;re started automatically). I also always name the 2.4GHz and 5GHz networks differently, and connect explicitly to the one I want.<p>Yes it would be great if NetworkManager did the right things automatically, but the task might be impossible due to hardware and driver quirks. WiFi chips are among the buggiest chips in computers today. Really, the chip. I&#x27;ve seen ridiculous workaround in drivers for multiple vendors&#x27; chips. Also, the drivers are complicated and buggy. And the linux drivers don&#x27;t get quite enough full-time attention from the chip vendor to work solidly. Those windows and mac wifi driver teams are pretty big.
评论 #8076370 未加载
评论 #8077251 未加载
评论 #8076150 未加载
评论 #8077119 未加载
评论 #8076374 未加载
评论 #8076471 未加载
评论 #8076545 未加载
dendoryalmost 11 years ago
I think a big portion of the problems Linux has these days is how unbelievably bloated and overconvulated distributions have become. Every single function has three, four or more ways to do the same thing, often with different results. When trying to get something working I never know if I should run the &#x2F;etc&#x2F;init.d script, restart the service manually, edit a config file, use the command line config until or use the GUI settings option. Sometimes you edit a config file and get the thing to work, only to find out some other utility will overwrite it next reboot. Other times you get strange errors or just nothing at all, because it&#x27;s a deprecated method and you should have used the brand new tool-du-jour instead. It&#x27;s a mess.
评论 #8076620 未加载
评论 #8077760 未加载
评论 #8076729 未加载
sandGorgonalmost 11 years ago
Copy paste, printing and networking. Biggest usability misses of Linux.<p>I don&#x27;t consider these technical issues...but usability issues. Things like insisting on keeping the install ISO at 750 mb, leaves seamless driver support out of the todo list because...hey, there are no drivers anyway.<p>I&#x27;m really surprised there is not a paid version of Linux with these features baked in. I would GLADLY pay for all these (as well as the royalties for mp3,flash, etc)<p>EDIT: does anyone know if systemd-networkd would make things better [1]<p>[1] <a href="https://wiki.archlinux.org/index.php/Systemd-networkd" rel="nofollow">https:&#x2F;&#x2F;wiki.archlinux.org&#x2F;index.php&#x2F;Systemd-networkd</a>
评论 #8076366 未加载
评论 #8076227 未加载
评论 #8076307 未加载
评论 #8076323 未加载
评论 #8078466 未加载
评论 #8076384 未加载
评论 #8077064 未加载
评论 #8079699 未加载
评论 #8076549 未加载
slackaalmost 11 years ago
I discovered this for myself after converting my parents 5 year old PC from XP to Linux Mint.<p>As you can see from the bug tracker: <a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/852190" rel="nofollow">https:&#x2F;&#x2F;bugs.launchpad.net&#x2F;ubuntu&#x2F;+source&#x2F;linux&#x2F;+bug&#x2F;852190</a> the kernel drivers are much buggier than the GPL&#x27;d Realtek drivers. But the official Realtek drivers don&#x27;t work with newer kernel versions.<p>Fortunately there is: <a href="https://github.com/pvaret/rtl8192cu-fixes" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pvaret&#x2F;rtl8192cu-fixes</a><p>Does anyone know why doesn&#x27;t the kernel adopt the official drivers? Is there anything I can do to help? What steps do I need to do?
评论 #8077524 未加载
icambronalmost 11 years ago
One of a handful reasons I don&#x27;t have Linux on my laptop anymore, even though I like so many things about Linux so much more. I&#x27;m not sure about this point, though:<p>&gt; Connection time. I dislike OS X pretty deeply and think that many of its technical merits are way overblown, but it&#x27;s got one thing going for it; it connects to an AP fast.<p>I remember Linux being slow (and unreliable) at this, but OSX is pretty slow too, at least on my MBP. The OS that I&#x27;ve always had the best experience just with connecting to APs is actually Windows.
评论 #8076577 未加载
评论 #8076300 未加载
评论 #8076518 未加载
评论 #8076296 未加载
mrinterwebalmost 11 years ago
I can sympathize with this article. Every time my kernel is upgraded, I must manually recompile my wireless driver. I&#x27;m using a patched version of a Broadcom wireless driver that some kind soul on Github has been maintaining. If I was new to linux, there would be no way that I would have been able to get my wireless interface working in the first place. Linux has made vast improvements over the years in how well it works with so much hardware. There just seems to be more of a need for better wireless driver support.
评论 #8077334 未加载
evmaralmost 11 years ago
The author wrote: &quot;a billion mobile devices running Linux and using Wi-Fi all the time&quot;. I would bet that Android has a separate implementation of some of the wifi stack to make it work better.
评论 #8076154 未加载
评论 #8076102 未加载
pasbesoinalmost 11 years ago
I recently helped a relative move an old Win XP machine to Ubuntu. I was going to move them to Lubuntu; however, the USB WiFi dongle they are using refused to cooperate -- or rather, the Lubuntu live disk I was testing refused to cooperate with it.<p>The dongle&#x27;s chipset was Linux friendly and had apparently worked without major problems up to about Ubuntu 10.10 or so. Google revealed the eruption of numerous reports of problems at that time.<p>Problems that apparently persisted through several releases, for a good couple of years.<p>The solution that people found worked was to download driver source code from the chipset manufacturer (RA) and build it, with custom settings, on one&#x27;s own machine. Some also found success with banning one or more apparently concurrently competing drivers from being loaded on their system. Per some descriptions, multiple compatible drivers would wrestle for control of the device, evincing symptoms matching what I&#x27;d experienced.<p>I was getting ready start a custom build and&#x2F;or perhaps whacking driver loads -- after installing Lubuntu to get past the fixed Live CD configuration, when I thought to try the plain Ubuntu live disk as opposed to Lubuntu. Problem gone.<p>Working stuff breaks. Breaks persist for months if not years. Ostensibly compatible&#x2F;comparable systems aren&#x27;t.<p>I&#x27;m not going to complain; it is what we make of it. But still, today, we don&#x27;t always do such a good job of making -- or maintaining.<p>Separately, the Ubuntu screen image on my relative&#x27;s truly mass produced, 17&quot; Dell LCD is shifted slightly to the right -- just enough to hide the rightmost few pixels. An old 17&quot; LCD I have plugged into an old T42, has a similar shifting. Useable, but slightly annoying, particularly with respect to today&#x27;s anorexic scroll bars.<p>I did a little research into the problem, months ago, but did not find a ready solution. Not WiFi, but still slightly to moderately awkward.
评论 #8076343 未加载
评论 #8076329 未加载
tdicolaalmost 11 years ago
I would extend it out to laptops and Linux in general. I&#x27;ve tried a few times over the last 10 years or so to use Linux on normal consumer laptops (Dells, Thinkpads, etc.) and it&#x27;s always a really bad experience. Wifi issues, battery life, etc. have major problems. In the end I just gave up trying and use a MacBook with virtualization for running Linux.
评论 #8076447 未加载
评论 #8076822 未加载
评论 #8076531 未加载
legulerealmost 11 years ago
I kind of feel like some user facing stuff on linux gets developed not until it&#x27;s in a good or perfect state but until it&#x27;s bearable.<p>You can work with the GUIs for instance, but somehow they still feel very sluggish
评论 #8077010 未加载
评论 #8076525 未加载
zokieralmost 11 years ago
I think it is unwise of him to generalize his issues to whole of Linux if he has only experience of one vendor and their drivers. Maybe the issues stem from problems in the Linux stack, or maybe they are vendor specific. Problem is that with a single datapoint you can&#x27;t tell the difference.
rbanffyalmost 11 years ago
I have 3 Linux laptops in the house. One with Intel running Ubuntu, another with Broadcom running Fedora and the third with a Prism interface running CentOS 6. All three work flawlessly.<p>We also have 3 Macbooks, a white one, a Pro 13 and a Retina 13. All three work flawlessly with our Wi-fi.<p>My wife had a corporate-issued HP laptop running Windows 7. It connected to our wireless once or twice over a year. I had a network cable for her.<p>My in-laws have a Windows 7 Dell laptop. It&#x27;s now running Ubuntu, booted off a USB stick. It&#x27;s doing so because Windows 7 sometimes connects to the network, sometimes doesn&#x27;t and I never identified a pattern, so I simply gave up. Under Ubuntu, it works flawlessly.<p>And yet, somehow, it&#x27;s the sad state of Linux wi-fi... Go figure...
评论 #8076806 未加载
评论 #8076846 未加载
评论 #8076840 未加载
评论 #8077275 未加载
评论 #8077067 未加载
评论 #8076838 未加载
评论 #8076862 未加载
评论 #8078785 未加载
评论 #8077403 未加载
评论 #8077839 未加载
mcoveyalmost 11 years ago
I bought a Netgear wifi-to-ethernet adapter when I switched to Linux. For desktops, it&#x27;s an ideal solution: zero-maintenance, the computer just knows eth0 has a connection from somewhere. It has a web interface to set up connections. The only downside - and this doesn&#x27;t matter for most desktop users - no monitor mode, no reaver, nothing related to wireless at all, because as far as the OS is concerned, it&#x27;s wired.<p>For laptops, there are always plenty micro-sized USB adapters with known compatibility if your built-in wifi has bad or no drivers.
bjornornalmost 11 years ago
Wow. So many people in this thread are missing the point. «I use Linux at home with card X and it works great when I custom-configure wpa_supplicant» or «Just buy a MBP».
agumonkeyalmost 11 years ago
So:<p><pre><code> - wireless chips are obscure and buggy - audio chips are obscure and buggy </code></pre> I wish for some organized effort to bring a few set of open hardware chips to replace proprietary ones that seem to only work easily on proprietary OSes.<p>That would complement the work of guys like bunnie huang (novena laptop) and would let the linux world enjoy sound hardware for (allegedly) sound software.<p>Maybe that&#x27;s just a pipe dream and the complexity emerge whether or not it&#x27;s open.
评论 #8077168 未加载
dheeraalmost 11 years ago
&quot;The 5 GHz signal is just as strong&quot; Interesting. My dormitory at MIT has both 2.4GHz and 5GHz signals. The 5GHz is extremely weak but my Android devices love to pick a weak 5GHz signal over the 2.4GHz and subsequently have terrible speeds.<p>On another note, I wish that browsers and applications would keep firing spawning and firing requests at a rate beyond human perception, until one succeeds. The state of browsing the web over Wi-Fi while moving from access point to access point is equally sad. I get an IP address, but applications almost universally refuse to retry their connections until the first zombie socket times out. Seriously, I shouldn&#x27;t have to wait 10 seconds after each access point change. Should be more like &lt;0.1 second after getting an IP.<p>OSes&#x2F;Applications should be thinking &quot;This is Wi-Fi. Wi-Fi is supposed to be fast. Since no bytes came in for a full 0.5 seconds, something is wrong. I&#x27;m going to keep opening&#x2F;closing sockets like hell, change networks, change frequencies, <i>whatever</i> it takes to get data to come in the next 0.3 seconds and make the user happy.&quot;<p>Building devices with dual Wi-Fi cards may also offer ways to help alleviate the handover problem.
评论 #8077347 未加载
banealmost 11 years ago
Honestly, it&#x27;s almost easier these days just to virtualize a linux guest on your MBA&#x2F;rMBP&#x2F;whatever windows box and let the host handle the wi-fi.
mikepurvisalmost 11 years ago
It only gets worse on headless&#x2F;embedded&#x2F;arm machines. The RPi list of Wi-Fi adapters gives something of a picture:<p><a href="http://elinux.org/RPi_USB_Wi-Fi_Adapters" rel="nofollow">http:&#x2F;&#x2F;elinux.org&#x2F;RPi_USB_Wi-Fi_Adapters</a><p>Note the number of ones which require some additional configuration steps, downloads, patches, or other monkeying around.<p>And don&#x27;t even get me started on connman and wicd.
评论 #8076108 未加载
评论 #8076295 未加载
评论 #8076230 未加载
schmichaelalmost 11 years ago
The first laptop I got at my current job is now sitting unused because of unreliable wifi in Linux <i>and</i> Windows 7. Due to BIOS restrictions work just got me a new laptop instead of messing with trying to replace the card.<p>It&#x27;s incredibly sad how shoddy modern wifi can be, and a testament to the importance of networking that flaky wifi can render a computer useless.
pjlegatoalmost 11 years ago
A main reason to use Apple products is that the hardware and software are always bundled and guaranteed to work together without any additional tweaking or messing around. You turn it on and it just works.<p>Both Windows and Linux suffer from the problem of attempting to support n different hardware configurations in a decentralized fashion, and neither has solved it very well.
评论 #8084963 未加载
评论 #8078571 未加载
ghostwordsalmost 11 years ago
I ended up blacklisting the built-in card on my ThinkPad X220 because it was too flaky to rely on:<p><pre><code> $ cat &#x2F;etc&#x2F;modprobe.d&#x2F;blacklist-local.conf blacklist rtl8192ce </code></pre> I use a USB adapter instead (SMCWUSB-N2), which, besides providing wireless internet, is a fine reminder to just get a MacBook next time.
评论 #8077135 未加载
评论 #8076561 未加载
评论 #8077287 未加载
likeclockworkalmost 11 years ago
How is it that for the last decade I&#x27;ve been running Linux on whatever decent machines I was primarily using and whatever random garbage I could get my hands on and I haven&#x27;t had any of these problems that people are perpetually complaining about?<p>Are these people using some kind of exotic hardware? Am I just really lucky?
评论 #8077902 未加载
giancarlostoroalmost 11 years ago
For my desktop use I just use a TP-Link router in &quot;client mode&quot;, as far as my laptop is aware I&#x27;m on ethernet. For my laptop, I buy cheap TP Link Wireless USB&#x27;s my laptop has a crappy internal wireless card regardless of OS. Sometimes buying cheap USB drives work better than &quot;top notch&quot; wireless cards. I would still agree, Wireless on Linux is configured terribly. Sometimes you get bugs that have fixes you have to hunt down on the internet, which you wouldn&#x27;t be able to get on, if your WiFi isn&#x27;t working at all. You&#x27;d think the biggest thing to get attention on a Linux OS is anything related to networking, the most crucial features of any OS these days.
jingoalmost 11 years ago
I&#x27;ve never been impressed with WiFi in general.<p>Glad to see others in this thread reflecting a similar sentiment.<p>I still prefer a wired connection, where possible. Not because I like wires, but because it is more reliable and the protocol is easier to understand.
webwanderingsalmost 11 years ago
My regular laptop with Win7 gave up the other day and I have been attempting to rebuild an old laptop with Linux as a temporary solution. I bought a cheap usb wifi dongle ... and lo and behold, support nightmare ensued.<p>Eventually, I realized that I didn&#x27;t make a right choice in buying that tiny dongle. So now I am on phase two of rebuilding old laptop with Linux, with a different brand of usb wifi (double the price of the first cheap one).<p>I am not a Windows fan anymore, but everything in Windows world just works out of the box. And what&#x27;s with Linux on daily basis looking to install upgrade for its OS?
评论 #8076155 未加载
awonghalmost 11 years ago
This. Wifi is the #1 reason by far that I ditched my $800 thinkpad to switch to a $3500 MPB. (to still be in a unix environment)<p>On my thinkpad, with one of the known, supported wifi chipsets, wifi would work about 8-9&#x2F;10 times.<p>But because I&#x27;m doing web dev stuff, those 1 or 2 times would basically brick the laptop for doing any kind of productive work. And that&#x27;s not worth any kind of savings or effort....<p>afaik it&#x27;s a driver problem first, before a linux wifi problem, but really I have no idea why it was working or not working.<p>But if anyone is out there listening, this is how much the problem is worth to me- roughly $2500...
评论 #8077691 未加载
bitwizealmost 11 years ago
If you&#x27;re using NetworkMangler, God help you. Shit&#x27;s never worked right for me... even connecting to my home wifi it gets way fewer bars than it should, and keeps making and breaking the association.<p>Using just wpa_supplicant and dhclient, I&#x27;ve had far fewer problems, particularly with Intel wireless chipsets.<p>Linux would benefit from a bit of expectations management. Some of us neither want nor need a less expensive Windows, and Linux in general tends to function a whole lot better if you don&#x27;t treat it as such.
评论 #8076859 未加载
farresitoalmost 11 years ago
Thanks god you use an Intel card. When I bought a Thinkpad, it came with a Realtek card. I&#x27;m still connecting through ethernet; never managed to make it work.
评论 #8076595 未加载
nextosalmost 11 years ago
It can be somehow remedied a bit by adopting two strategies:<p>- Cherry-pick hardware, in this case cards<p>- Use very recent software stacks<p>I just plugged in a Huawei 4G LTE dongle. I spent some time making sure this particular card worked, and discarded many others. I&#x27;m running the most recent kernel, systemd, udev, etc. It was a plug &amp; play experience. If I had proceeded otherwise, it&#x27;d have been a nightmare.
plgalmost 11 years ago
Not much better on OS X ... my brand new laptop with the most current OS X is totally unreliable about connecting to wi-fi on wake from sleep. Even on reboot half the time it fails. Maybe different cause from that highlighted by the OP&#x27;s article ... but in the end not much better situation.
评论 #8078390 未加载
评论 #8076910 未加载
binaryanomalyalmost 11 years ago
Imho wifi on Linux should also be taken care of by the Core Infrastructure Initiative - wifi is critical today<p><a href="http://www.linuxfoundation.org/programs/core-infrastructure-initiative" rel="nofollow">http:&#x2F;&#x2F;www.linuxfoundation.org&#x2F;programs&#x2F;core-infrastructure-...</a>
peterwwillisalmost 11 years ago
<p><pre><code> Why does my Intel card consistently pick 2.4 GHz over 5 GHz? </code></pre> <a href="http://kb.netgear.com/app/answers/detail/a_id/24246/~/what-is-the-difference-between-2.4-ghz-%26-5ghz%3F" rel="nofollow">http:&#x2F;&#x2F;kb.netgear.com&#x2F;app&#x2F;answers&#x2F;detail&#x2F;a_id&#x2F;24246&#x2F;~&#x2F;what-i...</a><p><i>&quot;Overall the 5GHz has shorter range compared to the 2.4GHz. It is recommended to select the 2.4 GHz if you using computers and wireless devices to access the Internet for simple browsing and email. These applications do not take too much bandwidth and work fine at a greater distance.<p>However, if you are in a place which is crowded with more wireless signals, it is advisable to use the 5GHz network to avoid interferences. Furthermore, the 5GHz is most suited for devices which require uninterrupted wider bandwidth for video&#x2F;audio streaming or multimedia content.&quot;</i><p><pre><code> I can sit literally right next to an AP and get a connection on the lowest basic rate </code></pre> It&#x27;s possible that Linux is more likely to reduce your rate in the face of increasing errors and noise, whereas other OSes&#x2F;drivers might ignore the noise&#x2F;errors and keep the rate the same, regardless of literally not having the advertised throughput.<p><pre><code> In any case, even the WPA2 setup is slow for some reason, it&#x27;s not just DHCP. </code></pre> Both your DHCP client and your WPA client are not optimized for speed on Linux, they are optimized for reliability.<p><pre><code> it&#x27;s not unusual at all to be stuck at some low-speed AP when a higher-speed one is available </code></pre> Yeah; your wireless client isn&#x27;t going to change APs until it loses signal.<p>Most of these complaints are industry issues that have different proprietary fixes intended to appease consumers, but none of them are recommended or required by the industry.
gonzoalmost 11 years ago
&gt; &quot;Instead we get access points trying to layer hacks upon hacks to try to force clients into making the right decisions.&quot;<p>point-in-fact, this is how 802.11 works.<p>&gt; And separate ESSIDs for 2.4 GHz and 5 GHz.<p>I&#x27;m not sure if the author thinks this is a good idea, or a bad one.
评论 #8077530 未加载
shmerlalmost 11 years ago
I never was able to make my Ralink based card (D-Link DWA-160) to work on 802.11n band. It only works with b&#x2F;g. I suspect it&#x27;s a driver limitation (rt2800usb), but I never got any response from the developers about it.
Mikeb85almost 11 years ago
Maybe because I chose a laptop specifically for use with Linux (ThinkPad T530), but it works perfectly. Everything. Even WiFi, sound, suspend, Fn keys, fingerprint reader, everything.
yellowapplealmost 11 years ago
&gt; between the Intel cards I&#x27;ve always been using<p>That&#x27;s probably a big part of the issue; my experience with Intel wireless on Linux hasn&#x27;t been as great as with, say, Atheros chipsets.<p>Plus, NetworkManager. Good God is that terrible. To put it in perspective: on one of my laptops (a PowerBook G4 running OpenBSD), I basically run the following by hand to connect to a wireless network:<p><pre><code> sudo ifconfig bwi0 nwid $MY_SSID sudo ifconfig wpa sudo ifconfig wpakey $MY_WPA_KEY sudo dhclient bwi0 </code></pre> Even <i>that</i> - on a crappy Broadcom wireless NIC, no less - is faster and more reliable than NetworkManager connecting with a good Atheros card.
stuaxoalmost 11 years ago
I&#x27;ve got this great thing where it doesn&#x27;t work when I unhibernate .. well, it&#x27;s OK since if I shut the lid and open it again then it works.
danielweberalmost 11 years ago
Literally in the &#x2F;etc&#x2F;rc.local of the machine I&#x27;m on now:<p><pre><code> echo &quot;STOPPING NETWORK MANAGER. . .&quot; &#x2F;usr&#x2F;sbin&#x2F;service networking stop echo &quot;STOPPED&quot; </code></pre> wpa_supplicant is no picnic, but at least I have more of an idea of WTF is going on.
评论 #8076093 未加载
_lce0almost 11 years ago
when linux works, it&#x27;s wonderful; when not, it&#x27;s a pain in the a*^
评论 #8078808 未加载
评论 #8078811 未加载
shinymbpalmost 11 years ago
this thread (not the article itself) is one fine example of the decline &quot;hacker&quot;-news is going through<p>if you look at &quot;linux&quot; as a community of users and developers there is lots of get stuff for free attitude and not enough people capable of and willing to work on the tasks waiting (open source drivers for mobile GPUs anyone?)<p>but hey, aren&#x27;t we all busy on making lots of $$$ with our übercool startups these days? call it the sad state of hacker ethics or continue to improve the free software world day by day .. choice is yours
GutenYealmost 11 years ago
That&#x27;s Linux.
epxalmost 11 years ago
Linux should simply adopt Android as default UI.
评论 #8076582 未加载
roscoebeeziealmost 11 years ago
And this is why I am getting a Macbook.
评论 #8088137 未加载
ninjakeyboardalmost 11 years ago
Upgrade to windows xp. problem solved.
cad71almost 11 years ago
Yep and that is the beauty, but also the pitfall of open source. People can patch to make things work for them, but also as long no one take up the task (or form a group) to fundamentally redo a driver or rewrite the architecture nothing happens. So you should take up the task to change things (find people to help you), that&#x27;s the strength of open source (community driven)
评论 #8076096 未加载
评论 #8076127 未加载