[gentoo-user] No Sound After Reboot, or, More Troubles with Firmware?

2017-12-18 Thread Hunter Jozwiak
Hello again,

While fixing my wifi card issues, I came across yet another issue. I
set the snd-hda-intel PCH as my default soundcard, but I have no sound
whatsoever, which renders the system pretty much inoperable to me. I
tried the following:
amixer set Master unmute
amixer set Speaker unmute
amixer set Headphone unmute
These all went to no evail; no speech from espeakup, and nothing from
speaker-test. Am I missing something here? Is there an amixer set All
unmute or something? configlessnd_hda_intel is enabled as a module, as
is the Realtek codec; the system picked up on the device fine.

Thanks,

Hunter



Re: [gentoo-user] Loading a Firmware Module By hand?

2017-12-18 Thread Hunter Jozwiak
On 12/18/17, Floyd Anderson <f...@31c0.net> wrote:
> On Mon, 18 Dec 2017 19:15:04 +
> Hunter Jozwiak <hunter.t@gmail.com> wrote:
>>On 12/18/17, Mick <michaelkintz...@gmail.com> wrote:
>>> On Monday, 18 December 2017 05:11:20 GMT Hunter Jozwiak wrote:
>>>> Hmm. I have kernel 4.14.7 and linux-firmware 20171206. I tried version
>>>> 9 as well, but that didn't help matters, either. Nor did
>>>> compiling the firmware into the kernel; either 4.14 is too old, or it
>>>> is too new.
>>>
>>> I'd think they are both too new?
>>>
>>>> I tried copying the firmware my live iso was using, but
>>>> that didn't help either.
>>>
>>> If the live iso works, start with using the same kernel release and
>>> linux-
>>> firmware version, to see if this works as expected on your installation.
>>> Then
>>> update kernel sources and firmware to the latest stable and see if this
>>> works
>>> too.
>>>
>>> From there on you can move into ~arch to find the version at which
>>> things
>>> break.
>>> --
>>> Regards,
>>> Mick
>>Okay, here are the dmesg messages:
>>https://paste.pound-python.org/show/nrNfBAEPfh9W7ZIeItJC/
>>The present kernel configuration, as of yesterday evening:
>>https://paste.pound-python.org/show/NmNB8nzLuEjmsz74kRVE/
>>Make and model of the offending card: Qualcomm 6174 revision 20.
>>Not exactly what the -2 error means, but I will try as Mick suggested
>>and work my way forwards to see what I can get working.
>>
>
> Hi,
>
> I was a little bit confused from your earlier mentioned
>
> /lib/firmware/ath10k/QCABLEFAGD/HW3.0
>
> I wonder where this firmware come from. I cannot find it, neither with
> the identifier ‘QCABLEFAGD’ nor an upper cased ‘HW3.0’ directory in
> [1][2][3][4].
>
> Your log tells an other story now. As far as I can tell:
>
> “Direct firmware load for […] failed with error -2”
>
> comes from _request_firmware and fw_get_filesystem_firmware functions in
> file [5]. The symbolic error name ENOENT, see `man 3 errno`, means
> something like ‘No such element’ or ‘No such file or directory’.
>
> Even CONFIG_EXTRA_FIRMWARE_DIR defaults to ‘/lib/firmware’, there should
> be whether an entry ‘# CONFIG_EXTRA_FIRMWARE_DIR is not set’ or
> something like ‘CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware"’ in your
> config. Its unclear to me why it is not there.
>
> If you want to build into the kernel again, check
> ‘/lib/firmware/ath10k/QCA6174/hw2.1/firmware-6.bin’ exists and set:
>
> CONFIG_FIRMWARE_IN_KERNEL=y
> CONFIG_EXTRA_FIRMWARE="ath10k/QCA6174/hw2.1/firmware-6.bin"
> CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware"
>
> Hope that helps.
>
>
> [1]
> <https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/ath10k>
> [2]
> <https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/tree/drivers/net/wireless/ath/ath10k/hw.h?h=v4.14.7>
> [3] <https://github.com/kvalo/ath10k-firmware>
> [4] <https://wireless.wiki.kernel.org/en/users/Drivers/ath10k/firmware>
> [5]
> <https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/tree/drivers/base/firmware_class.c?h=v4.14.7#n386>
>
>
>
> --
> Regards,
> floyd
>
>
>
That particular firmware does not exist. I am trying to figure how far
back I need to rollback the kernel. Sabayon's live ISO is using
4.13.0, but that is no longer in the tree. Not sure if I need to go
back to the 4.12 ebuilds, or if 4.13.5 will suit my needs; perhaps
there is a bit of source code that I can look at to see what is being
used for the firmware?



Re: [gentoo-user] Loading a Firmware Module By hand?

2017-12-18 Thread Hunter Jozwiak
On 12/18/17, Mick <michaelkintz...@gmail.com> wrote:
> On Monday, 18 December 2017 05:11:20 GMT Hunter Jozwiak wrote:
>> Hmm. I have kernel 4.14.7 and linux-firmware 20171206. I tried version
>> 9 as well, but that didn't help matters, either. Nor did
>> compiling the firmware into the kernel; either 4.14 is too old, or it
>> is too new.
>
> I'd think they are both too new?
>
>> I tried copying the firmware my live iso was using, but
>> that didn't help either.
>
> If the live iso works, start with using the same kernel release and linux-
> firmware version, to see if this works as expected on your installation.
> Then
> update kernel sources and firmware to the latest stable and see if this
> works
> too.
>
> From there on you can move into ~arch to find the version at which things
> break.
> --
> Regards,
> Mick
Okay, here are the dmesg messages:
https://paste.pound-python.org/show/nrNfBAEPfh9W7ZIeItJC/
The present kernel configuration, as of yesterday evening:
https://paste.pound-python.org/show/NmNB8nzLuEjmsz74kRVE/
Make and model of the offending card: Qualcomm 6174 revision 20.
Not exactly what the -2 error means, but I will try as Mick suggested
and work my way forwards to see what I can get working.



Re: [gentoo-user] Loading a Firmware Module By hand?

2017-12-17 Thread Hunter Jozwiak
Hmm. I have kernel 4.14.7 and linux-firmware 20171206. I tried version
9 as well, but that didn't help matters, either. Nor did
compiling the firmware into the kernel; either 4.14 is too old, or it
is too new. I tried copying the firmware my live iso was using, but
that didn't help either.

On 12/17/17, Andrey Utkin <andrey_ut...@gentoo.org> wrote:
> On Sun, Dec 17, 2017 at 12:34:14AM -0500, Hunter Jozwiak wrote:
>> Hi,
>>
>> I have an ath10k_pci device that I'm trying to get hooked to the
>> Internet, but I'm having some strange issues. It is trying to load the
>> 2.1 firmware, but I don't think that is the proper firmware for the
>> interface to have; I think it ought to be loading the 3.0 module, but
>> am not quite sure on that either, or how I could go about injecting
>> that into the modprobe; I wasn't able to pinpoint the firmware blob
>> the ISO was using, so that wasn't much of a pointer in the right
>> direction either. I see that the 3.0 blob does exist in
>> /lib/firmware/ath10k/QCABLEFAGD/HW3.0, but there are many bin files,
>
> I have little to no idea about your actual case... But could it be that
> you have a recent linux-firmware package (which provides /lib/firmware/
> files) and not recent enough kernel? I think kernel is what decides
> which firmware file to load.
>



[gentoo-user] Loading a Firmware Module By hand?

2017-12-16 Thread Hunter Jozwiak
Hi,

I have an ath10k_pci device that I'm trying to get hooked to the
Internet, but I'm having some strange issues. It is trying to load the
2.1 firmware, but I don't think that is the proper firmware for the
interface to have; I think it ought to be loading the 3.0 module, but
am not quite sure on that either, or how I could go about injecting
that into the modprobe; I wasn't able to pinpoint the firmware blob
the ISO was using, so that wasn't much of a pointer in the right
direction either. I see that the 3.0 blob does exist in
/lib/firmware/ath10k/QCABLEFAGD/HW3.0, but there are many bin files,
so choosing the right one is a bit tricky by the looks of things.
Earlier today, I had read the Gentoo wiki on the topic, which
suggested that I compile the blob into the kernel itself, but the link
they gave only described the advantages and disadvantages of modular
kernels and how to drop kmod if you're using a moduleless kernel. Does
anybody have any insight on this matter?

Thanks,

Hunter



[gentoo-user] How to Fix Extraoardinarily Loud Alsa?

2016-11-01 Thread Hunter Jozwiak
Hi,

I finally got the base install of Gentoo done, but I've come across a
really interesting probleing. After installing Alsa and enabling its
daemon, I had copied the asound.conf from the distro I was using on to
the system. Unfortunately, this give the side effect that ALSA is
extremely loud (I would guess top volume), and none of the sliders
seem to work. I am using my Intel high definition audio card. Has
anyone come across a similar issue? If so, how did you go about fixing
it?



RE: [gentoo-user] A List of Module Descriptions

2016-10-31 Thread Hunter Jozwiak


-Original Message-
From: Fernando Rodriguez [mailto:cyklon...@gmail.com] 
Sent: Monday, October 31, 2016 17:48
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] A List of Module Descriptions

On 10/31/2016 04:07 PM, Hunter Jozwiak wrote:
> Hi,
> 
>  
> 
> In my quest to install Gentoo and get it chugging along, I am 
> wondering if there is a database that explains what a particular 
> kernel module does so that I don't break something that doesn't need 
> to be changed or enable something that I ought not to have enabled.
> 

Select the module option in the "make menuconfig" UI and press the ? key.

> 
> Hunter
> 
> 
> 
> --
> --
> Avast logo
> <https://www.avast.com/sig-email?utm_medium=email_source=link_
> campaign=sig-email_content=emailclient>
>   
> 
> This email has been checked for viruses by Avast antivirus software.
> www.avast.com
> <https://www.avast.com/sig-email?utm_medium=email_source=link_
> campaign=sig-email_content=emailclient>
> 
> 
> 


-- 

Fernando Rodriguez
Ah, I didn't notice this in he bar of options. Thanks!


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus




[gentoo-user] A List of Module Descriptions

2016-10-31 Thread Hunter Jozwiak
Hi,

 

In my quest to install Gentoo and get it chugging along, I am wondering if
there is a database that explains what a particular kernel module does so
that I don't break something that doesn't need to be changed or enable
something that I ought not to have enabled.

 

Hunter



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus


RE: [gentoo-user] make -j for kernel builds?

2016-10-31 Thread Hunter Jozwiak


-Original Message-
From: meino.cra...@gmx.de [mailto:meino.cra...@gmx.de] 
Sent: Monday, October 31, 2016 13:07
To: Gentoo 
Subject: [gentoo-user] make -j  for kernel builds?

Hi,

from ancient times ;) I remember, that it is not advisable to compile a
linux kernel with more than one cpu core.

Is that still true, or is it save to compile it with "all you can eat" ::))
?

Cheers
Meino


I was wondering the same thing, as when I tried to compile my kernel it
panicked at boot; though this was probably my inexperience with building
them.


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus




RE: [gentoo-user] Flat View of the Handbook?

2016-03-27 Thread Hunter Jozwiak
 

 

From: Dale [mailto:rdalek1...@gmail.com] 
Sent: Sunday, March 27, 2016 10:35
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Flat View of the Handbook?

 

Hunter Jozwiak wrote:

Hello again,

 

Where can I find the flattened version of the handbook, wherein the sections
were linked together in the text? I found that that was easier to read, so I
am curious if that is still around.

 

Thanks,

 

Hunter



Do you mean like this:

https://wiki.gentoo.org/index.php?title=Handbook:AMD64/Full/Installation
<https://wiki.gentoo.org/index.php?title=Handbook:AMD64/Full/Installation
intable=yes> =yes  

Dale

:-)  :-)  

Yes, thank you ver much.



RE: [gentoo-user] The Project Begins!

2016-03-26 Thread Hunter Jozwiak


-Original Message-
From: Sam Jorna [mailto:wra...@gentoo.org] 
Sent: Saturday, March 26, 2016 22:12
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] The Project Begins!

On 27/03/16 12:51, 80x24 wrote:
> Hunter Jozwiak wrote:
>> Hello,
>>
>> I am going to now host my web site on a Gentoo server. Firstly, is 
>> there a recommended profile for this, or will the default amd64 
>> profile

It depends on your use-case and preference, but hardened is often a good
choice for something that will offer external services (as in over the
Internet).

>> suffice? Or would it be better to use a hardened profile for this task?
>> Secondly, does Linode offer the requisite information for things you 
>> MUST have while building a kernel?

The Linode configurations, last time I checked, were significantly out of
date (including their Gentoo deployment image). Depending on your level of
paranoia, it may be reasonable for you to boot your Linode using their
rescue environment and perform a stage-3 install that way.
Otherwise, you can simply deploy their Gentoo image and update/harden as
necessary.

As for kernel configuration, I don't recall seeing anything specifically,
however they do include their default kernel configuration in either
/boot/config* or /proc/config.gz, so you can use that as a base.

>> And finally, I am going to have
>> multiple servers. Is there a package that I can use to distribute my 
>> built kernels?

There isn't a package, however depending on how you configure the kernel,
you can either just copy the .config from one host or another, or the kernel
make program has options to build archives of the built kernel - see `make
help` for details.

>> Thanks, you guys are awesome, and keep up the good work,
>>
>> Hunter
>>
> As far as you know how to hardened security of your servers. Normal 
> profile will be good (Though I still recommend hardened if you're 
> familiar with GRsecurity and other ``hardeded'' stuff).
>
> If you go with the hardened version, you will also need to build 
> custom kernel and set kernel to pygrub in Linode profile settings 
> (which selects proper generic kernel by default). And yes you will 
> need a bootloader.

Hardened is not one be-all solution - you can use some hardened features and
not others. For example, you can convert to the hardened profile and do not
necessarily need to use hardened-sources. Similarly, if you *do* use
hardened-sources, you do not need to enable an RBAC (such as GRSecurity or
SELinux).

If you do use PaX in the kernel, though, you will need to also be on a
hardened profile to have binaries marked appropriately.

Cheers;
--
Sam Jorna (wraeth) <wra...@gentoo.org>
GnuPG Key: D6180C26
Okay. Thanks for that information. Is there a more descriptive version of
the twenty USE flags I should use for Apache, because the index is rather
vague. I pulled up the wiki page, clicked on a link that was attached to one
of the USE flags, which in turn opened up another three hundred plus USE
opportunities.




[gentoo-user] Flat View of the Handbook?

2016-03-26 Thread Hunter Jozwiak
Hello again,

 

Where can I find the flattened version of the handbook, wherein the sections
were linked together in the text? I found that that was easier to read, so I
am curious if that is still around.

 

Thanks,

 

Hunter



[gentoo-user] The Project Begins!

2016-03-26 Thread Hunter Jozwiak
Hello,

 

I am going to now host my web site on a Gentoo server. Firstly, is there a
recommended profile for this, or will the default amd64 profile suffice? Or
would it be better to use a hardened profile for this task? Secondly, does
Linode offer the requisite information for things you MUST have while
building a kernel? And finally, I am going to have multiple servers. Is
there a package that I can use to distribute my built kernels?

 

Thanks, you guys are awesome, and keep up the good work,

 

Hunter



[gentoo-user] Giving Gentoo Another Go

2016-03-19 Thread Hunter Jozwiak
Hello,

 

After talking to a few diehard Gentoo fans at my local LUG, I decided I
would like to give Gentoo another shot. Are there any good books that can
supplement the Gentoo handbook as well as books that go more in depth than
the Gentoo chapter on Portage? One of the main issues I faced with Gentoo
when I first tried it is that I did not understand the power of package.use,
and I put everything in to make.conf. However, I feel that given enough
supplemental information, I can hopefully make Gentoo attempt 6 a more
permanent thing, and, eventually, migrate my servers over to it. Any input
is greatly appreciated.

 

Thanks,

 

Hunter



RE: [gentoo-user] System76 Hardware

2015-10-02 Thread Hunter Jozwiak


-Original Message-
From: freemanr...@gmail.com [mailto:freemanr...@gmail.com] On Behalf Of Rich 
Freeman
Sent: Friday, October 2, 2015 18:02
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] System76 Hardware

On Fri, Oct 2, 2015 at 4:28 AM, Nuno Magalhães  wrote:
> I'd say the method is the same as with any other laptop: pick one 
> specific model, look into its hardware (this[1] and a liveCD may be 
> handy), search for drivers, search "gento" + , 
> follow the handbook.
> You have the slight assurance those laptops are built with linux in 
> mind; anything else is just business as usual.

Unless they or Ubuntu are carrying out-of-mainline drivers I'd say your 
assurance is more than slight, but I'm not reimbursing you if for some reason 
it doesn't work.  :)

If you want to run a 2.6-series kernel on it you could have problems, but if 
you don't mind running a recent stable (ie what Gentoo ships by default anyway) 
I suspect you'll be fine.  Worst case you'll just run closer to bleeding-edge 
on ~arch for the kernel for a few months until longterm catches up, and lots of 
people around here run ~arch anyway.

--
Rich
I will be running to ~arch on install anyways.




[gentoo-user] System76 Hardware

2015-10-01 Thread Hunter Jozwiak
Hi gang. I am looking in to buying a System76 rig, and I am curious as to
how Gentoo and System76 play together. What installation steps do I need to
beware of when installing to such laptops? What CFLAGS are good to have, and
CXXFLAGS, for that matter? Aside from the obvious hardware modules, what
else would be good to build in to a kernel? I have been doing some research
on the matter, but my results have been inconclusive.

Thanks,

Hunter



[gentoo-user] Did Gnome 3.12 Just Drop?

2014-06-01 Thread Hunter Jozwiak
Hi all. I had installed Gnome 3.10 a few days ago, and now things have
been migrating towards 3.12 Has Gnome 3.12 just launched for the x86
platforms, or is there something amiss with Portage that I should
check? I get this weird update process: it gives me a version, such as
4.0, but the next day bumps me up to 4.1, which is weird, since logic
would say that 4.1 is the newest, you'd want it over 4.0. Or is it the
SLOTS technology? I've not quite gotten that concept yet.



[gentoo-user] How to Reclaim a Rather Nice Feature?

2014-05-30 Thread Hunter Jozwiak
Hi all. I discovered a cool feature, be it by accident or intended,
with Emerge and Orca. If you put the cursor at the bottom of the
screen, Orca won't gabble compile information. Instead, it would say
stages, such as: Emerge Frame. Emerging 1 of twenty
mail-client/thunderbird ''' Emerging 1 of 20 mail-client/thunderbird
compile. But for whatever reason, I broke this feature. Is there a
way to reclaim it? I suspect it broke after an update I did, but I
haven't a clue where the feature came from.



RE: [gentoo-user] Odd Update Issue

2014-05-28 Thread Hunter Jozwiak


-Original Message-
From: Neil Bothwick [mailto:n...@digimed.co.uk] 
Sent: Wednesday, May 28, 2014 3:58 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Odd Update Issue

On Tue, 27 May 2014 20:58:56 -0400, Hunter Jozwiak wrote:

Can you fix whatever you are using to post this. Portage output is difficult
enough to parse without you adding extra layers of obfuscation.

   * Cannot find $EPATCHSOURCE! Value for $EPATCHSOURCE is: * * 
 /usr/portage/media-libs/mesa/files/mesa-10.2-dont-require-llvm-fo
 r-r3004patch * were mesa-10.2-dont-require-llvm-for-r3004patch
 were
   * ERROR: media-libs/mesa-10.2.0.rc433gentoo failed (prepare
 phase): * Cannot find $EPATCHSOURCE! * * Call stack: * ebuildddsh, 
 line 93: Called srcprepare * environment, line 4773:
 Called epatch

The ebuild is trying to apply a patch but the patch file does not exist.
Most patch files are included in the portage tree and occasionally a dev
omits to update one.

Run emerge --sync and try again. If the problem persists, file a bug at
bugs.gentoo.org, after checking that no one else has already done it.


--
Neil Bothwick

Experience is what you get when you didn't get what you wanted.
Thanks much. The patch did sync across this time.




[gentoo-user] Odd Update Issue

2014-05-27 Thread Hunter Jozwiak
Hi guys.  I ran into this error while doing a full system update, 
and was wondering if there was a solution.

-Begin Messajes
Calculating dependencies .. ..  done! [ebuild U ] 
media-libs/mesa-10.2.0.rcbled [10.0.4] USE equals comdriblec% 
comopenmax%was VIDEOCARDS equals nouveauinin radeoninin 
vmwareinin
 greater-than  greater-than  greater-than Verifying ebuild 
manifests
 greater-than  greater-than  greater-than Emerging (1 of 1) 
media-libs/mesa-10.2.0.rc433gentoo * MesaLib-10.2.0-rc44tarddbz2 
SHA256 SHA512 WHIRLPOOL size ;com) ...  Were ok ] greater-than  
greater-than  greater-than Unpacking source...  greater-than  
greater-than  greater-than Unpacking MesaLib-10.2.0-rc44tarddbz2 
to /var/tmp/portage/media-libs/mesa-10.2.0.rcbled/work 
greater-than  greater-than  greater-than Source unpacked in 
/var/tmp/portage/media-libs/mesa-10.2.0.rcbled/work greater-than  
greater-than  greater-than Preparing source in 
/var/tmp/portage/media-libs/mesa-10.2.0.rcbled/work/Mesa-10.2.0-r

cbled ...
 * Cannot find $EPATCHSOURCE! Value for $EPATCHSOURCE is: * * 
/usr/portage/media-libs/mesa/files/mesa-10.2-dont-require-llvm-fo
r-r3004patch * were mesa-10.2-dont-require-llvm-for-r3004patch 
were
 * ERROR: media-libs/mesa-10.2.0.rc433gentoo failed (prepare 
phase): * Cannot find $EPATCHSOURCE! * * Call stack: * 
ebuildddsh, line 93: Called srcprepare * environment, line 4773: 
Called epatch 
'/usr/portage/media-libs/mesa/files/mesa-10.2-dont-require-llvm-f
or-r3004patch' * environment, line 1849: Called die * The 
specific snippet of code: * die Cannot find backslash 
$EPATCHSOURCE!; * * If you need support, post the output of 
`emerge -info ' equals media-libs/mesa-10.2.0.rc433gentoo'`, * 
the complete build log and the output of `emerge compqv ' equals 
media-libs/mesa-10.2.0.rc433gentoo'`.  * The complete build log 
is located at 
'/var/tmp/portage/media-libs/mesa-10.2.0.rcbled/temp/buildddlog'.  
* The ebuild environment file is located at 
'/var/tmp/portage/media-libs/mesa-10.2.0.rcbled/temp/environment'
.  * Working directory: 
'/var/tmp/portage/media-libs/mesa-10.2.0.rcbled/work/Mesa-10.2.0-
rc4' * S: 
'/var/tmp/portage/media-libs/mesa-10.2.0.rcbled/work/Mesa-10.2.0-

rc4'
 greater-than  greater-than  greater-than Failed to emerge 
media-libs/mesa-10.2.0.rcbled, Log file:
 greater-than  greater-than  greater-than 
'/var/tmp/portage/media-libs/mesa-10.2.0.rcbled/temp/buildddlog' 
* Messages for package media-libs/mesa-10.2.0.rcbled: * Cannot 
find $EPATCHSOURCE! Value for $EPATCHSOURCE is: * * 
/usr/portage/media-libs/mesa/files/mesa-10.2-dont-require-llvm-fo
r-r3004patch * were mesa-10.2-dont-require-llvm-for-r3004patch 
were * ERROR: media-libs/mesa-10.2.0.rc433gentoo failed (prepare 
phase): * Cannot find $EPATCHSOURCE! * * Call stack: * 
ebuildddsh, line 93: Called srcprepare * environment, line 4773: 
Called epatch 
'/usr/portage/media-libs/mesa/files/mesa-10.2-dont-require-llvm-f
or-r3004patch' * environment, line 1849: Called die * The 
specific snippet of code: * die Cannot find backslash 
$EPATCHSOURCE!; * * If you need support, post the output of 
`emerge -info ' equals media-libs/mesa-10.2.0.rc433gentoo'`, * 
the complete build log and the output of `emerge compqv ' equals 
media-libs/mesa-10.2.0.rc433gentoo'`.  * The complete build log 
is located at 
'/var/tmp/portage/media-libs/mesa-10.2.0.rcbled/temp/buildddlog'.  
* The ebuild environment file is located at 
'/var/tmp/portage/media-libs/mesa-10.2.0.rcbled/temp/environment'
.  * Working directory: 
'/var/tmp/portage/media-libs/mesa-10.2.0.rcbled/work/Mesa-10.2.0-
rc4' * S: 
'/var/tmp/portage/media-libs/mesa-10.2.0.rcbled/work/Mesa-10.2.0-

rc4'


Portage 2.2.10 (default/linux/xblehf/acj/desktop/gnome/systemd, 
gcc-4.7.3, glibc-2.19, 3.12.13-gentoo i686) equals equals equals 
equals equals equals equals equals equals equals equals equals 
equals equals equals equals equals equals equals equals equals 
equals equals equals equals equals equals equals equals equals 
equals equals equals equals equals equals equals equals equals 
equals equals equals equals equals equals equals equals equals 
equals equals equals equals equals equals equals equals equals 
equals equals equals equals equals equals equals equals
 System Settings equals equals equals equals equals equals 
equals equals equals equals equals equals equals equals equals 
equals equals equals equals equals equals equals equals equals 
equals equals equals equals equals equals equals equals equals 
equals equals equals equals equals equals equals equals equals 
equals equals equals equals equals equals equals equals equals 
equals equals equals equals equals equals equals equals equals 
equals equals equals equals equals System 
uname:Linux-3.12.13-gentoo-i686-Intel-R-_Celeron-R-_CPU_B800_@_1.
50GHz-with-gentoo-2.2 KiB Mem: 1916484 total, 196656 free KiB 
Swap: 524284 total, 505820 free Timestamp of tree: Tue, 27 May 
2014 18:45:01 plus  ld GNU ld (GNU Binutils) 2.24 

[gentoo-user] iOS and Linux

2014-05-23 Thread Hunter Jozwiak
Hi all. I enabled the ios use flag in make.conf, but what is the
proper proceedure to mount the device so I can bring over my music? I
am using Gnome; I'd imagine I'd have to emerge some kind of extension
for nautilus. The device in particular is an iPod fifth gen, running
iOS 7.1.



[gentoo-user] Digital Ocean Rigs and Distcc

2014-05-21 Thread Hunter Jozwiak
Hi all. Is it possible to deploy a Digital Ocean rig and have it do
distcc compiling? If so, is there documentation on it, and where?



[gentoo-user] Confusing Portage Outcomes

2014-05-21 Thread Hunter Jozwiak
Hi all. I made the following in /etc/portage/make.conf
#ACCEPT_LICENS=*
ACCEPT_KEYWORDS=~x86
Save and exit.
To double check, I ran:
#emerge --info | grep -i accept
ACCEPT_LICENSES=* -@EULA
ACCEPT_KEYWORDS=x86 ~x86
The way it looks, the file just appended what I want to the Portage
default. As far as the keywords variable is concerned, that will cause
issues. Do I need to negate the defaults with the -?



Re: [gentoo-user] Confusing Portage Outcomes

2014-05-21 Thread Hunter Jozwiak


 On May 21, 2014, at 13:33, Tom Wijsman tom...@gentoo.org wrote:
 
 On Wed, 21 May 2014 13:02:46 -0400
 Hunter Jozwiak hunter.t@gmail.com wrote:
 
 Hi all. I made the following in /etc/portage/make.conf
 #ACCEPT_LICENS=*
 ACCEPT_KEYWORDS=~x86
 Save and exit.
 To double check, I ran:
 #emerge --info | grep -i accept
 ACCEPT_LICENSES=* -@EULA
 ACCEPT_KEYWORDS=x86 ~x86
 The way it looks, the file just appended what I want to the Portage
 default. As far as the keywords variable is concerned, that will cause
 issues. Do I need to negate the defaults with the -?
 
 ACCEPT_LICENSES is commented out; so, yes, it'll use the default.
 
 ACCEPT_KEYWORDS I think that ~x86 includes, similar to how maintainers
 specify KEYWORDS=x86 and not KEYWORDS=x86 ~x86 in their ebuilds;
 I'm not entirely sure, but I think that would be the case.
 
 You can check with something like ACCEPT_KEYWORDS=~amd64 ~ppc ~x86
 which might result in something that lists all the stable ones as well.
 
 Negating x86 with - could be a possible solution; however, I wonder if
 that's what you want as some packages have only stable versions.
 
 -- 
 With kind regards,
 
 Tom Wijsman (TomWij)
 Gentoo Developer
 
 E-mail address  : tom...@gentoo.org
 GPG Public Key  : 6D34E57D
 GPG Fingerprint : C165 AF18 AB4C 400B C3D2  ABF0 95B2 1FCD 6D34 E57D
I commented that out for the purposes of having it in the email as a sort of 
example. It isn't actually commented I was in the file. So having the x86 and 
the ~x86 in the same variable would make a safe portage solution?


[gentoo-user] Use Flags and Updating

2014-05-20 Thread Hunter Jozwiak
Hi all. How do I get Portage to update all software to use my new USE flags?
I made some modifications to the variable, and I want to make sure that all
packages can use the flags.



RE: [gentoo-user] Use Flags and Updating

2014-05-20 Thread Hunter Jozwiak
 

 

From: Alexander Kapshuk [mailto:alexander.kaps...@gmail.com] 
Sent: Tuesday, May 20, 2014 7:44 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Use Flags and Updating

 

On 05/20/2014 02:37 PM, Hunter Jozwiak wrote:

Hi all. How do I get Portage to update all software to use my new USE flags?
I made some modifications to the variable, and I want to make sure that all
packages can use the flags.

emerge(1)
-N -- --newuse

Thank you.



[gentoo-user] Can't Get Systemd to Work

2014-05-16 Thread Hunter Jozwiak
Hi all. I am having issues with Systemd as well. I added to the GRUB2
configuration file the needed command line to get Systemd to start, but for
whatever reason, the kernel is adamant that I must use OrenRC. I recompiled
with Genkernel-next a new kernel and initramfs, and that, for whatever
reason, doesn't automount my /boot partition. Is there a fix to this?



RE: [gentoo-user] Can't Get Systemd to Work

2014-05-16 Thread Hunter Jozwiak


-Original Message-
From: Neil Bothwick [mailto:n...@digimed.co.uk] 
Sent: Friday, May 16, 2014 8:06 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Can't Get Systemd to Work

On Fri, 16 May 2014 07:34:16 -0400, Hunter Jozwiak wrote:

 Hi all. I am having issues with Systemd as well. I added to the GRUB2 
 configuration file the needed command line to get Systemd to start, 
 but for whatever reason, the kernel is adamant that I must use OrenRC.

You need to tell us what you added and what the kernel complained about.
The only information we have is what is in your mail, we are not the NSA, we
cannot see what is on your computer.

 I
 recompiled with Genkernel-next a new kernel and initramfs, and that, 
 for whatever reason, doesn't automount my /boot partition. Is there a 
 fix to this?

It is standard practice to not mount the /boot partition. By the time the
boot process gets to mounting what is in /etc/fstab, /boot is no longer
needed. That's why it is usually set to noauto in fstab.


--
Neil Bothwick

Guns don't kill people--it's those little pieces of lead.
GRUB_CMDLINE=init=/usr/lib/system/system
And then, grub2-mkconfig -o /boot/grub/grub.cfg.




RE: [gentoo-user] Can't Get Systemd to Work

2014-05-16 Thread Hunter Jozwiak


-Original Message-
From: Neil Bothwick [mailto:n...@digimed.co.uk] 
Sent: Friday, May 16, 2014 8:06 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Can't Get Systemd to Work

On Fri, 16 May 2014 07:34:16 -0400, Hunter Jozwiak wrote:

 Hi all. I am having issues with Systemd as well. I added to the GRUB2 
 configuration file the needed command line to get Systemd to start, 
 but for whatever reason, the kernel is adamant that I must use OrenRC.

You need to tell us what you added and what the kernel complained about.
The only information we have is what is in your mail, we are not the NSA, we
cannot see what is on your computer.

 I
 recompiled with Genkernel-next a new kernel and initramfs, and that, 
 for whatever reason, doesn't automount my /boot partition. Is there a 
 fix to this?

It is standard practice to not mount the /boot partition. By the time the
boot process gets to mounting what is in /etc/fstab, /boot is no longer
needed. That's why it is usually set to noauto in fstab.


--
Neil Bothwick

Guns don't kill people--it's those little pieces of lead.
GRUB_CMD_LINE_LINUX=init=/usr/lib/system/system, rather.




RE: [gentoo-user] Can't Get Systemd to Work

2014-05-16 Thread Hunter Jozwiak


-Original Message-
From: Stefan G. Weichinger [mailto:li...@xunil.at] 
Sent: Friday, May 16, 2014 9:40 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Can't Get Systemd to Work

Am 16.05.2014 15:33, schrieb Hunter Jozwiak:
 
 
 -Original Message-
 From: Neil Bothwick [mailto:n...@digimed.co.uk]
 Sent: Friday, May 16, 2014 8:06 AM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Can't Get Systemd to Work
 
 On Fri, 16 May 2014 07:34:16 -0400, Hunter Jozwiak wrote:
 
 Hi all. I am having issues with Systemd as well. I added to the GRUB2 
 configuration file the needed command line to get Systemd to start, 
 but for whatever reason, the kernel is adamant that I must use OrenRC.
 
 You need to tell us what you added and what the kernel complained about.
 The only information we have is what is in your mail, we are not the 
 NSA, we cannot see what is on your computer.
 
 I
 recompiled with Genkernel-next a new kernel and initramfs, and that, 
 for whatever reason, doesn't automount my /boot partition. Is there a 
 fix to this?
 
 It is standard practice to not mount the /boot partition. By the time 
 the boot process gets to mounting what is in /etc/fstab, /boot is no 
 longer needed. That's why it is usually set to noauto in fstab.
 
 
 --
 Neil Bothwick
 
 Guns don't kill people--it's those little pieces of lead.
 GRUB_CMD_LINE_LINUX=init=/usr/lib/system/system, rather.


where is the quote, where is the text?

And it's called systemd with a d -

GRUB_CMD_LINE_LINUX=init=/usr/lib/system/systemd

btw
Changed the line to mirror that in the Grub file, no luck.
#Append parameters to the Linux Kernel.
GRUB_CMD_LINE_LINUX=init=/usr/lib/system/systemd
Save the file.
Mount /dev/sda2 /boot  grub2-mkconfig -o /boot/grub/grub.cfg




Re: [gentoo-user] Can't Get Systemd to Work

2014-05-16 Thread Hunter Jozwiak


 On May 16, 2014, at 10:00, Jc García jyo.gar...@gmail.com wrote:
 
 2014-05-16 7:50 GMT-06:00 Hunter Jozwiak hunter.t@gmail.com:
 
 
 -Original Message-
 From: Stefan G. Weichinger [mailto:li...@xunil.at]
 Sent: Friday, May 16, 2014 9:40 AM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Can't Get Systemd to Work
 
 Am 16.05.2014 15:33, schrieb Hunter Jozwiak:
 
 
 -Original Message-
 From: Neil Bothwick [mailto:n...@digimed.co.uk]
 Sent: Friday, May 16, 2014 8:06 AM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Can't Get Systemd to Work
 
 On Fri, 16 May 2014 07:34:16 -0400, Hunter Jozwiak wrote:
 
 Hi all. I am having issues with Systemd as well. I added to the GRUB2
 configuration file the needed command line to get Systemd to start,
 but for whatever reason, the kernel is adamant that I must use OrenRC.
 
 You need to tell us what you added and what the kernel complained about.
 The only information we have is what is in your mail, we are not the
 NSA, we cannot see what is on your computer.
 
 I
 recompiled with Genkernel-next a new kernel and initramfs, and that,
 for whatever reason, doesn't automount my /boot partition. Is there a
 fix to this?
 
 It is standard practice to not mount the /boot partition. By the time
 the boot process gets to mounting what is in /etc/fstab, /boot is no
 longer needed. That's why it is usually set to noauto in fstab.
 
 
 --
 Neil Bothwick
 
 Guns don't kill people--it's those little pieces of lead.
 GRUB_CMD_LINE_LINUX=init=/usr/lib/system/system, rather.
 
 
 where is the quote, where is the text?
 
 And it's called systemd with a d -
 
 GRUB_CMD_LINE_LINUX=init=/usr/lib/system/systemd
 
 btw
 Changed the line to mirror that in the Grub file, no luck.
 #Append parameters to the Linux Kernel.
 GRUB_CMD_LINE_LINUX=init=/usr/lib/system/systemd
 Save the file.
 Mount /dev/sda2 /boot  grub2-mkconfig -o /boot/grub/grub.cfg
 
 The same again you are mistyping systemd, is
 /usr/lib/systemd/systemd read carefully what you copy, and verify
 always those paths really exist. If you had done this, you would have
 noticed /usr/lib/system/system doesn't exist at all.
Here are the clntents of lsblk and filesystem table, as well as the Grub 
settings file, 
https://www.dropbox.com/s/vn6we8gxpccrnpe/infoorforsystemdissue.txt

RE: [gentoo-user] Having Trouble with Wireless Interface

2014-05-15 Thread Hunter Jozwiak
I got the networking interface to function correct.y now. Thanks all for the
help!

-Original Message-
From: Alan McKinnon [mailto:alan.mckin...@gmail.com] 
Sent: Thursday, May 15, 2014 5:29 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Having Trouble with Wireless Interface

On 15/05/2014 10:39, Stroller wrote:
 
 On Wed, 14 May 2014, at 12:36 pm, Alexander Kapshuk
alexander.kaps...@gmail.com wrote:
 .
 If you like to check if RTL8192CE is enabled in  your kernel's 
 .config file. If it isn't, you probably want to compile it as a 
 module, and then add rtl8192ce to /etc/conf.d/modules as well.
 Am pretty sure there's no need to add this one to /etc/conf.d/modules -
IME it'll just be found and loaded automagically by the kernel.

 Thanks for pointing that out. I wasn't aware of that. As I mentioned 
 in my previous post, I do not use genkernel myself.
 
 Neither do I - for this reason I found it a little frustrating trying to
help in a recent thread, myself.
 
 However, I'm pretty sure that loadable kernel modules behave the same
whether your kernel is built by hand or by genkernel - if you have modules
listed in /etc/conf.d/modules then I have to wonder if you really need them
there.
 
 I haven't used that file for years, and I prefer to compile everything as
a module, too.


Some modules don't autoload, usually because there's no hardware they drive
and so nothing to probe.

netfilter modules come to mind, as well as VirtualBox. One of the vbox
modules doesn't autoload by just stating VirtualBox, so the easiest is to
put it in /etc/conf.d/modules so it's always available. It's an edge case,
so the vast majority of modules load properly without intervention form us.




--
Alan McKinnon
alan.mckin...@gmail.com






RE: [gentoo-user] How to Transplant Firmware Blobs -- was: Issue with Wireless Interface

2014-05-14 Thread Hunter Jozwiak


-Original Message-
From: Neil Bothwick [mailto:n...@digimed.co.uk] 
Sent: Wednesday, May 14, 2014 4:45 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] How to Transplant Firmware Blobs -- was: Issue
with Wireless Interface

On Tue, 13 May 2014 20:00:55 -0500, Dale wrote:

  Hi all. I found out that I was missing the firmware, not the drivers.
  I have the firmware on a USB stick, so is it possible to transplant 
  it in to Gentoo?

 It may be in this package:
 
 sys-kernel/linux-firmware

That's the best option, as portage will keep the firmware updated. If your
device is not covered and you have the bare firmware file, copy it to
/lib/firmware.


--
Neil Bothwick

Indecision is the key to flexibility.
That's what I'll have to do, as my school conviently blocked the Portage
tree.




[gentoo-user] Editing Init Scripts

2014-05-14 Thread Hunter Jozwiak
Hi all. I wish to edit the Speakup init script such that I don'at have to
type:

#echo soft  /sys/accessibility/speakup/synth  espeakup

Every time I boot and login to my system. I added the echo portion of the
command  to the start() part of the script, above the ebegin line, but it
didn't work. Is there anything else I need to do, or is this not possible?



RE: [gentoo-user] Having Trouble with Wireless Interface

2014-05-13 Thread Hunter Jozwiak


-Original Message-
From: Alexander Kapshuk [mailto:alexander.kaps...@gmail.com] 
Sent: Tuesday, May 13, 2014 7:00 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Having Trouble with Wireless Interface

On 05/12/2014 10:31 PM, Hunter Jozwiak wrote:
 Hi all. I got Espeakup to finally function, but I have a problem now 
 with my Realtech 8188 WiFi adapter, Rev01, according to ifconfig. I 
 know it shows up as wlp7s0 on an ifconfig, normally. But for what ever 
 reason, it isn't showing up. I have, in my /etc/conf.d/net the line:
 wlp7s0=DHCP. When I run ifconfig wlp7s0 up, I get an error about how 
 the device is not able to be found. The driver shows up as a module in 
 the kernel.

I use wpa_supplicant to manage my wireless connections.
Here's what I have in my /etc/conf.d/net:
# Prefer wpa_supplicant over wireless-tools modules=wpa_supplicant

wpa_supplicant_wlp2s0=-Dnl80211

And the output of lspci:
02:00.0 Ethernet controller: Qualcomm Atheros AR242x / AR542x Wireless
Network Adapter (PCI-Express) (rev 01)
Subsystem: Hewlett-Packard Company Device 137b
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at d600 (64-bit, non-prefetchable) [size=64K]
Capabilities: [40] Power Management version 2
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [60] Express Legacy Endpoint, MSI 00
Capabilities: [90] MSI-X: Enable- Count=1 Masked-
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Virtual Channel
Kernel driver in use: ath5k
Kernel modules: ath5k

Are you setting up wireless after doing a fresh install, or did you have it
working before and then it just stopped working for you?

This is fresh. And genkernel doesn't show RTL8188CE in the staging drivers.
It shows drivers with uffixes U and Eu, but not the CE driver.




RE: [gentoo-user] Having Trouble with Wireless Interface

2014-05-13 Thread Hunter Jozwiak


-Original Message-
From: Alexander Kapshuk [mailto:alexander.kaps...@gmail.com] 
Sent: Tuesday, May 13, 2014 8:20 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Having Trouble with Wireless Interface

On 05/13/2014 02:45 PM, Hunter Jozwiak wrote:

 -Original Message-
 From: Alexander Kapshuk [mailto:alexander.kaps...@gmail.com]
 Sent: Tuesday, May 13, 2014 7:00 AM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Having Trouble with Wireless Interface

 On 05/12/2014 10:31 PM, Hunter Jozwiak wrote:
 Hi all. I got Espeakup to finally function, but I have a problem now 
 with my Realtech 8188 WiFi adapter, Rev01, according to ifconfig. I 
 know it shows up as wlp7s0 on an ifconfig, normally. But for what 
 ever reason, it isn't showing up. I have, in my /etc/conf.d/net the line:
 wlp7s0=DHCP. When I run ifconfig wlp7s0 up, I get an error about 
 how the device is not able to be found. The driver shows up as a 
 module in the kernel.

 I use wpa_supplicant to manage my wireless connections.
 Here's what I have in my /etc/conf.d/net:
 # Prefer wpa_supplicant over wireless-tools modules=wpa_supplicant

 wpa_supplicant_wlp2s0=-Dnl80211

 And the output of lspci:
 02:00.0 Ethernet controller: Qualcomm Atheros AR242x / AR542x Wireless 
 Network Adapter (PCI-Express) (rev 01)
 Subsystem: Hewlett-Packard Company Device 137b
 Flags: bus master, fast devsel, latency 0, IRQ 16
 Memory at d600 (64-bit, non-prefetchable) [size=64K]
 Capabilities: [40] Power Management version 2
 Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
 Capabilities: [60] Express Legacy Endpoint, MSI 00
 Capabilities: [90] MSI-X: Enable- Count=1 Masked-
 Capabilities: [100] Advanced Error Reporting
 Capabilities: [140] Virtual Channel
 Kernel driver in use: ath5k
 Kernel modules: ath5k

 Are you setting up wireless after doing a fresh install, or did you 
 have it working before and then it just stopped working for you?

 This is fresh. And genkernel doesn't show RTL8188CE in the staging
drivers.
 It shows drivers with uffixes U and Eu, but not the CE driver.


Looks like the kernel driver for your wireless NIC is RTL8192CE
-
/usr/src/linux/drivers/net/wireless/rtlwifi/Kconfig:12,22
config RTL8192CE
tristate Realtek RTL8192CE/RTL8188CE Wireless Network Adapter
depends on PCI
select RTL8192C_COMMON
select RTLWIFI
select RTLWIFI_PCI
---help---
This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe
wireless network adapters.

If you choose to build it as a module, it will be called rtl8192ce
-
If you like to check if RTL8192CE is enabled in  your kernel's .config file.
If it isn't, you probably want to compile it as a module, and then add
rtl8192ce to /etc/conf.d/modules as well.

Oddly enough, I had a few other CONFIG modules not included, namely
CONFIG_80211. But, when I activated it, my kernel got bricked, and on
reboot, I got dumped in some prompt that said that the system couldn't find
a root and I should press Enter to continue, Q to skip, and something else
would give me a shell. I just did a genkernel --menuconfig kernel and built
in the modules, the compile went smooth, and I made no other changes. But
now, like I've mentioned, I've got a bricked kernel.




[gentoo-user] How to Transplant Firmware Blobs -- was: Issue with Wireless Interface

2014-05-13 Thread Hunter Jozwiak
Hi all. I found out that I was missing the firmware, not the drivers.
I have the firmware on a USB stick, so is it possible to transplant it
in to Gentoo?



[gentoo-user] Having Trouble with Wireless Interface

2014-05-12 Thread Hunter Jozwiak
Hi all. I got Espeakup to finally function, but I have a problem now
with my Realtech 8188 WiFi adapter, Rev01, according to ifconfig. I
know it shows up as wlp7s0 on an ifconfig, normally. But for what ever
reason, it isn't showing up. I have, in my /etc/conf.d/net the line:
wlp7s0=DHCP. When I run ifconfig wlp7s0 up, I get an error about how
the device is not able to be found. The driver shows up as a module in
the kernel.



[gentoo-user] Getting in to the Funtoo Tree

2014-05-11 Thread Hunter Jozwiak
Hi abl. I want to get the Debian-Sources kernel, as provided by the
Funtoo tree. How do I add this tree to my Portage? They don't advise
using the Overlay, and Google searching how to add trees just pulls up
how to add overlays. Perhaps there's a section of the handbook I am
reading past that will provide the answer?



Re: [gentoo-user] Fwd: Post-Installation Problem

2014-05-09 Thread Hunter Jozwiak


 On May 8, 2014, at 14:42, thegeezer thegee...@thegeezer.net wrote:
 
 On 05/08/2014 05:29 PM, Hunter Jozwiak wrote:
 -- Forwarded message --
 From: Hunter Jozwiak hunter.t@gmail.com
 Date: Thu, 8 May 2014 12:23:13 -0400
 Subject: Post-Installation Problem
 To: gentoo-us...@lists.gentoo.org
 
 Hi all. I've been working on a Gentoo install for quite some time in
 tech class, but I've hit a road block. I compiled a Genkernel, and
 that went smooth. However, I tried to emerge espeakup, and I got
 errors about how modules weren't enabled. I edited /etc/conf.d/modules
 and added two lines:
 modules=CONFIG_SPEAKUP
 modules=CONFIG_SPEAKUP_SYNTH_SOFT
 And reemerged the espeakup software; same error message, and on
 reboot, no software speech. Am I enabling the modules in an incorrect
 manner? If so, how to I get them to work?
 
 
 what you need to do is
 # genkernel --menuconfig kernel
 then make sure that speakup is selected
 
 conf.d/modules is for kernel modules marked m
 mostly, these are loaded when needed by programs or drivers as required,
 but sometimes you want the module loaded in advance -- in that case you
 list them in conf.d/modules
 
After genkernel all? Because I cannot find the module in the menuconfig kernel.


[gentoo-user] Fwd: Post-Installation Problem

2014-05-08 Thread Hunter Jozwiak
-- Forwarded message --
From: Hunter Jozwiak hunter.t@gmail.com
Date: Thu, 8 May 2014 12:23:13 -0400
Subject: Post-Installation Problem
To: gentoo-us...@lists.gentoo.org

Hi all. I've been working on a Gentoo install for quite some time in
tech class, but I've hit a road block. I compiled a Genkernel, and
that went smooth. However, I tried to emerge espeakup, and I got
errors about how modules weren't enabled. I edited /etc/conf.d/modules
 and added two lines:
modules=CONFIG_SPEAKUP
modules=CONFIG_SPEAKUP_SYNTH_SOFT
And reemerged the espeakup software; same error message, and on
reboot, no software speech. Am I enabling the modules in an incorrect
manner? If so, how to I get them to work?



Re: [gentoo-user] Post-Installation Problem

2014-05-08 Thread Hunter Jozwiak
I'd assume that module is the m part? As for how to recompile the
genkernel, I'll need to look at that, as I ran genkernel all and am
not certain on building self-made kernels.

On 5/8/14, Stroller strol...@stellar.eclipse.co.uk wrote:

 On Thu, 8 May 2014, at 5:45 pm, cov...@ccs.covici.com wrote:

 ...  I edited /etc/conf.d/modules
 and added two lines:
 modules=CONFIG_SPEAKUP
 modules=CONFIG_SPEAKUP_SYNTH_SOFT
 And reemerged the espeakup software; same error message, and on
 reboot, no software speech. Am I enabling the modules in an incorrect
 manner? If so, how to I get them to work?

 I don't think those are the correct  module names, you can tell by
 looking at your kernel configs to see what speakup modules you have
 chosen.  Module names do not usually have config_ at the beginning.

 I'm not the OP, but this is what I see:

 $ zcat /proc/config.gz | grep -i speak
 # Speakup console speech
 CONFIG_SPEAKUP=m
 CONFIG_SPEAKUP_SYNTH_ACNTSA=m
 CONFIG_SPEAKUP_SYNTH_ACNTPC=m
 CONFIG_SPEAKUP_SYNTH_APOLLO=m
 CONFIG_SPEAKUP_SYNTH_AUDPTR=m
 CONFIG_SPEAKUP_SYNTH_BNS=m
 CONFIG_SPEAKUP_SYNTH_DECTLK=m
 CONFIG_SPEAKUP_SYNTH_DECEXT=m
 CONFIG_SPEAKUP_SYNTH_DECPC=m
 CONFIG_SPEAKUP_SYNTH_DTLK=m
 CONFIG_SPEAKUP_SYNTH_KEYPC=m
 CONFIG_SPEAKUP_SYNTH_LTLK=m
 CONFIG_SPEAKUP_SYNTH_SOFT=m
 CONFIG_SPEAKUP_SYNTH_SPKOUT=m
 CONFIG_SPEAKUP_SYNTH_TXPRT=m
 CONFIG_SPEAKUP_SYNTH_DUMMY=m
 $


 Stroller.






[gentoo-user] Planned Installation Steps

2014-05-08 Thread Hunter Jozwiak
Hi all. Is it safe to install Gentoo in a course of days? Today, I
plan to get the partitions set up, mounted, and get all the stage3
things installed, maybe install the kernel if time permits. My
question, along with the safety of the installation over days is what
is the best way to unmount partitions?



Re: [gentoo-user] Planned Installation Steps

2014-05-08 Thread Hunter Jozwiak


 On May 8, 2014, at 17:07, Stefan G. Weichinger li...@xunil.at wrote:
 
 Am 08.05.2014 22:30, schrieb Hunter Jozwiak:
 Hi all. Is it safe to install Gentoo in a course of days? Today, I
 plan to get the partitions set up, mounted, and get all the stage3
 things installed, maybe install the kernel if time permits.
 
 Depends on your experience.
 
 An experienced gentoo user installs from scratch in maybe one or 2 hours
 (following the installation docs, knowing his way, good internet access
 ... ).
 
 My
 question, along with the safety of the installation over days is what
 is the best way to unmount partitions?
 
 This question sounds like you might need more than 2 hours.
 
 I wonder if the answer is really umount ?
 
 (aside from the discussion if you unmount partitions or filesystems)
 
 Stefan

The install will exceed well over two hours. Installing espeakup and 
dependencies takes half a day at best. Sorry, I did mean umount.