mesh driver in ubuntu

Dan Williams dcbw at redhat.com
Mon Oct 1 09:41:16 EDT 2007


On Wed, 2007-09-26 at 15:22 -0400, Polychronis Ypodimatopoulos wrote:
> I have Ubuntu 7.04 with 2.6.20-16 and want to use the 8388 USB module
> with my system. I guess I either need to jump to 2.6.22, or compile the
> driver for 2.6.20. I would prefer the second as the upstream version of
> the driver does not come with all the features I need. So, do I just get
> the driver and compile it? Any directions on the wiki?

There are a few things to do if you really want to build the driver for
2.6.20.  Off the top of my head:

1) set 'skb->dev = ...' in libertas_upload_rx_packet() in rc.c to ensure
the skb device is correct, which kernels < 2.6.22 don't do  (patch
attached)
2) you'll run into an undefined radiotap flag (patch attached)
3) sysfs classdev changes in main.c and possibly debugfs.c (I don't have
patch for this any more)

Dan

-------------- next part --------------
A non-text attachment was scrubbed...
Name: compile-fixes.patch
Type: text/x-patch
Size: 1450 bytes
Desc: not available
URL: <http://lists.laptop.org/pipermail/devel/attachments/20071001/169cada3/attachment.bin>


More information about the Devel mailing list