On Fri, Mar 16, 2012 at 8:42 PM, Lars <[email protected]> wrote:
> Dear users!
>
> I am quite new to Fedora, I'm using Fedora16, and I have met some problems
> trying to install the line6usb driver.
>
> I tried installation using the following code:
> svn co
> https://line6linux.svn.sourceforge.net/svnroot/line6linux/driver/trunk
> line6usb
> cd line6usb
> make install
>
> The following output and error came after the make install command:
> [root@Lars-desktop line6usb]# make install
> ./set_revision.sh
> make -C /lib/modules/3.2.9-2.fc16.x86_64/build CONFIG_LINE6_USB=m
> SUBDIRS=/root/line6usb modules
> make[1]: Entering directory `/usr/src/kernels/3.2.9-2.fc16.x86_64'
>   CC [M]  /root/line6usb/audio.o
> /root/line6usb/audio.c: In function ‘line6_init_audio’:
> /root/line6usb/audio.c:30:57: error: ‘THIS_MODULE’ undeclared (first use in
> this function)

New kernels require the following line at the top of audio.c:

#include <linux/export.h>

Hope this helps.

Stefan

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Line6linux-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/line6linux-user

Reply via email to