View previous topic :: View next topic |
Author |
Message |
queyras n00b
Joined: 02 Jun 2003 Posts: 4
|
Posted: Mon Jun 02, 2003 9:55 am Post subject: kernel 2.5.70-mm2 and pcmcia_cs / linux-wlan-ng |
|
|
pcmcia_cs and wlan-ng doesn't seem to compile properly.
I am back to mdk cooker now and don't have the compil error in front of me.
any ideas I could try
Bernard |
|
Back to top |
|
|
silverter Guru
Joined: 10 Apr 2002 Posts: 491 Location: Ulm, DE
|
Posted: Mon Jun 02, 2003 10:34 am Post subject: |
|
|
What does your setup look like? Are u using the kernel pcmcia drivers? (Well actually you have no choice since pcmcia_cs external drivers will not compile with 2.5.x kernel). What error message are you having?
regards, _________________ -- A Guru was once a Beginner -- |
|
Back to top |
|
|
queyras n00b
Joined: 02 Jun 2003 Posts: 4
|
Posted: Tue Jun 03, 2003 3:48 am Post subject: |
|
|
kernel config is:
CONFIG_PCMCIA=Y
CONFIG_CARDBUS=Y
CONFIG_PCMCIA_PROBE=Y
CONFIG_AIRO=m
CONFIG_HERMES=M
CONFIG_PCMCIA_HERMES=m
CONFIG_NET_WIRELESS=y
when emerge sys-apps/pcmcia-cs
get erro as follow.
In file included from scsi_info.c:42:
/usr/src/linux/include/scsi.h:229: parse error before "u8"
look like there is an issue with SCSI suppor tin kernel ? |
|
Back to top |
|
|
silverter Guru
Joined: 10 Apr 2002 Posts: 491 Location: Ulm, DE
|
Posted: Tue Jun 03, 2003 6:54 pm Post subject: |
|
|
You didn't say what kenrel version you are using... I got pcmcia-cs compiled without any errors on the latest 2.5.70 kernel with gcc-3.2.3...
regards, _________________ -- A Guru was once a Beginner -- |
|
Back to top |
|
|
queyras n00b
Joined: 02 Jun 2003 Posts: 4
|
Posted: Wed Jun 04, 2003 3:24 am Post subject: |
|
|
sorry 2.5.70-mm2 and 2.5.70-mm3
wlan-ng doesn't compile either due to a missing modversion.h (from memory) |
|
Back to top |
|
|
silverter Guru
Joined: 10 Apr 2002 Posts: 491 Location: Ulm, DE
|
Posted: Wed Jun 04, 2003 6:04 am Post subject: |
|
|
Strange.... ist your /usr/src/linux symlinked to the kernel you are using? If you've recompiled the kernel, normally the modversion.h *should* be there. Go to /usr/src and do a symlink from your current kernel linux-2.5.70-mmx to linux and try to recompile...
hope this helps, _________________ -- A Guru was once a Beginner -- |
|
Back to top |
|
|
queyras n00b
Joined: 02 Jun 2003 Posts: 4
|
Posted: Wed Jun 04, 2003 6:46 am Post subject: |
|
|
I did create the symbolic link already
there is a modversions.h in usr/src/linux/include/config
if I check on my own 2.4.21 kernel or in the 2.4.20 gentoo I have a modversions.h in the usr/src/linux/include/linux and in usr/src/linux/include/config |
|
Back to top |
|
|
|