If You Like Mini Laptops, Say Yes sir to Acer

EddieC 0 Tallied Votes 359 Views Share

Acer is the latest company to jump on the ultra-portable bandwagon with Aspire one, a 2.2-pound unit that sports a near-full size keyboard and can yield as much as six hours of battery life per charge, according to claims by the PC maker. Rival Asus last month began shipping the Eee PC 900, an enhanced version of the mighty little unit it introduced late last year.

Specs of the Aspire one read much like those of its rival Eee. Both units are built around an 8.9-inch backlit LCD with 1024 x 600 maximum resolution and both include a Web cam. The Aspire one is nearly an inch longer and about a quarter-inch wider—essentially a draw on overall dimensions. Asus includes 1GB DDR2 RAM but only 4GB NAND for non-volatile storage. That’s compared with Acer’s 512KB standard (expandable to 1GB) and 8GB NAND. In the Linux version of the Eee, Asus throws in 16GB more NAND for a total of 20GB. Not too shabby. Both have WiFi

Acer adds niceties like a five-in-one card reader (SD, MMC, Memory Stick, Memory Stick Pro and xD), software that merges storage from that port to its second SD slot, an 80 GB magnetic hard disk option and a keyboard it says is 95 percent of standard size. Asus counters with three USB 2.0 ports and an external VGA port.

Now to the processor. Asus delivers its unit with an Intel Celeron M. And while Celeron’s never been my favorite, I don’t recall ever hearing that the circuit is in short supply. Not so with the Aspire’s processor: The Intel Atom, for which availability has been spotty.

Both units are available with Linux or Windows XP. The Eee PC 900 lists for US$549 but is available in most outlets I’ve seen for around $399. The Aspire one lists for $379 and is scheduled to begin shipping in July in sapphire blue and seashell white, reportedly with more colors coming later this year.

Dani AI

Generated

A short, practical addendum for the Linux angle of this thread: ’s “can’t access the network centre” symptom is a common Linux netbook problem and is usually a driver/configuration issue rather than a build defect. Hardware revisions and driver packaging vary (as noted earlier by ), so the quickest route to diagnosis is to verify what the kernel actually sees and whether the NetworkManager stack is running.

Start by confirming hardware, modules and manager state (run from a shell):

# detect hardware and driver bindings
lspci -nnk | grep -iA3 net
lsusb
sudo lshw -C network

# check for soft/hard blocks and loaded modules
rfkill list all
lsmod | egrep 'iwl|ath|b43|brcm|wl|rt2|rt2800'

# manager and logs
systemctl status NetworkManager || service network-manager status
nmcli device status
dmesg | egrep -i 'firmware|wlan|wpa|error'

Common fixes that follow from those outputs: enable the hardware switch if rfkill shows a hard/soft block; install the missing firmware package for the detected chipset (distribution-specific: firmware-* on Debian/Ubuntu or vendor packages elsewhere); remove conflicting modules or blacklists; and restart/reinstall NetworkManager or its GUI applet. If the GUI applet is missing or crashed, try nm-applet & from a terminal or consider a lightweight alternative like wicd for troubleshooting.

A reliable way to tell whether it is a software problem or hardware failure is to boot a current live USB image: if Wi-Fi works there, fix the installed OS configuration (firmware/kernel/module); if it does not, suspect a hardware or BIOS-level switch. Always back up network config files (for example, /etc/network/interfaces and NetworkManager profiles) before editing and avoid running unfamiliar commands as root without understanding them.

Techwriter10 42 Practically a Posting Shark

Hey Eddie:
The newest version of the Eee, the 901 will also ship with the Atom chip set. Its release is imminent, whenever that it is. :)

wormwood 0 Newbie Poster

yes the aspire one is cute but have nothing but problems with it. cant access the network centre for one!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.