Chromebook (How to use and put Puppy on a Chromebook)

How to do things, solutions, recipes, tutorials
Message
Author
User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#121 Post by bigpup »

rcrsn51 wrote:

Code: Select all

### these three lines enable the regular sound card ###

defaults.pcm.card 0
defaults.pcm.device 0
defaults.ctl.card 0

##################

ctl.equal {
 type equal;
}

pcm.plugequal {
  type equal;
  slave.pcm "plughw:0,0";
}

pcm.equal{
  type plug;
  slave.pcm plugequal;
}

### these two lines enable the equalizer ###

#pcm.!default pcm.equal
#ctl.!default ctl.equal
Comment OUT the top three lines and UNcomment the bottom two lines. If necessary, change "plughw:0,0" to match the desired device.
Ok.
I am slow :?
Brain dead!
Not understanding!

What exact file is this or is this something you add to a specific file???
Are you saying make the /etc/asound.conf look like this and make the changes to it?
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#122 Post by rcrsn51 »

No reply. Message deleted.
Last edited by rcrsn51 on Thu 07 May 2020, 12:04, edited 1 time in total.

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#123 Post by bigpup »

OK.

Thanks!

I will give it a try.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

Post Reply