- Created /etc/yum.repos.d/livna.repo per the instructions above.
- rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY
- yum --enablerepo=livna-stable install ndiswrapper kernel-module-ndiswrapper-$(uname -r)
- Downloaded the binary driver from here.
- unzip ndis5x-8180(173).zip
- /usr/sbin/ndiswrapper -i NET8180.INF
- /usr/sbin/ndiswrapper -l
- /sbin/modprobe ndiswrapper
- dmesg
- /usr/sbin/ndiswrapper -m
- Setup the network settings as usual.
Wednesday, August 31, 2005
Linux: NETGEAR MA52 on Fedora Core 4
For the sake of those using Google to try to figure out how to get this to work, here's how to get the NETGEAR MA52 802.11b wireless card to work under Fedora Core 4 using the NdisWrapper. These are the instructions I followed:
Tuesday, August 30, 2005
Java: The Emperor is Naked
This just in: the emperor is walking around naked, and prominent government officials are willing to admit it! Read more!
Friday, August 12, 2005
Java: Thinking in Java
Here's a Java snippet from Bruce Eckel's blog:
static List<Test<List<Integer>>> tests =
new ArrayList<Test<List<Integer>>>();
static List<Test<LinkedList<Integer>>> qTests =
new ArrayList<Test<LinkedList<Integer>>>();
Crazy.
Subscribe to:
Posts (Atom)

