
Code: Select all
FATAL: Module /dev/rd/initrd not found
[...]
FATAL: Module st not found
FATAL: Modules ide_probe_mod not found
FATAL: Module ide_tape not found
Code: Select all
[...]
Aug 19 16:11:58 [modprobe] FATAL: Module /dev/cpu not found._
Aug 19 16:11:59 [kernel] agpgart: Found an AGP 2.0 compliant device at 0000:00:0
0.0.
Aug 19 16:12:11 [kde(pam_unix)] session opened for user root by (uid=0)
[...]

Some of the ebuilds (like iptables) depend on the kernel sources so you probably want to make a symbolic link to the kernel sources you are using.jerome187 wrote:this is a little off topic, but when i emerge a new kernel do i have to change the linux link thing in /usr/src/ to point to the new kernel sources i want to use?
Nope, That fixed a few error messages but It's still crashing for me when i emerge pcmcia-cs. So sad. I was having this problem ever since early versions of 2.5, you'd think a bug this big would be fixed by now (I presume it's with pcmcia-cs) Oh well, I guess I'll keep waiting.sa wrote:I just got pcmcia working for 2.6.0-test1.
first I had to enable all the pcmcia stuff in the kernel then
I just had to edit /usr/src/linux/include/scsi/scsi.h
and make lines 228-30 look like:then emerge pcmcia-csCode: Select all
typedef struct scsi_lun { u_int8_t scsi_lun[8]; } ScsiLun;
then I just had to add "yenta_socket" to /etc/modules.autoload.d/kernel-2.6
It up and running now with my linksys wpc11 card.
hth,
sa

Code: Select all
#include <asm/types.h>