summaryrefslogtreecommitdiff
authorkergoth <kergoth>2003-04-14 23:45:27 (UTC)
committer kergoth <kergoth>2003-04-14 23:45:27 (UTC)
commit0b785144fe1700423b8a57e51638d444f1725283 (patch) (unidiff)
treef242424c7a6b7fc274818028231d43cbf9258685
parent437c9c5bc73b6feffe769430c66348347d98ba63 (diff)
downloadopie-0b785144fe1700423b8a57e51638d444f1725283.zip
opie-0b785144fe1700423b8a57e51638d444f1725283.tar.gz
opie-0b785144fe1700423b8a57e51638d444f1725283.tar.bz2
Update TODO per wireless config changes
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/TODO13
1 files changed, 1 insertions, 12 deletions
diff --git a/noncore/settings/networksettings/TODO b/noncore/settings/networksettings/TODO
index 9bde0dd..2130184 100644
--- a/noncore/settings/networksettings/TODO
+++ b/noncore/settings/networksettings/TODO
@@ -4,59 +4,48 @@ Types:
4-Modem COnnection (Started) 4-Modem COnnection (Started)
5-xDSL connection 5-xDSL connection
6-Token Ring Connection 6-Token Ring Connection
7-CIPE (VPN) connection (ipsec?) 7-CIPE (VPN) connection (ipsec?)
8-Wireless Connection (Done) 8-Wireless Connection (Done)
9-Bluetooth 9-Bluetooth
10-IPChains? 10-IPChains?
11 11
12When entering the wep keys, I think we should be able to see what we are typing, but not to show the keys when the field is not in focus. Otherwise, it's real hard to know if you typed the right wep key, and you have to look in the actual wireless.opts file to really know if you did it right. 12When entering the wep keys, I think we should be able to see what we are typing, but not to show the keys when the field is not in focus. Otherwise, it's real hard to know if you typed the right wep key, and you have to look in the actual wireless.opts file to really know if you did it right.
13 13
14When Zaurus is in cradle, USB interface is connected and reported as UP by the Network Setting application, clicking on Information button does not popup a window. It used to work before, but now it's broken in the latest feed... 14When Zaurus is in cradle, USB interface is connected and reported as UP by the Network Setting application, clicking on Information button does not popup a window. It used to work before, but now it's broken in the latest feed...
15 15
16-30-second pause closing NetSetting's Configure screen
17
18-Default Network Type for 802.11b should be Infrastructure
19
20-After configuring NetworkSettings for the first time, the WEP key fails to
21be iwconfig'd to the eth0 interface (Symbol 802.11b card on my Z).
22
23-Z hangs on PCMCIA-eject of Symbol 802.11b card (card seems to be in an odd 16-Z hangs on PCMCIA-eject of Symbol 802.11b card (card seems to be in an odd
24state after first boot following reflash; see Additional Info) 17state after first boot following reflash; see Additional Info)
25 18
26test WEP 19test WEP
27Add WEP transimtion rate 20Add WEP transimtion rate
281 or 2 211 or 2
295.5 225.5
301 231
31Auto 24Auto
32 25
33udchcp needs to output the dhcp information so interfaces can read it 26udhcpc needs to output the dhcp information so interfaces can read it
34 27
35interfacesetupimp really doesn't need a interface* pointer 28interfacesetupimp really doesn't need a interface* pointer
36 29
37PPP module needs to scan pppd.tdb to see what is currently active 30PPP module needs to scan pppd.tdb to see what is currently active
38 31
39WLAN 32WLAN
40- add possiblity to input text or hex without knowing "s:" 33- add possiblity to input text or hex without knowing "s:"
41- Handle "any" and any the same way in config 34- Handle "any" and any the same way in config
42 35
43Interface setupimp needs to use kernel calls.
44
45Add a route/DNS editor under the ViewAdvancedInfo button 36Add a route/DNS editor under the ViewAdvancedInfo button
46 37
47Use a true TCP/IP widget 38Use a true TCP/IP widget
48 39
49Make it so that pcmcia doesn't need to be stopped/started for wlan
50
51Automaticly update the main list of interfaces: 40Automaticly update the main list of interfaces:
52> That would be me. :-D netlink, can you point me in the right 41> That would be me. :-D netlink, can you point me in the right
53> direction where I can get more info on it? (I figured there was some 42> direction where I can get more info on it? (I figured there was some
54> kenel call) 43> kenel call)
55 44
56You can look up the meaning of the packets you receive, or you can just go 45You can look up the meaning of the packets you receive, or you can just go
57poll for changes you might be interested in each time you receive _any_ 46poll for changes you might be interested in each time you receive _any_
58packet. Anything's better than periodic polling. 47packet. Anything's better than periodic polling.
59 48
60Note that you can't do this as non-root on some kernels. There's a patch 49Note that you can't do this as non-root on some kernels. There's a patch
61which can go into the hh.org kernel if it's not already there. 50which can go into the hh.org kernel if it's not already there.
62cf. http://marc.theaimsgroup.com/?l=linux-kernel&m=103520821605353&w=2 51cf. http://marc.theaimsgroup.com/?l=linux-kernel&m=103520821605353&w=2