public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Questions about Kernel 2.4.0.*
@ 2000-11-30  4:30 Android
  2000-11-30 12:07 ` Peter Samuelson
  0 siblings, 1 reply; 10+ messages in thread
From: Android @ 2000-11-30  4:30 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1393 bytes --]

1) There is a link in /lib/modules/2.4.0.11: build->/usr/src/linuxcreated by the Makefile (make modules_install). What for?

2)  (Answered)

3)  (Answered)

4) Some of the device special files are missing when using devfs.
devfsd is running (loaded at the beginning of rc.S by init).
There was no /dev/lp0 on my system, even though module lp was loaded.
After creating this file explicitly with mknod, the printer worked.

5) This problem is probably the fault of X11 - it doesn't repaint the screen properly
after coming out of console mode. I have to switch back and forth several times
before I get a proper repaint. May be related to using framebuffer with X.
X crashes and locks completely when using sound. Anyone know why?

6) When going through the bash command history (using the arrow keys)
while in framebuffer mode, there will be a pause for about 3 seconds - during this time,
the system is totally frozen until this pause has expired. Any ideas on this?
I know this is a problem with bash - this problem doesn't occur when using tcsh.

7) How does one disable the display of the penguin logo when booting in framebuffer
mode so that all video lines are available for text? I know this can be removed with setfont
and possible fbset, but I would prefer the video display be "normal" from the start. Thanks.

                                     -- Ted


[-- Attachment #2: Type: text/html, Size: 2932 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Questions about Kernel 2.4.0.*
@ 2000-11-30  4:38 Android
  0 siblings, 0 replies; 10+ messages in thread
From: Android @ 2000-11-30  4:38 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1577 bytes --]

1) There is a link in /lib/modules/2.4.0.11: build->/usr/src/linuxcreated by the Makefile (make modules_install). What for?

2)  (Answered)

3)  (Answered)

4) Some of the device special files are missing when using devfs.
devfsd is running (loaded at the beginning of rc.S by init).
There was no /dev/lp0 on my system, even though module lp was loaded.
After creating this file explicitly with mknod, the printer worked.

5) This problem is probably the fault of X11 - it doesn't repaint the screen properly
after coming out of console mode. I have to switch back and forth several times
before I get a proper repaint. May be related to using framebuffer with X.
X crashes and locks completely when using sound. Anyone know why?

6) When going through the bash command history (using the arrow keys)
while in framebuffer mode, there will be a pause for about 3 seconds - during this time,
the system is totally frozen until this pause has expired. Any ideas on this?
I know this is a problem with bash - this problem doesn't occur when using tcsh.

7) How does one disable the display of the penguin logo when booting in framebuffer
mode so that all video lines are available for text? I know this can be removed with setfont
and possible fbset, but I would prefer the video display be "normal" from the start. Thanks.

                                     -- Ted



******
Free web-based/POP3 mail from turbosport.com, turbomail.tv, mailplanet.net, and webmailcity.com
******
To report SPAM mail please send an e-mail to spam@turbosport.com.

[-- Attachment #2: Type: text/html, Size: 3136 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Questions about Kernel 2.4.0.?
@ 2000-11-25 22:20 Android
  2000-11-25 23:45 ` Keith Owens
  2000-11-28  4:31 ` Android
  0 siblings, 2 replies; 10+ messages in thread
From: Android @ 2000-11-25 22:20 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1284 bytes --]

There is a link in /lib/modules/2.4.0.11: build->/usr/src/linux
created by the Makefile (make modules_install).
What for? depmod doesn't like this link. It gets confused.

Lines missing from /usr/src/linux/include/asm/uaccess.h:
   #define put_user_ret(x,ptr,ret) ({ if (put_user(x,ptr)) return ret; })
   #define get_user_ret(x,ptr,ret) ({ if (get_user(x,ptr)) return ret; })
   #define __put_user_ret(x,ptr,ret) ({ if (__put_user(x,ptr)) return ret; })
   #define __get_user_ret(x,ptr,ret) ({ if (__get_user(x,ptr)) return ret; })
Some modules will not compile without these lines included.

Where are the drivers for bt878 (Video For Linux)?

Some of the device special files are missing when using devfs.
devfsd is running (loaded at the beginning of rc.S by init).
There was no /dev/lp0 on my system, even though module lp was loaded.
After creating this file explicitly with mknod, the printer worked.

This problem is probably the fault of X11 - it doesn't repaint the screen properly
after coming out of console mode. I have to switch back and forth several times
before I get a proper repaint. May be related to using framebuffer with X.
X crashes and locks completely when using sound. Anyone know why?

                                     -- Ted


[-- Attachment #2: Type: text/html, Size: 2672 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2000-12-01 20:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-30  4:30 Questions about Kernel 2.4.0.* Android
2000-11-30 12:07 ` Peter Samuelson
2000-12-01 16:01   ` Marc Mutz
2000-12-01 18:27     ` [uPATCH] " Peter Samuelson
2000-12-01 18:38       ` Marc Mutz
2000-12-01 20:26         ` Peter Samuelson
  -- strict thread matches above, loose matches on Subject: below --
2000-11-30  4:38 Android
2000-11-25 22:20 Questions about Kernel 2.4.0.? Android
2000-11-25 23:45 ` Keith Owens
2000-11-28  4:31 ` Android

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox