I finally got VB to run correctly on my desktop computer and am now attempting to get it installed on my laptop.
I am installing VirtualBox-5.0-5.0.14_105127_fedora22-1.x86_64.rpm on to fedora 23. When I run dkms, it fails. The following are the messages I receive.
[root@localhost yum.repos.d] # /usr/lib/virtualbox/vboxdrv.sh setup
Stopping VirtualBox kernel modules [ OK ]
Uninstalling old VirtualBox DKMS kernel modules [ OK ]
Trying to register the VirtualBox kernel modules using DKMS[ OK ]
Starting VirtualBox kernel modules [FAILED]
(modprobe vboxdrv failed. Please use 'dmesg' to find out why)
[root@localhost yum.repos.d] # dmesg | tail
[ 171.439794] [<ffffffff8161fd03>] ? cpuidle_select+0x13/0x20
[ 171.439797] [<ffffffff810e2956>] cpu_startup_entry+0x266/0x320
[ 171.439802] [<ffffffff817762ec>] rest_init+0x7c/0x80
[ 171.439807] [<ffffffff81d5c01e>] start_kernel+0x498/0x4b9
[ 171.439811] [<ffffffff81d5b120>] ? early_idt_handler_array+0x120/0x120
[ 171.439815] [<ffffffff81d5b339>] x86_64_start_reservations+0x2a/0x2c
[ 171.439819] [<ffffffff81d5b485>] x86_64_start_kernel+0x14a/0x16d
[ 171.439821] ---[ end trace e57d98d2422cb5ea ]---
[ 2829.617869] i915 0000:00:02.0: Invalid ROM contents
[ 3069.730773] perf interrupt took too long (2507 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
[root@localhost yum.repos.d] #
Does anyone know what the problem is and what I need to do to fix it?
VB on laptop
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: VB on laptop
That sounds like a VirtualBox fork. We can only support VirtualBox on these forums.
-
Martin
- Volunteer
- Posts: 2562
- Joined: 30. May 2007, 18:05
- Primary OS: Fedora other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: XP, Win7, Win10, Linux, OS/2
Re: VB on laptop
VirtualBox-5.0-5.0.14_105127_fedora22-1.x86_64.rpm is the official package from virtualbox.org
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: VB on laptop
Oh, so it is. Some kind of kernel mismatch then? We could do with having Perry here.
Re: VB on laptop
If there is a kernel mismatch, I am not finding it.
I ran dkms two more times and it still failed; but, dmesg was different both times.
Instance #1
[root@localhost julie] # /usr/lib/virtualbox/vboxdrv.sh setup
Stopping VirtualBox kernel modules [ OK ]
Uninstalling old VirtualBox DKMS kernel modules [ OK ]
Trying to register the VirtualBox kernel modules using DKMS[ OK ]
Starting VirtualBox kernel modules [FAILED]
(modprobe vboxdrv failed. Please use 'dmesg' to find out why)
# dmesg | tail -n 25
[ 42.338129] wlp2s0: send auth to 10:86:8c:3f:8b:5a (try 2/3)
[ 42.341088] wlp2s0: authenticated
[ 42.342011] wlp2s0: associate with 10:86:8c:3f:8b:5a (try 1/3)
[ 42.347308] wlp2s0: RX AssocResp from 10:86:8c:3f:8b:5a (capab=0x431 status=0 aid=3)
[ 42.347590] wlp2s0: associated
[ 42.347658] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[ 42.354754] cfg80211: Regulatory domain changed to country: US
[ 42.354761] cfg80211: DFS Master region: FCC
[ 42.354764] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 42.354768] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
[ 42.354771] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (N/A)
[ 42.354775] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (0 s)
[ 42.354778] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm), (0 s)
[ 42.354781] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
[ 42.354784] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[ 49.065768] tun: Universal TUN/TAP device driver, 1.6
[ 49.065775] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 49.081654] device virbr0-nic entered promiscuous mode
[ 49.496538] virbr0: port 1(virbr0-nic) entered listening state
[ 49.496562] virbr0: port 1(virbr0-nic) entered listening state
[ 50.134363] virbr0: port 1(virbr0-nic) entered disabled state
[ 51.456386] fuse init (API version 7.23)
[ 52.319998] Adjusting tsc more than 11% (6694814 vs 8595099)
[ 84.337803] UDF-fs: INFO Mounting volume 'UDF Volume', timestamp 2013/09/30 05:00 (1000)
[ 138.250118] capability: warning: `VirtualBox' uses 32-bit capabilities (legacy support in use)
Instance #2
[root@localhost julie] # /usr/lib/virtualbox/vboxdrv.sh setup
Stopping VirtualBox kernel modules [ OK ]
Uninstalling old VirtualBox DKMS kernel modules [ OK ]
Trying to register the VirtualBox kernel modules using DKMS[ OK ]
Starting VirtualBox kernel modules [FAILED]
(modprobe vboxdrv failed. Please use 'dmesg' to find out why)
[root@localhost julie] # dmesg | tail -n 25
[ 821.372173] WARNING: CPU: 0 PID: 6283 at drivers/gpu/drm/i915/intel_display.c:11295 intel_check_page_flip+0xea/0x100 [i915]()
[ 821.372176] Kicking stuck page flip: queued at 49019, now 49024
[ 821.372178] Modules linked in: nls_utf8 udf crc_itu_t fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun ccm nf_conntrack_netbios_ns nf_conntrack_broadcast ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute bridge ebtable_filter ebtables ip6table_raw ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_security ip6table_mangle ip6table_filter ip6_tables iptable_raw iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack iptable_security iptable_mangle vfat fat uvcvideo videobuf2_vmalloc videobuf2_core videobuf2_memops v4l2_common videodev media arc4 rtl8188ee rtl_pci snd_hda_codec_hdmi snd_hda_codec_realtek rtlwifi snd_hda_codec_generic mac80211 hp_wmi iTCO_wdt sparse_keymap iTCO_vendor_support intel_rapl intel_soc_dts_iosf
[ 821.372230] coretemp kvm crct10dif_pclmul crc32_pclmul crc32c_intel snd_intel_sst_acpi snd_intel_sst_core snd_soc_sst_mfld_platform snd_hda_intel cfg80211 joydev rtsx_pci_ms memstick wmi hp_accel lis3lv02d i2c_i801 input_polldev snd_hda_codec snd_soc_core snd_hda_core snd_compress snd_pcm_dmaengine hp_wireless snd_hwdep ac97_bus snd_seq snd_seq_device dw_dmac dw_dmac_core rfkill_gpio snd_pcm i2c_designware_platform mei_txe mei lpc_ich i2c_designware_core snd_timer snd_soc_sst_acpi rfkill shpchp snd soundcore iosf_mbi tpm_tis tpm nfsd auth_rpcgss nfs_acl lockd grace sunrpc binfmt_misc rtsx_pci_sdmmc i915 8021q garp serio_raw stp llc mrp r8169 i2c_algo_bit drm_kms_helper drm rtsx_pci mii sdhci_acpi sdhci mmc_core video fjes i2c_hid
[ 821.372291] CPU: 0 PID: 6283 Comm: dnfdaemon-syste Not tainted 4.3.5-300.fc23.x86_64 #1
[ 821.372293] Hardware name: Hewlett-Packard HP 15 Notebook PC/2213, BIOS F.24 09/26/2014
[ 821.372296] 0000000000000000 00000000b109b9a8 ffff88017fc03d40 ffffffff813a643f
[ 821.372301] ffff88017fc03d88 ffff88017fc03d78 ffffffff810a07d2 ffff880178722000
[ 821.372304] ffff880178bff000 0000000000000000 ffff880033cd2000 0000000000000000
[ 821.372308] Call Trace:
[ 821.372311] <IRQ> [<ffffffff813a643f>] dump_stack+0x44/0x55
[ 821.372322] [<ffffffff810a07d2>] warn_slowpath_common+0x82/0xc0
[ 821.372326] [<ffffffff810a086c>] warn_slowpath_fmt+0x5c/0x80
[ 821.372350] [<ffffffffa018cbdd>] ? __intel_pageflip_stall_check+0xbd/0x100 [i915]
[ 821.372374] [<ffffffffa01a4e8a>] intel_check_page_flip+0xea/0x100 [i915]
[ 821.372389] [<ffffffffa013063b>] valleyview_pipestat_irq_handler+0x1eb/0x200 [i915]
[ 821.372405] [<ffffffffa01344b5>] valleyview_irq_handler+0xb5/0x150 [i915]
[ 821.372411] [<ffffffff810f8664>] handle_irq_event_percpu+0x74/0x180
[ 821.372415] [<ffffffff810f87a0>] handle_irq_event+0x30/0x60
[ 821.372418] [<ffffffff810fb99f>] handle_edge_irq+0x6f/0x130
[ 821.372423] [<ffffffff81017d63>] handle_irq+0x73/0x120
[ 821.372428] [<ffffffff81784d0b>] do_IRQ+0x4b/0xd0
[ 821.372432] [<ffffffff81782907>] common_interrupt+0x87/0x87
[ 821.372434] <EOI>
[ 821.372437] ---[ end trace fd2bb09ba9c56b6d ]---
I ran dkms two more times and it still failed; but, dmesg was different both times.
Instance #1
[root@localhost julie] # /usr/lib/virtualbox/vboxdrv.sh setup
Stopping VirtualBox kernel modules [ OK ]
Uninstalling old VirtualBox DKMS kernel modules [ OK ]
Trying to register the VirtualBox kernel modules using DKMS[ OK ]
Starting VirtualBox kernel modules [FAILED]
(modprobe vboxdrv failed. Please use 'dmesg' to find out why)
# dmesg | tail -n 25
[ 42.338129] wlp2s0: send auth to 10:86:8c:3f:8b:5a (try 2/3)
[ 42.341088] wlp2s0: authenticated
[ 42.342011] wlp2s0: associate with 10:86:8c:3f:8b:5a (try 1/3)
[ 42.347308] wlp2s0: RX AssocResp from 10:86:8c:3f:8b:5a (capab=0x431 status=0 aid=3)
[ 42.347590] wlp2s0: associated
[ 42.347658] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[ 42.354754] cfg80211: Regulatory domain changed to country: US
[ 42.354761] cfg80211: DFS Master region: FCC
[ 42.354764] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 42.354768] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
[ 42.354771] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (N/A)
[ 42.354775] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (0 s)
[ 42.354778] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm), (0 s)
[ 42.354781] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
[ 42.354784] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[ 49.065768] tun: Universal TUN/TAP device driver, 1.6
[ 49.065775] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 49.081654] device virbr0-nic entered promiscuous mode
[ 49.496538] virbr0: port 1(virbr0-nic) entered listening state
[ 49.496562] virbr0: port 1(virbr0-nic) entered listening state
[ 50.134363] virbr0: port 1(virbr0-nic) entered disabled state
[ 51.456386] fuse init (API version 7.23)
[ 52.319998] Adjusting tsc more than 11% (6694814 vs 8595099)
[ 84.337803] UDF-fs: INFO Mounting volume 'UDF Volume', timestamp 2013/09/30 05:00 (1000)
[ 138.250118] capability: warning: `VirtualBox' uses 32-bit capabilities (legacy support in use)
Instance #2
[root@localhost julie] # /usr/lib/virtualbox/vboxdrv.sh setup
Stopping VirtualBox kernel modules [ OK ]
Uninstalling old VirtualBox DKMS kernel modules [ OK ]
Trying to register the VirtualBox kernel modules using DKMS[ OK ]
Starting VirtualBox kernel modules [FAILED]
(modprobe vboxdrv failed. Please use 'dmesg' to find out why)
[root@localhost julie] # dmesg | tail -n 25
[ 821.372173] WARNING: CPU: 0 PID: 6283 at drivers/gpu/drm/i915/intel_display.c:11295 intel_check_page_flip+0xea/0x100 [i915]()
[ 821.372176] Kicking stuck page flip: queued at 49019, now 49024
[ 821.372178] Modules linked in: nls_utf8 udf crc_itu_t fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun ccm nf_conntrack_netbios_ns nf_conntrack_broadcast ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute bridge ebtable_filter ebtables ip6table_raw ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_security ip6table_mangle ip6table_filter ip6_tables iptable_raw iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack iptable_security iptable_mangle vfat fat uvcvideo videobuf2_vmalloc videobuf2_core videobuf2_memops v4l2_common videodev media arc4 rtl8188ee rtl_pci snd_hda_codec_hdmi snd_hda_codec_realtek rtlwifi snd_hda_codec_generic mac80211 hp_wmi iTCO_wdt sparse_keymap iTCO_vendor_support intel_rapl intel_soc_dts_iosf
[ 821.372230] coretemp kvm crct10dif_pclmul crc32_pclmul crc32c_intel snd_intel_sst_acpi snd_intel_sst_core snd_soc_sst_mfld_platform snd_hda_intel cfg80211 joydev rtsx_pci_ms memstick wmi hp_accel lis3lv02d i2c_i801 input_polldev snd_hda_codec snd_soc_core snd_hda_core snd_compress snd_pcm_dmaengine hp_wireless snd_hwdep ac97_bus snd_seq snd_seq_device dw_dmac dw_dmac_core rfkill_gpio snd_pcm i2c_designware_platform mei_txe mei lpc_ich i2c_designware_core snd_timer snd_soc_sst_acpi rfkill shpchp snd soundcore iosf_mbi tpm_tis tpm nfsd auth_rpcgss nfs_acl lockd grace sunrpc binfmt_misc rtsx_pci_sdmmc i915 8021q garp serio_raw stp llc mrp r8169 i2c_algo_bit drm_kms_helper drm rtsx_pci mii sdhci_acpi sdhci mmc_core video fjes i2c_hid
[ 821.372291] CPU: 0 PID: 6283 Comm: dnfdaemon-syste Not tainted 4.3.5-300.fc23.x86_64 #1
[ 821.372293] Hardware name: Hewlett-Packard HP 15 Notebook PC/2213, BIOS F.24 09/26/2014
[ 821.372296] 0000000000000000 00000000b109b9a8 ffff88017fc03d40 ffffffff813a643f
[ 821.372301] ffff88017fc03d88 ffff88017fc03d78 ffffffff810a07d2 ffff880178722000
[ 821.372304] ffff880178bff000 0000000000000000 ffff880033cd2000 0000000000000000
[ 821.372308] Call Trace:
[ 821.372311] <IRQ> [<ffffffff813a643f>] dump_stack+0x44/0x55
[ 821.372322] [<ffffffff810a07d2>] warn_slowpath_common+0x82/0xc0
[ 821.372326] [<ffffffff810a086c>] warn_slowpath_fmt+0x5c/0x80
[ 821.372350] [<ffffffffa018cbdd>] ? __intel_pageflip_stall_check+0xbd/0x100 [i915]
[ 821.372374] [<ffffffffa01a4e8a>] intel_check_page_flip+0xea/0x100 [i915]
[ 821.372389] [<ffffffffa013063b>] valleyview_pipestat_irq_handler+0x1eb/0x200 [i915]
[ 821.372405] [<ffffffffa01344b5>] valleyview_irq_handler+0xb5/0x150 [i915]
[ 821.372411] [<ffffffff810f8664>] handle_irq_event_percpu+0x74/0x180
[ 821.372415] [<ffffffff810f87a0>] handle_irq_event+0x30/0x60
[ 821.372418] [<ffffffff810fb99f>] handle_edge_irq+0x6f/0x130
[ 821.372423] [<ffffffff81017d63>] handle_irq+0x73/0x120
[ 821.372428] [<ffffffff81784d0b>] do_IRQ+0x4b/0xd0
[ 821.372432] [<ffffffff81782907>] common_interrupt+0x87/0x87
[ 821.372434] <EOI>
[ 821.372437] ---[ end trace fd2bb09ba9c56b6d ]---