Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2010 14:36:19 +0800 (CST)
From:      z_axis <z_axis@163.com>
To:        freebsd-emulation@FreeBSD.org
Subject:   After customizing 8.0 kernel, the VirtualBox doesnot appear ?
Message-ID:  <5094423d.3513.126ef3da4b7.Coremail.z_axis@163.com>

next in thread | raw e-mail | index | archive | help
>uname -a 
FreeBSD mybsd.zsoft.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #6: Fri Feb 19 15:49:41 CST 2010     root@mybsd.zsoft.com:/usr/obj/usr/src/sys/MYKERNEL  i386 

>pkg_info | grep virtualbox 
virtualbox-ose-3.1.2_1 A general-purpose full virtualizer for x86 hardware 
virtualbox-ose-kmod-3.1.2_1 VirtualBox kernel module for FreeBSD 

>cat /boot/loader.conf 
nvidia_load="YES"
vboxdrv_load="YES"

>kldstat 
Id Refs Address    Size     Name 
 1   15 0xc0400000 9a0ab8   kernel 
 2    1 0xc0da1000 1b724    snd_hda.ko 
 3    2 0xc0dbd000 567b0    sound.ko 
 5    1 0xc61e1000 27000    vboxdrv.ko 
 6    1 0xc6208000 951000   nvidia.ko 
 7    1 0xc61c6000 10000    ext2fs.ko 

>VirtualBox 
Stop here forever nomatter XLIB_SKIP_ARGB_VISUALS is set or not !

>From another terminal: 
>ps -A | grep -i virtua 
13900 ?? I 0:00.14 /usr/local/lib/virtualbox/VBoxSVC --pipe 8 --auto-shutdown 
13896 0 I+ 0:00.79 VirtualBox 
13897 0 I+ 0:00.05 /usr/local/lib/virtualbox/VBoxXPCOMIPCD 

However, GENERIC kernel works fine before: 

>diff GENERIC MYKERNEL 
21,22c21,22 
< cpu I486_CPU 
<cpu> #cpu I486_CPU 
> #cpu I586_CPU 
40c40 
<options> #options INET6 # IPv6 communications protocols 
48,52c48,52 
< options NFSCLIENT # Network Filesystem Client 
< options NFSSERVER # Network Filesystem Server 
< options NFSLOCKD # Network Lock Manager 
< options NFS_ROOT # NFS usable as /, requires NFSCLIENT 
<options> #options NFSCLIENT # Network Filesystem Client 
> #options NFSSERVER # Network Filesystem Server 
> #options NFSLOCKD # Network Lock Manager 
> #options NFS_ROOT # NFS usable as /, requires NFSCLIENT 
> #options MSDOSFS # MSDOS Filesystem 
92c92 
<device> #device fdc 
140,150c140,150 
< device amr # AMI MegaRAID 
< device arcmsr # Areca SATA II RAID 
< device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID 
< device ciss # Compaq Smart RAID 5* 
< device dpt # DPT Smartcache III, IV - See NOTES for options 
< device hptmv # Highpoint RocketRAID 182x 
< device hptrr # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx 
< device iir # Intel Integrated RAID 
< device ips # IBM (Adaptec) ServeRAID 
< device mly # Mylex AcceleRAID/eXtremeRAID 
<device> #device amr # AMI MegaRAID 
> #device arcmsr # Areca SATA II RAID 
> #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID 
> #device ciss # Compaq Smart RAID 5* 
> #device dpt # DPT Smartcache III, IV - See NOTES for options 
> #device hptmv # Highpoint RocketRAID 182x 
> #device hptrr # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx 
> #device iir # Intel Integrated RAID 
> #device ips # IBM (Adaptec) ServeRAID 
> #device mly # Mylex AcceleRAID/eXtremeRAID 
> #device twa # 3ware 9000 series PATA/SATA RAID 
153,159c153,159 
< device aac # Adaptec FSA RAID 
< device aacp # SCSI passthrough for aac (requires CAM) 
< device ida # Compaq Smart RAID 
< device mfi # LSI MegaRAID SAS 
< device mlx # Mylex DAC960 family 
< device pst # Promise Supertrak SX6000 
<device> #device aac # Adaptec FSA RAID 
> #device aacp # SCSI passthrough for aac (requires CAM) 
> #device ida # Compaq Smart RAID 
> #device mfi # LSI MegaRAID SAS 
> #device mlx # Mylex DAC960 family 
> #device pst # Promise Supertrak SX6000 
> #device twe # 3ware ATA RAID 
268c268 
<device> #device an # Aironet 4500/4800 802.11 wireless NICs. 
273,274c273,274 
< device ral # Ralink Technology RT2500 wireless NICs. 
<device> #device ral # Ralink Technology RT2500 wireless NICs. 
> #device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. 
302c302 
<device> #device umass # Disks/Mass storage - Requires scbus and da 
329c329 
<device> #device firewire # FireWire bus code 
331,334c331,334 
< device fwe # Ethernet over FireWire (non-standard!) 
< device fwip # IP over FireWire (RFC 2734,3146) 
< device dcons # Dumb console driver 
<device> #device fwe # Ethernet over FireWire (non-standard!) 
> #device fwip # IP over FireWire (RFC 2734,3146) 
> #device dcons # Dumb console driver 
> #device dcons_crom # Configuration ROM for dcons 

Any suggestion is appreciated!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5094423d.3513.126ef3da4b7.Coremail.z_axis>