Bug 129156

Summary: knemo's wireless tab in traffic dialog contains garbage from ifconfig output
Product: [Applications] knemo Reporter: Achim Bohnet <ach>
Component: generalAssignee: John Stamp <jstamp>
Status: RESOLVED UNMAINTAINED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: screenshot with garbage output in wireless tab
fix ESSID parsing if not delimeted by double quotes

Description Achim Bohnet 2006-06-14 19:05:50 UTC
Version:           0.4.2 (using KDE 3.5.2, Kubuntu Package 4:3.5.2-0ubuntu18 dapper)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.15-23-686

Here the output of ifconfig that confuses knemo:

$ LANGUAGE=en LC_ALL=C ifconfig eth1
eth1      Link encap:Ethernet  HWaddr 00:0E:35:A5:27:D4
          inet6 addr: fe80::20e:35ff:fea5:27d4/64 Scope:Link
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:1
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:7 Base address:0xe000 Memory:fafef000-fafeffff

$

I'll upload a screeshot that show the garbage in the tab.

Achim
Comment 1 Achim Bohnet 2006-06-14 19:07:37 UTC
Created attachment 16613 [details]
screenshot with garbage output  in wireless tab
Comment 2 Percy Leonhardt 2006-06-18 22:21:22 UTC
Hi Achim,

the output of 'iwconfig' is used for the wireless tab. Could you please post its output and maybe the version of the wireless tools you are using. I am using wireless-tools-28pre13-20 without problems.
Comment 3 Achim Bohnet 2006-06-19 13:47:49 UTC
Hi Percy,

uhm, iwconfig right. Silly me!

# dpkg -l wireless-tools | tail -1
ii  wireless-tools 27+28pre13-1ubuntu2 Tools for manipulating Linux Wireless Extensions
#
# LC_ALL=C LANGUAGE=en iwconfig eth1
eth1      radio off  ESSID:off/any
          Mode:Managed  Channel:0  Access Point: Not-Associated
          Bit Rate=0 kb/s   Tx-Power=off   Sensitivity=8/0
          Retry limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

#

Achim
Comment 4 Achim Bohnet 2006-08-14 16:04:43 UTC
Created attachment 17369 [details]
fix ESSID parsing if not delimeted by double quotes
Comment 5 Percy Leonhardt 2006-08-20 22:57:23 UTC
Fixed using Achims patch.
Comment 6 Andrew Crouthamel 2018-10-29 22:07:46 UTC
Hello! Sorry to be the bearer of bad news, but this project has been unmaintained for many years so I will be closing this bug.