Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => iMX233 => Topic started by: aquarat on August 05, 2013, 10:31:01 AM

Title: Debian image with wifi and 3G
Post by: aquarat on August 05, 2013, 10:31:01 AM
Hi

In the A13 part of the forum jwischka created a debian image for the A13 which has both wifi and 3G support.

Has anyone got something similar for the imx233 ? ... for those of us who are lazy :P
Title: Re: Debian image with wifi and 3G
Post by: aquarat on August 06, 2013, 12:47:30 AM
Note quite what I had in mind but I used an ArchLinux image from here : http://archlinuxarm.org/os/ArchLinuxARM-olinuxino-latest.img.gz

Then I installed wvdial, modeswitch and nano (suggested here : http://www.jann.cc/2012/12/16/olinuxino_micro_usb_3g_modem_web_control.html *although wvdial.conf from this page didn't work)

nano /etc/wvdial.conf (taken from http://www.nslu2-linux.org/wiki/HowTo/AddUsb3gModem ):

[Dialer Defaults]
Phone = *99#
Username = 3ireland
Password = 3ireland
Stupid Mode = 1
Dial Command = ATDT

[Dialer voda]
Modem = /dev/ttyUSB0
Baud = 460800
Init2 = ATZ
Init3 = ATE0 V1 &D2 &C1 S0=0 +IFC=2,2
ISDN = 0
Modem Type = Analog Modem
Init5 = AT+CGDCONT=1,"IP","internet"


I'm beginning to like ArchLinux quite a bit... but I'd still prefer debian.