tsh
Active Member
I haven't observed any improvement when disabling power saving. My wifi seems to have bad moments, when it is just sulks, regardless of rebooting or changing the power saving. Would be good to try and track down the cause...
Has screaming ever solved any problem? Ever? Seriously? Well, I guess it gets a baby fed and diaper changed, that's two problems. We aren't babies and this isn't food and diaper. It's been reported. It'll get fixed. Screaming about it won't make things better, it'll just make people pissed off, namely the people planning on working on it. Don't piss off your developer.daffy said:Beyond me why everyone who has a Pandora isn't screaming to have this fixed.
I check the bug tracker from time to time but it seems ...well.. pretty static there. ^^" No much movement, only new stuff gets into the tracker but it seems that not much stuff is removed from the tracker. And we only have ~600 Pandoras out there. Imagine whats happening if 6000 people have a Pandora and plan to make usage of the bug-tracker... h34r:milkshake said:I have spoke alot about the wifi issues as have many other people, I reported wifi issues in the but tracker but at the moment no one is working on the bugs in the tracker and according to evildragon they wont be untill the OS devs are ready to - guess this is the nature of the beast with open-source software and people will only do things when they want to and not when the consumers want them.
I have carried my Pandora with me for a while. I've probably connected to twenty different wifi networks -- public, private, open, encrypted -- and every time, my Pandora just stopped talking to the internet after at most ten minutes, and often as little as one.Prometheus said:Not everyone who has a Pandora is having issues, may be another reason why. There are many routers and different setups out there, after all. I've only had occasionally connection drops when leaving the unit idle (for example, when I've put it aside whilst connected so that I can go and eat a meal), not whilst actually using the wireless connection, and that applies to both of the units I've had.
daffy said:Bump. If this isn't a major issue affecting everyone, how do we determine why it's affecting just the three of us?
It is not just you. It happens on my campus Wifi and my home network as well.TheDarkSpectrum48K said:daffy said:Bump. If this isn't a major issue affecting everyone, how do we determine why it's affecting just the three of us?
+1
echo "Stop wifi ..."
/etc/init.d/wl1251-init stop 1> /dev/null 2> /dev/null
sleep 1
echo "Start wifi ..."
/etc/init.d/wl1251-init start 1> /dev/null 2> /dev/null
while :
do
sleep 5
GW=`route -n | grep '^0.0.0.0' | awk '{ print $2 }'`
if [ "x$GW" != "x" ]
then ping -i 2 $GW 1> /dev/null 2> /dev/null
fi
done
peelie said:am getting this 'dropout' now will this be fixed in hotfix 5?