From: Ben Gras Date: Tue, 24 Jul 2007 14:49:39 +0000 (+0000) Subject: 'fix' crlf style X-Git-Tag: v3.1.4~367 X-Git-Url: http://zhaoyanbai.com/repos/doxygen.log?a=commitdiff_plain;h=2dc2db4ba1e3deed60594634f9d56e2e147248b6;p=minix.git 'fix' crlf style --- diff --git a/drivers/orinoco/INSTALL.txt b/drivers/orinoco/INSTALL.txt index b8d554ad2..92427ed8b 100755 --- a/drivers/orinoco/INSTALL.txt +++ b/drivers/orinoco/INSTALL.txt @@ -1,40 +1,40 @@ -The driver has been tested on Minix 3.1.3, svn revision 2928: - http://derelict.cs.vu.nl/images/minix3_1_3_ide_r2928.iso.bz2 - - -To install the driver do: -#sh install_script - -This script will patch, compile and install 2 code files in Minix: - /usr/src/services/rs/service.c - /usr/src/commands/dhcpd/devices.c - (see the docs directory for more information) -Furthermore, the script will patch 1 configuration file: - /etc/drivers.conf - (adding an entry for 'orinoco') -and 1 script file: - /usr/etc/rc - (adding an entry in a for-loop to start orinoco) -Finally, the script will copy the orinoco driver into the drivers directory, -compile and install it. - -When the script completes successfully, the inet.conf file has to be adjusted -so that Minix will use the orinoco driver. Add an entry like: - - eth0 orinoco 0 {default;}; - -The last step is to set the essid and WEP key of the network in the boot -monitor. When in the boot monitor, type: - essid= - wep= - save - -The essid is the name of the wireless network -The WEP key is a string of 13 ASCII characters, being the key of the wireless -network. This variable shouldn't be set when the network is not WEP protected. -If the essid is not set, the card will just try connect a network quite at random - -N.B.: WPA is not supported -N.B.: WEP seems to be buggy. At my place it works, at the VU it doesnt. So if -things don't work, try without WEP - +The driver has been tested on Minix 3.1.3, svn revision 2928: + http://derelict.cs.vu.nl/images/minix3_1_3_ide_r2928.iso.bz2 + + +To install the driver do: +#sh install_script + +This script will patch, compile and install 2 code files in Minix: + /usr/src/services/rs/service.c + /usr/src/commands/dhcpd/devices.c + (see the docs directory for more information) +Furthermore, the script will patch 1 configuration file: + /etc/drivers.conf + (adding an entry for 'orinoco') +and 1 script file: + /usr/etc/rc + (adding an entry in a for-loop to start orinoco) +Finally, the script will copy the orinoco driver into the drivers directory, +compile and install it. + +When the script completes successfully, the inet.conf file has to be adjusted +so that Minix will use the orinoco driver. Add an entry like: + + eth0 orinoco 0 {default;}; + +The last step is to set the essid and WEP key of the network in the boot +monitor. When in the boot monitor, type: + essid= + wep= + save + +The essid is the name of the wireless network +The WEP key is a string of 13 ASCII characters, being the key of the wireless +network. This variable shouldn't be set when the network is not WEP protected. +If the essid is not set, the card will just try connect a network quite at random + +N.B.: WPA is not supported +N.B.: WEP seems to be buggy. At my place it works, at the VU it doesnt. So if +things don't work, try without WEP +