The basic steps are as follows:
- Shrink the windows volumes to allow for a space to install Fedora
- Put Fedora on to a USB Fash drive and boot the Surface Pro to the USB flash drive.
- Install Fedora
- Tweak and enjoy!
After installing the OS, download the marvel firmware git repo and copy the contents to the appropriate directory:
$ git clone git://git.marvell.com/mwifiex-firmware.git
# mkdir -p /lib/firmware/mrvl/
# cp mwifiex-firmware/mrvl/* /lib/firmware/mrvl/
The Wifi device may be unstable before the firmware is updated, and bluetooth will not be available.
Next you will need to add a configureation for the touchpad mouse to work. It is worth noting that most instructions include the matching statement for the product. I found that by removing this line the touchpad worked after updating the kernel.
/etc/X11/xorg.conf.d/10-touchpad.conf
Section "InputClass"
Identifier "Surface Pro 3 Cover"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"If you have not already, update your OS "yum -y update" and reboot. After rebooting you should have a working touchpad and bluetooth adapter along with a much more stable wifi connection.
Driver "evdev"
Option "vendor" "045e"
# Option "product" "07dc"
Option "IgnoreAbsoluteAxes" "True"
EndSection
No comments:
Post a Comment