RE: How to configure default gateway?

2014-01-16 Thread Michael Johnson
You would need create an interface file in /etc/sysconfig/network-scripts and add the default gateway in there: i.e. GATEWAY=aaa.aaa.aaa.aaa Have a look at this link on how to set it up, although it doesn't mention adding the gateway, it is a typical example of a configuration file for some of

How to configure default gateway?

2014-01-16 Thread Yu, Max A
I can set default gateway by following command in Tizen IVI: # route add default gw 10.0.2.2. eth0 Can I do the same thing by editing some config files? Thanks, Max ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi

回复: RE: i586 build failing for GMP ?

2014-01-16 Thread hello tizen
There must be many bugs in somewhere that intentionally or accidently creating the hole in gbs for years. 发自 Android 版 Yahoo! 邮箱 ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi

RE: i586 build failing for GMP ?

2014-01-16 Thread Clark, Joel
There are several people on this list that have tried the same method you are suggesting with varying success and some have abandoned this approach. I'm sure they have more experience than I with the risks and disadvantages. I believe the primary disadvantage is the difficulty of getting a GBS

RE: setup of TCP/IP network configuration

2014-01-16 Thread Clark, Joel
What WiFi modem have ypu put in the VTC 7120? We used Intel WiFi/BT mini-pcie cards in the 7120 and Tizen IVI already has all the packages needed. Regards Joel From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Gorka Vélez Sent: Thursday, January 16, 2014 7:26

RE: setup of TCP/IP network configuration

2014-01-16 Thread Michael Johnson
Hi, Perhaps you could try looking at this page: http://www.linux.com/learn/tutorials/374514-control-wireless-on-the-linux-desktop-with-these-tools first you need to set up your wlan0 and use a static IP address using iwlist etc., then you can automate the process of assigning an IP at boot from

Re: setup of TCP/IP network configuration

2014-01-16 Thread Gorka Vélez
Hello, I don't have any USB-ethernet dongle, so I'd prefer another solution that does not require buying more hardware :) I have just checked and I cannot use dhcp on the local network of my company, and they have told me that I cannot connect directly any external PC. Is there any way to config

Re: setup of TCP/IP network configuration

2014-01-16 Thread Stoppa, Igor
Hi, On 16 January 2014 16:26, Gorka Vélez wrote: > Hello all, > > I have installed Tizen IVI on a VTC 7120-BK computer, and I don't know > how to setup TCP/IP network configuration via Ethernet. Can anyone help me > telling me which are the required steps? > > My aim is to use WiFi, but as I ha

setup of TCP/IP network configuration

2014-01-16 Thread Gorka Vélez
Hello all, I have installed Tizen IVI on a VTC 7120-BK computer, and I don't know how to setup TCP/IP network configuration via Ethernet. Can anyone help me telling me which are the required steps? My aim is to use WiFi, but as I have read, I need an internet connection to install some packages.

Re: Where is gst-plugins-good0.10 or autoaudiosink?

2014-01-16 Thread Dominig ar Foll
Le 15/01/2014 23:08, Tomasz Olszak a écrit : > Is there gstreamer 0.10 autoaudiosink plugin available somewhere in > the repo? I couldn't find it. > I am afraid that we have moved away from Gstreamer 0.10 for Tizen 3. Gstreamer 1.0 is the one to work with. -- Dominig ar Foll Senior Software Arch

No snaphot image

2014-01-16 Thread Baptiste Durand
Hello all, There is no snaphot image since yesteday. The mic log indicates that AMB (automotive-message-broker) is missing. AMB mainteners, could you reenable the build? Thanks [01/15 12:52:12 PST] mic 0.23 (openSUSE 12.1 x86_64) [01/15 12:52:12 PST] Retrieving repo metadata: [01/15 12:52:12 P

RE: i586 build failing for GMP ?

2014-01-16 Thread Mark De Roussier
Hi Ronan, hi Joel, Doing a *clean* build of Tizen every day/night is certainly a job for a build farm like OBS. Other large IVI projects I've dealt with have taken that approach. That's not my intention ( though it has the advantage of spotting incorrect dependency and build system info ASAP ).