- ไปที่ Devices บนเมนูบาร์ และเลือก Install Guest Additions…
- ไปที่ไดร์ฟซีดี ดับเบิ้ลคลิ้กที่ VBoxLinuxAdditions.run และกดปุ่ม Run In Terminal
หลังจากนั้น ผมติดตั้ง Cheese Webcam Booster และสั่งรันผ่าน Terminal ผมได้ข้อความเตือนที่มีคำว่า gl ซึ่งเกี่ยวข้องกับ X-windows ใน Ubuntu ผมลองค้นหาวิธีแก้และได้วิธีการตามขั้นตอนด้านล่าง
I install guess addition by myself as the follow
- Click on Install Guest Additions… from the Devices menu, then choose to browse the content of the CD
- Go to CD drive, double click on VBoxLinuxAdditions.run and click Run In Terminal
After that I installed Cheese Webcam Booster, ran it in terminal, and got warning messages with word gl. These warning messages are about X-windows in Ubuntu. I searched for the solution and found the following steps
วิธีการติดตั้ง guess addition สำหรับ Ubuntu บน Virtual Box
- ล็อคอินเข้า Ubuntu
- เปิด Terminal
- ถ้ามีการติดตั้ง guess addition ไว้ก่อนแล้ว ให้เอาออกโดยใช้คำสั่ง sudo apt-get remove virtualbox-guest-additions
- อัพเดทฐานข้อมูล APT โดยใช้คำสั่ง sudo apt-get update
- ติดตั้งการอัพเดทด้านความปลอดภัยล่าสุด โดยใช้คำสั่ง sudo apt-get upgrade
- ติดตั้งแพคเกจที่จำเป็น โดยใช้คำสั่ง sudo apt-get install build-essential module-assistant
- ตั้งค่าระบบสำหรับสร้างโมดูล kernel โดยการรัน sudo m-a prepare
- ไปที่ Devices บนเมนูบาร์ และเลือก Install Guest Additions…
- ไปที่ไดร์ฟซีดี ดับเบิ้ลคลิ้กที่ VBoxLinuxAdditions.run และกดปุ่ม Run In Terminal
- รอจนเสร็จแล้วรีสตาร์ท Ubuntu
How to install guess addition for Ubuntu on Virtual Box
- Login to Ubuntu
- Open Terminal
- If this has been install previously, remove it with sudo apt-get remove virtualbox-guest-additions
- Update APT database with sudo apt-get update
- Install the latest security updates with sudo apt-get upgrade
- Install required packages with
sudo apt-get install build-essential module-assistant - Configure your system for building kernel modules by running
sudo m-a prepare - Click on Install Guest Additions… from the Devices menu, then choose to browse the content of the CD
- Go to CD, double click on VBoxLinuxAdditions.run and click Run In Terminal
- Wait for finish and restart Ubuntu
No comments:
Post a Comment