Re: [gentoo-user] kernel-5.4.69

2020-10-10 Thread Dale
Jude DaShiell wrote:
> I got 5.4.66 sources installed and then did:
> emerge --unmerge espeakup espeak portaudio
> emerge espeakup espeak portaudio
> One of the messages stated config_speakup and config_speakup-synth_soft
> options are not configured in this kernel and those would have to be set
> correctly to avoid unexpected behavior.
>
> At this point I'm curious what file is used to store these options since
> it may be necessary to edit that file directly with nano and dump this
> menuconfig.
>

When configuring your kernel, you have to enable Staging first, under
Device Drivers and closer to the bottom than the top.  Once you enable
that, then you can find and enable the speakup parts.  If you don't have
Staging enabled, the speakup parts are hidden.  There are also options
in the Staging sub-menu that you may need as well. 

Hope that helps. 

Dale

:_)  :-) 


Re: [gentoo-user] kernel-5.4.69

2020-10-10 Thread Jude DaShiell
I got 5.4.66 sources installed and then did:
emerge --unmerge espeakup espeak portaudio
emerge espeakup espeak portaudio
One of the messages stated config_speakup and config_speakup-synth_soft
options are not configured in this kernel and those would have to be set
correctly to avoid unexpected behavior.

At this point I'm curious what file is used to store these options since
it may be necessary to edit that file directly with nano and dump this
menuconfig.

On Sat, 10 Oct 2020, John Covici wrote:

> Date: Sat, 10 Oct 2020 13:52:06
> From: John Covici 
> Reply-To: gentoo-user@lists.gentoo.org
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] kernel-5.4.69
>
> On Sat, 10 Oct 2020 13:36:26 -0400,
> Neil Bothwick wrote:
> >
> > [1  ]
> > On Sat, 10 Oct 2020 13:20:09 -0400, Jude DaShiell wrote:
> >
> > > How can I emerge the sources for this version of the kernel?  I think
> > > John suggested 5.4.69.
> >
> > emerge -1a gentoo-sources:5.4.69
> >
> > You need to be running ~arch for this, or have gentoo-sources in
> > package.accept_keywords, 5.4.66 is the latest in stable.
> >
> .66 is certainly OK as well, I am on the ~arch which I happen to find
> useful.
>
>

-- 




Re: [gentoo-user] kernel-5.4.69

2020-10-10 Thread Ashley Dixon
On Sat, Oct 10, 2020 at 02:03:52PM -0400, Jude DaShiell wrote:
> Okay thanks.  When I tried that I got a message masked by amd64 keyword
> and returned to the chroot prompt.

If you really want to specify the version on the command line with a  one-liner,
couple it with the `--autounmask`  and  `--autounmask-continue`  options,  which
will automatically add the requested version to  your  `package.accept_keywords`
directory/file and emerge from there.

$ emerge -1 --autounmask --autounmask-continue \ 
=sys-kernel/gentoo-sources-5.4.69

-- 

Ashley Dixon
suugaku.co.uk

2A9A 4117
DA96 D18A
8A7B B0D2
A30E BF25
F290 A8AA



signature.asc
Description: PGP signature


Re: [gentoo-user] kernel-5.4.69

2020-10-10 Thread Neil Bothwick
On Sat, 10 Oct 2020 13:52:06 -0400, John Covici wrote:

> > You need to be running ~arch for this, or have gentoo-sources in
> > package.accept_keywords, 5.4.66 is the latest in stable.
> >   
> .66 is certainly OK as well, I am on the ~arch which I happen to find
> useful.

I run ~arch here, but not for the kernel as it involves too many reboots.


-- 
Neil Bothwick

Nobody's perfect and since I'm nobody...!


pgp5HjNxbHMsa.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] kernel-5.4.69

2020-10-10 Thread Jude DaShiell
Okay thanks.  When I tried that I got a message masked by amd64 keyword
and returned to the chroot prompt.
On Sat, 10 Oct 2020, John Covici wrote:

> Date: Sat, 10 Oct 2020 13:49:52
> From: John Covici 
> Reply-To: gentoo-user@lists.gentoo.org
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] kernel-5.4.69
>
> On Sat, 10 Oct 2020 13:20:09 -0400,
> Jude DaShiell wrote:
> >
> > How can I emerge the sources for this version of the kernel?  I think John
> > suggested 5.4.69.
> >
> >
>
> Just emerge =sys-kernel/gentoo-sources-5.4.69  The = sign is
> important, you can emerge any specific version in the tree this way.
>
>

-- 




Re: [gentoo-user] kernel-5.4.69

2020-10-10 Thread John Covici
On Sat, 10 Oct 2020 13:36:26 -0400,
Neil Bothwick wrote:
> 
> [1  ]
> On Sat, 10 Oct 2020 13:20:09 -0400, Jude DaShiell wrote:
> 
> > How can I emerge the sources for this version of the kernel?  I think
> > John suggested 5.4.69.
> 
> emerge -1a gentoo-sources:5.4.69
> 
> You need to be running ~arch for this, or have gentoo-sources in
> package.accept_keywords, 5.4.66 is the latest in stable.
> 
.66 is certainly OK as well, I am on the ~arch which I happen to find
useful.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici wb2una
 cov...@ccs.covici.com



Re: [gentoo-user] kernel-5.4.69

2020-10-10 Thread John Covici
On Sat, 10 Oct 2020 13:20:09 -0400,
Jude DaShiell wrote:
> 
> How can I emerge the sources for this version of the kernel?  I think John
> suggested 5.4.69.
> 
> 

Just emerge =sys-kernel/gentoo-sources-5.4.69  The = sign is
important, you can emerge any specific version in the tree this way.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici wb2una
 cov...@ccs.covici.com



Re: [gentoo-user] kernel-5.4.69

2020-10-10 Thread Neil Bothwick
On Sat, 10 Oct 2020 13:20:09 -0400, Jude DaShiell wrote:

> How can I emerge the sources for this version of the kernel?  I think
> John suggested 5.4.69.

emerge -1a gentoo-sources:5.4.69

You need to be running ~arch for this, or have gentoo-sources in
package.accept_keywords, 5.4.66 is the latest in stable.


-- 
Neil Bothwick

Windows Error #09: Mouse not found. Press mouse button to continue.


pgp9JZj6kzE0B.pgp
Description: OpenPGP digital signature