Fedora 7 Linux on Gateway MX8711

Added by Daniel on Wednesday, March 14, 2007 at 07:22 AM.  Tagged as Computers

I just purchased a Gateway MX8711 from Best Buy and have installed Fedora 7.  As I get various parts working correctly, I'll document it here.

The first thing to do is get all updates and install the Livna repository.

Wifi

Install the bcm43xx-fwcutter package using this command:
yum -y install bcm43xx-fwcutter
Next, create a folder named bcm43xx on your desktop.
Now download the Broadcom firmware from here:
http://downloads.openwrt.org/sources/broadcom-wl-4.80.53.0.tar.bz2
Extract the files wl_apsta.o and wl_apsta_mimo.o and place them in the bcm43xx folder you created.
Open a terminal in the bcm43xx folder and install the driver using this command:
bcm43xx-fwcutter -w /lib/firmware wl_apsta.o
Reboot and then run System -> Network Device Control and add a new wireless card as wlan0.

Set both eth0 and wlan0 to not activate when the computer starts.

Open a terminal window and do:

chkconfig --levels 35 NetworkManager on
chkconfig --levels 35 NetworkManagerDispatcher on

When you reboot and login, the network will connect to eth0 or wlan0 automatically.  The NetworkManager icon should appear in your system tray. 

Modem

The modem works perfectly when Livna's slmodem-alsa package is installed.

yum install slmodem-alsa

You will then need to hand edit one line in /etc/init.d/slmodemd

Find this line and add the part in bold:

daemon /usr/sbin/slmodemd --alsa ${COUNTRYARG} hw:0,6 --daemon  

Edit /etc/sysconfig/slmodem and edit your country code.

On reboot, the modem shows up as /dev/ttySL0

Audio

Works.

Video

Works in all modes.

SD Memory Slot

Edit your /etc/rc.local and add to the bottom:

  /sbin/modprobe tifm_sd

This page was last modified Sunday, September 16, 2007 at 06:43 PM