Audio/video problem - linux guest on OSX

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
Beans3
Posts: 17
Joined: 25. Feb 2018, 14:48

Audio/video problem - linux guest on OSX

Post by Beans3 »

I have a problem with playing audio/video in Linux mint 19.2. i have to keep resetting my audio with this command:
[quote]sudo alsa force-reload[/quote]
But after I reload the problem quickly recurs.

Some information about my system:
  • Host: OS X Mojave 10.14.3
    Guest: Distro: Linux Mint 19.1 Tessa base: Ubuntu 18.04 bion
    Guest Additions: 5.2.26
    Virtualbox version: 5.2.6 r128414 (Qt5.6.3)
I think it may be due to a virtualbox graphics adapter driver - InnoTek Systemberatung GmbH: VirtualBox Graphics Adapter - because when I try to update it via Device Manager I am met with the following error message:
[quote]Package dependencies cannot be resolved

This error could be caused by required additional software packages which are missing or not installable. Furthermore there could be a conflict between software packages which are not allowed to be installed at the same time.

The following packages have unmet dependencies:

virtualbox-guest-x11: Depends: virtualbox-guest-utils (= 5.2.18-dfsg-2~ubuntu18.04.3) but 5.2.18-dfsg-2~ubuntu18.04.3 is to be installed
                      Depends: libxcomposite1 (>= 1:0.3-1) but 1:0.4.4-2 is to be installed
                      Depends: libxdamage1 (>= 1:1.1) but 1:1.1.4-3 is to be installed
                      Depends: xorg-video-abi-23 but it is a virtual package
                      Depends: xserver-xorg-core (>= 2:1.18.99.901) but 2:1.19.6-1ubuntu4.2 is to be installed
[/quote]
When I run sudo apt-get install on any of the dependencies above it reports no need to upgrade, eg
[quote]$ sudo apt-get install  libxcomposite1
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libxcomposite1 is already the newest version (1:0.4.4-2).
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.

beans7@beans7-VirtualBox:~$ sudo apt-get install xorg-video-abi-23
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'xserver-xorg-core' instead of 'xorg-video-abi-23'
xserver-xorg-core is already the newest version (2:1.19.6-1ubuntu4.2).
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.[/quote]
Details below and in the attached log file.

Mac Host, Linux guest.

Code: Select all

System:
  Host: beans7-VirtualBox Kernel: 4.15.0-45-generic x86_64 bits: 64 
  compiler: gcc v: 7.3.0 Desktop: Cinnamon 4.0.9 
  Distro: Linux Mint 19.1 Tessa base: Ubuntu 18.04 bionic 
Machine:
  Type: Virtualbox System: innotek product: VirtualBox v: 1.2 
  serial: <filter> 
  Mobo: Oracle model: VirtualBox v: 1.2 serial: <filter> BIOS: innotek 
  v: VirtualBox date: 12/01/2006 
CPU:
  Topology: Single Core model: Intel Core i5-7267U bits: 64 type: MCP 
  arch: Kaby Lake rev: 9 L2 cache: 4096 KiB 
  flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 bogomips: 6192 
  Speed: 3096 MHz min/max: N/A Core speed (MHz): 1: 3096 
Graphics:
  Device-1: InnoTek Systemberatung VirtualBox Graphics Adapter 
  driver: vboxvideo v: 5.2.26 r128414 bus ID: 00:02.0 
  Display: x11 server: X.Org 1.19.6 driver: modesetting unloaded: fbdev,vesa 
  resolution: 1320x719~60Hz 
  OpenGL: renderer: Chromium v: 2.1 Chromium 1.9 direct render: Yes 
Audio:
  Device-1: Intel 82801FB/FBM/FR/FW/FRW High Definition Audio 
  vendor: SigmaTel driver: snd_hda_intel v: kernel bus ID: 00:05.0 
  Sound Server: ALSA v: k4.15.0-45-generic 
I would be grateful for a solution.
Attachments
Download4-2019-02-24-13-27-16.log
(83.88 KiB) Downloaded 29 times
Post Reply