Installing Fedora 13 on HP mini note 5102
This would be a really short blog since Fedora 13 is smart (read: Advanced) enough to hit the ground running on HP mini 5102 netbooks. The only tweak you might have to do is installing wireless driver from Broadcom. Marvell Ethernet NIC works fine out of the box on Fedora 13, thanks to 2.6.33 kernel.
For wireless, here is what you need to do:
You basically have 2 options:
1- Install the driver manually
2- Install it through RPMfusion
I cannot think of any reason why you would want to go with option#1 since it'll make you do the drill every time you have a Kernel upgrade, which is quite common in with most Linux distros. If you still want to go with option#1, please jump to the end of this page.
This is how you can install wireless drivers using RPM fusion:
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable...
rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-...
yum update
yum install kmod-wl
For those who only have wireless Internet, here are the packages you need to download from another system and copy it on to your Fedora:
Install kmod-wl-5.60.48.36-1.fc13.7.i686
Dep-Install broadcom-wl-5.60.48.36-1.fc13.noarch
Dep-Install kmod-wl-2.6.33.5-112.fc13.i686-5.60.48.36-1.fc13.7.i686
Installing it manually:
=================
For those who really want to do it manually because of whatever reason, here are the instructions:
Download the driver from here: http://www.broadcom.com/support/802.11/linux_sta.php
You'd also need kernel-devel packages + gcc to make the install work since you have to insert the wireless module into the kernel. Rest of the instructions can be found in the README file which comes with the Broadcom driver and it is pretty straight forward to follow.
Hope this helps.
--
shiraz
Recent blog posts
- Call for Participation - Ubuntu Friendly
- Real-Time Linux support survey
- CentOS 6.0 released on July 10, 2011
- Fedora 15 released on May 24, 2011
- Testing new hardware support for Debian 6.0.2
- Ubuntu User-Experience survey
- HP Linux Driver, Firmware, and Deployment Survey
- Call-to-Install ( testing Debian squeeze )
- Ubuntu Server Survey
- Installing Fedora 13 in HP Pavilion dv6-1245dx
Recent comments
- Hp Compaq NC6000 Driver Linux
10 weeks 6 days ago - Fedora 15
47 weeks 2 days ago - problem solved
1 year 30 weeks ago - need logical drives
1 year 30 weeks ago - Linux is fine
1 year 38 weeks ago - you can download latest
1 year 41 weeks ago - Linux is Reliable
1 year 42 weeks ago - Let's have a list of fully functional HP notebooks
1 year 49 weeks ago - SLED 11 EliteBook 8530w
1 year 49 weeks ago - HP has to provide better support for Linux
1 year 49 weeks ago
Comments
Fedora 15
These instructions are no longer compatible with newer releases such as Fedora 15 Alpha, as the instructions require a specific (outdated kernel).
Any assistance for installing in Fedora 15? Happy to install manually, just need a list of instructions. "Development Tools" are already installed if I need to build from source.
Edit: Didn't see the bit about the README due to cold/flu. :3