Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
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.
|
 |
|
11-14-2019, 06:28 PM
|
#16
|
Senior Member
Registered: Oct 2003
Location: Elgin,IL,USA
Distribution: KDE Neon
Posts: 1,270
|
On my Chromebook I installed Kubuntu last year and internal speakers would not work at all, but when I plugged a HDMI cable in I had sound over the speakers in the monitor.
What if you try HDMI to something with speakers?
Had a problem with the BIOS and had to reinstall ChromeOS to fix, then installed GalliumO (custom Chrombook Ubuntu) and now internal speakers work, but not over HDMI.
Linux audio can be a bugger to get working right.
Could try a live version ans see if sound works, and if so what settings and drivers it is using.
|
|
|
11-15-2019, 08:49 AM
|
#17
|
Senior Member
Registered: Feb 2003
Distribution: debian
Posts: 4,137
|
you would need $(ls -al) to show hidden files... aka "."asoundrc
It's possible that you're running two pulseaudio instances and one is blocking the other. Or you ran pulseaudio as root and it changed permissions. A fresh install and trying again would most times fix either scenario fast and easy. Just make sure audio isn't muted and the user is in the audio group. If you use the distro's installer that part is normally taken care of by the installer.
|
|
|
11-16-2019, 02:15 PM
|
#18
|
Member
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729
Original Poster
Rep:
|
Quote:
Originally Posted by Shadow_7
you would need $(ls -al) to show hidden files... aka "."asoundrc
It's possible that you're running two pulseaudio instances and one is blocking the other. Or you ran pulseaudio as root and it changed permissions. A fresh install and trying again would most times fix either scenario fast and easy. Just make sure audio isn't muted and the user is in the audio group. If you use the distro's installer that part is normally taken care of by the installer.
|
Personally I never find a fresh install fast - I have to get a CD etc.
Saying that I think that might be the solution
Code:
ps x | grep pulse
1580 ? S<l 0:00 /usr/bin/pulseaudio --start --log-target=syslog
1598 ? S 0:00 /usr/lib/x86_64-linux-gnu/pulse/gconf-helper
2939 pts/3 S+ 0:00 grep --color=auto pulse
Shows that it is only running once
|
|
|
11-19-2019, 04:00 AM
|
#19
|
Senior Member
Registered: Feb 2003
Distribution: debian
Posts: 4,137
|
debootstrap
How I install my .deb based distro(s). Not for the meek as you assume various admin steps in that process. Not limited to setting a root password, adding a user, installing a bootable kernel, setting up /etc/fstab manually, and installing and configuring the bootloader. But you start with a minimal system and add the bloat you desire. And since you're doing the install in a chroot with an existing install, you already have networking setup on the host. So you can install any firmware, github drivers, and such BEFORE you ever boot your install for the first time. Takes me about 20 minutes to be booted to it, in X, and running a web browser. Where it would take me more than an hour just to download a CD/DVD ISO image.
If your install has some age to it, you might have run pulseaudio as root. Which would change the /run/user/$UID/pulse owner:group information to root, which the user doesn't have access to. It could also create older .config files for $HOME/.pulse* or /.pulse*, which at a minimum GET IN THE WAY. The current generation pulse looks in $HOME/.config/pulse/ for it's configuration stuffs. Sometimes stopping pulse, deleting those configs and starting pulse again fixes things. But a lot of those quirks are more easily (and quickly) fixed with a fresh install. Alternatively create another user, reboot, log in as that user and see if the issue(s) go away. Using useradd/adduser (depending on distro) and don't forget to add that user to the audio group (and sometimes pulse group). But again, something more easily solved by new or even average users by doing a fresh install (using the distros installer).
|
|
1 members found this post helpful.
|
03-09-2020, 08:11 AM
|
#20
|
Member
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729
Original Poster
Rep:
|
I fixed it by
a)upgrading it to the latest Kubuntu
b) going to
"
https://forum.manjaro.org/t/pulseaud...device/33087/7
see
I had what appears to be a similar problem: some headphones with a microphone, and I could not get the mic and the headphones to work at the same time. The microphone worked, but not the headphones.
Eventually, I figured out that that I had to change PulseAudio Volume Control > Configuration > Profile > [my headphones] > Analog Stereo Output + Analog Mono Input (notice the “+” in “Analog Stereo Output + Analog Mono Input”. I believe it defaulted to “Analog Stereo Output.”
Could something similar be what’s going on with your system, kimal?"
I went to configuration and changed the built in audio until it worked.
|
|
|
All times are GMT -5. The time now is 08:12 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
|
|