View previous topic :: View next topic |
Author |
Message |
no-use Tux's lil' helper
Joined: 27 Apr 2004 Posts: 76 Location: Belgium
|
Posted: Thu Jul 22, 2004 12:01 pm Post subject: CONFIG_FW_LOADER |
|
|
hi,
I need to enable CONFIG_FW_LOADER in my kernel. How do I have to do this ?
tnx |
|
Back to top |
|
|
!db! Apprentice
Joined: 25 Nov 2003 Posts: 172 Location: A frozen, barren wasteland
|
Posted: Thu Jul 22, 2004 12:14 pm Post subject: |
|
|
You mean you don't know where in the kernel settings? or there's a dependency thing preventing you from picking this support?
If it's as simple as showing you the path ...
Code: | cd /usr/src/linux
make menuconfig |
then go up
'Device Drivers' -->'Generic Driver Options' --> 'Hotplug firmware driver support'
... and then recompile kernel and so on ... Sorry if that's not it ... |
|
Back to top |
|
|
no-use Tux's lil' helper
Joined: 27 Apr 2004 Posts: 76 Location: Belgium
|
Posted: Thu Jul 22, 2004 12:18 pm Post subject: |
|
|
tnx that's it
I just didn't know where to find it ... |
|
Back to top |
|
|
|