[driverloader] Success with Fedora Core beta 3 on a Dell D600
Joe Ammond
joe at ammond.org
Fri Oct 24 12:50:21 EDT 2003
I'm running FC beta 3 (the community version of Redhat) on a Dell
D600, with the Dell 1400 card. The driver works flawlessly connecting
on both 11a and 11b networks with a variety of APs (cisco 1200s, HP,
Lucent/Avaya). I also have the kernel panic when I "halt -p" the
machine, and will copy down the "Oops" when I get a chance. A halt
without poweroff, or reboot works fine.
I had to modify modules/GPL/kcompat.h to get the driver to compile,
however. The build failed with a redefinition of free_netdev. The
following patch fixed it:
------ cut here -----
bauhaus% diff -u kcompat.h kcompat.h.dist
--- kcompat.h 2003-10-22 14:21:45.000000000 -0500
+++ kcompat.h.dist 2003-10-22 14:21:25.000000000 -0500
@@ -124,7 +124,7 @@
#endif
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 4, 22)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 0)
extern inline void free_netdev(struct net_device *dev)
{
kfree(dev);
------ cut here -----
I'd like to say thank you to everyone at linuxant for developing
this. I hope that when the demo license runs out it will continue
to be freely available.
ja.
--
Joe Ammond joe at ammond.org
My new toy: http://www.ammond.org/Spitfire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 185 bytes
Desc: not available
Url : http://www.linuxant.com/pipermail/driverloader/attachments/20031024/9f326834/attachment.bin
More information about the driverloader
mailing list