| Michel  
 
 
 
 
 Group: Members
 Posts: 33
 Joined: Mar. 2006
 | 
|  | Posted: Mar. 21 2006,08:31 |  |  I found that under kernel 2.4.26 the USB stick is not seen, unless:
 
 - Capio booted under DOS with the usbaspi.sys and di1000dd.sys
 USB drivers to make the stick visible under DOS
 - Then boot using loadlin _from_ the USB stick
 
 So yes, now I have 2.3RC1 running on the Capio .
 Time permitting I will post a full howto plus an image of my DOC somewhere on the web.
 
 Making the DOC visible as a file system from DSL is simple:
 
 - sudo bash  or start a terminal as root
 
 > mknod /dev/nftla1 b 93 1
 > mkdir /doc
 > mount /dev/nftla1 /doc
 
 
 - to be continued -
   Michel
 |