[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: is K3 the right one?



   1 it can't use the key "Caps Lock" which is on the left of my
   keybord, the "Caps Lock" LED has no reactition when i press the key
   down, so i only can use "SHIFT"+KEY to replace.

Someone answered this already.

   2 it seems if i didn't use the keyboard a few minutes longer, the
   machine hung up.

You would have to debug this your self.

   3 the gnumach can't recognize my net card which is D-link DFE530.i
   can't find the entry eth0 under /dev .

Thats not how you check if GNU Mach detected a network card.  Entries
in /dev don't get created automaticly, and infact you don't need to
create one for a NIC.  If the boot messages scroll by to fast then try
this hack:

$ cat /dev/klog > /boot.log &

And you should have in /boot.log the output of the boot process.  And
note that you can only look at /dev/klog ONCE every boot!

   4 my CDROM can't mount ,and the reason is similar to 3.

More details are needed, please supply the actual commands you issued
this helps in tracking down things.  Did you create an entry for your
CD-ROM in /dev?  You do that by issuing the following commands:

$ cd /dev
$ ./MAKEDEV hd1s0            # Here I am assuming that your
                             # CD-ROM is on hd1s0 (hd2a in
                             # GNU/Linux jargon).

Does the drive get detected at all?

Cheers.



Reply to: