From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ej1-f53.google.com ([209.85.218.53]) by ewsd; Thu Jun 4 11:30:25 EDT 2020 Received: by mail-ej1-f53.google.com with SMTP id y13so6586381eju.2 for <9front@9front.org>; Thu, 04 Jun 2020 08:30:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=GgGWyIlSxZp5rmHxR5L7z5Q3Nl5Dzw1l0r73NaTn5pk=; b=osAvooCjMyppPhlsCDY/wTAwWTJsTgUlRAh4L2NK6aFS1QIz3NKOPXSG3+ygJOazC5 8d11m4CTgC+ljg0sXAI70aawR+lNxJ2ySNb/uXErdUXEFuuEybjSO/+19TXIba8cRV5/ rLVw/C+7/G2iBLK/8ju6PhV0ME5kFvE8C1fEWR4MVIJYtBawsVtwZoTEmsK2vITXZz7a EnBlXlwVcMhALeS9JmUwH9agfKY/qNi+mU9UBJSOGqdCMGYnTy7zmcQzEtBtns91+BKr WiudmPOuPHolensQo1ruDHIiQFs6WBPXlNhYQzjvytPMigq+7xJ4bKhjQMoPKk3HbcBs sQGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=GgGWyIlSxZp5rmHxR5L7z5Q3Nl5Dzw1l0r73NaTn5pk=; b=qgU4ywmvVsSDDuH70XFudmpH2NT5AJUsCGpF2oK3yh9YZUZH8Ni0SPlN/TjjFcpjg+ yJjt1VKVAeXOC/QT3ll3TOK5KcAtnmlv0EuHU+CUrYO/VtDBhYC/KtaY6gGh1I7ZhYZF W9s+NanETYyt9XGlubN5KX9dS1oQT8rcTTouYoRn46HOeb7BDH59VMvRiGCDJK2rjsgy Sf4U+g80DV5QyVFieiz1ctJkcioWRT08mJ8PtJxCZ5L/APmU1s8kp8XPo5ObSB5h5ZUd Xn6Zew893ZXIkZAEt0DOsAKkyEA5luSqRYY9RW+GhyzU1sbEf3tjlVaXA0XbwrBpI/Tp zgpw== X-Gm-Message-State: AOAM531zOvbEMyWQvjTCp9Sk5ZAmJ5ZYPjsT4uuGcxEyGUvp+1NrrWzY YZxBLhYR/pq+otiNcsA6ZKjkGwYCjFw= X-Google-Smtp-Source: ABdhPJxcK/zdRX12uFbeQg2Rhv1Ky5N86W1L5N/dydF2Cx2+4si5X8h4v5m5raA5EZSSNzcJ8AdAow== X-Received: by 2002:a17:906:2b8f:: with SMTP id m15mr4640303ejg.156.1591284621294; Thu, 04 Jun 2020 08:30:21 -0700 (PDT) Return-Path: Received: from ubuntu-nuc.jimerickson.info ([2604:2d80:4985:52f1:6d34:307f:ec7f:4308]) by smtp.gmail.com with ESMTPSA id p34sm2270998edp.49.2020.06.04.08.30.20 for <9front@9front.org> (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 04 Jun 2020 08:30:20 -0700 (PDT) Subject: Re: [9front] 9front and raspberry pi 4 8gb model To: 9front@9front.org References: From: JimErickson Message-ID: <5cf90fb3-af57-15ce-ff44-68cf884a7d2a@gmail.com> Date: Thu, 4 Jun 2020 10:30:18 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: content-addressed app plugin hosting-oriented interface ori yes i am seeing the "VL805 reset..." message so i think it is getting called. On 6/3/20 8:57 PM, ori@eigenstate.org wrote: >> sorry cinap but the pre-compiled kernels did not work with the latest >> release and neither did the patch and resulting kernel. the end results >> are the same, mainly that the keyboard and mouse are not detected. i >> know that you are very busy, but is there anything else i can do to help >> out? > Just as a sanity check: Are you seeing the message the patch > adds? > >> + iprint("VL805 reset...\n"); > Can you add a print in the xhci reset function, and make sure > that it's acutally getting called? > >> +xhcireset(int devaddr)