Hi,
I'm a linux newbie. I'm trying to compile and install a kinivo wireless USB adapter using the source code Kinivo provided for linux. This is on a Pogoplug installed with 3.1.10-13 Arch Linux.
The original file is a .bz2. I untar it and try to run the Make command in the untared folder. I get this:
$this->bbcode_second_pass_quote('', '[')root@alarm 2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO]# make
make -C tools
make[1]: Entering directory `/mnt/back1/kinivodriver/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/mnt/back1/kinivodriver/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/tools'
/mnt/back1/kinivodriver/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/tools/bin2h
cp -f os/linux/Makefile.6 /mnt/back1/kinivodriver/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/Makefile
make -C /lib/modules/3.1.10-13-ARCH/build SUBDIRS=/mnt/back1/kinivodriver/2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux modules
make: *** /lib/modules/3.1.10-13-ARCH/build: No such file or directory. Stop.
