Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
CONFIG_FW_LOADER_USER_HELPER: should not be set. But it is
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
littletux
n00b
n00b


Joined: 08 Dec 2003
Posts: 74

PostPosted: Mon Mar 20, 2017 12:10 am    Post subject: CONFIG_FW_LOADER_USER_HELPER: should not be set. But it is Reply with quote

As the title sais. In emerge messages I have sometimes this message. I know this comes because in kernel config this is set. I would like to disable this option, but I can not find the location in menuconfig where I could disable this option.
if I search for this in menuconfig I will receive this
Code:
  │ Symbol: FW_LOADER_USER_HELPER [=y]                                                                                                                                                                                                   │ 
  │ Type  : boolean                                                                                                                                                                                                                      │ 
  │   Defined at drivers/base/Kconfig:151                                                                                                                                                                                                │ 
  │   Selected by: FW_LOADER_USER_HELPER_FALLBACK [=n] && FW_LOADER [=y] || LEDS_LP55XX_COMMON [=m] && NEW_LEDS [=y] && (LEDS_LP5521 [=m] || LEDS_LP5523 [=m] || LEDS_LP5562 [=m] || LEDS_LP8501 [=m]) || DELL_RBU [=m] && X86 [=y]      │ 
  │                                                                                                                                                                                                                                      │ 
  │                                                                                                                                                                                                                                      │ 
  │ Symbol: FW_LOADER_USER_HELPER_FALLBACK [=n]                                                                                                                                                                                          │ 
  │ Type  : boolean                                                                                                                                                                                                                      │ 
  │ Prompt: Fallback user-helper invocation for firmware loading                                                                                                                                                                         │ 
  │   Location:                                                                                                                                                                                                                          │ 
  │     -> Device Drivers                                                                                                                                                                                                                │ 
  │ (1)   -> Generic Driver Options                                                                                                                                                                                                      │ 
  │   Defined at drivers/base/Kconfig:154                                                                                                                                                                                                │ 
  │   Depends on: FW_LOADER [=y]                                                                                                                                                                                                         │ 
  │   Selects: FW_LOADER_USER_HELPER [=y]


but there is no location described where to find it. so where to find this option in menuconfig?

[Moderator edit: changed [quote] tags to [code] tags to preserve output layout. -Hu]
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21602

PostPosted: Mon Mar 20, 2017 12:36 am    Post subject: Reply with quote

Per the output, you should find it in the menu Generic Driver Options, which you will find in the menu Device Drivers. However, it may be forced enabled by other choices you have made.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54216
Location: 56N 3W

PostPosted: Mon Mar 20, 2017 12:41 am    Post subject: Reply with quote

littletux,

Notice that there is no Prompt in the search for FW_LOADER_USER_HELPER.
That tells that its an internal configuration symbol.

You only have control over the things that select it.
Selected by:
Code:
 FW_LOADER_USER_HELPER_FALLBACK [=n] && FW_LOADER [=y] ||
 LEDS_LP55XX_COMMON [=m] && NEW_LEDS [=y] && (LEDS_LP5521 [=m] ||
 LEDS_LP5523 [=m] ||
 LEDS_LP5562 [=m] ||
 LEDS_LP8501 [=m]) ||
 DELL_RBU [=m] && X86 [=y] │

Those conditonals are logically ored together. FW_LOADER_USER_HELPER is selected if any of them are true.

The first one is already false because FW_LOADER_USER_HELPER_FALLBACK [=n]

You need to turn off one or more in
Code:
LEDS_LP55XX_COMMON [=m] && NEW_LEDS [=y] && (LEDS_LP5521 [=m]

and all of
Code:
 LEDS_LP5523 [=m]
 LEDS_LP5562 [=m]
 LEDS_LP8501 [=m]
 DELL_RBU [=m]


The appear to be mostly under
Code:
Device Drivers > LED Support

_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
littletux
n00b
n00b


Joined: 08 Dec 2003
Posts: 74

PostPosted: Mon Mar 20, 2017 1:06 am    Post subject: Reply with quote

@NeddySeagoon

Thanks for this explanation.

So next question is can I ignore this message, if I don't wan't disable the LED things?

because the message sais
Code:
 *   CONFIG_FW_LOADER_USER_HELPER:       should not be set. But it is.
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.


and the last line let me feel bad
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54216
Location: 56N 3W

PostPosted: Mon Mar 20, 2017 11:06 am    Post subject: Reply with quote

littletux,

The userspace firmware loader was removed from udev a long time ago.
I don't know what that option does any more.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum