From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 4447 invoked from network); 25 Nov 2022 20:09:19 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 25 Nov 2022 20:09:19 -0000 Received: from mail-vk1-f173.google.com ([209.85.221.173]) by 9front; Fri Nov 25 15:07:54 -0500 2022 Received: by mail-vk1-f173.google.com with SMTP id t85so2566388vkb.7 for <9front@9front.org>; Fri, 25 Nov 2022 12:07:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=+bh+sC4a8VbUIzngnDfWj/CxSKZOYKfDZgNyagmfjh0=; b=DvznuBDVHF1+UVI19f5o1klG7MVHDFIkct+v3HCct+nI7bt4/ClapjgxEB2EImxdbv kCd0NVnJQqUr4lpstOjVkss99NXCr7JZf+G83w0Ms17FlUgBUiPfQRDPqu3iwDWu+uTX T36ngSALWfl4XQWFieZZR2mOjtusauMBp+Tv2QnOnAIFT5lVfQAzH42sZLg6S3H7c2i7 mrukwXWGVq6DFo3mL6HJZ6wyTaMefmClgCtESGWNcj8hzkeTRvRQ0YLr1ouLOfA3ob80 NwySVlZUJ3M1fW6W2fhl0MaxeMcKkgEOLKSFBzg9nLptkxdPGrn3+JhxkRSKDJHRG6yf fRYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=+bh+sC4a8VbUIzngnDfWj/CxSKZOYKfDZgNyagmfjh0=; b=CPKXqp8+j09Wfp0e683vWdPXKJg0JM0QSdhvHtjft6L9ThhK73Kg/8m0egR15WZVys gLD1bTtwnyuXFjwiPVEqyIbGKgaHK8tUGWVLyXRUm5YLE0d8MvGtFPsBbSJNHPfhbUbe r5mbn0WpS9t/XkrxGmYbW7XzApIp4YUyFhZQ2BPLCYBG/qHuLKrVDwFYRE+PFsv2mJ6o Ww+ajf0GQJTkdFf4wB3xrf162BRyJaDE6fZ7kiKeWESXJNEczPdYd6gF2VLjaAz5+B+2 zvavY8feFD5CpeKNZNre1k6CmpRNqY91MdXMqU/TYSjInXbcKf84vwXS7diUyDMs5h5C cR1Q== X-Gm-Message-State: ANoB5pnsJA6wr4TFZlZgewvsmP/FlyP+qO3XVwwV0wFo5XNfH18JvRX/ m+W/IOInd3xWhxQyIeNbCLJVbZycH8ZqrMqcjyEAEQSz0ORWGA== X-Google-Smtp-Source: AA0mqf7S5irxHGLbkbKUftASvWXl5oLTEQrkDVdbJbyZ6OWz3EgjuvO2FUq4tiTdoprNDKSa0+FfvWfO5oYC4krB/B0= X-Received: by 2002:a1f:6286:0:b0:376:5afd:d30c with SMTP id w128-20020a1f6286000000b003765afdd30cmr13254820vkb.13.1669406863890; Fri, 25 Nov 2022 12:07:43 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Chris Gorman Date: Fri, 25 Nov 2022 15:07:32 -0500 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: flexible lossless configuration-oriented rich-client-based solution Subject: Re: [9front] Wifi setup in plan9.ini fails to work, need to run commands by hand Reply-To: 9front@9front.org Precedence: bulk Hi Kemal, I just tried it and the network card fails to initialize. I can copy /dev/kmesg again if it might help, but the messages appear to be the same as before. My guess is that it's related to ... #l1: status 0cac8a04ffd5: 000000002580 000000000010: connecting -> need authentication (from pc=0xffffffff801be679) Even though I've supplied authentication via wpapsk=PASS. Perhaps my networking setup is broken somewhere? As a long shot, could it be because of my /lib/ndb/local? My modifications to it are... auth=ada authdom=cgnet ipnet=cgnet ip=192.168.2.0 ipmask=255.255.255.0 ipgw=192.168.2.1 dns=192.168.2.1 auth=ada dnsdom=cgnet fs=ada sys=ada ether=989096aad5d5 I have no entry for the wifi mac in /lib/ndb/local, could this be the problem? Thanks for the suggestion, Best, Chris On Fri, Nov 25, 2022 at 2:41 PM kemal wrote: > > hi, may you try this in plan9.ini? > > ether1=type=iwl essid=ESSID > wpapsk=PASS