[root@localhost ~]# mkdir ar81xx [root@localhost ~]# mv AR81Family-linux-v1.0.1.14.tar.gz ar81xx/ [root@localhost ~]# cd ar81xx/ [root@localhost ar81xx]# tar zxf AR81Family-linux-v1.0.1.14.tar.gz gzip: stdin: decompression OK, trailing garbage ignored tar: Child returned status 2 tar: Error exit delayed from previous errors <- このエラーは無視 (^^;) [root@localhost ar81xx]# make make -C ./src make[1]: Entering directory `/root/ar81xx/src' make -C /lib/modules/2.6.32.12-0.7.1.xs5.6.100.307.170586xen/buildSUBDIRS=/root/ar81xx/src module make[2]: Entering directory`/usr/src/kernels/2.6.32.12-0.7.1.xs5.6.100.307.170586xen-i686' Updating /root/ar81xx/src/Makefile.xen ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC /root/ar81xx/src/atl1e.mod.o LD [M] /root/ar81xx/src/atl1e.ko make[2]: Leaving directory`/usr/src/kernels/2.6.32.12-0.7.1.xs5.6.100.307.170586xen-i686' make[1]: Leaving directory `/root/ar81xx/src' [root@localhost ar81xx]# src/atl1e.ko がドライバです。 |