google-code-export / rk3066-linux

Automatically exported from code.google.com/p/rk3066-linux
0 stars 0 forks source link

How to config picuntu wifi interface on mk808? #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
     My device is mk808,flash finless1.6 ,PicUntu version is RC2.2,now I can login in PicUntu as root, modify "/etc/netwok/interfaces" use "eth0" or "wlan0" or "wlan1" to config wifi interface and reboot ,but whatever i can't connect my home wifi network(I'm sure wifi network is good),the PicUntu SD-card is made by two way. 
    one way is by download "picuntu-linuxroot-0.9-rc2.2.tgz" file,then in Ubuntu system, unpack this file and copy all unpacked files to SD-card(sdcard is partition by gparted).
    other way is download "PicUntu_0.9-RC2.2_disk_image_MK808_wifi.zip"file ,then in windows system unzip and write image file by win32diskimager program.

my issue is in any case i use "eth0" or "wlan0" or "wlan1" to modify 
"/etc/network/interfaces" ,after reboot the wifi still can't connect home wifi 
network. ifconfig display only "lo" interface.

if i do someing wrong??? 
pls help me ,thank you very much !

Original issue reported on code.google.com by 7806...@gmail.com on 8 Mar 2013 at 7:09

GoogleCodeExporter commented 9 years ago
I think you have to add bcm40181 to /etc/modules and use eth0 at 
/etc/network/interfaces
My MK808 is working with this.

Original comment by yukoba on 15 Mar 2013 at 6:26

GoogleCodeExporter commented 9 years ago
Hi Yukoba - Could you please provide more details on how to add bcm40181 and 
use eth0? 

Original comment by Barrett....@gmail.com on 14 Apr 2013 at 11:28

GoogleCodeExporter commented 9 years ago
Please add bcm40181 to /etc/modules and your interfaces must be:

# The wireless network interface with dhcp
auto eth0
iface eth0 inet dhcp
    wpa-ssid YOUR-SSID
    wpa-psk YOUR-PASSWORD-HERE

Original comment by unixst...@gmail.com on 29 Apr 2013 at 8:34

GoogleCodeExporter commented 9 years ago
I have MK808 and I did as mentioned in #3  by unixst.. Still no luck. How can I 
check what to put in eth0 , eth1 or wlan0 etc.
I'm struggling with it for a week. Please help me to configure WiFi.

Original comment by rajazees...@gmail.com on 17 May 2013 at 11:59

GoogleCodeExporter commented 9 years ago
Same here. I too have been struggling with this. Did all this but still no 
luck. Mine is an mk808b. Also, when I try ifconfig i just get the loopback in 
the list. Any help will be appreciated

Original comment by dee...@qburst.com on 26 May 2014 at 6:10