Last updated: 11/16/2006
General Hardware Specifications of Aspire 3002LCi:
| Hardware Components |
Status under Linux |
Notes |
| Mobile AMD Sempron processor 2800+ (1.6 GHz) | Works | No special procedure required during installation. |
| 15.0 XGA TFT LCD Display | Works | Select Generic LCD Display in Installer (1024x768 @ 70Hz)
Max: 24-Bit Color (16.7 Million Colors) |
| Integrated SiSM760GX Video Card - Shared Video Memory
(BIOS select to 32MB, 64MB or 128MB) |
Works | No special procedure required during installation. |
| 256MB PC2700 DDR 333MHz SoDIMM RAM
(Max 2GB [1GB x 2]) |
Works | No special procedure required during installation |
| 40 GB Ultra ATA, 2.5" Hard Drive | Works | No special procedure required during installation |
| Floppy Drive - NONE
(Purchase/use a USB Floppy Drive, if needed) |
Works | Had no problem using my CompUSA USB 3.5" floppy drive. |
| Integrated 10/100 Network Card | Works | No special procedure required during installation |
| Internal 56k V.92FAX/Modem | Reported To Work | Not Tested |
| 24x (CD-RW) / 8x (DVD) Integrated Combo Drive | Works | No special procedure required during installation |
| Internal Broadcom Corporation 4318 (rev 02) 802.11b/g Wireless Networking (Wi-Fi Certified) | Works | Requires 'NdisWrapper' & Acer's Windows XP Driver
(See below for how to setup & activate.) |
| Lithium-Ion Battery (1.5 hour battery life) | Works | No special procedure required during installation |
| DirectSound Sound Card | Works | No special procedure required.
Fedora Core 6 installs both ALSA & OSS |
Misc Specifications:
Input Device Keyboard Touchpad 4-Way Scroll Button Interface Provided 1 Display / Video VGA 3 Hi-Speed USB 1 Audio Line-in / Microphone 1 Audio Line-out / Headphones 1 Modem Phone Line 1 Network Ethernet 10Base-T/100Base-TX Slots Provided 2 Memory Banks (1 Free) 1 CardBus [PCMCIA] Type II Slot Dimensions & Weight Depth 11 in Height 1.5 in Weight 6.2 lbs Width 14.3 in
This laptop is operating under Kernel version 2.6.18-1.2798.fc6
Simply put: -- it's stable & runs well -- requires little work to setup/configure -- all hardware appears to be supported
-- Download ISOs directly from RedHat (http://fedora.redhat.com) -- Make install DVD/CDs from the ISOs downloaded -- Use DVD/CDs to install Fedora Core 6 to the laptop
-- Nothing special. Install the OS normally. -- Unlike my FC4/FC5 write-ups, I had no problems which prevented use of the GUI installer with FC6. -- As such, use of the text install mode (by typing 'linux text' at the boot prompt) was not necessary. -- Also no special kernel parameters are needed, to make things work correctly.
-- login as 'root' -- setup necessary YUM repos -- reboot -- as 'root', run commands 'yum -y update', and then 'yum -y upgrade' -- reboot -- follow steps below to setup the WLAN
This is due to the wrong kernel being installed by default. There are 2 ways to fix this issue:
-- You can follow the noted steps in the Fedora Project Wiki - Common Issues section.
(This method gave me some problems. I recommend using the 2nd method below.)
-- Or you can easily update the kernel from the 586 to 686 version via YUM.
(run "yum -y update kernel.686" as 'root')
-- Once you boot into the 686 version kernel, CPU Speed will work perfectly.
Use the below steps to get the NetworkManager Applet to work correctly with your Wireless LAN.
(* NOTE: do all the following while logged in as 'root')
-- download NdisWrapper
(I used ndiswrapper v1.27 - since it was the most current version)
-- install all necessary dependency packages
(i.e. kernel-header, kernel-devel, gcc, wireless-tools, wpa_supplicant, etc...)
For Example, these are some of the packages I have installed, according to YUM: kernel.i686 2.6.18-1.2798.fc6 installed kernel-devel.i686 2.6.18-1.2798.fc6 installed kernel-headers.i386 2.6.18-1.2798.fc6 installed gcc.i386 4.1.1-30 installed gcc-c++.i386 4.1.1-30 installed gcc-java.i386 4.1.1-30 installed wireless-tools.i386 1:28-1.fc6 installed wpa_supplicant.i386 1:0.4.8-10.1.fc6 installed
-------------------------------------------------------------- #!/bin/sh echo 'Starting Home WLAN' /sbin/modprobe -r bcm43xx echo 'Setting Dependency Mod...' /sbin/depmod -a echo 'Mod Probing ndiswrapper...' /sbin/modprobe ndiswrapper #echo 'Scanning For All Wireless LAN Access Points...' #/sbin/iwlist wlan0 scan echo 'Setting Specific Wireless Network Access Point...' /sbin/iwconfig wlan0 essid YOUR_ESSID echo 'Scanning For Specific Access Point...' /sbin/iwlist wlan0 scan #echo 'Setting Wireless LAN To Managed Mode...' #/sbin/iwconfig wlan0 mode Managed echo 'Setting WEP Encryption Key...' /sbin/iwconfig wlan0 key restricted YOUR_WEP_KEY echo 'Setting Specific Wireless Network Access Point...' /sbin/iwconfig wlan0 essid YOUR_ESSID echo 'Bring Up Wireless LAN Interface...' #/sbin/ifconfig wlan0 up /sbin/dhclient wlan0 #/sbin/dhcpcd wlan0 -------------------------------------------------------------- Replace 'YOUR_ESSID' with your Wireless LAN's ESSID. Replace 'YOUR_WEP_KEY' with your Wireless LAN's WEP key. * Notes: -- This batch file assumes your WLAN is setup with DHCP & uses WEP security -- If you don't use WEP, then you can comment out that line. -- The rest of the lines are comments for making the commands clearer &/or to test under different WLAN configurations.
Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup00-LogVol00 35G 4.3G 29G 14% / /dev/hda1 99M 11M 84M 12% /boot tmpfs 569M 0 569M 0% /dev/shm
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 760/M760 Host (rev 03) 00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SG86C202 00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS963 [MuTIOL Media IO] (rev 25) 00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] 00:02.6 Modem: Silicon Integrated Systems [SiS] AC'97 Modem Controller (rev a0) 00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] AC'97 Sound Controller (rev a0) 00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f) 00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f) 00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller 00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 91) 00:06.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 02) 00:0b.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02) 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control 01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter
Installed drivers: bcmwl5 driver installed, hardware present
--------------------------------------------------------------
# ./start_wlan.bat
Starting Home WLAN
Setting Dependency Mod...
Mod Probing ndiswrapper...
Setting Specific Wireless Network Access Point...
Scanning For Specific Access Point...
wlan0 Scan completed :
Cell 01 - Address: 00:18:39:73:CB:23
ESSID:"YOUR_SSID"
Protocol:IEEE 802.11g
Mode:Managed
Frequency:2.422 GHz (Channel 3)
Quality:92/100 Signal level:-37 dBm Noise level:-96 dBm
Encryption key:on
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Extra:bcn_int=100
Extra:atim=0
Setting Wireless LAN To Managed Mode...
Setting WEP Encryption Key...
Setting Specific Wireless Network Access Point...
Bring Up Wireless LAN Interface...
Internet Systems Consortium DHCP Client V3.0.4-RedHat
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
/sbin/dhclient-script: configuration for wlan0 not found. Continuing with defaults.
/etc/sysconfig/network-scripts/network-functions: line 78: wlan0: No such file or directory
Listening on LPF/wlan0/0a:1b:2c:3d:4e:5f
Sending on LPF/wlan0/0a:1b:2c:3d:4e:5f
Sending on Socket/fallback
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
DHCPOFFER from 192.168.1.1
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPACK from 192.168.1.1
/sbin/dhclient-script: configuration for wlan0 not found. Continuing with defaults.
/etc/sysconfig/network-scripts/network-functions: line 78: wlan0: No such file or directory
bound to 192.168.1.5 -- renewal in 82856 seconds.
--------------------------------------------------------------
* Note: Above MAC address, SSID & Channel info was changed for security reasons
Plus other useful things I may have forgotten
Linux on Laptops is copyright © 2006 linux-on-laptops.com
No Warranties: This information is provided "as is" without any warranty, condition, or representation of any kind, either express or implied, including but not limited to, any warranty respecting non-infringement, and the implied warranties of conditions of merchantability and fitness for a particular purpose. All logos or trademarks on this site are the property of their respective owner. In no event shall linux-laptop.net, linux-on-laptops.com, or any directors, trustees, associates, or employees thereof be liable for any direct, indirect, special, incidental, consequential or other damages howsoever caused whether arising in contract, tort, or otherwise, arising out of or in connection with the use or performance of the information contained on this web site.