Bug 197367 - [psm][acpi] There no support Touchpad DELL Inspiron 17.3" 5000 series (DELL 5748)
Summary: [psm][acpi] There no support Touchpad DELL Inspiron 17.3" 5000 series (DELL 5...
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 10.1-STABLE
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-acpi (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-06 12:05 UTC by deftunix
Modified: 2022-10-02 23:37 UTC (History)
2 users (show)

See Also:


Attachments
Original Dell ACPI DSDT in DSL format (49.97 KB, application/gzip)
2015-02-06 12:07 UTC, deftunix
no flags Details
My Dell ACPI DSDT in DSL format (50.02 KB, application/gzip)
2015-02-06 12:08 UTC, deftunix
no flags Details
My Dell ACPI DSDT in AML binary format (22.44 KB, application/gzip)
2015-02-06 12:09 UTC, deftunix
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description deftunix 2015-02-06 12:05:47 UTC
FreeBSD 10.1 no detecs psm mouse on Dell Inspiron.
I seen that the problem was related to wrong I/O port allocation in ACPI DSDT.
PS2M has not port allocated in its CSR and mouse I/O port 0x66 is allocated by PS2K resources.

I patched BIOS DSDT and fix problem loading custom AML code using the loader tunables below:

acpi_dsdt_load="YES"
acpi_dsdt_name="/boot/dell_5748_deftunix.aml"

Booting FreeBSD in verbose mode in "/var/run/dmesg.boot" was entry:

psm0: unable to allocate IRQ
Comment 1 deftunix 2015-02-06 12:07:27 UTC
Created attachment 152611 [details]
Original Dell ACPI DSDT in DSL format
Comment 2 deftunix 2015-02-06 12:08:30 UTC
Created attachment 152612 [details]
My Dell ACPI DSDT in DSL format
Comment 3 deftunix 2015-02-06 12:09:12 UTC
Created attachment 152613 [details]
My Dell ACPI DSDT in AML binary format
Comment 4 Chris Hutchinson 2022-10-02 23:37:09 UTC
I'm experiencing the same problem regarding the (missing) psm(4) IRQ.
I discovered this while attempting to install
stable/13-n252407-f42139db639 on a Dell Inspiron 5755.
All attempts to get the trackpad to function fail. This
is how I discovered the "psm0: unable to allocate IRQ"
message in dmesg(8).
Linux and Windows both function properly. Linux discovers
and installs the necessary support for the trackpad (synaptics?).
Is there anything that I can provide to further assist in
tracking down and resolving this issue?

Thanks!