I did not switch to the new build, but i did move my pc to a new location. Here, I have a WEP-enabled wireless connection. At home, I have a 100mbit ethernet connection.
Sorry I couldnt be of more help
Code: Select all
$ cat /proc/net/dev
Inter-| Receive | Transmit
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
lo: 647296 6205 0 0 0 0 0 0 647296 6205 0 0 0 0 0 0
eth0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
eth1: 6895800 15840 0 601 0 0 0 0 1196166 11016 0 0 0 0 0 0
Code: Select all
$ ls -l /etc/init.d/net.*
lrwxrwxrwx 1 root root 6 Dec 22 03:18 /etc/init.d/net.eth0 -> net.lo
lrwxr-xr-x 1 root root 6 Dec 22 03:35 /etc/init.d/net.eth1 -> net.lo
-rwxr-xr-x 1 root root 24016 Dec 22 03:18 /etc/init.d/net.lo
-rwxr-xr-x 1 root root 4414 Jan 10 14:45 /etc/init.d/net.ppp0

Looking at the mailing list would reveal that networkmanager is undergoing lots of development, it's just that the development is occuring in CVS (i.e. there haven't been releases in awhile):rabbit wrote:I've found that netapplet is more complete, and works very reliably for me. NetworkManager has other goals besides being a simple network applet, and that's slowed some of its development, I think.
It depends on your wireless drivers. I have a Centrino chipset, using the ipw2100 drivers, and they don't report signal strength accurately either. Those using ndiswrapper I believe experience the same issues.Arker wrote:Does everyone that has it working have accurate signal strengths being reported? All my wireless interfaces show 0% strength even though they are quite strong. Any ideas?
Thanks,
~djc