1 The driver has been tested on Minix 3.1.3, svn revision 2928:
2 http://derelict.cs.vu.nl/images/minix3_1_3_ide_r2928.iso.bz2
5 To install the driver do:
8 This script will patch, compile and install 2 code files in Minix:
9 /usr/src/services/rs/service.c
10 /usr/src/commands/dhcpd/devices.c
11 (see the docs directory for more information)
12 Furthermore, the script will patch 1 configuration file:
14 (adding an entry for 'orinoco')
17 (adding an entry in a for-loop to start orinoco)
18 Finally, the script will copy the orinoco driver into the drivers directory,
19 compile and install it.
21 When the script completes successfully, the inet.conf file has to be adjusted
22 so that Minix will use the orinoco driver. Add an entry like:
24 eth0 orinoco 0 {default;};
26 The last step is to set the essid and WEP key of the network in the boot
27 monitor. When in the boot monitor, type:
32 The essid is the name of the wireless network
33 The WEP key is a string of 13 ASCII characters, being the key of the wireless
34 network. This variable shouldn't be set when the network is not WEP protected.
35 If the essid is not set, the card will just try connect a network quite at random
37 N.B.: WPA is not supported
38 N.B.: WEP seems to be buggy. At my place it works, at the VU it doesnt. So if
39 things don't work, try without WEP