Hello,
> I have created a SDCard (2 GByte) for my TS-7300 board. The system boots
> fine, but I receive
>
> The following messages during boot:
> modprobe: Can't open dependencies file /lib/modules/2.4.26-ts11/modules.dep
> (No such file or directory)
>
> the directory which exists on the filesystem is the 2.4.26-ts10 .
It sounds like you have a ts11 kernel running but no ts11 modules
installed. You can download them here
ftp://ftp.embeddedarm.com/ts-arm-linux-cd/binaries/ts-modules/tskernelmodules-2.4.26-ts11.tar.gz
FYI depmod -a should create modules.dep.
//Eddie