悲剧,刚解决G33/G31板载显卡显示问题又遇网卡问题
Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller在 2.6.36.2 下没有识别到网卡或者是在开启 dhcp 时网络宽带向导异常退出,开启 dhcpd 服务直接失败。
好不容易找到个驱动在内存中编译失败。。。。
单位的机器真是牛X,一张 Livecd 想测试一下结果就遇到显示上网这两最大的硬件问题。 我原来的机器就是这个品牌的,好像必须找驱动编译。 make -C /lib/modules/2.6.36.2/build \
KBUILD_SRC=/lib/modules/2.6.36.2/build \
KBUILD_EXTMOD="/tmp/Sk98IWkqZHHYLrLiWoaIoWFAH/all" -f /lib/modules/2.6.36.2/build/Makefile \
test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
echo; \
echo "ERROR: Kernel configuration is invalid."; \
echo " include/generated/autoconf.h or include/config/auto.conf are missing.";\
echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
echo; \
/bin/false)
mkdir -p /tmp/Sk98IWkqZHHYLrLiWoaIoWFAH/all/.tmp_versions ; rm -f /tmp/Sk98IWkqZHHYLrLiWoaIoWFAH/all/.tmp_versions/*
make -f /lib/modules/2.6.36.2/build/scripts/Makefile.build obj=/tmp/Sk98IWkqZHHYLrLiWoaIoWFAH/all
rm -f /tmp/Sk98IWkqZHHYLrLiWoaIoWFAH/all/built-in.o; ar rcs /tmp/Sk98IWkqZHHYLrLiWoaIoWFAH/all/built-in.o
cc -Wp,-MD,/tmp/Sk98IWkqZHHYLrLiWoaIoWFAH/all/.skge.o.d-nostdinc -isystem /usr/lib/gcc/i686-magic-linux/4.4.0/include -I/lib/modules/2.6.36.2/build/arch/x86/include -Iinclude-I/lib/modules/2.6.36.2/build/include -include include/generated/autoconf.h -I/tmp/Sk98IWkqZHHYLrLiWoaIoWFAH/all -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -I/tmp/Sk98IWkqZHHYLrLiWoaIoWFAH/all -DSK_USE_CSUM -DSK_DIAG_SUPPORT -DGENESIS -DYUKON -DYUK2 -DCONFIG_SK98LIN_ZEROCOPY -DSK_EXTREME -DSK_NO_RLMT -DSK_LINUX-DMODULE-D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(skge)"-D"KBUILD_MODNAME=KBUILD_STR(sk98lin)"-c -o /tmp/Sk98IWkqZHHYLrLiWoaIoWFAH/all/.tmp_skge.o /tmp/Sk98IWkqZHHYLrLiWoaIoWFAH/all/skge.c
cc -Wp,-MD,/tmp/Sk98IWkqZHHYLrLiWoaIoWFAH/all/.sky2.o.d-nostdinc -isystem /usr/lib/gcc/i686-magic-linux/4.4.0/include -I/lib/modules/2.6.36.2/build/arch/x86/include -Iinclude-I/lib/modules/2.6.36.2/build/include -include include/generated/autoconf.h -I/tmp/Sk98IWkqZHHYLrLiWoaIoWFAH/all -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -I/tmp/Sk98IWkqZHHYLrLiWoaIoWFAH/all -DSK_USE_CSUM -DSK_DIAG_SUPPORT -DGENESIS -DYUKON -DYUK2 -DCONFIG_SK98LIN_ZEROCOPY -DSK_EXTREME -DSK_NO_RLMT -DSK_LINUX-DMODULE-D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(sky2)"-D"KBUILD_MODNAME=KBUILD_STR(sk98lin)"-c -o /tmp/Sk98IWkqZHHYLrLiWoaIoWFAH/all/.tmp_sky2.o /tmp/Sk98IWkqZHHYLrLiWoaIoWFAH/all/sky2.c
/tmp/Sk98IWkqZHHYLrLiWoaIoWFAH/all/skge.c: 在函数‘SkGeSetRxMode’中:
/tmp/Sk98IWkqZHHYLrLiWoaIoWFAH/all/skge.c:4497: 错误:‘struct net_device’没有名为‘mc_list’的成员
/tmp/Sk98IWkqZHHYLrLiWoaIoWFAH/all/skge.c:4498: 错误:‘struct net_device’没有名为‘mc_count’的成员
/tmp/Sk98IWkqZHHYLrLiWoaIoWFAH/all/skge.c:4498: 错误:提领指向不完全类型的指针
/tmp/Sk98IWkqZHHYLrLiWoaIoWFAH/all/skge.c:4500: 错误:提领指向不完全类型的指针
make: *** 错误 1
make: *** 正在等待未完成的任务....
make: *** 错误 2
make: *** 错误 2
make: Leaving directory `/lib/modules/2.6.36.2/build'
+++ Compiler error 2.6.36 内核太追新了,这个网卡驱动最新版本是8月份的,在 2.6.36.2 内核下编译驱动失败。 这个可能不难解决。我试试看。 不知道解决了没有。。。? 偶滴也是G33/G31板载显卡,不过到现在也没找到个驱动,LZ的电脑莫非也是DELL滴??
显卡如何解决滴??? 原帖由 yanzi_731 于 2011-1-5 13:29 发表 http://www.linuxfans.org/bbs/images/common/back.gif
偶滴也是G33/G31板载显卡,不过到现在也没找到个驱动,LZ的电脑莫非也是DELL滴??
显卡如何解决滴???
修改 /etc/X11/xorg.conf 将显卡驱动 intel 改成 vesa 即可。
页:
[1]