I got linux-2.0.33 up and running.
I don't understand from where (/usr/src) the first line is issued
# mv linux linux.old
# cd /usr/src
# tar xvfz linux-2.0.31.tar.gz
# tar xvfz /pub/net/ax25/ax25-module-14e.tar.gz
# patch -p0 </usr/src/ax25-module-14/ax25-2.0.31-2.1.47-2.diff
# cd linux
however, things look 'okay' until I issue the patch -p0 line. Returned is:
Hmm... Looks like a unified diff to me...
The text leading up to this was: (lines truncated from the '*')
----*
|diff -ruN linux-2.0.31*
|--- linux-2.0.31/D*
|+++ linux/D*
-----*
File to patch:
What is wrong? Does this patch only work with 2.0.31 ? What up?
Regards, Chuck