From owner-freebsd-questions@FreeBSD.ORG Fri Feb 19 09:14:38 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C8F11065672 for ; Fri, 19 Feb 2010 09:14:38 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 5E05C8FC1C for ; Fri, 19 Feb 2010 09:14:38 +0000 (UTC) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NiOwX-000727-S7 for freebsd-questions@freebsd.org; Fri, 19 Feb 2010 01:14:37 -0800 Message-ID: <27651435.post@talk.nabble.com> Date: Fri, 19 Feb 2010 01:14:37 -0800 (PST) From: zaxis To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: z_axis@163.com Subject: After customizing 8.0 kernel, the VirtualBox doesnot appear ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2010 09:14:38 -0000 >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 >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 ....... >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 I486_CPU > #cpu I586_CPU 40c40 #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 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 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 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 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 an # Aironet 4500/4800 802.11 wireless NICs. 273,274c273,274 < device ral # Ralink Technology RT2500 wireless NICs. #device ral # Ralink Technology RT2500 wireless NICs. > #device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. 302c302 #device umass # Disks/Mass storage - Requires scbus and da 329c329 #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 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! ----- fac n = let { f = foldr (*) 1 [1..n] } in f -- View this message in context: http://old.nabble.com/After-customizing-8.0-kernel%2C-the-VirtualBox-doesnot-appear---tp27651435p27651435.html Sent from the freebsd-questions mailing list archive at Nabble.com.