diary at Telent Netowrks

iwl if you will#

Tue, 01 Oct 2013 09:40:40 +0000

I don't pretend to understand much about wifi, but - historically, at least - I observe that the phrase "wireless net working" is often, like "military intelligence" or "road works ahead", most charitably described as oxymoronic.

The ingredients:

The symptoms: sometimes it doesn't work. Sometimes it works for a couple of minutes and then stops.

The hypothesis: iwlwifi or the hardware it's talking to doesn't like talking on 5GHz channels

The fix (first attempt):

:; cat /etc/modprobe.d/iwlwifi.conf 
options iwlwifi 5ghz_disable=1

The problem with this fix: it makes no difference. It turns out 5ghz_disable has no effect any longer

The fix (second attempt): add the line

	freq_list=2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2477 2482
to the relevant network clause in /etc/wpa_supplicant.conf. And be grateful you're not using dbus

The result: it seems to be working so far.

In other news, Schuko is hacky-but-probably-functional Showoff-style Markdown->HTML presentation software, in Clojure(script). It generates a static HTML file which you can host anywhere, and uses client-side Javascript and CSS for navigation and page flipping transitions.