Re: [Line6linux-user] Installation problems
Status: Pre-Alpha
Brought to you by:
mgrabner
From: Stefan H. <ste...@gm...> - 2012-03-16 22:26:38
|
On Fri, Mar 16, 2012 at 8:42 PM, Lars <lar...@ya...> 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 |