View Single Post
Posts: 191 | Thanked: 415 times | Joined on Jan 2012
#37
Originally Posted by AapoRantalainen View Post
I can guess: 'iwconfig wlan0 txpower fixed', close enough?
Close enough :-)
Code:
iwconfig wlan0 power off
should do it.
I didn't figure how to produce pipe or redirect output (| and >).
In the console, with the arch keymap, you can use shift+blue+\.

Should firmware get started automatically?
Yes it should.

I'm so excited about this. I'm planning something like this:
That is going to be *very* interesting :-)

This armhf is not part of the deb-row, so is it resolved runtime, maybe by dpkg-architecture? So how to spoof it? (I haven't yet tested is there any possibility they could work at all)
There is a debian armel repo as well. So you should be able to
Code:
dpkg --add-architecture armel
dpkg --print-architecture
apt-get update
apt-get install <package>:armel
I suggest you configure apt preferences placing debian armel with higher priority than fremantle, so you can pull from upstream debian as many packages as possible.
 

The Following 4 Users Say Thank You to caveman For This Useful Post: