免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 4022 | 回复: 19
打印 上一主题 下一主题

unicon在RedHat AS3UP3上2.6.9内核安装过程(原创) [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-11-22 17:56 |只看该作者 |倒序浏览
unicon在RedHat AS3UP3上2.6.9内核安装过程

#所有补丁及安装文件在
http://vdr.jp/d/unicon.html

http://www.okpos.com/wiki/pos/Unicon
下载,共有如下文件

pth-1.4.0.tar.gz
unicon-3.0.4-20010924.tar.gz
unicon-kernel-2.6.9-20041019.patch.bz2(此为2.6.9的内核补丁,其余内核需要打对应版本的补丁)
vd_unicon-userland-20031122vd.patch(此为unicon在2.6内核的补丁,不打此补丁在2.6.x内核根本编译不过)

#将以上文件全部传到/tmp目录

#将内核源文件传到/usr/src目录并解压
#进入2.6.9内核所在上级目录

cd /usr/src
ln -s linux-2.6.9 linux

#打内核补丁
cd /usr/src/linux
mv /tmp/unicon-kernel-2.6.9-20041019.patch.bz2 ./

bunzip2 unicon-kernel-2.6.9-20041019.patch.bz2

patch p1 < unicon-kernel-2.6.9-20041019.patch

#在编译2.6.9内核时选上(*表示编译进内核,M表示编译进模块)

选择"Code maturity level options"
选择"rompt for development and/or incomplete code/drivers"(*)
然后"Exit"

选择"Device Drivers"
选择"Graphics support"
选择"Support for frame buffer devices"(*)
选择"UNICON console support (EXPERIMENTAL)"(*)
选择"UNICON GB Font support"(M)
选择"UNICON GBK Font support"(M)
选择"VGA 16-color graphics support"(*)
选择"VESA VGA graphics support"(*)
选择"Console display driver support"
选择"Select compiled-in fonts"(*)
选择"VGA 8x8 font"(*)
选择"VGA 8x16 font"(*)

#然后选择其它想要编译的内核模块,保存后,开始编译内核

make mrproper
make menuconfig
make && make modules_install && make install

#编译pth线程库

cd /tmp
tar xzf pth-1.4.0.tar.gz
cd pth-1.4.0
./configure --prefix=/usr
make
make install

#打unicon补丁

cd /tmp
tar xzf unicon-3.0.4-20010924.tar.gz
cd unicon-3.0.4
mv ../vd_unicon-userland-20031122vd.patch ./
patch p1 < vd_unicon-userland-20031122vd.patch

#编译并安装unicon

./configure --prefix=/usr
make && make install
make data && make data-install

#添加unikey设备

mknod /dev/unikey c 10 202
chmod 640 /dev/unikey

#自动加载unicon,在/etc/rc.d/rc.local里添加如下语句

modprobe unikey
modprobe encode_gbk
loadunimap /usr/lib/unicon/direct.uni
uniconctrl --gbk tty0
uniconctrl --gbk tty1
uniconctrl --gbk tty2
uniconctrl --gbk tty3
uniconctrl --gbk tty4
uniconctrl --gbk tty5
uniconctrl --gbk tty6

#然后重新启动

reboot

#以下是卸载unicon,但是有些问题

#modprobe -r unikey
#modprobe -r encode_gbk
#modprobe -r vgastate
#modprobe -r vga16fb

论坛徽章:
0
2 [报告]
发表于 2004-11-23 12:47 |只看该作者

unicon在RedHat AS3UP3上2.6.9内核安装过程(原创)

我再也不在这里发帖子了

发的东西都没人理

论坛徽章:
0
3 [报告]
发表于 2004-11-23 13:51 |只看该作者

unicon在RedHat AS3UP3上2.6.9内核安装过程(原创)

我是菜鸟,弱弱的问一句unicon是什么?

论坛徽章:
0
4 [报告]
发表于 2004-11-23 13:56 |只看该作者

unicon在RedHat AS3UP3上2.6.9内核安装过程(原创)

强烈央求楼主给大家说说unicon是干什么的东东

论坛徽章:
0
5 [报告]
发表于 2004-11-23 14:00 |只看该作者

unicon在RedHat AS3UP3上2.6.9内核安装过程(原创)

http://unicon.sourceforge.net/

论坛徽章:
0
6 [报告]
发表于 2004-11-25 12:40 |只看该作者

unicon在RedHat AS3UP3上2.6.9内核安装过程(原创)

晕,沉这么快,我自己顶

论坛徽章:
0
7 [报告]
发表于 2004-11-26 14:18 |只看该作者

unicon在RedHat AS3UP3上2.6.9内核安装过程(原创)

没想到现在还有人再维护这个东西 unicon已经很多年没有人更新了

论坛徽章:
0
8 [报告]
发表于 2004-11-30 08:26 |只看该作者

unicon在RedHat AS3UP3上2.6.9内核安装过程(原创)

我也不知道unicon是什么东东哟,

论坛徽章:
0
9 [报告]
发表于 2004-12-02 18:34 |只看该作者

unicon在RedHat AS3UP3上2.6.9内核安装过程(原创)

好帖,帮你顶一个!

论坛徽章:
0
10 [报告]
发表于 2004-12-10 23:43 |只看该作者

unicon在RedHat AS3UP3上2.6.9内核安装过程(原创)

我内核patch没有问题就是编译不过去。
错误如下:
drivers/built-in.o(.text+0x16dc3): In function `put_queue':
: undefined reference to `Unicon_fnKeyHook'
drivers/built-in.o(.text+0x16ea2): In function `puts_queue':
: undefined reference to `Unicon_fnKeyHook'
drivers/built-in.o(.text+0x173a7): In function `fn_send_intr':
: undefined reference to `Unicon_fnKeyHook'
drivers/built-in.o(.text+0x1ae42): In function `respond_string':
: undefined reference to `Unicon_fnKeyHook'
make: *** [.tmp_vmlinux1] Error 1

我用的是gentoo
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP