From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-io0-f177.google.com ([209.85.223.177]) by ur; Tue Jun 28 20:00:56 EDT 2016 Received: by mail-io0-f177.google.com with SMTP id f30so31717784ioj.2 for <9front@9front.org>; Tue, 28 Jun 2016 17:00:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=XGz9+DE/JTRVLwYa0oZTX7HrvJqtUhGSkCYY3POPgmo=; b=S14clj3MccFuag5PIcFPw+ph7q9Av4Uu3SA3XtAcTcXBAq6R/wsaWLVLQhWtgpByVi rKHUx0f7cxJ8U9nLxNbs+ETO/bn0EWJLltDaRj17LEyW2T1TovBks6VnsJd4JBU2b/4H S7iV6+qf4FpOj7I7yn1eKSCpR2HxG+TVJsoPpw4vtGZb8EMHNAKMJ7rzPwQHdG4ly0wZ nMz6q7XwX8OogBh4o8qPUpjpv+7PYEUoGT01mDlPdMGcBwQEnK42ZZiN8mtyOFydhNX4 k8ygPG0V+H4GakKwZyO1sqSVcefb/u8espw6zj3d/wpk5X9sdQf/TkgkjK5EgwJbb7GY Jj7w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=XGz9+DE/JTRVLwYa0oZTX7HrvJqtUhGSkCYY3POPgmo=; b=X982P0aWYxm0VZJ8+9MwiLKBTYPBuM1bq+aAmqNqaO5lGmWgEhNRLeoy5AR6quXQi7 0POy3aqnwsfx1wqHYinSwN6TfAoEgcMPikLng0VQfBy3xMzUl6we6a+/0wQoJubAjpYE x/cuL9+RzezQQrkXIbGfeHvNn8l/fOsySLi8d/TGaYE5IpTY0AbMJy81ooJrjhCjSH+I jPMABHreKW4Ta90R30WNgd+a95JHu/0FtkRriKOu0ii3EfaDGFzuVugLrStqJF4aPJt1 wNIvQadkJG3MnB6YRLFMl6WIk1/4pwBLYEzfm9c4TEKALXs+qSca22pGKKzJapH4adcD vUnQ== X-Gm-Message-State: ALyK8tJyavNuZRJLZFGn0qt2WlZBE7pqLQx8eWrrF3RgLOTvFVL8jiv7lrDtJ8luMyEhQtWC3VK2ziuTuRGC5g== X-Received: by 10.107.56.215 with SMTP id f206mr6544280ioa.188.1467158455177; Tue, 28 Jun 2016 17:00:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.55.65 with HTTP; Tue, 28 Jun 2016 17:00:25 -0700 (PDT) In-Reply-To: References: From: Dave MacFarlane Date: Tue, 28 Jun 2016 20:00:25 -0400 Message-ID: Subject: Re: [9front] Hardware woes To: 9front@9front.org Content-Type: text/plain; charset=UTF-8 List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: HTTP core high-performance backend Oh, I forgot to add. The format of the log messages in the screenshot is just 'print("c: %x (%d) shift: %x (%d)", c, c, shift, shift)'. (I forgot to put a newline and didn't want to recompile a kernel and reboot again so it's a little messy, but I can add a newline so it's a little cleaner if this is unusable. I don't know what patterns I'm looking for, so I don't know if there's anything obvious in this mess of data..) On Tue, Jun 28, 2016 at 7:56 PM, Dave MacFarlane wrote: > I've tried both ps2 and ps2intellimouse, and both have the same problem. > > I added a statement to just print the parameters in ps2mouseputc > because I don't know what else is relevant, and this is what I get > from dragging my finger slightly to the right (is there a better way > to do this? Keeping in mind I don't have wifi on the machine so can't > just log it to a file to send..): > > http://driusan.github.io/plan9/9frontmouse.jpg > > (everything after the error message in the screenshot from unplugging > the usb mouse. I couldn't tell you what I was doing in the screenshot > before the error message. Something on the trackpad..) > > On Mon, Jun 27, 2016 at 8:48 PM, wrote: >> for the mouse, it seems that your trackpad is sending packets in >> some strange way. >> >> the ps2 mouse packets are processed in /sys/src/9/pc/mouse.c in the >> function ps2mouseputc(), which gets called for each byte received >> from the ps2 port. so putting a debug print at the start of that >> function can reveal what we get. it might be just that you have >> to specify "ps2intellimouse" at the "mouseport is" question >> (defaults to ps2). >> >> this wireless card probably needs a new driver, given that openbsd >> made a new one (iwm(4)) for that card family. i have not looked >> into this. >> >> -- >> cinap > > > > -- > - Dave -- - Dave