Difference between revisions of "Talk:Sugar on a Stick/Blueberry"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
== Loading WiFi driver for Classmate 3 == | == Loading WiFi driver for Classmate 3 == | ||
− | 1. Download rt2870.bin from ( | + | 1. Download rt2870.bin from ralinktech.com (Be sure to download the Linux version). |
− | 2. Copy the .bin file | + | 2. Copy the .bin file into /lib/firmware |
cp rt2870.bin /lib/firmware | cp rt2870.bin /lib/firmware | ||
− | 3. | + | 3. You need to load the RPM Fusion repository for Fedora |
sudo rpm -i http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm | sudo rpm -i http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm | ||
− | |||
or | or | ||
sudo rpm -i http://bit.ly/Fs7c7 | sudo rpm -i http://bit.ly/Fs7c7 |
Revision as of 16:58, 6 January 2010
md5sum doesn't match
SHA1SUM file from download directory does...
Danceswithcars 15:31, 12 December 2009 (UTC)
Loading WiFi driver for Classmate 3
1. Download rt2870.bin from ralinktech.com (Be sure to download the Linux version).
2. Copy the .bin file into /lib/firmware
cp rt2870.bin /lib/firmware
3. You need to load the RPM Fusion repository for Fedora
sudo rpm -i http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
or
sudo rpm -i http://bit.ly/Fs7c7
4. yum install the driver
sudo yum install akmod-rt2870
Note: Step 4 is going to eat up lots of disk space.