Other Help Topics :: Problems installing Kernel Source



Hello,
 When trying to install kernelsource.dsl.  I am having this problem.  Also when I run apt-get I am getting the error "command not found.

dsl@box:~$ mydsl-load kernelsource.dsl
tar: Cannot create directory `usr/src': Read-only file system
tar: usr/src/knoppix-kernel26.patch: No such file or directory

Let me know if you can offer any help.
Thanks,

Chris.

I had the same problem with the command line, but once I added sudo or if I use emelfm>mydsl, it fixed the problem. Maybe you can try that.
From a terminal as root, type:

mkdir /usr/src
chown dsl /usr/src

This should fix things


original here.