|
|
WMWiFi
| Category: |
Network |
|
|
| Maintainer: |
Jess |
| Website: |
http://wmwifi.digitalssg.net |
| Description: |
wmwifi is a wireless network interface monitor dockapp for the Window Maker desktop. It is designed to fit well with dockapps like wmcpuload and wmnetload.
wmwifi relys on the Wireless Exntension being enabled in the kernel.
**** Debian Packages Avalable ****
deb http://digitalssg.net/debian ./
deb-src http://digitalssg.net/debian ./
|
Screenshots:
|
|
|
Available Versions:
|
You are not the owner of this file version
User Comments
Great app! And how usefull :)
Debian Packages
The link above in the discription for debian packages has changes.
** Use the URL below for Debian Packages **
deb http://digitalssg.net/debian/ testing main
deb-src http://digitalssg.net/debian/ testing main
OR
deb http://digitalssg.net/debian/ stable main
deb-src http://digitalssg.net/debian/ stable main
segfault
wmwifi on my laptop won't start. It always segfaults. I read FAQ carefully. Here is my results.
$ head -10 /usr/include/linux/wireless.h | grep Version
* Version : 15 12.7.02
# iwconfig --version
iwconfig Wireless-Tools version 27
Compatible with Wireless Extension v16 or earlier.
Kernel Currently compiled with Wireless Extension v16.
eth1 Recommend Wireless Extension v11 or later,
Currently compiled with Wireless Extension v16.
$ strace wmwifi
(...)
fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40020000
read(4, "Inter-| sta-| Quality |"..., 1024) = 238
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 5
ioctl(5, 0x8b0b, 0xbfffe700) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Is this because my wireless card eth1, not eth0? If so, I expect to have a new version soon.
Re: segfault
What does "cat /proc/net/wireless" show?
Also, recompile wmwifi with wireless extensions v16, since your driver is using v16. To do this, just copy the wireless.h from /usr/src/linux/include/wireless.h tp /usr/include/linux
This is not beucase your card eth1, i run wmwifi and my wireless card is eth1.
> Is this because my wireless card eth1, not eth0? If so, I expect to have a new version soon.
Expect all you want guy, but this is free software. Im not getting paid, so try and be patient.
segfault resolved
Thanks for quick response.
# cat /proc/net/wireless
Inter-| sta-| Quality | Discarded packets | Missed | WE
face | tus | link level noise | nwid crypt frag retry misc | beacon | 16
eth1: 0000 0 0 0 0 0 7 120 0 0
# cp /usr/src/linux/include/linux/wireless.h /usr/include/linux
then I made wmwifi again. It works! This IS great!
Thank you again.
Nice app
Very nice, it actually matches my other dock apps. One thing though. I am running kernel 2.6.5 and I got the same segmentation fault error. I fixed it using your fix, but I had to copy wireless.h to usr/local/include.
0.4 fix
Do you have problems wit wmwifi saying "Err" and not displaying link quality?
Well, here is the fix :)
Open src/wireless.c.
Find the line that says "return ret;".
Above that line, insert "ret=100;", or whatever
matches the maximum link quality for your card.
Then recompile and install
Happy hacking :)
Changing backlight-color
Hi. Can anyone switch the color of the backlight? The -bl switch works, but -lc seems to be ignored :(
Any hints?
I am having the same problem with the backlight color. It appears to only change the light color in the background of the title text. I am having the same problem with wmthrottle.
Re: CHanging backlight-color
Hey guys,
I'll work on making it possible to change the backlight color int the next version.
To be honest, I've already noticed this, and put a sticky note on my monitor to fix this.
Watch for a new version in a week or so. Sorry for the delay.
Can`t compile wmwifi-0.6 on zenwalk
Hi @ll:
As the post-tittle says can`t compile wmwifi. It returns the next error:
/usr/include/linux/wireless.h:901: error: 'IFNAMSIZ' no se declaró aquí (no en una función) > the spanish translation means more or less :: the IFNAMSIZ was not declare there (not in a function)
make[1]: *** [wmwifi.o] Error 1
Copy & paste the commands outputs.
#head -10 /usr/include/linux/wireless.h | grep Version >
* Version : 22 16.3.07
#iwconfig >
wlan0 IEEE 802.11b+/g+ Nickname:"name"
Mode:Managed Frequency:2.437 GHz Access Point: 00:nn:nn:nn:nn:nn
Bit Rate:36 Mb/s Tx-Power=15 dBm Sensitivity=1/3
Retry min limit:7 RTS thr:off
Encryption key:NNNNNNNNNNNNNNNN Security mode:open
Power Management:off
Link Quality=49/100 Signal level=29/100 Noise level=0/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:2 Invalid misc:0 Missed beacon:0
#cat /proc/net/wireless >
Inter-| sta-| Quality | Discarded packets | Missed | WE
face | tus | link level noise | nwid crypt frag retry misc | beacon | 22
wlan0: 0000 45. 23. 0. 0 0 0 2 0 0
Any idea??
Thx in advance.
uopsss
uopss2
Excuse my intro-mania ...
Compiling in linux-kernel 2.6.25.4 of a Zenwalk-5.2 distro.
Thx again
|
|
|
|