Messages in this thread |  | | From | "Android" <> | Subject | Questions about Kernel 2.4.0.? | Date | Sat, 25 Nov 2000 14:20:39 -0800 |
| |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 5.50.4134.100" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>There is a link in /lib/modules/2.4.0.11: build->/usr/src/linux</FONT></DIV> <DIV><FONT face=Arial size=2>created by the Makefile (make modules_install).<BR>What for? depmod doesn't like this link. It gets confused.</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>Lines missing from /usr/src/linux/include/asm/uaccess.h:<BR> #define put_user_ret(x,ptr,ret) ({ if (put_user(x,ptr)) return ret; })<BR> #define get_user_ret(x,ptr,ret) ({ if (get_user(x,ptr)) return ret; })<BR> #define __put_user_ret(x,ptr,ret) ({ if (__put_user(x,ptr)) return ret; })<BR> #define __get_user_ret(x,ptr,ret) ({ if (__get_user(x,ptr)) return ret; })</FONT></DIV> <DIV><FONT face=Arial size=2>Some modules will not compile without these lines included.</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>Where are the drivers for bt878 (Video For Linux)?</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>Some of the device special files are missing when using devfs.</FONT></DIV> <DIV><FONT face=Arial size=2>devfsd is running (loaded at the beginning of rc.S by init).</FONT></DIV> <DIV><FONT face=Arial size=2>There was no /dev/lp0 on my system, even though module lp was loaded.</FONT></DIV> <DIV><FONT face=Arial size=2>After creating this file explicitly with mknod, the printer worked.</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>This problem is probably the fault of X11 - it doesn't repaint the screen properly</FONT></DIV> <DIV><FONT face=Arial size=2>after coming out of console mode. I have to switch back and forth several times</FONT></DIV> <DIV><FONT face=Arial size=2>before I get a proper repaint. May be related to using framebuffer with X.</FONT></DIV> <DIV><FONT face=Arial size=2>X crashes and locks completely when using sound. Anyone know why?</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2> -- Ted</FONT></DIV> <DIV> </DIV></BODY></HTML>
|  |