* Re: Problems in kernel 2.4.70-mm9 with pcmcia xircom_cb
[not found] <20030613183320.GA4765@brodo.de>
@ 2003-06-13 18:21 ` jds
0 siblings, 0 replies; 2+ messages in thread
From: jds @ 2003-06-13 18:21 UTC (permalink / raw)
To: Dominik Brodowski, akpm; +Cc: linux-kernel
Hi:
Thanks ....... again, my pcmcia card bus xircom_cb working good.
Regards.
---------- Original Message -----------
From: Dominik Brodowski <linux@brodo.de>
To: jds@soltis.cc, akpm@diego.com
Sent: Fri, 13 Jun 2003 20:33:20 +0200
Subject: Re: Problems in kernel 2.4.70-mm9 with pcmcia xircom_cb
> Hi "jds",
>
> Please run "oldconfig" on your .config, and select
>
> CONFIG_YENTA CardBus yenta-compatible bridge support (NEW) "y"
>
> (Or run any other config tool of your choice and adjust this setting).
>
> If CONFIG_YENTA wasn't set before, this is likely the cause of the problem.
> If not, please contact me again.
>
> Dominik
------- End of Original Message -------
^ permalink raw reply [flat|nested] 2+ messages in thread
* Problem compile module vmnet VMWARE 4.0 in 2.4.70-mm8
@ 2003-06-11 19:30 jds
2003-06-11 20:08 ` Andrew Morton
0 siblings, 1 reply; 2+ messages in thread
From: jds @ 2003-06-11 19:30 UTC (permalink / raw)
To: linux-kernel; +Cc: akpm
Hi:
I have problems when compile module vmware 4.0 vmnet with kernel 2.5.70-mm8.
the messages is:
kernel? [/lib/modules/2.5.70-mm8/build/include]
Extracting the sources of the vmmon module.
Building the vmmon module.
make: Entering directory `/tmp/vmware-config0/vmmon-only'
make[1]: Entering directory `/tmp/vmware-config0/vmmon-only'
make[2]: Entering directory `/tmp/vmware-config0/vmmon-only/driver-2.5.70-mm8'
make[2]: Leaving directory `/tmp/vmware-config0/vmmon-only/driver-2.5.70-mm8'
make[2]: Entering directory `/tmp/vmware-config0/vmmon-only/driver-2.5.70-mm8'
make[2]: Leaving directory `/tmp/vmware-config0/vmmon-only/driver-2.5.70-mm8'
make[1]: Leaving directory `/tmp/vmware-config0/vmmon-only'
make: Leaving directory `/tmp/vmware-config0/vmmon-only'
The module loads perfectly in the running kernel.
Extracting the sources of the vmnet module.
Building the vmnet module.
make: Entering directory `/tmp/vmware-config0/vmnet-only'
bridge.c: In function `VNetBridgeReceiveFromVNet':
bridge.c:368: structure has no member named `wmem_alloc'
bridge.c: In function `VNetBridgeUp':
bridge.c:618: structure has no member named `protinfo'
bridge.c: In function `VNetBridgeReceiveFromDev':
bridge.c:817: structure has no member named `protinfo'
make: *** [bridge.o] Error 1
make: Leaving directory `/tmp/vmware-config0/vmnet-only'
Unable to build the vmnet module.
For more information on how to troubleshoot module-related problems, please
visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".
Execution aborted.
Helpme please.
Best Regards.
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: Problem compile module vmnet VMWARE 4.0 in 2.4.70-mm8
2003-06-11 19:30 Problem compile module vmnet VMWARE 4.0 in 2.4.70-mm8 jds
@ 2003-06-11 20:08 ` Andrew Morton
2003-06-13 17:38 ` Problems in kernel 2.4.70-mm9 with pcmcia xircom_cb jds
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Morton @ 2003-06-11 20:08 UTC (permalink / raw)
To: jds; +Cc: linux-kernel
"jds" <jds@soltis.cc> wrote:
>
> I have problems when compile module vmware 4.0 vmnet with kernel 2.5.70-mm8.
>
> ...
>
> make: Entering directory `/tmp/vmware-config0/vmnet-only'
> bridge.c: In function `VNetBridgeReceiveFromVNet':
> bridge.c:368: structure has no member named `wmem_alloc'
> bridge.c: In function `VNetBridgeUp':
> bridge.c:618: structure has no member named `protinfo'
> bridge.c: In function `VNetBridgeReceiveFromDev':
> bridge.c:817: structure has no member named `protinfo'
> make: *** [bridge.o] Error 1
> make: Leaving directory `/tmp/vmware-config0/vmnet-only'
> Unable to build the vmnet module.
You'll need to replace all instances of "wmem_alloc" with "sk_wmem_alloc"
and replace all instances of "protinfo" with "sk_protinfo". And similar if
you get more compile errors.
Lots of socket members were renamed, by adding an "sk_" prefix.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-06-13 18:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20030613183320.GA4765@brodo.de>
2003-06-13 18:21 ` Problems in kernel 2.4.70-mm9 with pcmcia xircom_cb jds
2003-06-11 19:30 Problem compile module vmnet VMWARE 4.0 in 2.4.70-mm8 jds
2003-06-11 20:08 ` Andrew Morton
2003-06-13 17:38 ` Problems in kernel 2.4.70-mm9 with pcmcia xircom_cb jds
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox