On Mon, 26 Jul 1999, Dan Samber wrote:

> 
> As I think I've complained enough.... I'll spare you all & just give you the facts:
> 
> To the best of my ability I've installed 2.0.36 with RT v1.2.
> 
> While I CAN run the "Frank Zappa" demo, I cannot run several of the others.
> The symptoms are as follows:
> 
> 1) The sound demo (The one that teaches you how to pronounce Linux) complains
>     that the "init_module : Device or resource busy"

Hmmm... did you unload the modules from the last test 
(i.e.: /sbin/rmmod <module>)? Note that you can use /sbin/insmod <module>
to insert modules, /sbin/rmmod <module> to remove modules, and /sbin/lsmod
to see the currently loaded modules.

It is best to do this by hand as the makefiles seem to be broken for
the examples.

> 2) When I try to run the rectangle wave option under the parallel subdirectory (via
>    "make test_rectangle" complains as follows:
>    "/usr/src/v1.2/rtl/modules/rtlfifo : no such file or directory"
>    "/usr/src/v1.2/rtl/modules/rtl_sched : no such file or directory"
>    It then goes on to complain about all the associated unresolved symbols 
> presumably
>    contained in the aforementioned files.
> 

Right, the 1.2 version seems to install the modules in
/lib/modules/2.0.36.RTL1.2/misc - which is consistent with the location
of "normal" linux modules. This breaks the 'make test' part of many of
the examples and is a change from 1.1.

> Sure enough, when I look there... the files do NOT exist. All this makes me 
> think that
> I must have loaded some antiquated version of rtlinux but I can't see how 
> that's possible.

Nope, you're probably ok.

> As further clues, the sound example did not have an rtlpath.make file (I 
> had to copy it from
> the frank example directory).
> 

Yep, busted makefiles.

> On a completely different and certainly unrelated note.... though I can log 
> into the system
> as root from the keyboard, I CANNOT do it remotely via telnet!

This is typical for Linux installs, for obvious security reasons (you
don't want to pass the root passwd over an unencrypted net). However, you
can telnet in as a regular user and 'su'. (...which then also provides
your passwd unencrypted -- you should probably use ssh in place of telnet
in any case, but it sounds like that's a project for another day. :) 

> I'm getting weak.
> 

Hang in there. The world is about to become a beautiful place, where
deadlines are always met and every task executes with sub-millisecond
precision.

-Don

--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/

Reply via email to