Pier Fumagalli wrote:
> sudo apt-get install build-essential linux-headers-`uname -r` > > not > > sudo apt-get install build-essential linux-headers-'uname -r'
Thanks, Pier. I'm pretty sure when I originally did that I just copied/pasted from the web instructions. Anyway I re-ran the command pasting from your instructions and got exactly the same results.
Then I re-ran the "make" command with the same results, too, which I am reproducing here:
raroof@example.com:~/Downloads/XFiDrv_Linux_Public_US_1.00$ make make -C /lib/modules/2.6.35-24-generic-pae/build M=/home/raroof/ Downloads/XFiDrv_Linux_Public_US_1.00 make[1]: Entering directory `/usr/src/linux-headers-2.6.35-24-generic-pae' CC [M] /home/raroof/Downloads/XFiDrv_Linux_Public_US_1.00/xfi.o /home/raroof/Downloads/XFiDrv_Linux_Public_US_1.00/xfi.c: In function ‘ct_card_probe’: /home/raroof/Downloads/XFiDrv_Linux_Public_US_1.00/xfi.c:54: error: implicit declaration of function ‘snd_card_new’ /home/raroof/Downloads/XFiDrv_Linux_Public_US_1.00/xfi.c:54: warning: assignment makes pointer from integer without a cast make[2]: *** [/home/raroof/Downloads/XFiDrv_Linux_Public_US_1.00/xfi.o] Error 1 make[1]: *** [_module_/home/raroof/Downloads/XFiDrv_Linux_Public_US_1.00] Error 2 make[1]: Leaving directory `/usr/src/linux-headers-2.6.35-24-generic-pae' make: *** [all] Error 2
Looks like I'm at the end of my rope here. Thanks for the suggestions.
--Ralph
|