A brand new shiny yum repository!

Yes, that’s right, I have decided to start hosting a yum repository. I decided this because some packages just need to be packaged and won’t make it into big repos in some cases.

Here’s how to get YOUR rpm package into MY yum repo:

  1. If your package is compiled, compile it for as many architectures and distributions as possible.
  2. Send a link to all your compiled RPMs, and source code to spamtrap AT oks DOT verymad DOT net
  3. I’ll email you back if your package was accepted.

Here’s a link to the .repo file you will need to use the repository:

http://fpaste.org/paste/15984/plain

simply put that file in /etc/yum.repos.d/ as oks-yum.repo and you’re good to go!

Wireless with the BCM43xx in Fedora 10

Unfortunately, the BCM43xx series of wireless cards is very popular in laptops today, but thankfully the popularity is decreasing. Fedora 10 is actually not difficult, but harder than Ubuntu, to use the BCM43xx cards.

Make sure you have root access. This cannot be performed without root access. This is for firmware version 4 and higher, my Acer Aspire 3690 used that firmware, so this is what I’m giving instructions for.
yum install b43-fwcutter

cd /tmp

wget http://mirror2.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2

bunzip2 broadcom-wl-4.150.10.5.tar.bz2

tar xvf broadcom-wl-4.150.10.5.tar

b43-fwcutter -w /lib/firmware broadcom-wl-4.150.10.5/driver/wl_apsta_mimo.o

echo “alias wlan0 b43” >> /etc/modprobe.conf

system-network-config

I should have an external hard drive tomorrow so that I can install Fedora 10 then I’ll correct these instructions. For some reason my internal card doesn’t like these drivers (last I checked) but it likes the Windows drivers, so I may use ndiswrapper. Who knows?

A large majority of the post was forked from http://fedoramobile.org/fc-wireless/bcm43xx-yum-extras.

Bye Fedora, Hello Ubuntu

I had Fedora 9 on this Acer laptop. I was pissed off about various things like the restriction of gstreamer plugins I could install. Also, there wasn’t a way that I could find to get static DNS servers. So last night I installed Ubuntu 8.10 over Fedora 9.

I’ve had no problems so far. Installing wireless was one click. Same for flash.

So I’m going to continue setting that machine up.

This is the 60th post on OKS Blog 🙂