From owner-freebsd-questions@FreeBSD.ORG Mon Aug 1 18:18:47 2011 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 A1EB4106566B for ; Mon, 1 Aug 2011 18:18:47 +0000 (UTC) (envelope-from alphachi@mediaspirit.org) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 77B848FC15 for ; Mon, 1 Aug 2011 18:18:47 +0000 (UTC) Received: by iyb11 with SMTP id 11so9460677iyb.13 for ; Mon, 01 Aug 2011 11:18:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.147.65 with SMTP id m1mr3350035icv.46.1312221123019; Mon, 01 Aug 2011 10:52:03 -0700 (PDT) Received: by 10.42.229.6 with HTTP; Mon, 1 Aug 2011 10:52:02 -0700 (PDT) Date: Tue, 2 Aug 2011 01:52:02 +0800 Message-ID: From: alphachi To: "list: freebsd" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: About ASUS EeePC 1015B 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: Mon, 01 Aug 2011 18:18:47 -0000 ASUS EeePC 1015B hardware list: AMD Fusion APU C50 1.0GHz (dual core) Processor AMD Radeon HD 6250 with WSVGA(1024x600) ... I have installed FreeBSD 8.2R-amd64, but there are some problems: 1. When using "pciconf -lv", I found none0@pci0:0:20:0 class=0x0c0500 card=0x43851002 chip=0x43851002 rev=0x42 hdr=0x00 vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.' device = 'ATI SMBus (ATI RD600/RS600)' class = serial bus subclass = SMBus Which module should be load? I have tried "kldload amdbus" and it's useless. 2. How to enable the camera? The camera is on the screen. In Windows7, the driver name is "ECam Utility". 3. How to enable the Hotkeys? I have using "kldload acpi_asus", but the Hotkeys(Fn+*) can't use. "dmesg -a" found some warning messages: ... ACPI APIC Table : ACPI Warning: incorrect checksum in table [XSDT] - 0x89, should be 0x36 (20101013/tbutils-354) ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20101013/tbfadt-655) acpi0: <_ASUS_Notebook> on motherboard ... 4. Display driver seems exceptional I have installed Xorg 7.5.1 with xf86-video-ati. Although X can work, there are some error messages when enter X: ... failed to set mtrr: Invalid argument ... (EE) RADEON(0): Acceleration initialization failed ... expected keysym, got XF86TouchpadToggle: line 123 of inet ... It looks like the display dirver doesn't take effect. THANKS!