Hi,
I got this low end laptop (open box) for about $68.00 from Micro Center this morning. It came with Windows 10 and worked pretty good. I did a full hard drive install of Debian 12 and its working great with the exception that wifi did not work and the audio/microphone is very very low. I was able to fix the wifi by installing the drivers from this website:
https://github.com/lwfinger/rtw88
Prerequiste before install:Installation:I just put the above wifi information in case someone else gets this laptop and comes across this post. I have not been able to find a solution to the audo issue though. Again the audio is very low and I can barely hear anything with max volume and the microphone has the same issue its very low. So basically low output and low input.
Running inxi -A gives the following information:Anyone have any tips/solutions on how I can get the audio/microphone to work normally? Thanks.
I got this low end laptop (open box) for about $68.00 from Micro Center this morning. It came with Windows 10 and worked pretty good. I did a full hard drive install of Debian 12 and its working great with the exception that wifi did not work and the audio/microphone is very very low. I was able to fix the wifi by installing the drivers from this website:
https://github.com/lwfinger/rtw88
Prerequiste before install:
Code:
sudo apt update && sudo apt upgradesudo apt install linux-headers-$(uname -r) build-essential git
Code:
git clone https://github.com/lwfinger/rtw88cd rtw88makesudo make installsudo make install_fw
Running inxi -A gives the following information:
Code:
Audio: Device-1: Intel Celeron N3350/Pentium N4200/Atom E3900 Series Audio Cluster driver: sof-audio-pci-intel-apl API: ALSA v: k6.1.0-31-amd64 status: kernel-api Server-1: PulseAudio v: 16.1 status: active
Statistics: Posted by DebianMan — 2025-02-16 01:56 — Replies 0 — Views 10