View Single Post
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#9
Originally Posted by scaler View Post
When I code
echo $OSSO_PRODUCT_WLAN_CHANNEL
I get an empty line in reply.
Hm, I don't think that's normal. What does /usr/bin/osso-product-info say?

So, when I'm next in Europe (June 2011), if N800 won't connect to wifi after the default_country has been reset and wlancond restarted, I'll try the effect of
Code:
OSSO_PRODUCT_WLAN_CHANNEL=12
or 13 if that still doesn't work.
The value is the regulatory domain rather than a specific channel, it should be 'ETSI/EU' for Europe (at least that's what it defaults to on mine). Then again strings(1) shows no reference to any OSSO_* variables in /usr/sbin/wlancond so that may be irrelevant.