摘要: When using VDI from NetScaler server html, after open a ica file(Citrix ICA Setting file for icaclient) by Citrix Workspace, an error dialog popup: Yo 阅读全文
posted @ 2020-02-22 19:31 Kozmers 阅读(2264) 评论(1) 推荐(1) 编辑
摘要: HTTP request header from client HTTP receive content from website client.c makefile 阅读全文
posted @ 2016-12-20 14:43 Kozmers 阅读(412) 评论(0) 推荐(0) 编辑
摘要: Driver for linux-2.6.38 1. my_led_cmd.h 2. led_misc_drv.c 3. test.c 4. Makefile 阅读全文
posted @ 2016-09-04 10:24 Kozmers 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 启动参数传递问题和IO映射不正确也会导致 卡在"Uncompressing Linux... done, booting the kernel" 阅读全文
posted @ 2016-09-02 16:41 Kozmers 阅读(247) 评论(0) 推荐(0) 编辑
摘要: sudo vim /etc/udev/rules.d/70-ttyusb.rulesKERNEL=="ttyUSB[0-9]*",MODE="0666" 阅读全文
posted @ 2016-01-22 13:00 Kozmers 阅读(212) 评论(0) 推荐(0) 编辑
摘要: gtk+-2.19.2/gdk/directfb/gdkevents-directfb.c775 default: 776 //g_message ("un... 阅读全文
posted @ 2016-01-17 20:50 Kozmers 阅读(500) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include /////////////////////////////////////////////////MODULE_LICENSE("Dual BSD/GPL");int open_state = 0;///////////////... 阅读全文
posted @ 2015-05-26 12:02 Kozmers 阅读(175) 评论(0) 推荐(0) 编辑
摘要: Set the pptp option file "/etc/ppp/options.pptp"# Lock the portlock# Authentication# We don't need the tunnel server to authenticate itselfnoauth# We ... 阅读全文
posted @ 2015-05-23 09:02 Kozmers 阅读(30) 评论(0) 推荐(0) 编辑
摘要: /home/kozmers/Workspace/machine/ARM/ssh/openssl-1.0.2a$ ./Configure os/compiler:arm-linux-gcc$ make/home/kozmers/Workspace/machine/ARM/vpn/libpcap-1.7... 阅读全文
posted @ 2015-05-22 21:05 Kozmers 阅读(135) 评论(0) 推荐(0) 编辑
摘要: struct timeval{__time_t tv_sec; /* Seconds. */__suseconds_t tv_usec; /* Microseconds. */};/* Get the current time of day and timezone informat... 阅读全文
posted @ 2015-05-09 11:52 Kozmers 阅读(572) 评论(0) 推荐(0) 编辑
摘要: #inlcude struct input_event { struct timeval time; __u16 type; __u16 code; __s32 value;};type:#define EV_SYN 0x00#define EV_KEY... 阅读全文
posted @ 2015-05-09 11:49 Kozmers 阅读(2282) 评论(0) 推荐(0) 编辑
摘要: /* test.c * use "insmod test.ko" * can see "/dev/test" * and "test" in "/proc/devices" */#include #include #include #include /* dev_t */#include ... 阅读全文
posted @ 2015-04-29 11:21 Kozmers 阅读(132) 评论(0) 推荐(0) 编辑
摘要: #Makefileifneq ($(KERNELRELEASE),) obj-m := module.o module-objs := file1.o file2.o#obj-m:=hello.oelse KERNELDIR := /lib/modules/... 阅读全文
posted @ 2015-04-22 13:10 Kozmers 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 1KB = 1024 B = 2^10B=BIN 100 0000 0000B=HEX 4 0 0 BSZ_1K = 0x400/*handysizes*/#defineSZ_1K0x00000400#defineSZ_4K0x00001000#defineSZ_8K0x00002000#defin... 阅读全文
posted @ 2015-01-10 18:11 Kozmers 阅读(356) 评论(0) 推荐(0) 编辑
摘要: I have all the tar packages in netdisk gtk_dfb_arm_src.tar.xzI download them from below links:http://ftp.gnome.org/pub/gnome/sourcesglib-2.19.0 :ftp:/... 阅读全文
posted @ 2015-01-06 15:01 Kozmers 阅读(775) 评论(0) 推荐(0) 编辑
摘要: I test below in my qemu-mini2440 virtual board.http://directfb.org/downloads/Core/DirectFB-1.7/DirectFB-1.7.2.tar.xzTo test first, I disable all pictu... 阅读全文
posted @ 2015-01-05 13:43 Kozmers 阅读(1119) 评论(0) 推荐(0) 编辑
摘要: Make sure the terminal size if large enough for qemu. If not, "Floating point exception" error occurs.$ qemu-system-arm xxxxxxxx \ -monitor telnet:... 阅读全文
posted @ 2015-01-02 14:22 Kozmers 阅读(764) 评论(0) 推荐(0) 编辑
摘要: SHOTCUTSDescriptionhistory显示命令历史列表Ctrl+p显示上一条命令Ctrl+n显示下一条命令!num执行命令历史列表的第num条命令!!执行上一条命令!?string?执行含有string字符串的最新命令Ctrl+r然后输入若干字符,开始向上搜索包含该字符的命令,继续按C... 阅读全文
posted @ 2015-01-02 11:05 Kozmers 阅读(294) 评论(0) 推荐(0) 编辑
摘要: # /etc/profileexport TSLIB_CONFFILE=/etc/ts.conf 阅读全文
posted @ 2015-01-02 10:41 Kozmers 阅读(745) 评论(0) 推荐(0) 编辑
摘要: # /etc/profileexport TSLIB_FBDEVICE=/dev/fb0export TSLIB_PLUGINDIR=/usr/lib/ts# /usr/lib/ts is where the "input.so" located 阅读全文
posted @ 2015-01-02 10:39 Kozmers 阅读(1607) 评论(0) 推荐(0) 编辑
摘要: ./autogen.sh./configure --prefix=/path/to/tslib-build/ --host=arm-linux ac_cv_func_malloc_0_nonnull=yes makemake install# /etc/profileexport TSLIB_ROO... 阅读全文
posted @ 2015-01-02 10:38 Kozmers 阅读(262) 评论(0) 推荐(0) 编辑
摘要: /* hello.c */#include #include static int hello_init(void){ printk(KERN_ALERT "hello init"\n); return 0;}static void hello_exit(void){ printk... 阅读全文
posted @ 2015-01-02 10:30 Kozmers 阅读(224) 评论(0) 推荐(0) 编辑
摘要: GTK_CALLBACK void on_toolbutton_about_clicked(GtkWidget *btn, gpointer user_data){ GtkWidget *about_dialog; GdkPixbuf *logo; GError *error=NU... 阅读全文
posted @ 2015-01-02 10:14 Kozmers 阅读(140) 评论(0) 推荐(0) 编辑
摘要: #define debug_msg_box() \{ \ GtkWidget *msg_dlg = gtk_message_dialog_new(NULL, \ GTK_DIALOG_DESTROY_WITH_PARENT, \ GT... 阅读全文
posted @ 2015-01-02 10:10 Kozmers 阅读(168) 评论(0) 推荐(0) 编辑
摘要: As a preparation I build the tslib for touchscreen functional in this application, so do it first.If the tslib was built and the export of tslib paths... 阅读全文
posted @ 2014-07-02 21:50 Kozmers 阅读(1284) 评论(0) 推荐(0) 编辑
摘要: GDB: The GNU Project Debuggerhttp://www.gnu.org/software/gdb/Download from: ftp://sourceware.org/pub/gdb/releases/Build:PC side:cd /opt/crosstool/src/... 阅读全文
posted @ 2014-06-29 17:21 Kozmers 阅读(794) 评论(0) 推荐(1) 编辑
摘要: Add include to "freetype.h"/* add this line */#include #ifndef FT_FREETYPE_H#error "`ft2build.h' hasn't been included yet!"#error "Please always use m... 阅读全文
posted @ 2014-06-29 08:08 Kozmers 阅读(1341) 评论(0) 推荐(0) 编辑
摘要: http://ftp.gnome.org/pub/gnome/sources/gtk+/2.1/ gtk+-2.1.5.tar.gz 2013-02-22 14:03 8.6M 阅读全文
posted @ 2014-06-29 08:07 Kozmers 阅读(174) 评论(0) 推荐(0) 编辑
摘要: From gtk+-2.10.2 configure --help we can see (I just only view the 2.10.2, not know other 2.10.x):--with-gdktarget=[x11/linux-fb/win32/quartz/directfb... 阅读全文
posted @ 2014-06-28 22:10 Kozmers 阅读(461) 评论(0) 推荐(0) 编辑
摘要: From gtk+-2.90.7 configure --help we can see:--with-gdktarget=[x11/win32/quartz] select non-default GDK targetThere is no directfb in the gdktarget as... 阅读全文
posted @ 2014-06-28 16:06 Kozmers 阅读(317) 评论(0) 推荐(0) 编辑
摘要: selected device is not a touchscreen I understandarm交叉编译工具中的头文件库中的linux/input.h中的EV_VERSION定义为#define EV_VERSION 0x010000而linux内核include/linux/... 阅读全文
posted @ 2014-06-27 19:35 Kozmers 阅读(917) 评论(0) 推荐(0) 编辑
摘要: Author: kozmers@gmail.comServer: [OpenSuSE 13.1 x86_64]Target: [arm-linux]cross-complie tool: [arm-linux-gcc 4.4.3]I firstly log my compiling journal ... 阅读全文
posted @ 2014-06-24 22:23 Kozmers 阅读(1573) 评论(0) 推荐(0) 编辑