Acer Aspire 1652 WLMi
From Gentoo Linux Wiki
(Redirected from HARDWARE Acer Aspire 1652WLMi)
| Laptops • TV Tuner Cards • Wireless • Servers • Storage • Other Hardware • Motherboards • Related |
Contents |
[edit] Overview
- Intel Pentium M 740 (1.73GHz) or Intel Pentium M 735A (1.70GHz)
- ATI Mobility Radeon X300 (PCI-E, 64 MB VRAM)
- Intel PRO/Wireless 2200BG Network card
- Broadcom Ethernet card
- PCMCIA Texas Instruments
- AC/MC 97 soundcard and modem (SmartLink)
- 80GB HDD
- 512MB DDR2 (dual-channel support)
- 3 USB ports
- 15,4" WXGA TFT LCD
- Philips SDVD8441 (Support DVD+R Double Layer/DVD±RW)
- Texas Instruments PCIxx21/x515 Cardbus Controller
[edit] Specifications
| Code: lspci |
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03) 00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root Port (rev 03) 00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 04) 00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2 (rev 04) 00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3 (rev 04) 00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04) 00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 04) 00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 04) 00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 04) 00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 04) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4) 00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 04) 00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 04) 00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 04) 00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 04) 00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 04) 01:00.0 VGA compatible controller: ATI Technologies Inc M22 [Radeon Mobility M300] 06:01.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller 06:03.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05) 06:08.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 02) |
[edit] Working
Wifi 3D graphics with ATI drivers Suspend
[edit] Xbindkeys - Multimedia Keys
emerge xbindkeys echo -e "#!/bin/bash\nxbindkeys" >> ~/.kde/Autostart/xbindkeys && chmod +x ~/.kde/Autostart/xbindkeys
| File: .xbindkeysrc |
# amaroK / Play or stop
"amarok -t"
m:0x0 + c:160
NoSymbol
# amaroK / Stop
"amarok -s"
m:0x0 + c:164
NoSymbol
# amaroK / Previous
"amarok -r"
m:0x0 + c:144
NoSymbol
# amaroK / Next
"amarok -f"
m:0x0 + c:153
NoSymbol
# amaroK / Volume up
"dcop amarok player volumeUp"
m:0x0 + c:176
NoSymbol
# amaroK / Volume down
"dcop amarok player volumeDown"
m:0x0 + c:174
NoSymbol
|
