shreaded_teddy
|
2009-02-27
, 20:36
|
Posts: 11 |
Thanked: 0 times |
Joined on Aug 2008
|
#1
|
|
2009-02-27
, 22:45
|
Posts: 225 |
Thanked: 59 times |
Joined on Jul 2007
|
#2
|
|
2009-02-27
, 23:45
|
|
Posts: 1,656 |
Thanked: 1,196 times |
Joined on Apr 2008
@ Alabama, USA
|
#3
|
The Following User Says Thank You to andrewfblack For This Useful Post: | ||
|
2009-03-02
, 01:52
|
Posts: 11 |
Thanked: 0 times |
Joined on Aug 2008
|
#4
|
|
2009-03-02
, 04:15
|
|
Posts: 1,656 |
Thanked: 1,196 times |
Joined on Apr 2008
@ Alabama, USA
|
#5
|
maybe i did something wrong but wifi didn't work for mer or android for me.
|
2009-03-03
, 00:15
|
Posts: 11 |
Thanked: 0 times |
Joined on Aug 2008
|
#6
|
|
2009-03-18
, 19:45
|
Posts: 160 |
Thanked: 85 times |
Joined on Jan 2009
@ Greece-Athens
|
#7
|
|
2009-03-21
, 19:03
|
Posts: 329 |
Thanked: 505 times |
Joined on Jul 2008
@ Israel
|
#8
|
# ifconfig wlan0 up - was for network-manager /sbin/ifconfig wlan0 up }
The Following User Says Thank You to damagedspline For This Useful Post: | ||
|
2009-03-21
, 19:37
|
Posts: 160 |
Thanked: 85 times |
Joined on Jan 2009
@ Greece-Athens
|
#9
|
i was able to solve it in my deblet installation by modifying /etc/init.d/tablet-wireless.
i added the following line to the end of the tablet_setup() function so it now looks like:
it worked on my deblet lxde installation right after the first boot.Code:# ifconfig wlan0 up - was for network-manager /sbin/ifconfig wlan0 up }
please let me know if you need assistance modifying this file