커널 재설치시 pcmcia에서 에러가 발생하고 있습니다.

피곤해의 이미지

현재 레드햇 8.0에서 커널 2.4.18-14을 2.4.29로 업데이트 하려고 합니다.
간략히 설치하는 과정을 적어보면..

# rpm -qa|grep modutils
modutils-2.4.18-2
modutils-devel-2.4.18-2

# mv linux-2.4.29 /usr/src/
# cd /usr/src
# ln -s linux-2.4.29/ linux

# cd /usr/include
# mv asm/ asm.old
# mv linux/ linux.old
# ln -s /usr/src/linux/include/asm-i386/ asm
# ln -s /usr/src/linux/include/linux/ linux

# cd /usr/src/linux
# make mrproper
# make menuconfig
# make dep
# make clean
# make modules
# make modules_install
..................
make[1]: Nothing to be done for `modules_install'.
make[1]: 나감 `/usr/src/linux-2.4.29/arch/i386/lib' 디렉토리
cd /lib/modules/2.4.29; \
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.29; fi

modules_install 이 에러가 발생하고 있습니다.
General setup -> PCMCIA/CardBus support -> PCMCIA/CardBus support 를 해제해 보고 했으나, 역시 마찬가지고요..

이거 어떻게 해결을 해야 하나요??
알려주시면 정말 감사하겠습니다.
딴에 이래저래 해 보았으나, 번번히 실패네요..

codebank의 이미지

kani wrote:
# cd /usr/src/linux
# make mrproper
# make menuconfig
# make dep
# make clean
# make bzImage
# make install

# make modules
# make modules_install

모듈을 컴파일하기전에 kernel이미지부터 컴파일해보세요.

------------------------------
좋은 하루 되세요.

피곤해의 이미지

답변 주셔서 감사합니다.
알려주신대로 했으나, 역시 동일한 에러가 발생하고 있습니다.

PCMCIA/CardBus support 는 해제한 상태에서요..
make bzImage와 make install시에도 하단에 경고성 문구가 뜨고요..

다시 어디를 손을 봐야 할지 알려주시면 정말 큰 도움이 될것 같습니다.. ^^;;

# make dep
# make clean
# make bzImage
................
warning: kernel is too big for standalone boot from floppy
make[1]: 나감 `/usr/src/linux-2.4.29/arch/i386/boot' 디렉토리

# make install
..................
tools/build -b bbootsect bsetup
compressed/bvmlinux.out CURRENT > bzImage
Root device is (3, 6)
Boot sector 512 bytes.
Setup is 2525 bytes.
System is 1178 kB
warning: kernel is too big for standalone boot from floppy
sh -x ./install.sh 2.4.29 bzImage /usr/src/linux-2.4.29/System.map ""
+ '[' -x /root/bin/installkernel ']'
+ '[' -x /sbin/installkernel ']'
+ exec /sbin/installkernel 2.4.29 bzImage /usr/src/linux-2.4.29/System.map ''
make[1]: 나감 `/usr/src/linux-2.4.29/arch/i386/boot' 디렉토리

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.