Problems Configurating NFS

2001-05-27 Thread antonpoon
I am trying to config my RedHat7.0 computer to run NFS server, I have edited the exports file, and turned on portmap and NFS, but there were some problems as follows, how can I fix it? Starting system logger: [ OK ] Starting kernel logger: [ OK ] Starting portmapper: [ OK ] Starting NFS file

Problems Configurating NFS

2001-05-27 Thread antonpoon
I am trying to config my RedHat7.0 computer to run NFS server, I have edited the exports file, and turned on portmap and NFS, but there were some problems as follows, how can I fix it? Starting system logger: [ OK ] Starting kernel logger: [ OK ] Starting portmapper: [ OK ] Starting NFS file

Using Parallel Port to Receive Signals

2001-05-18 Thread antonpoon
I am trying to use the data port of parallel port to receive data, so I set the bit 5 of the control port to enable the bi-directional port, but it doesn't work. My parallel supports SPP/EPP/ECP mode, does it support bi-directional mode? if yes, how can I config it? I wish to be personally

Using Parallel Port to Receive Signals

2001-05-18 Thread antonpoon
I am trying to use the data port of parallel port to receive data, so I set the bit 5 of the control port to enable the bi-directional port, but it doesn't work. My parallel supports SPP/EPP/ECP mode, does it support bi-directional mode? if yes, how can I config it? I wish to be personally

How to compile kernel for Geode GX1

2001-05-09 Thread antonpoon
Hi, How can I compile a kernel that would be running on a National Semiconductor Geode GX1 processor? I wish to be personally CC'ed the answers/comments posted to the list in response to my posting. Thank you. Best Regards, Anton -

How to compile kernel for Geode GX1

2001-05-09 Thread antonpoon
Hi, How can I compile a kernel that would be running on a National Semiconductor Geode GX1 processor? I wish to be personally CC'ed the answers/comments posted to the list in response to my posting. Thank you. Best Regards, Anton -

Adding a Daemon Process to init Process

2001-04-25 Thread antonpoon
I want to create a daemon process that will keep scanning the parallel port status and report to other processes. Should it be created from the init process? where is the location of the source code for the init process? Thanks Anton I wish to be personally CC'ed the answers/comments posted

Adding a Daemon Process to init Process

2001-04-25 Thread antonpoon
I want to create a daemon process that will keep scanning the parallel port status and report to other processes. Should it be created from the init process? where is the location of the source code for the init process? Thanks Anton I wish to be personally CC'ed the answers/comments posted

How can I add a function to the kernel initialization

2001-04-11 Thread antonpoon
I have written a driver for a character set LCD module using parallel port. I want to display a message when the kernel is initialized. I added the following to start_kernel() in init/main.c #include { int i; char line = "Loading Kernel"; FILE *ptr; ptr = fopen("/dev/lcd","w");

How can I add a function to the kernel initialization

2001-04-11 Thread antonpoon
I have written a driver for a character set LCD module using parallel port. I want to display a message when the kernel is initialized. I added the following to start_kernel() in init/main.c #include stdio.h { int i; char line = "Loading Kernel"; FILE *ptr; ptr =