![]() |
![]() |
![]()
Post
#1
|
|
![]() Group: Members Posts: 14 Joined: 26-December 06 From: Japan Member No.: 13,435 ![]() |
A few months back I picked up an Ambicom WiFi card for my Zaurus. It works great - just plug it in and connect. I'm pretty sure it's this guy: http://www.ambicom.com/products/wave2net/wl1100c-cf.html
The problem is that it kills my battery - I can get about an hour of surf time before my battery goes yellow then I get the "connect to AC power" message. I'm on a pretty new battery too; I just got it this February and have only charged it about 5 times. I can use AC power but I don't want to kill the battery prematurely. Is there some way to throttle the power consumption? Thanks for any advice! |
|
|
![]() |
![]()
Post
#2
|
|
![]() Group: Members Posts: 6 Joined: 27-July 06 Member No.: 10,543 ![]() |
QUOTE(pdahero @ Jun 4 2007, 09:06 PM) A few months back I picked up an Ambicom WiFi card for my Zaurus. <snip> I can use AC power but I don't want to kill the battery prematurely. Is there some way to throttle the power consumption? Thanks for any advice! I use this card with my 860. My opinion is that the battery lasts pretty well, an hour or more. I guess it's just my expectation -- after using the Ambicom in my SL5500 (20 minutes of surfing). 2 suggestions: -- Wifi draws a lot of juice from the battery, as you've noticed. I've noticed that if I disconnect from the network, the battery % rises. This must be because the high current draw of wifi drops the battery voltage. Once I disconnect, the milli-amps drop to normal, and the voltage rises. So taking a break now and then will extend your surfing time. If you require continuous surfing, yes, plug the 860 in from time-to-time. -- You can throttle the power by slowing down the CPU. I'm using Cacko ROM. Depending on your ROM, here's how to reduce power consumption: tap on the battery icon in the system tray, tap on the Frequency tab (looks like a red stoplight), tap on "power saving". Allen |
|
|
![]()
Post
#3
|
|
![]() Group: Members Posts: 608 Joined: 14-April 04 Member No.: 2,853 ![]() |
I know the WIFI cards suck tons of juice, which is why I think an internal WIFI would probably been a good idea for Sharp.
However, I am unsure but I think 1 hour of WIFI is on the low side. I think most people can achieve about 3 or 4 hours of WIFI time before needing a boost. However, my memory may be skewed because I ALWAYS used an external 4xAA pack whenever doing heavy Zaurus work (so to speak). For example I can watch a 2 hour movie at 15fps (plenty for such a tiny screen), and good sound (in-sync) with an AA battery charger and barely even lose half my battery. And Movies do suck battery as well. Even worse than WIFI I think due to all the processing. So my advice is see if there is any options for a different (lower-powered card), although Abicom is one of the best (depending on specific model of card...lots of posts about Ambicom CF WIFI card models...I don't use Ambicom, so I cannot say why). I use a D-Link card and I was very happy and not sure of time usage, but an hour of WIFI (with just internal) would definably be easy. Beyond that I can't offer anything except that your battery might be a dud (is this a NEW battery?) or it could be SO new that you should really cycle it to full drain a few times, it may help a bit, but usually that is only needed for NIMH...but I have heard reports that it helps Lion that have been on "the shelf" for a while. Replacement batteries and external are available on Ebay...one of the best sellers (by general consensus) for cheap Sharp accessories was a guy called PeakCloudy but not sure if he still sells on EBay (Note: I have no affiliation to him, except as a customer). |
|
|
![]()
Post
#4
|
|
Group: Members Posts: 366 Joined: 6-September 04 From: Brisbane, Australia Member No.: 4,488 ![]() |
Roughly 1.5 hours or so on wifi from a full battery has always been my experience. I certainly expect a wifi card to be more powerhungry than the CPU.
BTW don't cycle Z batteries; LiIon/LiPoly batteries don't need it or like it - and they really *hate* "full drain". The only case where it serves a purpose is with smart batteries that need occasional recalibration to show an accurate battery level, and the Z battery isn't one of those. |
|
|
![]()
Post
#5
|
|
Group: Members Posts: 24 Joined: 18-August 07 From: Talos IV Member No.: 19,313 ![]() |
My ambicom with my c1000 does the exact same thing. Which is okay when I'm at home. On the road, not so much. Most of the time though I use a sitecom bluetooth card and my cell. The bluetooth drains my battery maybe a quarter what the wifi card does. I've been thinking about replacing the ambicom with another brand just to test the difference in battery life. If so, I'll let you know what I find.
|
|
|
![]()
Post
#6
|
|
![]() Group: Members Posts: 2,342 Joined: 30-July 06 Member No.: 10,575 ![]() |
I've found that if you add "power 1" to the end of your wireless command string, eg:
CODE iwconfig mode managed essid yourssid key yourkey power 1 You get better battery life. The card also stays cooler. |
|
|
![]()
Post
#7
|
|
![]() Group: Admin Posts: 3,493 Joined: 29-July 04 From: Cambridge, England Member No.: 4,149 ![]() |
I found that using a bluetooth adaptor and PAN gave me *much* longer surfing times - although basic bluetooth rate gives only 300kbps and not 2+Mbps, the performance of the Zaurus itself means you don't tend to suffer too much anyway!
This of course only works if you have a computer on your network with a bluetooth adaptor providing the PAN service. |
|
|
![]()
Post
#8
|
|
Group: Members Posts: 24 Joined: 18-August 07 From: Talos IV Member No.: 19,313 ![]() |
I've found that if you add "power 1" to the end of your wireless command string, eg: CODE iwconfig mode managed essid yourssid key yourkey power 1 You get better battery life. The card also stays cooler. Do you know if there is something similar for cacko? I tried the above line and it failed. |
|
|
![]()
Post
#9
|
|
![]() Group: Members Posts: 2,342 Joined: 30-July 06 Member No.: 10,575 ![]() |
Cacko does have the iwconfig command, but you need to be root to use it. Try these:
CODE sudo iwconfig mode managed essid yourssid key yourkey power 1 CODE su iwconfig mode managed essid yourssid key yourkey power 1 CODE sudo su iwconfig mode managed essid yourssid key yourkey power 1 I don't know how Cacko's privileges are set up, so some may work and others may not. |
|
|
![]()
Post
#10
|
|
Group: Members Posts: 24 Joined: 18-August 07 From: Talos IV Member No.: 19,313 ![]() |
Cacko does have the iwconfig command, but you need to be root to use it. Try these: CODE sudo iwconfig mode managed essid yourssid key yourkey power 1 CODE su iwconfig mode managed essid yourssid key yourkey power 1 CODE sudo su iwconfig mode managed essid yourssid key yourkey power 1 I don't know how Cacko's privileges are set up, so some may work and others may not. Hi Capn thanks for the info. Here's the error I get Error : unrecognized wireless request "managed" |
|
|
![]()
Post
#11
|
|
![]() Group: Members Posts: 2,342 Joined: 30-July 06 Member No.: 10,575 ![]() |
Oops, my command didn't show up as I typed it, evidently. It should be:
CODE iwconfig INTERFACE mode managed essid YOURSSID key YOURWEP power 1 Sorry about that. |
|
|
![]()
Post
#12
|
|
Group: Members Posts: 24 Joined: 18-August 07 From: Talos IV Member No.: 19,313 ![]() |
Oops, my command didn't show up as I typed it, evidently. It should be: CODE iwconfig INTERFACE mode managed essid YOURSSID key YOURWEP power 1 Sorry about that. Does it matter if I'm using WPA instead of WEP? I keep getting "invalid key". Sorry for so many questions. |
|
|
![]()
Post
#13
|
|
![]() Group: Members Posts: 2,342 Joined: 30-July 06 Member No.: 10,575 ![]() |
Yes, it matters very much. For WPA, set up /etc/wpa_supplicant.conf (google for a how-to), then do something like:
CODE wpa_supplicant wlan0 & dhcpcd wlan0 After the iwconfig commands (minus the "key YOURKEY" part). |
|
|
![]() ![]() |
![]() |
Lo-Fi Version | Time is now: 24th April 2018 - 05:06 AM |