Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
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.
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524
Rep:
The module you need is snd_intel8x0. You might want to take away pnpbios=off. acpi=off is usually just if you're having problems. You might not need it either.
If you would, please go to this page and follow the instructions there. The results might give us additional information that would help us resolve your issue.
Thanks.
I cleaned up a bit
a) according #,6 deleted what was blocking from loading (after this, the snd modules are loaded)
b) made an alsa audit; result is in http://www.alsa-project.org/db/?f=3a...ecc2a9b2c2d953
Pulseaudio is not working according the log. Is it perhaps necessary? But a start dont work
Quote:
pulseaudio --start
Quote:
W: [pulseaudio] core-util.c: Failed to open configuration file '/home/family/.config/pulse//daemon.conf': Keine Berechtigung
W: [pulseaudio] daemon-conf.c: Öffnen der Konfigurationsdatei fehlgeschlagen : Keine Berechtigung
in the pulse directory, I could not find any daemon.conf
And the path indicated in the message is a bit weird.
Any advice is welcome.
Last edited by floppy_stuttgart; 06-16-2017 at 06:20 AM.
Although --kill wont do much if "autospawn = yes" in /etc/pulse/client.conf. Plus redundant if it never started in the first place. Also if you've done pulse things by accident as root you might need to delete other things.
Depending on version of pulse ofc, and with -rf where needed. Symptom's wise it tends to load root pulse things before $HOME pulse things. But technically root pulse things shouldn't exist. There's also /run/ type things that are user specific that might get changed to root owner:group when you biff pulse as root. Just use chown to bring it back into usable form.
$ ls -al /run/user/$(id -u)/pulse*
The owner:group on those files should match the user who started pulseaudio and NOT be root.
The only ones I've ever had to customize. But in my case to add networked and jackd extras. Plus add complete stoppage of pulse to do special things, or just have the 10% more CPU and RAM perk of NOT using pulseaudio.
Pulseaudio is not working according the log. Is it perhaps necessary?
Are you saying you have installed Pulseaudio but the program is not opening?
It's not
Code:
pulseaudio --start
It is
Code:
pavucontrol
Yeah, I know it's stupid. But welcome to Debian!
Also, your GUI (i.e. your desktop environment) will have Pulseaudio listed. Just click on the Pulseaudio icon on your GUI.
I find it is helpful to install Pulseaudio.
After running the program, select Configuration tab, then on 'Built-in Audio' section change the 'Profile' to a setting which then gives you sound.
My setting is 'Digital Stereo (IEC958) input'.
Obviously, make sure all the other tabs do not have settings where sound is muted.
If people helping you ask you questions, please answer them else it looks like you're dismissing their comment.
Best of luck.
Are you saying you have installed Pulseaudio but the program is not opening?
It's not
Code:
pulseaudio --start
It is
Code:
pavucontrol
Yeah, I know it's stupid. But welcome to Debian!
Also, your GUI (i.e. your desktop environment) will have Pulseaudio listed. Just click on the Pulseaudio icon on your GUI.
I find it is helpful to install Pulseaudio.
After running the program, select Configuration tab, then on 'Built-in Audio' section change the 'Profile' to a setting which then gives you sound.
.
I made
apt-get install pulseaudio.
Then
pavucontrol
Quote:
bash: pavucontrol: Kommando nicht gefunden.
= Nothing starts.
No pulseaudio icon can be seen on the GUI.
1. Was there any error message or was pulseaudio successfully installed?
2. Can you please offer answers to my previous comment on #4?
3. Please consider ardvark71's recommendation on comment #5.
4. If you can't install a program from the Debian repos on your Debian OS, then clearly there is a simple and basic error which needs to be identified. IMO.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.