| Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind). |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-03-2018, 12:11 AM
|
#1
|
|
Member
Registered: Feb 2007
Distribution: Debian
Posts: 113
Rep:
|
BYTCR-RT5640 can't get sound to work
Hello people,
This a generic tablet/computer, Bay Trail chipset, Atom Z3735F CPU.
I have tried the steps recommended here but I still don't get sound at all.
I do get an overwhelming amount of different options and meters in alsamixer.
I'm attaching the amixer output (too big to paste here) and the aplay -l output. The dmesg too in case it helps.
dmesg.txt
amixer.txt
aplay-l.txt
How do I go about getting the sound to work?
Once I got the headphones working, I think it was related to uninstalling pulseaudio and tinkering with the volumes/switches in alsamixer, but I couldn't reproduce it anymore.
More info on this PC:
Runs Debian 9 (Stretch) 32-bit EFI.
I had to install the 4.17 kernel for it not to freeze at the KDE loading screen. Tried a live Buster+firmware (10-testing) and the sound doesn't work either.
Integrated bluetooth/webcams (rear/front) aren't even recognized or don't work at all. Battery is not recognized (no way to find out actual charge).
I installed the latest firmware-realtek package (from Buster/testing) and got the wifi working (rtl8723bs).
Last edited by tauro_kpo; 08-03-2018 at 12:21 AM.
|
|
|
|
08-04-2018, 10:11 AM
|
#2
|
|
Senior Member
Registered: Mar 2010
Distribution: Slackware
Posts: 2,412
|
|
|
|
|
08-04-2018, 10:17 AM
|
#3
|
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 28,359
|
Quote:
Originally Posted by tauro_kpo
Hello people,
This a generic tablet/computer, Bay Trail chipset, Atom Z3735F CPU. I have tried the steps recommended here but I still don't get sound at all. I do get an overwhelming amount of different options and meters in alsamixer. I'm attaching the amixer output (too big to paste here) and the aplay -l output. The dmesg too in case it helps.
dmesg.txt
amixer.txt
aplay-l.txt
How do I go about getting the sound to work? Once I got the headphones working, I think it was related to uninstalling pulseaudio and tinkering with the volumes/switches in alsamixer, but I couldn't reproduce it anymore.
More info on this PC:
Runs Debian 9 (Stretch) 32-bit EFI. I had to install the 4.17 kernel for it not to freeze at the KDE loading screen. Tried a live Buster+firmware (10-testing) and the sound doesn't work either. Integrated bluetooth/webcams (rear/front) aren't even recognized or don't work at all. Battery is not recognized (no way to find out actual charge). I installed the latest firmware-realtek package (from Buster/testing) and got the wifi working (rtl8723bs).
|
With everything that's *NOT* working on your system, I'd start by going with a different distro, other than Debian, since it's obviously not working well on your hardware. Personally, I'd load a 'live' distro on a USB stick, and see if things were working then, and try different distros to see what success you were having. Mint is Debian based, so since you're familiar with Debian, I'd start there. Mint is more 'consumer' related, so when you mention a convertible tablet/laptop (and 32 bit at that), that would indicate a 'consumer' system, rather than a server. Fedora or openSUSE are other good choices for hardware support.
And what is the brand and model of your system?
|
|
|
|
08-04-2018, 10:50 AM
|
#4
|
|
Member
Registered: Feb 2007
Distribution: Debian
Posts: 113
Original Poster
Rep:
|
Thanks for the help. This a generic Chinese laptop, looks almost exactly the same as the Asus T100 albeit I think mine is crappier. CPU is Atom Z3735F.
I tried different Debian versions, and ended up sticking to testing. I know I may get the battery meter going with Ubu or Mint (I'm sure though) but it takes hours to load a system into this fragile little piece of... and besides the battery is almost drained. And I wouldn't use the webcams. I've used Debian as a desktop for years, I feel it's Ubuntu without all the useless bells and whistles and bloatware/spyware.
I'll tell you all how I managed to get this monstrous chip working.
1. Install (or get) firmware-intel-sound (comes with buster/testing).
2. Magic scripts found on the web allowed me to get this working (select/activate correct switches). Use either speakers (crappy) and/or headphones.
This is the source: https://github.com/plbossart/UCM/issues/1
And these are the scripts (you'll need to minimally tweak them). Remember they use amixer.
3. Pulseaudio? Yes
edit
Code:
/etc/pulse/default.pa
Add:
Code:
load-module module-alsa-sink
load-module module-alsa-source device=hw:0,0
Comment out:
Code:
### Automatically load driver modules depending on the hardware available
#.ifexists module-udev-detect.so
#load-module module-udev-detect
#.else
### Use the static hardware detection module (for systems that lack udev support)
#load-module module-detect
#.endif**
Source:
https://github.com/plbossart/UCM/issues/18
I also blacklisted
because I'm not using it and sometimes it gets the 0 ID.
Hope this helps somebody else with this problem.
PS: Don't you ever buy this laptop/tablet.
Last edited by tauro_kpo; 08-04-2018 at 10:58 AM.
|
|
|
1 members found this post helpful.
|
08-04-2018, 01:59 PM
|
#5
|
|
Senior Member
Registered: Mar 2010
Distribution: Slackware
Posts: 2,412
|
You can mark it solved.
|
|
|
1 members found this post helpful.
|
All times are GMT -5. The time now is 06:35 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|