Short, Easy Dialogues

15 topics: 10 to 77 dialogues per topic, with audio

HOME – www.eslyes.com

Mike michaeleslATgmail.com

February 22, 2018: "500 Short Stories for Beginner-Intermediate," Vols. 1 and 2, for only 99 cents each! Buy both e‐books (1,000 short stories, iPhone and Android) at Amazon (Volume 1) and at Amazon (Volume 2). All 1,000 stories are also right here at eslyes at Link 10.


....Middle of this page....


....Bottom of this page....


....To download Audio Files, click here. Next, right click on a file. Then, Save As....


Dec. 18, 2016. All 273 Dialogues below are error‐free. NOTE: The number following each title below (which is the same number that follows the corresponding dialogue) is the Flesch‐Kincaid Grade Level. See Flesch‐Kincaid or FREE Readability Formulas, or Readability‐Grader, or Readability‐Score. These grade levels are not "true" grade levels, because the dialogues are not in "true" paragraph form (because of the A: and B: format). However, the grade levels are true in the sense that they are truly relative to one another.


Acpi Ibm0068 Patched | Deluxe

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash loglevel=3" Then run sudo update-grub (Debian/Ubuntu) or sudo grub-mkconfig -o /boot/grub/grub.cfg (Arch/Fedora).

Introduction: The Dreaded Boot Message For decades, Lenovo (formerly IBM) ThinkPad laptops have been the gold standard for Linux compatibility. However, even the most loyal ThinkPad user has likely encountered a cryptic line scrolling past during boot-up or lurking in the dmesg logs: acpi ibm0068

When the Linux kernel boots, it interrogates the system’s DSDT (Differentiated System Description Table)—a small program written in a bytecode language that describes which hardware devices are attached. The kernel’s ACPI driver reads this table and attempts to match each device ID to a corresponding kernel driver. The string IBM0068 is a Plug and Play Hardware ID (PNP ID). Historically, IBM and later Lenovo assigned unique PNP IDs to embedded controllers and proprietary hardware components on ThinkPad laptops. The kernel’s ACPI driver reads this table and

Edit /etc/default/grub and add loglevel=3 to GRUB_CMDLINE_LINUX_DEFAULT : downgrading BIOS versions

Do not waste hours recompiling kernels, downgrading BIOS versions, or editing DSDT tables. The only action required is .

This silences all kernel messages below error-level, not just IBM0068. Method 2: Blacklist the Legacy Driver (Not Recommended) You might consider blacklisting the old ibm_acpi (deprecated) module. However, modern kernels no longer contain this module separately. Do not attempt this. Method 3: Custom Initramfs Filter (For Experts) Create a script in /etc/initramfs-tools/scripts/init-top/ that greps and removes ACPI lines from dmesg . This is overkill for 99% of users. ACPI IBM0068 vs. Other ThinkPad ACPI IDs To understand the context, here are other common ThinkPad ACPI IDs you may encounter:



HOME – www.eslyes.com


Copyright © 2026. All rights reserved. michaeleslATgmail.com

....Middle of this page....


....Top of this page....