From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-la0-f53.google.com ([209.85.215.53]) by ur; Sun Sep 27 14:11:42 EDT 2015 Received: by laclj5 with SMTP id lj5so45324035lac.3 for <9front@9front.org>; Sun, 27 Sep 2015 11:11:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=8izE9nRiK2WHM78u9zY32/g7mQeo37+X8BnQ/FH0eZA=; b=XEtDLvzA5bxHFnfhI8CmYbPCTneDVhnPt/RUeWUFDjgxVF+oWy/EA0NyNuPrdJB8l1 qP6yUYWyXYbq+uJ4wVRUxdlh8ik4DdqvLc/rQtjreEMfDtXK6VA5KNs2qI/YnIjxUoLT FzmxveK/U1iRt2/fk/elNorJq2oBFVG+iYBkX+QNzctMDFOAe9O/eXLoGGk5JGEGwqF9 tKksQ9gFDUaH9iJa1VJJ3BdEtjKqxgRwIY2ryGptQ/RRo7vNlqHf9IlJGdsoTZE0P1rW Ll2Th+23ZgyUsBphllgVxQ/1Vscz+RlYKvBTsYjnZORvksQ5XNFd4nW7DkqCPvDzLRDZ 4xKQ== X-Gm-Message-State: ALoCoQnxqBjRv0jChaQhRlHpdMYtoq5OU+8JXeK532l4Rsho9oJGWoSRB/86LJhpCFFaBmMPNzOx MIME-Version: 1.0 X-Received: by 10.112.132.74 with SMTP id os10mr4395430lbb.40.1443377499220; Sun, 27 Sep 2015 11:11:39 -0700 (PDT) Received: by 10.25.215.149 with HTTP; Sun, 27 Sep 2015 11:11:39 -0700 (PDT) X-Originating-IP: [81.170.184.90] Date: Sun, 27 Sep 2015 20:11:39 +0200 Message-ID: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: overflow-preventing callback polling out-scaling template Subject: From: David Lind To: 9front@9front.org Content-Type: text/plain; charset=UTF-8 Hello, Not sure where to file this, so I'm sending it here before filing a bug-report(since I can't tell if this is a bug or not). I'm trying to associate + authenticate with my wifi router, below is some info regarding my computer: Lenovo Thinkpad T61, type: 7659-12g Wireless nic: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] When I bind #l1 to /net, and do `echo essid itsatrap >/net/ether1/clone`, the wifi led flickers like crazy and debug prints this: #l1: firmware: iwn-4965, rev e43d0218, build 0, size 172d0+a000+2848+a000+314 #l1: rxon: bssid ffffffffffff, aid 0, channel 9, filter 4c, flags 40008005 #l1: rxon: bssid ffffffffffff, aid 0, channel 1, filter 4c, flags 40008005 #l1: rxon: bssid 6c198fc32528, aid 0, channel 11, filter 4c, flags 40008005 #l1: rxon: bssid ffffffffffff, aid 0, channel 11, filter 4c, flags 40008005 ... ... ... If I try authenticating with `aux/wpa -1 -s itsatrap -p /net/ether1`(I've tried configuring my router into using both WPA1 and WPA2 without any luck) debug prints this: wifictl: auth dd160050f20101000050f20201000050f20201000050f202 And rc prints this: aux/wpa: write auth: missing node I've tried using different versions of iwn-4965(from firmware.openbsd.org) but it doesn't seem to matter. I have no idea what to do next, so any help is appreciated. Let me know if I've left out some important information. /David