[Cooker] problems with 8139too driver

2001-05-26 Thread Martin Reinecke

Hi!

I'm having a few problems with the current Cooker bootdisks.
They contain an older version of the 8139too driver for the
RTL8139 based network cards which has a known bug. This prevents
me (and most likely others as well) from installing cooker
via FTP.

Would it be possible to update this driver to the latest version
0.9.17 (available from http://sourceforge.net/projects/gkernel/)
on the bootdisks and in the Cooker kernels?

Thanks in advance,
  Martin Reinecke

-- 















Re: [Cooker] Re: [CHRPM] hackkernel-2.3.99pre6-1.1mdk

2000-04-19 Thread Martin Reinecke

Emmanuel Paré wrote:
 
 Stupid question :
 
 If you create a file ex: echo "blablabla"  --append
 after how could you delete this file?
 
 -- rm *app*
 -- rm: unrecognized option `--append`
 
 I feel lame.. but I cant figure how.
 
 cya

rm -- --append 
should work.

Cheers,
  Martin