1madwimax(8) madwimax(8)
2
3
4
6 madwimax - driver for mobile WiMAX equipment based on Samsung CMC-730
7
9 madwimax [OPTIONS]
10
12 madwimax is an experimental reverse-engineered linux driver for mobile
13 WiMAX (802.16e) devices based on Samsung CMC-730 chip. These devices
14 are currently supported:
15
16 · Samsung SWC-U200
17
18 · Samsung SWC-E100
19
20 · Samsung SWM-S10R (it is built in Samsung NC-10 netbook)
21
22 The driver is completely user-space. It requires libusb-1.0 and TUN/TAP
23 driver to work.
24
26 -d, --daemonize
27 Daemonize after startup.
28
29 --device=VID:PID
30 Specify the USB device by VID:PID combination.
31
32 -e FILE, --event-script=FILE
33 Specify path to the event script.
34
35 --exact-device=BUS/DEVICE
36 Specify the exact USB BUS/DEVICE (use with care!).
37
38 -f, --detach-dvd
39 Detach pseudo-DVD kernel driver on startup.
40
41 -h, --help
42 Display help.
43
44 -l FILE, --log-file=FILE
45 Write log to the specified FILE instead of the other methods.
46
47 -o, --diode-off
48 Turn off the diode (diode is turned on by default).
49
50 -q, --quiet
51 Switch off logging.
52
53 -V, --version
54 Print the program version number.
55
56 -v, --verbose
57 Increase the log level.
58
59 --ssid=SSID
60 Specify service set identifier, or SSID, which is a friendly
61 name that identifies a particular 802.16e wireless network.
62
64 0 Success
65
66 1 Failure (syntax or usage error; hardware error; underlying soft‐
67 ware error; unexpected error).
68
70 See the madwimax issue tracker: ⟨http://code.google.com/p/mad‐
71 wimax/issues/list⟩
72
74 Written by Alexander Gordeev, <mailto:lasaine@lvk.cs.msu.su>
75
77 Main web site: ⟨http://code.google.com/p/madwimax/⟩
78
80 Copyright (C) 2008-2009 Alexander Gordeev. Free use of this software is
81 granted under the terms of the GNU General Public License (GPL).
82
83
84
85 8 October 2009 madwimax(8)