Talk:Lint-wifi

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Name of bug)
('tuple' object does not support item assignment)
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
=Bugs=
+
== Beta Testing ==
This section is specifically for reporting bugs in its use (I'm too lazy to start a trac db at the moment).
+
Note that UI changes/alterations, enhancements, suggestions, unfinished features (eg, "this button doesn't do anything!") are NOT bugs.
+
Please run the program in a console so that console-based error messages are visible.
+
  
Please follow the given example formatting.
+
I'm going to try and give a hand with the Beta testing, I'm not amazingly technical, but if I end up knowing more and the software works better then everyone has gained something. :) [[User:Tdobson|Tdobson]] 23:56, 4 August 2008 (UTC)
[[User:Ieatlint|Ieatlint]] 06:43, 24 July 2008 (UTC)
+
==Name of bug==
+
Description:
+
  
blah blah
 
  
Steps to reproduce:
+
== Issues ==
 +
Why does lint-wifi want to replace /usr/share/pixmaps/wallpaper.png? Installation reports that it conflicts with another package (which installs wallpaper) [[User:Infoport|Infoport]] 18:30 25 September 2008 (UTC)
  
Only bother with this if it's worthy of noting
+
== 'tuple' object does not support item assignment ==
 +
Traceback (most recent call last):
 +
File "/usr/bin/lint-wifi.py", line 169, in _head_desk
 +
self.main_data[3] = int(tmp)
 +
TypeError: 'tuple' object does not support item assignment
  
Error messages:
+
insert string number 168 in /usr/bin/lint-wifi.py
 
+
self.main_data = list(self.main_data)
Only bother with this if it's worthy noting.
+
 
+
 
+
===general iw bug/comment  ===
+
 
+
for what its worth given i need to brush up on my wpa_cli usage
+
but i've noticed; bear in mind i can only speak for my lame ass ignorant self
+
 
+
1) "S" aplist_info isnt knowing i'm connected to the AP that in turn probably FUBAR's the con/discon  logic button  since the trouble was made to make a multipurpose button lets go the extra step to have it change its title based on the selected ap's status
+
 
+
2) i've noticed that whilst trying to swap from my open already connected bugger(only test so far) to the WPA network (debug msg's show it succeeding in setting the new AP+password via wpa_cli etc but iwconfig never changes its essid
+
*this leads me to think that some step is being left out to set the radio's config, either cycle the power or ifconfig or both (is this even required for wpa_supplicant)? i've come to realize all devices arent created equal and need their own lil procedure,
+

Latest revision as of 18:28, 18 November 2008

[edit] Beta Testing

I'm going to try and give a hand with the Beta testing, I'm not amazingly technical, but if I end up knowing more and the software works better then everyone has gained something. :) Tdobson 23:56, 4 August 2008 (UTC)


[edit] Issues

Why does lint-wifi want to replace /usr/share/pixmaps/wallpaper.png? Installation reports that it conflicts with another package (which installs wallpaper) Infoport 18:30 25 September 2008 (UTC)

[edit] 'tuple' object does not support item assignment

Traceback (most recent call last): File "/usr/bin/lint-wifi.py", line 169, in _head_desk self.main_data[3] = int(tmp) TypeError: 'tuple' object does not support item assignment

insert string number 168 in /usr/bin/lint-wifi.py self.main_data = list(self.main_data)

Personal tools

Bugs

This section is specifically for reporting bugs in its use (I'm too lazy to start a trac db at the moment). Note that UI changes/alterations, enhancements, suggestions, unfinished features (eg, "this button doesn't do anything!") are NOT bugs. Please run the program in a console so that console-based error messages are visible.

Please follow the given example formatting. Ieatlint 06:43, 24 July 2008 (UTC)

Name of bug

Description:

blah blah

Steps to reproduce:

Only bother with this if it's worthy of noting

Error messages:

Only bother with this if it's worthy noting.


general iw bug/comment

for what its worth given i need to brush up on my wpa_cli usage but i've noticed; bear in mind i can only speak for my lame ass ignorant self

1) "S" aplist_info isnt knowing i'm connected to the AP that in turn probably FUBAR's the con/discon logic button since the trouble was made to make a multipurpose button lets go the extra step to have it change its title based on the selected ap's status

2) i've noticed that whilst trying to swap from my open already connected bugger(only test so far) to the WPA network (debug msg's show it succeeding in setting the new AP+password via wpa_cli etc but iwconfig never changes its essid

  • this leads me to think that some step is being left out to set the radio's config, either cycle the power or ifconfig or both (is this even required for wpa_supplicant)? i've come to realize all devices arent created equal and need their own lil procedure,