Categories
OS tricks

The final steps of installing D-Link DWL-G520+ on Fedora Core 5

This is how I installed my D-Link DWL-G520+ wlan card on Fedora Core 5 (FC5). This card has Texas Instruments chipset and needs the acx111 driver.

  1. Follow the instructions found at the acx100.sourceforge.net homepage.
  2. Add “alias wlan0 acx” at the botom of the file /etc/modprobe.conf
  3. Check that “chkconfig --list NetworkManager” says “:on” under runlevel 3 and 5
    If not execute “chkconfig --level 35 NetworkManager on” and check again.
  4. Run “depmod -a
  5. Restart the computer. (I do not think have to do this, but you’ll never know.)
  6. You should now be able to see your wlan card in the GUI-based Network Configuration tool found under System->Administration->Network (in KDE.. Will swich to Gnome soon).

This is what did the trick for me and I think i have remembered everything. I used kernel 2.6.15-1.2054_FC5-i686 and driver version acx-20060521. Well, no that I am onlie i should upgrade my system and do it all over again with the newest kernel ang gnome.. I’ll update this post if I find any major differences.

Good Luck!

Categories
OS tricks

OS Galore

I knew this, but got reminded when I stumbled over this page at VMWare. They have released their VMWare player for free, and there are a bunch of Linux images available here. Downloading my trusty old Debian as well as Ubuntu and Fedora right now. Thought I’d just check out how they were coming along. As if I didn’t have enough other stuff to do. 😉

Oh yeah, and this BEA WebLogic image should probably be a good kickstart for development with BEA.

Categories
OS tricks

FreeBSD 5.3 to FreeBSD 5.4 binary upgrade

This page explains how to do a binary upgrade from FreeBSD 5.3 to 5.4 using freebsd-update.

Looks easy and i will give it a try..