VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1768 - 1770 of 16363)

Ticket Resolution Summary Owner Reporter
#20982 duplicate Cannot compile DKMS modules on Kernel 5.18 MicheleDG
Description

On Linux host with last 5.18 kernel it is impossible to compile dkms modules. Command /sbin/vboxconfig (vboxdrv.sh) gives this error while compiling:

/tmp/vbox.0/linux/VBoxNetFlt-linux.c:2314:23: error: implicit declaration of function ‘netif_rx_ni’; did you mean ‘netif_rx’? [-Werror=implicit-function-declaration]

2314 | err = netif_rx_ni(pBuf);

| | netif_rx

Tested on Ubuntu Linux 20.04 with kernel 5.18.1->5.18.3. Works flawless with kernel 5.17.x.

#473 wontfix Cannot compile Feisty AMD64 (incompatible libXt.so) Adam Bolte
Description

Following the instructions (http://virtualbox.org/wiki/Linux%20build%20instructions), compilation always fails on the AMD64 Feisty distribution (using a Intel C2D 2Ghz CPU). Subversion and source for 1.4.0 produce the same result.

abolte@sphinx:~/downloads/applications/virtualbox-ose-svn/vbox$ ./configure --with-gcc=/usr/bin/gcc-3.4 --with-g++=/usr/bin/g++-3.4
Checking for environment: Determined linux.amd64, OK.
Checking for kBuild: found, OK.
Checking for gcc: found version 3.4.6, OK.
Checking for as86: found version 0.16.14, OK.
Checking for bcc: found version 0.16.14, OK.
Checking for iasl: found version 20060912, OK.
Checking for xslt: found, OK.
Checking for pthread: found, OK.
Checking for xalan: found version 1.10.0, OK.
Checking for xerces: found version 2.7.0, OK.
Checking for libIDL: found version 0.8.7, OK.
Checking for zlib: found version 1.2.3, OK.
Checking for SDL: found version 1.2.11, OK.
Checking for X libraries: found, OK.
Checking for Xcursor: found, OK.
Checking for Qt: found version 3.3.7, OK.
Checking for Qt devtools: found version 3.3.7, OK.
Checking for Linux kernel sources: found version 2.6.20, OK.
Checking for ALSA: found version 1.0.13, OK.
Checking for compiler.h: compiler.h not found, OK.
Checking for libhal: found version 0.5.8.1, OK.

Successfully generated 'AutoConfig.kmk' and 'env.sh'.
Source 'env.sh' once before you start to build VBox:

  source env.sh
  kmk

To compile the kernel module, do:

  cd ./out/linux.amd64/release/bin/src
  make

Enjoy!
abolte@sphinx:~/downloads/applications/virtualbox-ose-svn/vbox$ source env.sh
abolte@sphinx:~/downloads/applications/virtualbox-ose-svn/vbox$ kmk
...
kBuild: Linking vboxadd-xclient
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libXt.so when searching for -lXt
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libXt.a when searching for -lXt
/usr/bin/ld: skipping incompatible /usr/lib/libXt.so when searching for -lXt
/usr/bin/ld: skipping incompatible /usr/lib/libXt.a when searching for -lXt
/usr/bin/ld: cannot find -lXt
collect2: ld returned 1 exit status
kmk[5]: *** [/home/abolte/downloads/applications/virtualbox-ose-svn/vbox/out/linux.amd64/release/obj/src/VBox/Additions/linux/xclient/vboxadd-xclient/vboxadd-xclient] Error 1
The failing command:
        @g++ -m32                   -o /home/abolte/downloads/applications/virtualbox-ose-svn/vbox/out/linux.amd64/release/obj/src/VBox/Additions/linux/xclient/vboxadd-xclient/vboxadd-xclient  /home/abolte/downloads/applications/virtualbox-ose-svn/vbox/out/linux.amd64/release/obj/src/VBox/Additions/linux/xclient/vboxadd-xclient/clipboard.o  -L/home/abolte/downloads/applications/virtualbox-ose-svn/vbox/out/linux.amd64/release/obj/src/VBox/Additions/linux/xclient/vboxadd-xclient  -L/usr/X11R6/lib32  -L/usr/X11R6/lib   /home/abolte/downloads/applications/virtualbox-ose-svn/vbox/out/linux.amd64/release/lib/RuntimeLnx32GuestR3.a   -lpthread   -lrt   -lXt   -lX11 -Wl,-Map -Wl,/home/abolte/downloads/applications/virtualbox-ose-svn/vbox/out/linux.amd64/release/obj/src/VBox/Additions/linux/xclient/vboxadd-xclient/vboxadd-xclient.map -Wl,--cref
kmk[5]: Leaving directory `/home/abolte/downloads/applications/virtualbox-ose-svn/vbox/src/VBox/Additions/linux/xclient'
kmk[4]: *** [pass_binaries_before] Error 2
kmk[4]: Leaving directory `/home/abolte/downloads/applications/virtualbox-ose-svn/vbox/src/VBox/Additions/linux'
kmk[3]: *** [pass_binaries_before] Error 2
kmk[3]: Leaving directory `/home/abolte/downloads/applications/virtualbox-ose-svn/vbox/src/VBox/Additions'
kmk[2]: *** [pass_binaries_before] Error 2
kmk[2]: Leaving directory `/home/abolte/downloads/applications/virtualbox-ose-svn/vbox/src/VBox'
kmk[1]: *** [pass_binaries_before] Error 2
kmk[1]: Leaving directory `/home/abolte/downloads/applications/virtualbox-ose-svn/vbox/src'
kmk: *** [pass_binaries_before] Error 2
 abolte@sphinx:~/downloads/applications/virtualbox-ose-svn/vbox$ uname -a
Linux sphinx 2.6.20-16-generic #2 SMP Thu Jun 7 19:00:28 UTC 2007 x86_64 GNU/Linux
abolte@sphinx:~/downloads/applications/virtualbox-ose-svn/vbox$ 

#11633 obsolete Cannot connect Garmin Nuvi 860 via usb - problem with "Read Device Capacities" rogerjames99
Description

When connecting a Garmin Nuvi 860 via USB to a windows 8 or Windows XP guest running under a Linux host the connection with a Windows Device Manager "Device cannot start (Code 10)" diagnostic. Analysis of the host Linux USB trace and the guest Windows USB trace shows that the problem occurs after windows has sent a "Read Format Capabilities" command to the device.

I bounced the attached logs off the linux-usb list. This is what the gurus over there had to say.

It is clear from the log that VirtualBox is messing you up. The resets that the guest tries to do never make it out to the actual device. Nor do the Set-Config and Set-Interface requests. This may explain the differing reactions to the READ FORMAT CAPACITIES command.

The Garmin device isn't blameless either. After sending its 12-byte response to that command, it is supposed to halt the bulk-in endpoint. But it doesn't; it responds to the next transfer with a 0-length packet and _then_ halts the endpoint. Things go downhill from there and it stops responding, after which Windows gives up.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy