1 |
On Thu, Jul 20, 2006 at 11:57:13AM +0200, Daniele Salatti wrote: |
2 |
> Hi! |
3 |
> I'm getting some errors while emerging net-wireless/rt2500. It seems I |
4 |
> have some problem with the kernel configuration options and I need to |
5 |
> recompile it. Can you explain me which options should I set? Below the |
6 |
> output of "emerge rt2500". |
7 |
> TIA |
8 |
> Daniele |
9 |
|
10 |
> base sale # emerge rt2500 |
11 |
> * Found sources for kernel version: |
12 |
> * 2.6.16-gentoo-r12-base |
13 |
> * Checking for suitable kernel configuration options... |
14 |
> * SMP Processors and Kernels are currently not supported |
15 |
|
16 |
Your milage will vary but this should provide the necessary clues: |
17 |
|
18 |
cd /usr/src/linux |
19 |
make menuconfig |
20 |
|
21 |
Processor type and features |
22 |
[ ] Symmetric multi-processing support (uncheck this) |
23 |
|
24 |
exit, save |
25 |
|
26 |
make |
27 |
make modules_install |
28 |
cp arch/x86_64/boot/bzImage /boot/something |
29 |
|
30 |
modify your grub or lilo boot |
31 |
|
32 |
boot the new kernel. |
33 |
|
34 |
emerge rt2500 |
35 |
|
36 |
-- |
37 |
Brian Litzinger |
38 |
-- |
39 |
gentoo-amd64@g.o mailing list |