Custom Query (16363 matches)
Results (1384 - 1386 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #17733 | duplicate | Linux vboxmanage modifyvm --audioout not working -> duplicate of #17409 | ||
| Description |
I issue the command below and the --audioout parameter is not being processed. All other values for the target machine are set as specified. I can toggle the values for the other fields and see them change on my target VMs. Audio Output shows as Disabled and remains disabled unless I manually change it from the GUI settings in the tray. vboxmanage modifyvm <mymachinename> --audio pulse --audiocontroller ac97 --audioout on --audioin on |
|||
| #17726 | duplicate | Shared folder read errors | ||
| Description |
File reads from shared folder in the Linux kernel encounters errors. An easy way to test this is with a loop device. root@VirtualBox:~# dd if=/dev/zero of=/media/sf_z/test.dd count=1024 1024+0 records in 1024+0 records out 524288 bytes (524 kB, 512 KiB) copied, 0.0408967 s, 12.8 MB/s root@VirtualBox:~# losetup -f /media/sf_z/test.dd Errors will occur, and the kernel would not be able to identify the partitions because it can't read the image: [ 1174.109112] print_req_error: I/O error, dev loop0, sector 0 [ 1174.109141] print_req_error: I/O error, dev loop0, sector 0 [ 1174.109157] Buffer I/O error on dev loop0, logical block 0, async page read [ 1174.109255] print_req_error: I/O error, dev loop0, sector 0 [ 1174.109271] Buffer I/O error on dev loop0, logical block 0, async page read [ 1174.109293] print_req_error: I/O error, dev loop0, sector 0 [ 1174.109308] Buffer I/O error on dev loop0, logical block 0, async page read [ 1174.109329] print_req_error: I/O error, dev loop0, sector 0 [ 1174.109343] Buffer I/O error on dev loop0, logical block 0, async page read [ 1174.109365] print_req_error: I/O error, dev loop0, sector 0 [ 1174.109379] Buffer I/O error on dev loop0, logical block 0, async page read [ 1174.109401] print_req_error: I/O error, dev loop0, sector 0 [ 1174.109415] Buffer I/O error on dev loop0, logical block 0, async page read [ 1174.109442] print_req_error: I/O error, dev loop0, sector 24 [ 1174.109457] Buffer I/O error on dev loop0, logical block 3, async page read [ 1174.146072] print_req_error: I/O error, dev loop0, sector 0 [ 1174.146103] print_req_error: I/O error, dev loop0, sector 0 [ 1174.146119] Buffer I/O error on dev loop0, logical block 0, async page read [ 1174.146145] Buffer I/O error on dev loop0, logical block 0, async page read [ 1174.146168] Buffer I/O error on dev loop0, logical block 0, async page read
There is no problem if the image is copied from the shared folder into the VM first, then using Other information can be found here: [ 5.343584] vboxsf: Successfully loaded version 5.2.10 (interface 0x00010004)
[ 5.606238] VBoxService 5.2.10 r122406 (verbosity: 0) linux.amd64 (Apr 27 2018 11:36:11) release log
00:00:00.000045 main Log opened 2018-05-02T07:56:09.478284000Z
[ 5.606265] 00:00:00.000098 main OS Product: Linux
[ 5.606279] 00:00:00.000116 main OS Release: 4.13.0-21-generic
[ 5.606295] 00:00:00.000130 main OS Version: #24-Ubuntu SMP Mon Dec 18 17:29:16 UTC 2017
[ 5.606321] 00:00:00.000146 main Executable: /opt/VBoxGuestAdditions-5.2.10/sbin/VBoxService
00:00:00.000147 main Process ID: 697
00:00:00.000147 main Package type: LINUX_64BITS_GENERIC
[ 5.607246] 00:00:00.001076 main 5.2.10 r122406 started. Verbose level = 0
[ 5.624085] 00:00:00.017888 automount vbsvcAutoMountWorker: Shared folder 'z' was mounted to '/media/sf_z'
This bug has existed since 5.2.8; upgraded to 5.2.10 and it was still present. |
|||
| #17724 | invalid | Alt and AltGr keys no longer working with mouse integration enabled -> fixed by reconfiguring | ||
| Description |
I had a Windows 7 guest running for some weeks without problems, with both mouse pointer integration and a working German keyboard. I recently tried to import and use another Windows guest, where I had strange problems getting the keyboard running. I therefore played a bit with turning mouse pointer integration on and off, but didn't succeed and gave up. Now my problems began: The long time working Windows guest does not accept the Alt and AltGr keys anymore. That is very annoying for me as I need them to get the curly brackets on the German keyboard (I'm C++ programmer, and by the way, Qt contributor ;) ). Like suggested in [1], the following both work:
But as this had worked perfectly fine before with mouse pointer integration, any chance to get it back? Thanks System: Amd Ryzen 7 1800X, 32 GB RAM, 512 GB SSD M2, USB keyboard and mouse Host OS: Ubuntu 16.04 x64 Guest OS: Windows 7 Professional SP1 x64 VirtualBox 5.2.10 (upgraded yesterday from 5.2.6), with Extension Pack and current Guest addon German keyboard layout Host key: Shift Right + Ctrl Right [1] https://superuser.com/questions/710091/how-to-use-the-alt-key-in-a-virtual-box-guest-session |
|||

