VirtualBox

Changeset 100259 in vbox


Ignore:
Timestamp:
Jun 23, 2023 11:18:11 AM (18 months ago)
Author:
vboxsync
Message:

Additions: Linux: Also try to reload vboxvideo if present, bugref:10359, ticketref:21740.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r99550 r100259  
    12051205        [ $? -eq 0 ] && try_load_preserve_rc "modprobe vboxguest" "unable to load vboxguest kernel module, see dmesg"
    12061206        [ $? -eq 0 ] && try_load_preserve_rc "modprobe vboxsf" "unable to load vboxsf kernel module, see dmesg"
     1207
     1208        # Load vboxvideo if present.
     1209        if [ -f "/lib/modules/"$(uname -r)"/misc/vboxvideo.ko" ]; then
     1210            try_load_preserve_rc "modprobe vboxvideo" "unable to load vboxvideo kernel module, see dmesg"
     1211        else
     1212            # Do not spoil $?.
     1213            true
     1214        fi
    12071215
    12081216        # Start VBoxService and VBoxDRMClient.
Note: See TracChangeset for help on using the changeset viewer.

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