* 2.4.19-pre4-ac1 vmware and emu10k1 problems
@ 2002-03-26 21:06 Malcolm Mallardi
2002-03-26 23:41 ` Alan Cox
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Malcolm Mallardi @ 2002-03-26 21:06 UTC (permalink / raw)
To: linux-kernel
The vmware modules will not compile properly under 2.4.19-pre4-ac1, or
under 2.4.19-pre2-ac2, but compile fine on their mainline kernel
counterparts. Here is the errors that I get from vmware-config.pl:
Building the vmmon module.
make: Entering directory `/tmp/vmware-config1/vmmon-only'
make[1]: Entering directory `/tmp/vmware-config1/vmmon-only'
make[2]: Entering directory
`/tmp/vmware-config1/vmmon-only/driver-2.4.19-pre4-ac1'
In file included from .././linux/driver.c:38:
/lib/modules/2.4.19-pre4-ac1/build/include/linux/malloc.h:4: #error
linux/malloc.h is deprecated, use linux/slab.h instead.
make[2]: *** [driver.d] Error 1
make[2]: Leaving directory
`/tmp/vmware-config1/vmmon-only/driver-2.4.19-pre4-ac1'
make[1]: *** [deps] Error 2
make[1]: Leaving directory `/tmp/vmware-config1/vmmon-only'
make: *** [auto-build] Error 2
make: Leaving directory `/tmp/vmware-config1/vmmon-only'
Unable to build the vmmon module.
Also, under 2.4.19-pre4-ac1, when the emu10k1 module is loaded, I get a
large amount of constant static until I rmmod it. 2.4.19-pre4's
initialization of the emu10k1 driver is fine, and when the emu10k1
driver is replaced with the latest CVS version of the emu10k1 driver,
it initializes and performs normally.
--
Malcolm D. Mallardi - Dark Freak At Large
"Captain, we are receiving two-hundred eighty-five THOUSAND hails."
AOL: Nuark UIN: 11084092 Y!: Magamo Jabber: Nuark@jabber.com
http://ranka.2y.net:8008/~magamo/index.htm
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 2.4.19-pre4-ac1 vmware and emu10k1 problems
@ 2002-03-26 21:27 Petr Vandrovec
0 siblings, 0 replies; 6+ messages in thread
From: Petr Vandrovec @ 2002-03-26 21:27 UTC (permalink / raw)
To: Malcolm Mallardi; +Cc: linux-kernel
On 26 Mar 02 at 16:06, Malcolm Mallardi wrote:
> The vmware modules will not compile properly under 2.4.19-pre4-ac1, or
> under 2.4.19-pre2-ac2, but compile fine on their mainline kernel
> counterparts. Here is the errors that I get from vmware-config.pl:
> /lib/modules/2.4.19-pre4-ac1/build/include/linux/malloc.h:4: #error
As always... If you are using VMware3.0, get
ftp://platan.vc.cvut.cz/pub/vmware/vmware-ws-1455-update12.tar.gz.
If you are using VMware2.0, you can try
ftp://platan.vc.cvut.cz/pub/vmware/vmware-ws-1142-update1.tar.gz,
but please note that I'll not create any further VMware 2.0 patches,
so if you plan using VMware 2.0 on 2.5.x kernels, you can either
create patch yourself, or upgrade to VMware3, and also that this
patch is completely untested, as it does not compile under 2.5.7
at all ;-)
Petr Vandrovec
vandrove@vc.cvut.cz
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 2.4.19-pre4-ac1 vmware and emu10k1 problems
2002-03-26 21:06 2.4.19-pre4-ac1 vmware and emu10k1 problems Malcolm Mallardi
@ 2002-03-26 23:41 ` Alan Cox
2002-03-27 0:28 ` BODA Karoly jr.
2002-03-27 0:00 ` Mark Cooke
2002-03-27 13:10 ` Matthias Andree
2 siblings, 1 reply; 6+ messages in thread
From: Alan Cox @ 2002-03-26 23:41 UTC (permalink / raw)
To: Malcolm Mallardi; +Cc: linux-kernel
> The vmware modules will not compile properly under 2.4.19-pre4-ac1, or
> under 2.4.19-pre2-ac2, but compile fine on their mainline kernel
> counterparts. Here is the errors that I get from vmware-config.pl:
Please take vmware problems up with the vmware folks
> Also, under 2.4.19-pre4-ac1, when the emu10k1 module is loaded, I get a
> large amount of constant static until I rmmod it. 2.4.19-pre4's
> initialization of the emu10k1 driver is fine, and when the emu10k1
> driver is replaced with the latest CVS version of the emu10k1 driver,
> it initializes and performs normally.
I'll take a look at that see whats up
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 2.4.19-pre4-ac1 vmware and emu10k1 problems
2002-03-26 21:06 2.4.19-pre4-ac1 vmware and emu10k1 problems Malcolm Mallardi
2002-03-26 23:41 ` Alan Cox
@ 2002-03-27 0:00 ` Mark Cooke
2002-03-27 13:10 ` Matthias Andree
2 siblings, 0 replies; 6+ messages in thread
From: Mark Cooke @ 2002-03-27 0:00 UTC (permalink / raw)
To: Malcolm Mallardi; +Cc: linux-kernel
They'll fix it eventually / in the 3.1 release, but you can look in
the source tarballs and change the #include to include slab.h instead
of malloc.h if you're impatient.
See: /usr/lib/mvmware/modules/source/*.tar
Mark
On Tue, 26 Mar 2002, Malcolm Mallardi wrote:
> Date: Tue, 26 Mar 2002 16:06:38 -0500
> From: Malcolm Mallardi <magamo@ranka.2y.net>
> To: linux-kernel@vger.kernel.org
> Subject: 2.4.19-pre4-ac1 vmware and emu10k1 problems
>
> The vmware modules will not compile properly under 2.4.19-pre4-ac1, or
> under 2.4.19-pre2-ac2, but compile fine on their mainline kernel
> counterparts. Here is the errors that I get from vmware-config.pl:
>
> Building the vmmon module.
>
> make: Entering directory `/tmp/vmware-config1/vmmon-only'
> make[1]: Entering directory `/tmp/vmware-config1/vmmon-only'
> make[2]: Entering directory
> `/tmp/vmware-config1/vmmon-only/driver-2.4.19-pre4-ac1'
> In file included from .././linux/driver.c:38:
> /lib/modules/2.4.19-pre4-ac1/build/include/linux/malloc.h:4: #error
> linux/malloc.h is deprecated, use linux/slab.h instead.
> make[2]: *** [driver.d] Error 1
> make[2]: Leaving directory
> `/tmp/vmware-config1/vmmon-only/driver-2.4.19-pre4-ac1'
> make[1]: *** [deps] Error 2
> make[1]: Leaving directory `/tmp/vmware-config1/vmmon-only'
> make: *** [auto-build] Error 2
> make: Leaving directory `/tmp/vmware-config1/vmmon-only'
> Unable to build the vmmon module.
>
>
> Also, under 2.4.19-pre4-ac1, when the emu10k1 module is loaded, I get a
> large amount of constant static until I rmmod it. 2.4.19-pre4's
> initialization of the emu10k1 driver is fine, and when the emu10k1
> driver is replaced with the latest CVS version of the emu10k1 driver,
> it initializes and performs normally.
>
> --
> Malcolm D. Mallardi - Dark Freak At Large
> "Captain, we are receiving two-hundred eighty-five THOUSAND hails."
> AOL: Nuark UIN: 11084092 Y!: Magamo Jabber: Nuark@jabber.com
> http://ranka.2y.net:8008/~magamo/index.htm
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
--
+-------------------------------------------------------------------------+
Mark Cooke The views expressed above are mine and are not
Systems Programmer necessarily representative of university policy
University Of Birmingham URL: http://www.sr.bham.ac.uk/~mpc/
+-------------------------------------------------------------------------+
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 2.4.19-pre4-ac1 vmware and emu10k1 problems
2002-03-26 23:41 ` Alan Cox
@ 2002-03-27 0:28 ` BODA Karoly jr.
0 siblings, 0 replies; 6+ messages in thread
From: BODA Karoly jr. @ 2002-03-27 0:28 UTC (permalink / raw)
To: Alan Cox; +Cc: Malcolm Mallardi, linux-kernel
On Tue, 26 Mar 2002, Alan Cox wrote:
> > The vmware modules will not compile properly under 2.4.19-pre4-ac1, or
> > under 2.4.19-pre2-ac2, but compile fine on their mainline kernel
> > counterparts. Here is the errors that I get from vmware-config.pl:
> Please take vmware problems up with the vmware folks
I think it would be easy to fix.. He wrote this:
/lib/modules/2.4.19-pre4-ac1/build/include/linux/malloc.h:4: #error
linux/malloc.h is deprecated, use linux/slab.h instead.
make[2]: *** [driver.d] Error 1
So change in the file where it appeared the
#include <linux/malloc.h>
to
#include <linux/slab.h>
--
Woockie
..."what is there in this world that makes living worthwhile?"
Death thought about it. "CATS," he said eventually, "CATS ARE NICE."
(Terry Pratchett, Sourcery)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 2.4.19-pre4-ac1 vmware and emu10k1 problems
2002-03-26 21:06 2.4.19-pre4-ac1 vmware and emu10k1 problems Malcolm Mallardi
2002-03-26 23:41 ` Alan Cox
2002-03-27 0:00 ` Mark Cooke
@ 2002-03-27 13:10 ` Matthias Andree
2 siblings, 0 replies; 6+ messages in thread
From: Matthias Andree @ 2002-03-27 13:10 UTC (permalink / raw)
To: linux-kernel
On Tue, 26 Mar 2002, Malcolm Mallardi wrote:
> The vmware modules will not compile properly under 2.4.19-pre4-ac1, or
> under 2.4.19-pre2-ac2, but compile fine on their mainline kernel
> counterparts. Here is the errors that I get from vmware-config.pl:
>
> Building the vmmon module.
>
> make: Entering directory `/tmp/vmware-config1/vmmon-only'
> make[1]: Entering directory `/tmp/vmware-config1/vmmon-only'
> make[2]: Entering directory
> `/tmp/vmware-config1/vmmon-only/driver-2.4.19-pre4-ac1'
> In file included from .././linux/driver.c:38:
> /lib/modules/2.4.19-pre4-ac1/build/include/linux/malloc.h:4: #error
> linux/malloc.h is deprecated, use linux/slab.h instead.
> make[2]: *** [driver.d] Error 1
> make[2]: Leaving directory
> `/tmp/vmware-config1/vmmon-only/driver-2.4.19-pre4-ac1'
> make[1]: *** [deps] Error 2
> make[1]: Leaving directory `/tmp/vmware-config1/vmmon-only'
> make: *** [auto-build] Error 2
> make: Leaving directory `/tmp/vmware-config1/vmmon-only'
> Unable to build the vmmon module.
Replace all #include <linux/malloc.h> by #include <linux/slab.h> as the
#error says -- I tried that, and it works for me with 2.4.19-pre3-ac4.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-03-27 13:10 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-26 21:06 2.4.19-pre4-ac1 vmware and emu10k1 problems Malcolm Mallardi
2002-03-26 23:41 ` Alan Cox
2002-03-27 0:28 ` BODA Karoly jr.
2002-03-27 0:00 ` Mark Cooke
2002-03-27 13:10 ` Matthias Andree
-- strict thread matches above, loose matches on Subject: below --
2002-03-26 21:27 Petr Vandrovec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox