1
Zaurus - pdaXrom / Manual Cf Card Enable/disable?
« on: April 16, 2006, 09:29:35 pm »Quote
QuoteWifi is not as stingy. I find myself taking my card out to save battery life. It would be nice to have a way to keep the card inactive upon resume. Any takers?Card behaviour is controlled by /etc/apm/scripts.d/cardctl, mine looks like so:Code: [Select].
Just comment out or remove the "cardctl insert ..." line.
.
.
resume() {
 cardctl insert 0 2>/dev/null
 return 0
}
.
.
.
-- cheers
[div align=\"right\"][a href=\"index.php?act=findpost&pid=123422\"][{POST_SNAPBACK}][/a][/div]
No use.
I comment out the line, and the card is still up when resumed.