Comment 48 for bug 1487168

Revision history for this message
Gene Soo (genesoo77072) wrote : Re: [Bug 1487168] Re: [Emulated AD1980 AC97 inside Virualbox 5.0, playback] volume slider problem

Regarding this update and the previous update referencing a Verbose VBox
Log.

Trying to find out what a Verbose Log is or how to activate Verbose
logging, I looked for Verbose in the user manual and got hits in Chapter 8
of
the User's manual. I see references to VBoxmanage command syntax. It is
not obvious that any of these commands turns on Verbose logging in general.
Are you expecting me to issue one or a series of these commands or is there
another location where a verbose log is kept other than what I supplied?
if you are unable to answer this question, I will have to work with the
VirtualBox Team.

Second item is the patch you referenced. The link supplied is to C source
code. I cannot find references on what to do in order to compile this code.
I did see that there was a process to create a Source Code Fork in order to
be able to compile the entire forked copy of the source.
Are you telling me to follow those steps and substitute this version of
that module and try testing again?

Another question is the observation made about Dell. I own a Dell Laptop
however the platform that runs my Virtual Box testing environments is a
self constructed machine based off of Intel DX79SI Motherbpard and a Intel
Xeon Processor. In other words there are No Dell Branded parts in this
machine. What does the reference to Dell mean?

On Sat, Aug 29, 2015 at 8:05 PM, Raymond <email address hidden> wrote:

>
> https://www.virtualbox.org/changeset/55272/vbox/trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
>
> since it hardcode ad1980 on a dell machine, you may need patch in alsa
> driver to prevent the swap of the master playback volume/switch and
> headphone playback volume/switch
>
>
> if (fChipAD1980)
> {
> PCIDevSetSubSystemVendorId(&pThis->PciDev, 0x1028); /* 2c ro -
> Dell.) */
> PCIDevSetSubSystemId (&pThis->PciDev, 0x0177); /* 2e ro. */
> }
> else
> {
> PCIDevSetSubSystemVendorId(&pThis->PciDev, 0x8086); /* 2c ro -
> Intel.) */
> PCIDevSetSubSystemId (&pThis->PciDev, 0x0000); /* 2e ro. */
> }
>
> ** Changed in: alsa-driver (Ubuntu)
> Status: Invalid => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1487168
>
> Title:
> [Emulated AD1980 AC97 inside Virualbox 5.0, playback] volume slider
> problem
>
> Status in alsa-driver package in Ubuntu:
> Incomplete
> Status in virtualbox package in Ubuntu:
> Confirmed
>
> Bug description:
> Volume Slider is only controlling PCM channel and is not controlling
> Master. In effect, Master is restricting the audio level to the
> default of approximately 45 Percent. In order to raise the Master
> Volume Level, alsamixer is capable of changing Master. Without
> manually raising Master to Max Volume, Volume Slider can only control
> volume from 0-45% which is the default level of Master.
>
> Description: Ubuntu Wily Werewolf (development branch)
> Release: 15.10
>
> ProblemType: Bug
> DistroRelease: Ubuntu 15.10
> Package: alsa-base 1.0.25+dfsg-0ubuntu5
> ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
> Uname: Linux 4.1.0-3-generic x86_64
> ApportVersion: 2.18-0ubuntu7
> Architecture: amd64
> AudioDevicesInUse:
> USER PID ACCESS COMMAND
> /dev/snd/controlC0: gene 1330 F.... pulseaudio
> gene 1922 F.... alsamixer
> CurrentDesktop: Unity
> Date: Thu Aug 20 13:00:57 2015
> InstallationDate: Installed on 2015-08-19 (1 days ago)
> InstallationMedia: Edubuntu 15.10 "Wily Werewolf" - Alpha amd64
> (20150819)
> PackageArchitecture: all
> SourcePackage: alsa-driver
> Symptom: audio
> Symptom_Card: Built-in Audio - Intel 82801AA-ICH
> Symptom_Type: Volume slider, or mixer problems
> Title: [ICH - Intel 82801AA-ICH, playback] volume slider problem
> UpgradeStatus: No upgrade log present (probably fresh install)
> dmi.bios.date: 12/01/2006
> dmi.bios.vendor: innotek GmbH
> dmi.bios.version: VirtualBox
> dmi.board.name: VirtualBox
> dmi.board.vendor: Oracle Corporation
> dmi.board.version: 1.2
> dmi.chassis.type: 1
> dmi.chassis.vendor: Oracle Corporation
> dmi.modalias:
> dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
> dmi.product.name: VirtualBox
> dmi.product.version: 1.2
> dmi.sys.vendor: innotek GmbH
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1487168/+subscriptions
>