| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 7,938
» Latest member: GLNNN
» Forum threads: 9,468
» Forum posts: 62,437
Full Statistics
|
| Online Users |
There are currently 5112 online users. » 1 Member(s) | 5106 Guest(s) Applebot, Baidu, Bing, Google, Yandex, Dottor Octopus
|
| Latest Threads |
Linux lite 6.0 doesn't wo...
Forum: Installing Linux Lite
Last Post: Dottor Octopus
03-03-2026, 05:14 PM
» Replies: 10
» Views: 408
|
xfce-panel fuzzy clock
Forum: Installing Software
Last Post: valtam
02-28-2026, 02:38 AM
» Replies: 1
» Views: 97
|
Project Litening
Forum: Linux Lite Software Development
Last Post: valtam
02-28-2026, 12:19 AM
» Replies: 6
» Views: 309
|
Unable to Mount External ...
Forum: Hard Drives and SSDs
Last Post: sqwuade
02-22-2026, 08:39 AM
» Replies: 7
» Views: 41,526
|
Server Upgrades
Forum: On Topic
Last Post: valtam
02-21-2026, 03:39 AM
» Replies: 0
» Views: 112
|
Linux Lite 7.8 Final Rele...
Forum: Release Announcements
Last Post: cth
02-20-2026, 09:11 AM
» Replies: 12
» Views: 15,988
|
Canonical is so encouragi...
Forum: Off Topic
Last Post: valtam
02-18-2026, 07:36 AM
» Replies: 1
» Views: 152
|
Cant download ISO
Forum: Installing Linux Lite
Last Post: valtam
02-16-2026, 11:55 PM
» Replies: 8
» Views: 494
|
Dell B1165nfw
Forum: Printing and Scanning
Last Post: valtam
02-16-2026, 09:48 AM
» Replies: 3
» Views: 265
|
wont update - Chrome NO_P...
Forum: Updates
Last Post: stevef
02-16-2026, 08:47 AM
» Replies: 1
» Views: 463
|
|
|
| No Sound on Lenovo IdeaPad Slim 3 14IAN8 (Intel Audio) After Installing Linux Li |
|
Posted by: nick12358 - 05-25-2024, 04:49 AM - Forum: Sound
- No Replies
|
 |
Hi everyone,
I recently installed Linux Lite 6.2 on my Lenovo IdeaPad Slim 3 14IAN8 laptop, but I'm having trouble getting the audio to work.
Here's what I've tried so far:
* Reinstalled PulseAudio and ALSA
* Checked BIOS settings (audio is enabled)
* Made sure there are no physical mute switches engaged
* Updated Linux Lite to the latest version
* Tried loading different kernel modules (`snd_hda_intel`, `sof-audio-pci-intel-tgl`)
* Checked the ALSA mixer (`alsamixer`)
Despite these efforts, the system still doesn't detect any sound cards (`aplay -l` shows no output).
Here's a summary of the relevant terminal output:
* **lspci:** Shows that the audio device is an Intel Corporation Tiger Lake-LP Smart Sound Technology Audio Controller, but the kernel driver in use is `sof-audio-pci-intel-tgl`.
* **dmesg:** Reveals errors related to the `sof-audio-pci-intel-tgl` module failing to initialize the audio device.
* **lsmod:** Confirms that the `snd_hda_intel` module is loaded but not actively used.
* **aplay -l:** Shows no soundcards found.
I suspect there might be a driver issue or a compatibility problem between the `sof-audio-pci-intel-tgl` module and my Intel audio chip.
Has anyone else encountered a similar issue with this Lenovo model on Linux Lite? Any suggestions or solutions would be greatly appreciated!
Thanks in advance for your help!
|
|
|
| Lenovo IdeaPad Slim 3 14IAN8 Touchpad Not Recognized on Linux Lite |
|
Posted by: nick12358 - 05-25-2024, 03:55 AM - Forum: Other
- Replies (1)
|
 |
Hi everyone,
I recently installed Linux Lite 6.4 on my Lenovo IdeaPad Slim 3 14IAN8, and I'm having trouble getting the touchpad to work. The touchpad worked perfectly fine in Windows, but it's not even being recognized by Linux Lite.
I've tried the following troubleshooting steps:
BIOS: Confirmed that the touchpad is enabled in the BIOS settings.
FN Keys: Tested all FN key combinations (Fn + F6, Fn + F8, etc.) with no effect.
Drivers: Installed and updated the xserver-xorg-input-synaptics driver.
GRUB: Modified the GRUB configuration with various parameters (i8042.nopnp=1 pci=nocrs).
X11 Configuration: Verified that the touchpad isn't disabled in /usr/share/X11/xorg.conf.d/50-synaptics.conf.
Blacklisted Modules: Confirmed no touchpad-related entries in /etc/modprobe.d/blacklist.conf.
Hardware Switch: Checked for a physical switch, but my model doesn't have one.
Reinstalled Input Drivers: Reinstalled xserver-xorg-input-all without success.
Kernel Modules: I also tried manually loading the psmouse and elan_i2c kernel modules, even though they weren't listed in the output of lsmod, but it didn't make a difference.
Additional Information:
The touchpad isn't detected in Linux Lite's "Mouse and Touchpad" settings.
xinput output:
Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Razer Razer Taipan id=7 [slave pointer (2)]
⎜ ↳ Razer Razer Taipan Keyboard id=8 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Razer Razer Taipan id=9 [slave keyboard (3)]
↳ Integrated Camera: Integrated C id=10 [slave keyboard (3)]
↳ Ideapad extra buttons id=11 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
↳ Razer Razer Taipan Keyboard id=13 [slave keyboard (3)]
sudo dmidecode -t 3 output:
# dmidecode 3.3
Getting SMBIOS data from sysfs.
SMBIOS 3.4 present.
Handle 0x0003, DMI type 3, 22 bytes
Chassis Information
Manufacturer: LENOVO
Type: Notebook
Lock: Not Present
Version: IdeaPad Slim 3 14IAN8
Serial Number: PF4Z8QKW
Asset Tag: NO Asset Tag
Boot-up State: Safe
Power Supply State: Safe
Thermal State: Safe
Security Status: None
OEM Information: 0x00000000
Height: Unspecified
Number Of Power Cords: 1
Contained Elements: 0
SKU Number: SKU Number
I'm hoping someone in the Lenovo or Linux Lite community has encountered this issue and can offer a solution.
Is there a specific driver or firmware update I should try? Any configuration tweaks that might help? Any suggestions would be greatly appreciated!
|
|
|
| Live System USB Linux Lite USB triggers bitlocker recovery on Thinkpad X13 |
|
Posted by: Joe Moukarzel - 05-23-2024, 01:28 AM - Forum: UEFI Secure Boot
- Replies (1)
|
 |
Hey,
I'm trying to run a Live System version of Linux Lite off a USB on a work Lenovo thinkpad x13 which is running Windows 11 and is bootlocker protected with TPM2.0.
I can boot it by turning off Safe Boot but then it's a pain as when i try to boot the windows partition it asks for a BitLocker recovery key.
I can also boot it with Secure Boot by enabling "Allow Microsoft 3rd Party UEFI CA" in the Lenovo Bios, but for some reason that still triggers Bitlocker recovery when booting into Windows?
Has anyone found a solution for this? Why should bitlocker care that 3rd party is enabled, it's still a certified secure boot? Is it to do with the TPM? I would love to just be able to boot off the USB without going into the BIOS everytime. Thanks in advance!
|
|
|
|