Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[VMWare] USB - Problems
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Alex_K
n00b
n00b


Joined: 12 Aug 2002
Posts: 57

PostPosted: Thu Feb 13, 2003 5:30 pm    Post subject: [VMWare] USB - Problems Reply with quote

i have installed vmware 3.2, an run vmware-config.pl.

my problem is after klicking the "power on" button my usb-mouse is lost (can't move the cursor anymore), an vmware hangs up.
if i disable the usb-support in the configuration-editor of vmware, the viritual machine boots without problems.

after the hang-up of vmware my kernel log-file fills with following messages until i reboot my PC:

Code:

Feb 12 15:02:57 [kernel] usb_control/bulk_msg: timeout
Feb 12 15:03:00 [kernel] usb_control/bulk_msg: timeout
Feb 12 15:03:03 [kernel] usb_control/bulk_msg: timeout
Feb 12 15:03:06 [kernel] usb_control/bulk_msg: timeout
Feb 12 15:03:09 [kernel] usb_control/bulk_msg: timeout
Feb 12 15:03:12 [kernel] usb_control/bulk_msg: timeout
Feb 12 15:03:15 [kernel] usb_control/bulk_msg: timeout
Feb 12 15:03:18 [kernel] usb_control/bulk_msg: timeout


my configuration:

gentoo 1.4
vmware 3.2
vanilla-sources 2.4.20 (i also tried 2.4.18, but that wasn't the solution)
mouse: MS Intelli Explorer V3.0 on the usb-port
Back to top
View user's profile Send private message
Alex_K
n00b
n00b


Joined: 12 Aug 2002
Posts: 57

PostPosted: Thu Feb 13, 2003 5:40 pm    Post subject: Reply with quote

now i tried again to compile the kernel modules for vmware, and saw following errors:

Code:

Building the vmmon module.
 
/bin/sh: -c: line 1: syntax error near unexpected token `('
/bin/sh: -c: line 1: `if echo gcc (GCC) 3.2.1 20021207 (Gentoo Linux 3.2.1-20021207) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions.  There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | grep -q '^3\.0'; then echo yes;
else echo no; fi'
make: Entering directory `/tmp/vmware-config2/vmmon-only'
/bin/sh: -c: line 1: syntax error near unexpected token `('
/bin/sh: -c: line 1: `if echo gcc (GCC) 3.2.1 20021207 (Gentoo Linux 3.2.1-20021207) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions.  There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | grep -q '^3\.0'; then echo yes;
else echo no; fi'
make[1]: Entering directory `/tmp/vmware-config2/vmmon-only'
/bin/sh: -c: line 1: syntax error near unexpected token `('
/bin/sh: -c: line 1: `if echo gcc (GCC) 3.2.1 20021207 (Gentoo Linux 3.2.1-20021207) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions.  There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | grep -q '^3\.0'; then echo yes;
else echo no; fi'
make[2]: Entering directory `/tmp/vmware-config2/vmmon-only/driver-2.4.20'
make[2]: Leaving directory `/tmp/vmware-config2/vmmon-only/driver-2.4.20'
/bin/sh: -c: line 1: syntax error near unexpected token `('
/bin/sh: -c: line 1: `if echo gcc (GCC) 3.2.1 20021207 (Gentoo Linux 3.2.1-20021207) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions.  There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | grep -q '^3\.0'; then echo yes;
else echo no; fi'
make[2]: Entering directory `/tmp/vmware-config2/vmmon-only/driver-2.4.20'
`-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
cc1: warning: -malign-loops is obsolete, use -falign-loops
cc1: warning: -malign-jumps is obsolete, use -falign-jumps
cc1: warning: -malign-functions is obsolete, use -falign-functions
`-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
cc1: warning: -malign-loops is obsolete, use -falign-loops
cc1: warning: -malign-jumps is obsolete, use -falign-jumps
cc1: warning: -malign-functions is obsolete, use -falign-functions
`-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
cc1: warning: -malign-loops is obsolete, use -falign-loops
cc1: warning: -malign-jumps is obsolete, use -falign-jumps
cc1: warning: -malign-functions is obsolete, use -falign-functions
`-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
cc1: warning: -malign-loops is obsolete, use -falign-loops
cc1: warning: -malign-jumps is obsolete, use -falign-jumps
cc1: warning: -malign-functions is obsolete, use -falign-functions
`-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
cc1: warning: -malign-loops is obsolete, use -falign-loops
cc1: warning: -malign-jumps is obsolete, use -falign-jumps
cc1: warning: -malign-functions is obsolete, use -falign-functions
`-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
cc1: warning: -malign-loops is obsolete, use -falign-loops
cc1: warning: -malign-jumps is obsolete, use -falign-jumps
cc1: warning: -malign-functions is obsolete, use -falign-functions
`-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
cc1: warning: -malign-loops is obsolete, use -falign-loops
cc1: warning: -malign-jumps is obsolete, use -falign-jumps
cc1: warning: -malign-functions is obsolete, use -falign-functions
make[2]: Leaving directory `/tmp/vmware-config2/vmmon-only/driver-2.4.20'
make[1]: Leaving directory `/tmp/vmware-config2/vmmon-only'
make: Leaving directory `/tmp/vmware-config2/vmmon-only'
The module loads perfectly in the running kernel.


maybe thats the problem?
Back to top
View user's profile Send private message
Alex_K
n00b
n00b


Joined: 12 Aug 2002
Posts: 57

PostPosted: Fri Feb 14, 2003 9:04 am    Post subject: Reply with quote

did others get these errors while compiling the modules, or is it a problem of my system?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum