Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:research:sr:softwareradio_install [2007/08/09 10:22]
brunner
en:research:sr:softwareradio_install [2007/08/09 15:30] (current)
brunner
Line 73: Line 73:
 <code bash>​echo "​eepro100"​ >> /​etc/​modules</​code>​ <code bash>​echo "​eepro100"​ >> /​etc/​modules</​code>​
 then reboot on new kernel. then reboot on new kernel.
 +
 +
  
 ===== Compile RTLinux ===== ===== Compile RTLinux =====
Line 118: Line 120:
 apt-get install libqt3-compat-headers libqt3-mt-dev apt-get install libqt3-compat-headers libqt3-mt-dev
 </​code>​ </​code>​
 +
 +==== ICS ====
 +  * copy ICS to ///​usr/​ics//​
 +do :
 +<​code>​
 +cd /​usr/​ics/​ics554-src/​
 +sh install.sh
 +cd /​usr/​ics/​ics564-src/​
 +sh install.sh
 +ln -s /​usr/​ics/​ics554-src/​drv/​ics554.o /​lib/​modules/​2.4.22-rtl3.2-pre3-bigphys/​misc
 +</​code>​
 +
 +copy files from //init.d// to ///​etc/​init.d//​
 +
 +
 +
  
 ===== NFS ===== ===== NFS =====
Line 199: Line 217:
 NTPOPTIONS="​-u"​ NTPOPTIONS="​-u"​
 </​code>​ </​code>​
- 
-===== NFS ===== 
-In the file /etc/fstab add: 
-<​code>​ 
-fileserver:/​home ​       /home        nfs defaults ​      ​0 ​      0 
-fileserver:/​home/​sradio /​home/​sradio nfs defaults ​      ​0 ​      0 
-</​code>​ 
- 
  
  

Last modified:: %2007/%08/%09 %10:%Aug