| For ndiswrapper, I copied WLAN driver (inf and sys files) from Driver CD to /home/dsl/ and using: 
 | Code Sample |  | ndiswrapper -i /home/dsl/filename.inf ndiswrapper -l
 ndiswrapper -m
 | 
 If there is no error message, then using iwconfig command in aterm as Root:-
 
 and use Firefox for internet connection testing.| Code Sample |  | # iwconfig wlan0                                                          <for checking> # iwconfig wlan0 essid "Your Network" key 0123-4567-89 <for connecting>
 | 
 Note: all files in /home/dsl and /opt will be backup in /hda4/backup.tar.gz because I am using option: restore=hda4. Good luck
  |