사운드 드라이버를 설치하기 위해 tar.bz2 로부터 설치해야 하는데요…
./configure을 하면 잘되다가 autoconf.h가 없다고 나오네요…
어떻게 해야 하나요?
[quote="iso1995":2b7rjt8p]사운드 드라이버를 설치하기 위해 tar.bz2 로부터 설치해야 하는데요…
./configure을 하면 잘되다가 autoconf.h가 없다고 나오네요…
어떻게 해야 하나요?[/quote:2b7rjt8p]
linux-headers-로 시작하는 패키지에 해당 파일이 포함되어 있는 것 같습니다.
정확히는 이렇게 뜨네요…
제가 아직 초보라 어떻게 해야하는지 모르는데 어떻게 해야 하나요?
checking for gcc… gcc
checking for C compiler default output file name… a.out
checking whether the C compiler works… yes
checking whether we are cross compiling… no
checking for suffix of executables…
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking for ranlib… ranlib
checking for a BSD-compatible install… /usr/bin/install -c
checking how to run the C preprocessor… gcc -E
checking for grep that handles long lines and -e… /bin/grep
checking for egrep… /bin/grep -E
checking for ANSI C header files… yes
checking for an ANSI C-conforming const… yes
checking for inline… inline
checking whether time.h and sys/time.h may both be included… yes
checking whether gcc needs -traditional… no
checking for current directory… /home/isu/realtek/realtek-linux-audiopack-5.01/alsa-driver-hg20080219
checking cross compile…
checking for directory with kernel source… /lib/modules/2.6.35-25-generic/build
checking for directory with kernel build…
checking for kernel linux/version.h… yes
checking for kernel linux/autoconf.h… no
The file /lib/modules/2.6.35-25-generic/build/include/linux/autoconf.h does not exist.
Please install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /lib/modules/2.6.35-25-generic/build).
[quote="jeongsw":26a2r00m][quote="iso1995":26a2r00m]사운드 드라이버를 설치하기 위해 tar.bz2 로부터 설치해야 하는데요…
./configure을 하면 잘되다가 autoconf.h가 없다고 나오네요…
어떻게 해야 하나요?[/quote:26a2r00m]
linux-headers-로 시작하는 패키지에 해당 파일이 포함되어 있는 것 같습니다.[/quote:26a2r00m]
이분 말씀대로
linux-headers-2.6.35-25-generic
요 패키지가 설치되어 있는지 확인해보세요.
커널 버전이 올라가면서 경로가 바뀐 것 같습니다.
[code:1shxvc12]sudo ln -s /lib/modules/2.6.35-25-generic/build/include/generated/autoconf.h /lib/modules/2.6.35-25-generic/build/include/linux/[/code:1shxvc12]장담은 못합니다.
[quote="jincreator":sccxe3nz]커널 버전이 올라가면서 경로가 바뀐 것 같습니다.
[code:sccxe3nz]sudo ln -s /lib/modules/2.6.35-25-generic/build/include/generated/autoconf.h /lib/modules/2.6.35-25-generic/build/include/linux/[/code:sccxe3nz]장담은 못합니다. [/quote:sccxe3nz]
이 것 때문에 Virtualbox 설치할 떄도 엄청 해맸지요.