From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 45A1624A48 for ; Wed, 12 Jun 2024 19:11:22 +0200 (CEST) Received: from smtp4-g21.free.fr ([212.27.42.4]) by 9front; Wed Jun 12 13:10:03 -0400 2024 Received: from cixi.localnet (unknown [IPv6:2a01:e0a:bc7:f350:cf9c:9fd5:f3b0:3fae]) (Authenticated sender: tnemeth@free.fr) by smtp4-g21.free.fr (Postfix) with ESMTPSA id 5A4C919F58A for <9front@9front.org>; Wed, 12 Jun 2024 19:10:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1718212201; bh=vH/DaCXiaqeDUTQQmx+Lfy6I/wg6Q6pX6xHNqQruA4c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NaiRzjCTOjHBdRdKS3yc+UhZNgMyvy5ezuX7MQ8ff0c5VpLfp7HK5mwBVYgmwqaGr dXl8HulPRczEOQLLSxKM+x4HVIEoHc/IIEmGdF2hdRUkRzUPehSILqHleeiwcbCksb Ap+Lg55w7NQL9IBj08PzPrMCAuFPSJ1Ol0wbAXEybzgPA9hFPD+o34Kow0R4bMDL/x tca14bOamOR9vmfD9IGDsoKYrL150hV7I4EP+NdtBpl4TArCKi9tni2RFl3rlNfCp9 1MskK+jrn+H4LWovPq5e35UWQq2Ovdq/tdjeX2J9cSs59J4MLOVcZNBM7RprmUBZlc csx9cfHM/cwXw== From: Thomas Nemeth To: 9front@9front.org Date: Wed, 12 Jun 2024 19:10:01 +0200 Message-ID: <1922705.tdWV9SEqCh@cixi> Organization: =?UTF-8?B?ZMOpc29yZ2FuaXPDqWU=?= In-Reply-To: References: <1890322.tdWV9SEqCh@cixi> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: scale-out stable proxy-aware callback proxy Subject: Re: [9front] Staying up-to-date Reply-To: 9front@9front.org Precedence: bulk Le mercredi 12 juin 2024 04:30:30 CEST, vous avez =E9crit : > Are you building your own 9front from source or simply keeping your > existing installation up to date? If the latter then you just cd > /sys/src ; sysupdate && mk install && mk clean This is basically what I try to do, but with man pages too. I like my documentation to match with the commands I use ;) > Of course this does not build the kernel which you must perform > manually. This is the next step. I want an up-to-date kernel to try Wifi connections on the raspi where it's installed and... as of now there aren't any interface found other than ether0. Thomas.