Purchased June 2007; specs: AMD Turion 52 (dual core), 2x512Mb RAM, 120Gb hard
drive, ATI Radeon Express 256Mb HyperMemory and Broadcom MiniPCI wireless networking card.
Linux distribution to be installed: Fedora Core 7 (http://www.fedoraproject.org)
Summary:
| Hardware Tested |
Works? |
| USB
optical mouse |
No
known problems; auto-detected |
| Graphics: ATI Radeon Express 256Mb HyperMemory |
No
known problems; needs ATI's binary drivers for full 3D performance (I haven't tested them). |
| Ethernet: Broadcom Corporation BCM4401 100Base-T | Auto-detected; not tested. (Driver known to work with Linux). |
| Touchpad |
No known problems; auto-detected |
| Wireless: Broadcom Dell MiniPCI Wireless Card |
Works subject to firmware download. |
| Processor: AMD Turion 52 dual core |
No known problems (i.e. automatically scales processor speed);
auto-detected. |
| Audio
Controller |
Auto-detected, no problems. |
| Modem: Soft modem |
Untested; should work with slmodem 2.9 from Livna. |
| SD card reader |
Auto-detected, no problems. |
| DVD(+)/CD rewriter |
Auto-detected, no problems. |
In fact my Windows Vista installation behaved very strangely once I tried it out, and I ended up reinstalling it, after which it worked perfectly. If you're trying this on a computer that has already been used with Vista, then back up your data!
Some drivers were faulty on the default Fedora Core 7 installation, and the Broadcom driver has had some changes - so make sure you update to the latest versions of everything - that is, get all the updates.
That's simply a matter of running "pirut" from the command line, or "Software Updater" from the "System" menu on your desktop.
If you get your Fedora from Fedora Unity (http://www.fedoraunity.org) then they may have a version with the updates included to save you time.
Reboot to make any kernel update made active.To get the built-in Broadcom wifi card (802.11g) working, you need to download and install some firmware for the device.
The procedure for this has changed a bit lately; here's what it was for me:
$ su - # cd /tmp # wget http://downloads.openwrt.org/sources/broadcom-wl-4.80.53.0.tar.bz2 # tar -xf broadcom-wl-4.80.53.0.tar.bz2 # cd broadcom-wl-4.80.53.0.tar.bz2 # yum -y install b43-fwcutter # b43-fwcutter -w /lib/firmware kmod/wl_apsta.oThe kernel log than gives this dire warning:
b43-phy0 debug: Loading firmware version 351.126 (2006-07-29 05:54:02) b43-phy0 warning: You are using an old firmware image. Support for old firmware will be removed in July 2008. b43-phy0 warning: You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the latest firmware (version 4).
However, the firmware extraction tool in Fedora 7 (b43-fwcutter) is at too old a version to deal with new firmware (it needs version 0.11, but is version 0.08). Presumably they'll fix this soon.
To actually use the card, your best option is "NetworkManager". You may also need to press Fn-F2 in order to activate it (the WiFi LED needs to be on).