Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2025 13:56:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        wireless@FreeBSD.org
Subject:   [Bug 284465] Script to automate the drivers on Lenovo ThinkBook 14-IML 20RV
Message-ID:  <bug-284465-21060@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284465

            Bug ID: 284465
           Summary: Script to automate the drivers on Lenovo ThinkBook
                    14-IML 20RV
           Product: Base System
           Version: 14.2-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: wireless
          Assignee: wireless@FreeBSD.org
          Reporter: test.ppk001@gmail.com

Created attachment 257121
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=257121&action=edit
Script to automate the drivers on Lenovo ThinkBook 14-IML 20RV

Sir, I have developed a script for the wifi, fingreprint sensor and trackpad of
Lenovo ThinkBook 14-IML 20RV. I am enclosing the same. Persons who have issues
with the wifi and trackpad my run this script.

Notes:
The script assumes a working internet connection

Kernel build will take significant time (30-90 minutes)

Fingerprint support is experimental - actual biometric functionality not
guaranteed

Replace PATCH_URL with your actual kernel patch URL

Monitor progress with tail -f /usr/src/THINKBOOK.build.log

# Verify drivers
dmesg | grep -E 'iichid|iwlwifi|ng_ubt'

# Check fingerprint detection
/usr/local/bin/fingerprint-status

# Test Wi-Fi
ifconfig wlan0 up scan

# Test Bluetooth
hciconfig -a

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-284465-21060>