[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rtl] insmod not found



> Hello RTers
> 
> This isn't really an RT question but I thought I could get a quick answer 
> here. After a major crash I reinstalled RadHat 6.2 (needed
> for RTAI CD installation) and switched to a KDE workstation-class
> installation (was GNOME prior to crash). Now insmod, rmmod, ldconfig,
> etc can not be found. Is this a path problem? How should I fix it?

its a path problem , 
to fix it

1) for system wide availability of the commands in /sbin:

become root 
edite /etc/profile and add :/sbin to the PATH variable

2) put it in $HOME/.bashrc if you want it to be available on a per user level

just add the lines

PATH="$PATH:/sbin:/usr/sbin"
export PATH

to activate the changes you must logout and login again .

hofrat