Difference between revisions of "OpenBTS: E110 Bekerja dengan opkg"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| Line 99: | Line 99: | ||
* [[USRP: High Precision Clock]]  | * [[USRP: High Precision Clock]]  | ||
| + | * [[USRP: Menyambungkan ClockTamer ke USRP1]]  | ||
* [[USRP: Instalasi Board]]  | * [[USRP: Instalasi Board]]  | ||
| Line 106: | Line 107: | ||
* [[GNURadio: Spectrum Analizer GSM]]  | * [[GNURadio: Spectrum Analizer GSM]]  | ||
* [[GNURadio: Mengubah board RFX1800 menjadi RFX900]]  | * [[GNURadio: Mengubah board RFX1800 menjadi RFX900]]  | ||
| + | * [[GNURadio: Programming Untuk Pemula]]  | ||
* [[OpenBTS: Ubuntu Install]]  | * [[OpenBTS: Ubuntu Install]]  | ||
* [[OpenBTS: Konfigurasi]]  | * [[OpenBTS: Konfigurasi]]  | ||
| Line 124: | Line 126: | ||
* [[GNURadio: Ubuntu 11.10 instalasi menggunakan Repo]] '''NOT RECOMMENDED'''  | * [[GNURadio: Ubuntu 11.10 instalasi menggunakan Repo]] '''NOT RECOMMENDED'''  | ||
* [[GNURadio: Ubuntu 11.10 Instal GNURadio 3.3.0]]  | * [[GNURadio: Ubuntu 11.10 Instal GNURadio 3.3.0]]  | ||
| + | * [[GNURadio: Ubuntu 11.10 Install dari GIT GNURadio]]  | ||
* [[OpenBTS: Ubuntu 11.10 Install]]  | * [[OpenBTS: Ubuntu 11.10 Install]]  | ||
* [[OpenBTS: 2.8 dari SVN Install]] '''RECOMMENDED'''  | * [[OpenBTS: 2.8 dari SVN Install]] '''RECOMMENDED'''  | ||
| Line 133: | Line 136: | ||
* [[OpenBTS: E110 Cara Login]]  | * [[OpenBTS: E110 Cara Login]]  | ||
* [[OpenBTS: E110 Install Image di MicroSD]]  | * [[OpenBTS: E110 Install Image di MicroSD]]  | ||
| + | * [[OpenBTS: E110 Cek Daughter Board]]  | ||
* [[OpenBTS: E110 Bekerja dengan opkg]]  | * [[OpenBTS: E110 Bekerja dengan opkg]]  | ||
| + | * [[OpenBTS: E110 GNURadio]]  | ||
* [[OpenBTS: E110 Instalasi OpenBTS]]  | * [[OpenBTS: E110 Instalasi OpenBTS]]  | ||
| + | * [[OpenBTS: E110 Instalasi OpenBTS 2.6]] '''*NOT RECOMMENDED*'''  | ||
===Lain Lain===  | ===Lain Lain===  | ||
Revision as of 05:26, 27 February 2012
Nampaknya E110 menggunakan opkg untuk instalasi software / aplikasi.
Source List untuk opkg
Source List untuk opkg yang digunakan di OpenBTS E11 dapat dilihat dalam file yang ada di folder
/etc/opkg/
arah sources adalah
- http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/base
 - http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/debug
 - http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/gstreamer
 - http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/all
 - http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/perl
 - http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/python
 - http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/sdk
 - http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/machine/usrp-e1xx
 
Script untuk copy source list opkg
Edit file di PC misalnya
cd ~/Downloads vi ambilangstrimrepo.sh
Isi dengan
wget -c --level=1 -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/base wget -c --level=1 -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/debug wget -c --level=1 -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/gstreamer wget -c --level=1 -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/all wget -c --level=1 -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/perl wget -c --level=1 -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/python wget -c --level=1 -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/sdk wget -c --level=1 -r -p -U Mozilla http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/machine/usrp-e1xx
Save & berikan permission utk di run
chmod 777 ambilangstrimrepo.sh
Menjalankan dengan
cd ~/Downloads ./ambilangstromrepo.sh
Update source list
Pastikan ada sambungan yang baik ke Internet. Lakukan
opkg update
Butuh waktu beberapa lama untuk memperoleh semua isi.
Mencari aplikasi
Gunakan misalnya mencari osip
opkg list | grep osip
Keluar
libosip2-3 - 3.1.0-r0.9 - Session Initiation Protocol (SIP) library libosip2-dbg - 3.1.0-r0.9 - Session Initiation Protocol (SIP) library libosip2-dev - 3.1.0-r0.9 - Session Initiation Protocol (SIP) library libosip2-doc - 3.1.0-r0.9 - Session Initiation Protocol (SIP) library libosip2-static - 3.1.0-r0.9 - Session Initiation Protocol (SIP) library
Contoh lain
opkg list | grep ortp
Akan keluar misalnya
libortp-dbg - 0.13.1-r1.0.9 - An LGPL implementation of RTP - RFC3550 libortp-dev - 0.13.1-r1.0.9 - An LGPL implementation of RTP - RFC3550 libortp-static - 0.13.1-r1.0.9 - An LGPL implementation of RTP - RFC3550 libortp5 - 0.13.1-r1.0.9 - An LGPL implementation of RTP - RFC3550
Menginstalasi Aplikasi
Misalnya
opkg install libosip2-3 libosip2-dev libortp5 libortp-dev
Referensi
Pranala Menarik
Persiapan Hardware
OpenBTS 2.6
- GNURadio: Ubuntu Install
 - GNURadio: Spectrum Analizer GSM
 - GNURadio: Mengubah board RFX1800 menjadi RFX900
 - GNURadio: Programming Untuk Pemula
 - OpenBTS: Ubuntu Install
 - OpenBTS: Konfigurasi
 - OpenBTS: Kalibrasi
 - OpenBTS: Konfigurasi Asterisk untuk OpenBTS
 - OpenBTS: Menjalankan smqueue
 - OpenBTS: Mengoperasikan BTS
 - OpenBTS: Tampilan di Nokia saat pakai OpenBTS
 - OpenBTS: Operasi 1800 MHz
 - OpenBTS: Beberapa Tips
 - OpenBTS: USRP2
 - OpenBTS: Amplifier
 - OpenBTS: SMS
 
OpenBTS 2.8
- GNURadio: Ubuntu 11.10 Install *NOT RECOMMENED*
 - GNURadio: Ubuntu 11.10 instalasi menggunakan Repo NOT RECOMMENDED
 - GNURadio: Ubuntu 11.10 Instal GNURadio 3.3.0
 - GNURadio: Ubuntu 11.10 Install dari GIT GNURadio
 - OpenBTS: Ubuntu 11.10 Install
 - OpenBTS: 2.8 dari SVN Install RECOMMENDED
 - OpenBTS: 2.8 Instalasi Real Time Asterisk
 - OpenBTS: Database SQLite
 
Ettus E110
- OpenBTS: E110 Cara Login
 - OpenBTS: E110 Install Image di MicroSD
 - OpenBTS: E110 Cek Daughter Board
 - OpenBTS: E110 Bekerja dengan opkg
 - OpenBTS: E110 GNURadio
 - OpenBTS: E110 Instalasi OpenBTS
 - OpenBTS: E110 Instalasi OpenBTS 2.6 *NOT RECOMMENDED*
 
Lain Lain
- Membuat Base Station GSM Open Source
 - Teknologi Selular
 - GSM: Daftar Channel Frekuensi
 - Wireless Internet
 - OpenBSC
 - AirProbe
 - Base station subsystem
 - GSM
 - Asterisk
 - Mobile phone
 
Catatan Legal dan Pendukung
- Siapa Bilang OpenBTS Ilegal?
 - OpenBTS: Catatan MNC dan MCC Indonesia
 - OpenBTS : Alokasi Frekuensi Operator GSM Indonesia