From nobody Mon Oct 03 15:05:30 2022 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Mh40L73hgz4cx9X for ; Mon, 3 Oct 2022 15:05:54 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Mh40K6Bl2z45S1 for ; Mon, 3 Oct 2022 15:05:53 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id 293F5VjR028156; Mon, 3 Oct 2022 08:05:31 -0700 (PDT) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: (from freebsd-rwg@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id 293F5U0s028155; Mon, 3 Oct 2022 08:05:30 -0700 (PDT) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <202210031505.293F5U0s028155@gndrsh.dnsmgr.net> Subject: Re: psm0: unable to allocate IRQ In-Reply-To: <367346e54761e295c21bac42afad6b4f@bsdforge.com> To: Chris Date: Mon, 3 Oct 2022 08:05:30 -0700 (PDT) CC: freebsd-current X-Mailer: ELM [version 2.4ME+ PL121h (25)] List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4Mh40K6Bl2z45S1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of freebsd-rwg@gndrsh.dnsmgr.net has no SPF policy when checking 69.59.192.140) smtp.mailfrom=freebsd-rwg@gndrsh.dnsmgr.net X-Spamd-Result: default: False [-2.10 / 15.00]; AUTH_NA(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.998]; MIME_GOOD(-0.10)[text/plain]; ARC_NA(0.00)[]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:13868, ipnet:69.59.192.0/19, country:US]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[freebsd-current@FreeBSD.org]; TO_DN_ALL(0.00)[]; RCVD_TLS_LAST(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; DMARC_NA(0.00)[dnsmgr.net]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N > On 2022-10-02 17:45, Chris wrote: > > I've spent the last 2 days attempting to get a fresh install of > > stable/13-n252407-f42139db639 working on a Dell Inspiron 5755. > > Just attempted it again with the > 14.0-CURRENT-amd64-20220930-42dc8696df5-258315 image, with the > same results. Yet Linux && Windows work as intended. Any thoughts > on how I might track the problem down in FreeBSD? > Thanks. > > > The problem I struggled with was getting the trackpad (synaptics?) > > to be recognized and function. As it is, it's only ever recognized > > as a mouse, and then, only if i kldload(8) ums(4). I'm pretty > > sure this is on a psm(4). But any attempts to use psm fail with > > psm0: unable to allocate IRQ. > > An error I found in dmesg(8) on a verbose boot. Anybody familiar > > with this, or have any thoughts on how I might track this down? > > > > To rule out hardware; I installed Slackware along side the > > FreeBSD install, and it has no trouble creating a full featured > > trackpad under the MATE DE. And in Slackware did it show up as a psm device, and if it did what IRQ is it using. Or what I suspect, is it shows up as a USB device. > > > > Thank you for all your time, and consideration. > > > > --chris -- Rod Grimes rgrimes@freebsd.org