* [gentoo-user] RTL8723BE and RTL8111/8168/8411
@ 2015-03-03 4:48 German
2015-03-03 6:42 ` Mick
0 siblings, 1 reply; 10+ messages in thread
From: German @ 2015-03-03 4:48 UTC (permalink / raw
To: gentoo-user
Now when my system is finally booted, I would like someone walk me through the kernel config menu ( I couldn't locate the modules during install). Aformentioned modules are in the subject line.
Is syntax in /etc/conf.d/modules valid? Just want to make sure.
modules_2_6="3c59x"
And finally, I'd like ( if possible) that my system on console displays gentoo logo instead of default three logos ( why are three of them anyway ) and compile in smaller fonts to use on my console. If someone walk me through how this can be done, this would be also great. Thanks so much!
--
German <gentgerman@gmail.com>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] RTL8723BE and RTL8111/8168/8411
2015-03-03 4:48 [gentoo-user] RTL8723BE and RTL8111/8168/8411 German
@ 2015-03-03 6:42 ` Mick
2015-03-03 9:03 ` Neil Bothwick
0 siblings, 1 reply; 10+ messages in thread
From: Mick @ 2015-03-03 6:42 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 1409 bytes --]
On Tuesday 03 Mar 2015 04:48:11 German wrote:
> Now when my system is finally booted, I would like someone walk me through
> the kernel config menu ( I couldn't locate the modules during install).
> Aformentioned modules are in the subject line.
>
> Is syntax in /etc/conf.d/modules valid? Just want to make sure.
>
> modules_2_6="3c59x"
^^^^
This should be 'modules_3_18=' assuming that you are using kernel version
3.18.7 or some such. For the name of the module run
cd /usr/src/linux
make menuconfig
and look at the help tab of the respective module, when it will mention the
module name in lower case letters.
> And finally, I'd like ( if possible) that my system on console displays
> gentoo logo instead of default three logos ( why are three of them anyway
> ) and compile in smaller fonts to use on my console. If someone walk me
> through how this can be done, this would be also great. Thanks so much!
I am not sure what you are referring to here ... the penguins shown at the
start of the booting process? If yes, then these represent the number of CPU
cores you have.
Before you start changing fonts you better configure X with the appropriate
firmware, so that your console can use the KMS framebuffer to render fonts in
console. You can follow guidance here:
https://wiki.gentoo.org/wiki/Xorg/Configuration
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] RTL8723BE and RTL8111/8168/8411
2015-03-03 6:42 ` Mick
@ 2015-03-03 9:03 ` Neil Bothwick
2015-03-03 9:24 ` German
0 siblings, 1 reply; 10+ messages in thread
From: Neil Bothwick @ 2015-03-03 9:03 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 611 bytes --]
On Tue, 3 Mar 2015 06:42:39 +0000, Mick wrote:
> > Is syntax in /etc/conf.d/modules valid? Just want to make sure.
> >
> > modules_2_6="3c59x"
> ^^^^
> This should be 'modules_3_18=' assuming that you are using kernel
> version 3.18.7 or some such.
Or even just modules=. You only need the version numbers if you want to
restrict loading to particular kernels.
However, you shouldn't need to add a network card module to this file, it
should be loaded automatically by kernel hotplugging.
--
Neil Bothwick
WinErr 00C: Memory hog error - More Ram needed. More! More! More!
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] RTL8723BE and RTL8111/8168/8411
2015-03-03 9:03 ` Neil Bothwick
@ 2015-03-03 9:24 ` German
2015-03-03 10:07 ` Neil Bothwick
2015-03-03 12:00 ` Matti Nykyri
0 siblings, 2 replies; 10+ messages in thread
From: German @ 2015-03-03 9:24 UTC (permalink / raw
To: gentoo-user
On Tue, 3 Mar 2015 09:03:10 +0000
Neil Bothwick <neil@digimed.co.uk> wrote:
> On Tue, 3 Mar 2015 06:42:39 +0000, Mick wrote:
>
> > > Is syntax in /etc/conf.d/modules valid? Just want to make sure.
> > >
> > > modules_2_6="3c59x"
> > ^^^^
> > This should be 'modules_3_18=' assuming that you are using kernel
> > version 3.18.7 or some such.
>
> Or even just modules=. You only need the version numbers if you want to
> restrict loading to particular kernels.
>
> However, you shouldn't need to add a network card module to this file, it
> should be loaded automatically by kernel hotplugging.
>
Should it concern wifi module as well? Neil, please help me out with finding these modules in kernel config menus. Can't locate them
>
> --
> Neil Bothwick
>
> WinErr 00C: Memory hog error - More Ram needed. More! More! More!
--
German <gentgerman@gmail.com>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] RTL8723BE and RTL8111/8168/8411
2015-03-03 9:24 ` German
@ 2015-03-03 10:07 ` Neil Bothwick
2015-03-03 11:39 ` German
2015-03-03 12:00 ` Matti Nykyri
1 sibling, 1 reply; 10+ messages in thread
From: Neil Bothwick @ 2015-03-03 10:07 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 900 bytes --]
On Tue, 3 Mar 2015 04:24:39 -0500, German wrote:
> > However, you shouldn't need to add a network card module to this
> > file, it should be loaded automatically by kernel hotplugging.
> Should it concern wifi module as well? Neil, please help me out with
> finding these modules in kernel config menus. Can't locate them
You can find any modules in make menuconfig by pressing / and then typing
a search string. That shows up modules you may not find when browsing
them menus, because there are other options you need to enable first
(which the search result shows).
That assumes you know which modules you need. The easiest way to tell
that is to boot from a live CD live system rescue Cd or the install disc
and run lspci -k, which shows the modules used by each item.
--
Neil Bothwick
I've found a solution to Fermat's Last Theorem but I see I've run out of
room o
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] RTL8723BE and RTL8111/8168/8411
2015-03-03 10:07 ` Neil Bothwick
@ 2015-03-03 11:39 ` German
0 siblings, 0 replies; 10+ messages in thread
From: German @ 2015-03-03 11:39 UTC (permalink / raw
To: gentoo-user
On Tue, 3 Mar 2015 10:07:06 +0000
Neil Bothwick <neil@digimed.co.uk> wrote:
> On Tue, 3 Mar 2015 04:24:39 -0500, German wrote:
>
> > > However, you shouldn't need to add a network card module to this
> > > file, it should be loaded automatically by kernel hotplugging.
>
> > Should it concern wifi module as well? Neil, please help me out with
> > finding these modules in kernel config menus. Can't locate them
>
> You can find any modules in make menuconfig by pressing / and then typing
> a search string. That shows up modules you may not find when browsing
> them menus, because there are other options you need to enable first
> (which the search result shows).
thanks Neil, I'll try it. And yes, I know module's names
>
> That assumes you know which modules you need. The easiest way to tell
> that is to boot from a live CD live system rescue Cd or the install disc
> and run lspci -k, which shows the modules used by each item.
>
>
> --
> Neil Bothwick
>
> I've found a solution to Fermat's Last Theorem but I see I've run out of
> room o
--
German <gentgerman@gmail.com>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] RTL8723BE and RTL8111/8168/8411
2015-03-03 9:24 ` German
2015-03-03 10:07 ` Neil Bothwick
@ 2015-03-03 12:00 ` Matti Nykyri
2015-03-03 15:27 ` Neil Bothwick
1 sibling, 1 reply; 10+ messages in thread
From: Matti Nykyri @ 2015-03-03 12:00 UTC (permalink / raw
To: gentoo-user@lists.gentoo.org
[-- Attachment #1: Type: text/plain, Size: 1174 bytes --]
> On Mar 3, 2015, at 11:24, German <gentgerman@gmail.com> wrote:
>
> Should it concern wifi module as well? Neil, please help me out with finding these modules in kernel config menus. Can't locate them
Do as Neil told you and search them with / and lspci -k
I have the same NIC as you do: RTL8111/8168/8411. It is under 1 GB ethernet controllers. The module name is r8169. However I've had multiple issues with the in-kernel drivers as windows driver leaves in out-of-spec state when booting. This i only an issue if you multiboot. I would only recommend compiling r8169 as a module. The r8169 is if I remember correctly meat for a different NIC, but will work with 8168.
There is another option though and the portage provides ebuilds for it. You can use Realtek provided module which works much better for this buggy NIC. The package is net-misc/r8168. Just emerge that and you are fine :)
This matter has been already addressed in the list so you could search the archives.
I have grown much hatred toward Realtek during these past few years...
As for RTL8723BE wifi NIC I don't know the module. It should be quite easy to find.
--
-Matti
[-- Attachment #2: Type: text/html, Size: 2564 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] RTL8723BE and RTL8111/8168/8411
2015-03-03 12:00 ` Matti Nykyri
@ 2015-03-03 15:27 ` Neil Bothwick
2015-03-03 23:03 ` German
0 siblings, 1 reply; 10+ messages in thread
From: Neil Bothwick @ 2015-03-03 15:27 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 485 bytes --]
On Tue, 3 Mar 2015 14:00:05 +0200, Matti Nykyri wrote:
> As for RTL8723BE wifi NIC I don't know the module. It should be quite
> easy to find.
As it happens, I've just helped someone with a problem with such a NIC.
There is a module in the latest kernels but you may need to add "fwlps=0
ips=0" to the module's options to stop it going into power saving mode
and not waking up until a reboot.
--
Neil Bothwick
What Aussies lack in Humour they make up for in Beer!
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] RTL8723BE and RTL8111/8168/8411
2015-03-03 15:27 ` Neil Bothwick
@ 2015-03-03 23:03 ` German
2015-03-03 23:12 ` Neil Bothwick
0 siblings, 1 reply; 10+ messages in thread
From: German @ 2015-03-03 23:03 UTC (permalink / raw
To: gentoo-user
On Tue, 3 Mar 2015 15:27:02 +0000
Neil Bothwick <neil@digimed.co.uk> wrote:
> On Tue, 3 Mar 2015 14:00:05 +0200, Matti Nykyri wrote:
>
> > As for RTL8723BE wifi NIC I don't know the module. It should be quite
> > easy to find.
>
> As it happens, I've just helped someone with a problem with such a NIC.
> There is a module in the latest kernels but you may need to add "fwlps=0
> ips=0" to the module's options to stop it going into power saving mode
> and not waking up until a reboot.
where such options have to be added?
>
>
> --
> Neil Bothwick
>
> What Aussies lack in Humour they make up for in Beer!
--
German <gentgerman@gmail.com>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] RTL8723BE and RTL8111/8168/8411
2015-03-03 23:03 ` German
@ 2015-03-03 23:12 ` Neil Bothwick
0 siblings, 0 replies; 10+ messages in thread
From: Neil Bothwick @ 2015-03-03 23:12 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 477 bytes --]
On Tue, 3 Mar 2015 18:03:51 -0500, German wrote:
> > As it happens, I've just helped someone with a problem with such a
> > NIC. There is a module in the latest kernels but you may need to add
> > "fwlps=0 ips=0" to the module's options to stop it going into power
> > saving mode and not waking up until a reboot.
>
> where such options have to be added?
/etc/conf.d/modules - the comments show the syntax.
--
Neil Bothwick
OS/2: Obsolete Soon, Too
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2015-03-03 23:12 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-03 4:48 [gentoo-user] RTL8723BE and RTL8111/8168/8411 German
2015-03-03 6:42 ` Mick
2015-03-03 9:03 ` Neil Bothwick
2015-03-03 9:24 ` German
2015-03-03 10:07 ` Neil Bothwick
2015-03-03 11:39 ` German
2015-03-03 12:00 ` Matti Nykyri
2015-03-03 15:27 ` Neil Bothwick
2015-03-03 23:03 ` German
2015-03-03 23:12 ` Neil Bothwick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox