1
C1000/3x00 Hardware / 3100 Optimisation
« on: November 19, 2010, 12:16:39 pm »
ok, that's fine...
after adding swap, it seems to work
after adding swap, it seems to work
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Quote from: fluxQuote from: utxThere are following problems:where to tell the kernel it's ok (which option of the .config ?) ?
- It claims 500mA. You have to tell to kernel that it is OK.
the power saving is a real problem, especially if the nano-wifi is inside the zaurus, and can be not plugged out when not used. my solution to add an external usb female (big) comes out again...
echo 1 >/sys/bus/usb/devices/1-2/bConfigurationValue
Power saving is not such a big problem, you just have to implement RFKILL to decrease power consumption to zero when not in use. It is always a good idea, even the best WLAN needs 10mA in power saving modes.
I have this one. It works well and has a good sensitivity. It even can run with 180mA power which unmodified Zaurus can provide. It can run on 3.3V and it is possible to implement hardware rfkill without external parts. It is small enough to fit inside Zaurus SL-C3x00 (in the space between battery connector, infrared and ioport).
There are following problems:where to tell the kernel it's ok (which option of the .config ?) ?
- It claims 500mA. You have to tell to kernel that it is OK.
- Ralink driver is poorly written and wants large contiguous pieces of memory. (It's hard to allocate it on a longer time running system.)
- Power saving mode is not optimal. I can imagine better saving.
Why you need large or no USB? Buy or build an adapter. If you damage a standalone connector, the loss would be just about one dollar.
The free space below arrow crosses has only 14mm x 22mm. And there is a distantion stand, which could make an obstruction for the wireless signal. Take in account that you need ideally at least 5mm of non-conductive (free) space around antenna. (Well, my dongle definitely does not fit there, but I hope that a small Bluetooth module may fit there.)i understand the problem, but with you wifi module into the infrared (...) place... the problem isn't the same ? i thought the place under arrow key was bigger...
Changing resistor to 1K sounds interesting, but I am thinking about software switch for it (so kernel can compute whether it is possible to provide 500mA).that was what you told me above with the kernel ? yeah, would be less dangerous that switching the resistor... how do we tell kernel to give more power if needed ?
I already have everything ready for the WLAN and an idea about Bluetooth, but not yet done anything of it.