The problem with "echoing" into that file is that this script is not
the only one writing into the file. There are other drivers, kernel
extensions etc writing into that file...and by doing echo, we probably
end up with intermingled contents.
Thanks anyway for the help

-KC