[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Sound Blaster Card in Qube 3
- Subject: Re: [cobalt-developers] Sound Blaster Card in Qube 3
- From: Timothy Stonis <timothy.stonis@xxxxxxx>
- Date: Mon Jul 9 05:21:00 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
I'm not sure, but this kernel might also install the network drivers as
modules instead of statically compiling them in. If this is the case, you'll
need to add an /etc/conf.modules to load the proper ethernet drivers.
On 7/9/01 12:10 PM, "Tim Hockin" <thockin@xxxxxxx> wrote:
> Timothy.Lau@xxxxxxxxxxxx wrote:
>>
>> Thanks for that insight.
>>
>> I have trouble compiling the kernel using kernel-2.2.16c27-III.src.rpm. It
>> boots up but the networking portion is all messed up.
>>
>> Is there a config option list that I can follow when using 'make
>> menuconfig' and just add the sound support portions as loadable modules.
>
> the default kernel-source...i386.rpm includes a .config. You should be
> able to do make config in your kernel tree and it should all just work.