From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-io0-f176.google.com ([209.85.223.176]) by ur; Tue Jun 28 19:56:37 EDT 2016 Received: by mail-io0-f176.google.com with SMTP id s63so31608508ioi.3 for <9front@9front.org>; Tue, 28 Jun 2016 16:56:35 -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=w1QSax7L6vM27WtjmnHfgJ2JVEs+Qq5rC/rF7+tCHu0=; b=Y0BOSUCgxG9XSuTpxaTIyT25e4bAR7VokjxAeVGm4JT//Ks4PrV0AenO0aNOTk3ldj PwKgiTlNyNdRyJa7LEv2PQWyI1UzTM9v6wSjlK6b0g65cadBshQl7R3R3YTVY+7944Ce pkHgPsLNuHr1RUMqyeNISjffCaqrV8IkKEdxTx29/OWtxFwasYqYlK2LIhXbQrFnL0OR NZ8GUlYQH2WFu7ZwsOgeR5SIQ2Xi4C2wApKDWqY6+rMVr9Q7T4FAyxqOoADGgh/chAdl 9ZsxvUgV1JFCN0q9/hE9YU3SJEAuhk8gX1wN4ODYw/4IQWF1ZJBO7byD8dx95lft0IxG V9zw== 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=w1QSax7L6vM27WtjmnHfgJ2JVEs+Qq5rC/rF7+tCHu0=; b=fMoTV3bmGgA4HQ6uHpph2Qvgj6DxeTL5NretsCtNW1wbS4Ax/7Pi+xjH/kWbe1cKbO KTQUD1ZvM+cdUBJ3QHcFnQMZGSSXvFcESvgDsBEY0HoN+itcJ649CCEQ67suNKzPKUrQ kDXsnTN/Cpn9BmAXF9+Y5Xs0OhfGGNsFwTvi9JjADeW6rKDU/0SBoZi8lN6pOTu0Byam 7RwBGsRT9BoYBzKNVTBBeU1BFWkC/11y0Uas2SA3itadwhA/eke1UW7NuY3gmo61dXsh s0aNOTaFnL2xaF2a0dlh6V+ncAs2vngtsyTphGqGEPu2ZMxouoewW67c83GO0dqzsGnV ScjA== X-Gm-Message-State: ALyK8tLJrrz2noG8gb2rAS9Xg1/8+XUwje4/Vtdu9CwmIYqJ8+62T83V3UUaFSz+UagjQIJq7R0fkr9CjZ7xeg== X-Received: by 10.107.56.215 with SMTP id f206mr6529747ioa.188.1467158194873; Tue, 28 Jun 2016 16:56:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.55.65 with HTTP; Tue, 28 Jun 2016 16:56:05 -0700 (PDT) In-Reply-To: References: From: Dave MacFarlane Date: Tue, 28 Jun 2016 19:56:05 -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: progressive XMPP over HTML base-oriented component hosting persistence optimizer 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