LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-22-2016, 02:16 PM   #61
1337_powerslacker
Member
 
Registered: Nov 2009
Location: Kansas, USA
Distribution: Slackware64-15.0
Posts: 862
Blog Entries: 9

Rep: Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592

Quote:
Originally Posted by chris.willing View Post
Somewhat like Slackware.
Indeed, and it could also be said that the willingness of people to follow the crowd without thinking about who they're following is quite astounding. How many people just use Ubuntu because their friends and family are using it, and not questioning its pros and cons? (Or maybe they're just not interested in computers enough to care to answer those questions). I think that's why I like Slackware so much; Pat V. puts out a simple, robust distro, but in order to administer it effectively, it forces me to think, read, and implement, not just blindly rely on others' efforts. Others may see it differently, but this is my philosophy of why I use Slackware.
 
Old 01-24-2016, 11:22 AM   #62
Jefferson
Member
 
Registered: Jul 2012
Distribution: Slackware-current, 32bit
Posts: 84

Rep: Reputation: Disabled
Every time i reboot, my headphones are getting turned off in mixer. How to fix it? Thanks in advance for the fix.

PS: now i begin to understand, why people wanted Lennart Poettering dead. O_O
 
Old 01-24-2016, 11:45 AM   #63
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by Jefferson View Post
PS: now i begin to understand, why people wanted Lennart Poettering dead. O_O
Perhaps we should not go there. Just my . Back on topic. I've been running Beta 1 on all of my machines and I'm impressed.
Slackware 14.2 is going to be a stellar release.
 
4 members found this post helpful.
Old 01-24-2016, 01:30 PM   #64
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,504

Rep: Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461
Quote:
Originally Posted by Jefferson View Post
Every time i reboot, my headphones are getting turned off in mixer. How to fix it? Thanks in advance for the fix.
Is /etc/rc.d/rc.alsa executable? If so, it may be loading the mixer defaults that replace your previous settings. I'm still not certain if that should be executable by default, and I'm suspecting that it should not.

So, try this:

Code:
chmod 644 /etc/rc.d/rc.alsa
Reboot and see if your settings are retained now. Please report back, thanks!
 
Old 01-24-2016, 02:21 PM   #65
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
Udev appears to have rules for doing a "alsactl restore", but there's nothing I can see to deal with the initial configuration of the mixer (i.e. when there is no asound.state file) so perhaps rc.alsa still has a purpose, but only on first-boot or after the user deletes their state file. It probably doesn't need to do the alsactl restore any more though, so might be worth commenting that out or removing it and leaving udev to do that bit.

As for the card switches being changed, pulse may do that on startup depending on what "port" it selects when running through the various "paths" in its profile-set for the card. I had a brief play with the profile-set and path files while trying to learn the ins and outs of pulse over this last week, and man is it convoluted!


P.S.
Not sure whether an alsactl store on shutdown is a good idea anymore given that pulse has a tendency to run riot over the mixer controls. I think I'll comment that bit out too. edit: nevermind, when I went to comment it out, I found the scripts don't do that any more anyway. Should have checked.

Last edited by GazL; 01-24-2016 at 02:57 PM.
 
Old 01-25-2016, 03:08 PM   #66
Jefferson
Member
 
Registered: Jul 2012
Distribution: Slackware-current, 32bit
Posts: 84

Rep: Reputation: Disabled
Quote:
Originally Posted by volkerdi View Post
Is /etc/rc.d/rc.alsa executable? If so, it may be loading the mixer defaults that replace your previous settings. I'm still not certain if that should be executable by default, and I'm suspecting that it should not.

So, try this:

Code:
chmod 644 /etc/rc.d/rc.alsa
Reboot and see if your settings are retained now. Please report back, thanks!
No result. It's the same. It was executable, if it matters.

I've found a quick fix to this problem, if anyone interested:

for x in `amixer controls | grep layback` ; do amixer cset "${x}" on ; done
for x in `amixer controls | grep layback` ; do amixer cset "${x}" 70% ; done


It unmutes all devices and sets volume to 70. Kudos to the author here.

Last edited by Jefferson; 01-25-2016 at 04:21 PM. Reason: BB code shenanigans
 
Old 01-25-2016, 03:43 PM   #67
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by Jefferson View Post
EDIT: percent sign gets eaten by forum. Put one after 70 in second oneliner.
Go into the full editor and you can use % and other characters. They just aren't supported in the quick replies/edits.
 
1 members found this post helpful.
Old 01-25-2016, 04:22 PM   #68
Jefferson
Member
 
Registered: Jul 2012
Distribution: Slackware-current, 32bit
Posts: 84

Rep: Reputation: Disabled
Quote:
Originally Posted by bassmadrigal View Post
Go into the full editor and you can use % and other characters. They just aren't supported in the quick replies/edits.
Thanks!

EDIT: i have found a way to fix problem with headphones being turned off after reboot. In XFCE i added a "PulseAudio Plugin" (it was added with recent updates along with PulseAudio i think). In it's settings you can control stuff related to PulseAudio. Did the trick for me.

Last edited by Jefferson; 01-25-2016 at 04:38 PM.
 
Old 01-26-2016, 06:13 PM   #69
eyeinidas
LQ Newbie
 
Registered: Jul 2015
Location: Greenwood County, South Carolina
Distribution: Slackware
Posts: 7

Rep: Reputation: Disabled
I downloaded the DVD iso and burned it. I just couldn't wait to wipe my Slackware 14.1 and replace it with 14.2 Beta. It didn't work the first two times, of course, but if it were easy, old people would be doing it. So, I got my WiFi working with the Network Manager in KDE. Then I went for the AMD Drivers. Now X is just a blank screen. I need to reinstall the VESA Drivers, temporarily, while I figure out the AMD drivers. And I need to do it from the Command Line, since X is out until I get the Vesa drivers reinstalled. It's going to be a blast.
 
Old 01-26-2016, 06:18 PM   #70
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by eyeinidas View Post
It didn't work the first two times, of course, but if it were easy, old people would be doing it.
I'm old; I'm a Cretaceous Slacker. I hope you get your stuff sorted out. Slackware 14.2 is going to be grand.
 
1 members found this post helpful.
Old 01-26-2016, 06:36 PM   #71
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,264
Blog Entries: 24

Rep: Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195
Quote:
Originally Posted by eyeinidas View Post
...if it were easy, old people would be doing it.
My friends call me "T-Rex", not because I am fast or have very many teeth left, it just sounds better than "Dino" and is easier to remember than "Pre-Cambrian Lifeform".
 
1 members found this post helpful.
Old 01-27-2016, 06:36 AM   #72
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Old??? We are Ancient!

A mild nod to all Kung Fu fans out there.
 
Old 01-27-2016, 08:11 AM   #73
stoa
Member
 
Registered: Dec 2013
Posts: 54

Rep: Reputation: Disabled
Quote:
Originally Posted by eyeinidas View Post
I downloaded the DVD iso and burned it. I just couldn't wait to wipe my Slackware 14.1 and replace it with 14.2 Beta. It didn't work the first two times, of course, but if it were easy, old people would be doing it.
I'm so old I couldn't spare the time to download an iso, wipe my system, and reinstall a few times; to be certain I could finish before I got too old to do so, I just uncommented a -current mirror and updated.

Recall the poll here on LQ a few years ago regarding the age of poll repondents using Slackware? [1][2]

[1] http://www.linuxquestions.org/questi...re-4175473149/
[2] http://www.linuxquestions.org/questi...ts&pollid=2097
 
Old 01-27-2016, 10:30 AM   #74
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
Unfortunately I am now getting speaker pops since PulseAudio has been introduced. It seems to only happen with system event sounds; emptying trash etc.

It didn't bother me so much at first but now it is just getting irritating and I am afraid that it is going to damage my speakers.

I have tried to delete the asound.conf and restart alsa but this has not helped. I had seen another post that had more info about how to revert back to alsa but I cannot find it now. I don't want to recompile a bunch of packages, I don't care if PA is in my PC, I just want to stop it from making my speakers pop.

This is what lspci is outputting as my audio device:

00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)

Any help would be appreciated.
 
Old 01-27-2016, 11:27 AM   #75
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by Skaendo View Post
Unfortunately I am now getting speaker pops since PulseAudio has been introduced. It seems to only happen with system event sounds; emptying trash etc.

It didn't bother me so much at first but now it is just getting irritating and I am afraid that it is going to damage my speakers.

I have tried to delete the asound.conf and restart alsa but this has not helped. I had seen another post that had more info about how to revert back to alsa but I cannot find it now. I don't want to recompile a bunch of packages, I don't care if PA is in my PC, I just want to stop it from making my speakers pop.

This is what lspci is outputting as my audio device:

00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)

Any help would be appreciated.
I've run into this issue before. I'm not sure if I fixed it doing this, but it's worth the try.

As root, edit:
Code:
/etc/pulse/default.pa
Look for:
Code:
load-module module-udev-detect
and change it to:
Code:
load-module module-udev-detect tsched=0
Either restart pulseaudio or log out and log back in. See if that helps.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
PulseAudio added to Slackware 14.2 beta 1 jeremy Linux - News 1 01-13-2016 12:45 PM
LXer: Phoronix Test Suite 2.2 Enters Beta LXer Syndicated Linux News 0 10-27-2009 04:40 PM
LXer: Michael Larabel talks about Phoronix LXer Syndicated Linux News 0 09-15-2008 10:51 PM
LXer: Phoronix Test Suite 1.2 Released LXer Syndicated Linux News 0 09-03-2008 07:21 PM
Slackware 9.1 beta released!!!!!!!!!!!!! cHarOn99 Slackware 3 09-18-2003 08:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration