Board logo

標題: 【Raspberry Pi】—— 功略 [打印本頁]

作者: ckleea    時間: 2012-11-26 13:39     標題: 【Raspberry Pi】—— 功略

本帖最後由 ckleea 於 2012-11-27 12:11 編輯

關於此 Raspberry Pi 一些基本資料,可在這裡找到
http://www.raspberrypi.org/faqs


Raspberry Pi Hardware

800px-RpiFront.png
2012-11-26 14:51


Raspberry Pi Layout

409px-Raspi-Model-AB-Mono-2-699x1024.png
2012-11-26 14:51


Comparison

screenshot.26-11-2012 14.40.42.png
2012-11-26 14:51


功略 -

1. 購買篇

2. 準備 SD Card 篇

3. 第一次使用

4. 更新 Asterisk + FreePBX

5. 加入Linux 其他功能

6. 加入VOIP 功能

7. 其他


圖片附件: [Raspberry Pi Hardware] 800px-RpiFront.png (2012-11-26 14:51, 177.11 KB) / 下載次數 1079
http://www.telecom-cafe.com/forum/attachment.php?aid=1969&k=c09c8c2ac9d3b805a3df2583427af622&t=1713487443&sid=KhKZT3



圖片附件: [Raspberry Pi Layout] 409px-Raspi-Model-AB-Mono-2-699x1024.png (2012-11-26 14:51, 142.2 KB) / 下載次數 1074
http://www.telecom-cafe.com/forum/attachment.php?aid=1970&k=37e1221f43143f903af288dd73010d6b&t=1713487443&sid=KhKZT3



圖片附件: [Comparison] screenshot.26-11-2012 14.40.42.png (2012-11-26 14:51, 19.53 KB) / 下載次數 1128
http://www.telecom-cafe.com/forum/attachment.php?aid=1971&k=bb8237eec3d8e5647f2dd41423cc5da2&t=1713487443&sid=KhKZT3


作者: ckleea    時間: 2012-11-26 13:41

本帖最後由 ckleea 於 2012-11-26 13:47 編輯

1. 購買篇

應該是買 Model B 512MB

    SBC, RASPBERRY PI, MODEL B, 512MB
    Silicon Manufacturer: Broadcom
    Core Architecture: ARM
    Core Sub-Architecture: ARM11
    Silicon Core Number: BCM2835
    Silicon Family Name: BCM2xxx
    Kit Contents: Evaluation Board
    Features: Credit card size video computer, HDMI, Ethernet & 2 USB ports, Linux's Fedora software, 512MB RAM
    Clock Frequency Max: 700MHz

從下面的 link 購買
Raspberry Pi
http://hk.element14.com/raspberr ... -b-512mb/dp/2191863

Enclosure
http://hk.element14.com/multicom ... ;in_merch=true&

SD - 自備。我用一張 SanDisk Class 4 8GB: HK$55

Micro-USB 供電 - 自備

HMDI 線 - 自備
作者: ckleea    時間: 2012-11-26 13:41

本帖最後由 ckleea 於 2012-11-26 14:54 編輯

2. 準備 SD Card 篇

我的系統是這個
http://www.raspberry-asterisk.org/download/raspbx-04-11-2012.zip

系統密碼
Configuration details set during install:
Mysql root password: raspberry

SSH login:
user: root
password: raspberry

Default FreePBX login:
user: admin
password: admin

其他Linux 系統可在這裡找
http://elinux.org/RPi_Distributions

怎樣準備你的SD,我跟下面的 link
http://elinux.org/RPi_Easy_SD_Card_Setup
作者: ckleea    時間: 2012-11-26 13:41

本帖最後由 ckleea 於 2012-11-26 15:07 編輯

3. 第一次使用

如果你接上hmdi 線,你可以從你的TV or Monitor 看到 boot 機的程況。

進入系統後,我做下面的動作

raspi-config
1. 更改SD Card,將它全部使用
2. 設定 Locale + time zone

screenshot.26-11-2012 14.55.24.png
2012-11-26 15:05


screenshot.26-11-2012 14.57.24.png
2012-11-26 15:07


你可跟隨下面的link 做設定
http://www.raspberry-asterisk.org/?page_id=10

我基本上使用 remote SSH 進行設定,所以會使用 putty and WinSCP。記著先前的username and password

系統更新
apt-get update

Asterisk + FreePBX  更新
apt-get install asterisk11 freepbx

圖片附件: screenshot.26-11-2012 14.55.24.png (2012-11-26 15:05, 6.4 KB) / 下載次數 1048
http://www.telecom-cafe.com/forum/attachment.php?aid=1972&k=ee9c9e11eb30bfce4e22a34ecd4f07f0&t=1713487443&sid=KhKZT3



圖片附件: screenshot.26-11-2012 14.57.24.png (2012-11-26 15:07, 6.95 KB) / 下載次數 1022
http://www.telecom-cafe.com/forum/attachment.php?aid=1973&k=5d901f7f65a61d7dc9214662206bca9f&t=1713487443&sid=KhKZT3


作者: ckleea    時間: 2012-11-26 13:41

本帖最後由 ckleea 於 2012-11-27 12:13 編輯

4. 更新 Asterisk + FreePBX

a. 系統更新
@Linux command line: apt-get update

如有需要,可以 apt-get upgrade

b. Asterisk + FreePBX  更新
@Linux command line: apt-get install asterisk11 freepbx

如果想更新 FreePBX modules,請在 FreePBX GUI 網頁內更新。
作者: ckleea    時間: 2012-11-26 13:42

本帖最後由 ckleea 於 2013-1-1 08:45 編輯

5. 加入Linux 其他功能

Firefox
apt-get install iceweasel

VNC
apt-get install tightvncserver

Webmin
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=36&t=6096

screenshot.27-11-2012 21.15.57.png
2012-11-27 21:26


Raspcontrol
Very useful programme for Raspberry Pi Control over web
http://raspcontrol.com/
Howto
http://frustrateditengineer.word ... -your-raspberry-pi/
To use raspcontrol
mv raspcontrol directory to the apache default directory or in our case with freepbx
in CLI> mv raspcontrol /var/www/html
restart apache2 as service apache2 stop; service apache2 start

access the raspcontrol as http://raspberrypi/raspcontrol


Ddclient
set up Dynamic DNS host and ddclient in raspberry pi
http://www.recantha.co.uk/blog/?p=18

圖片附件: screenshot.27-11-2012 21.15.57.png (2012-11-27 21:26, 32.37 KB) / 下載次數 1007
http://www.telecom-cafe.com/forum/attachment.php?aid=1978&k=58fc6d86226f89d3e38407aeb7fd53fa&t=1713487443&sid=KhKZT3


作者: ckleea    時間: 2012-11-26 13:42

本帖最後由 ckleea 於 2012-11-26 14:13 編輯

6. 加入VOIP 功能

Yate and Google Voice
http://bubhutsa.blogspot.hk/2012 ... eway-with-yate.html

Freeswitch and FusionPBX
http://wiki.fusionpbx.com/index.php?title=Raspberry_Pi_Script
作者: ckleea    時間: 2012-11-26 14:06

本帖最後由 ckleea 於 2012-12-31 06:46 編輯

7. 其他功能

Raspberry Pi 可以使用嘅硬件
http://elinux.org/RPi_VerifiedPeripherals

Raspberry Pi as a Wireless hotspot
http://elinux.org/RPI-Wireless-Hotspot

Dynamic DNS and Openvpn server
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=36&t=21566

Raspberry Pi VPN server (PPTPD)
http://wellsb.com/post/29412820494/raspberry-pi-vpn-server

Berryboot - Boot menu/ OS installer
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=63&t=12776

Raspberry PI as a Mail, LDAP and Samba PDC
http://ducky-pond.com/
作者: ckleea    時間: 2012-11-26 14:06

本帖最後由 ckleea 於 2012-11-27 12:14 編輯

All in one VOIP Package

Introducing Incredible PBX 3.5 for the Raspberry Pi

http://nerdvittles.com/?p=3026

整合管理VOIP更輕鬆
作者: ckleea    時間: 2012-11-26 14:06

本帖最後由 ckleea 於 2012-11-27 21:27 編輯

Installing OpenVPN Tutorial

http://www.raspberrypi.org/phpBB3/viewtopic.php?f=36&t=20916
作者: ckleea    時間: 2012-11-26 14:07

本帖最後由 ckleea 於 2013-1-3 08:46 編輯

A how to on building your own.
www.klaverstyn.com.au/david/wiki ... sk_for_Raspberry_Pi

A how to on writing a pre-compiled image
http://www.klaverstyn.com.au/dav ... _Raspberry_Pi_Image

A list of existing images for the Raspberry Pi
http://www.klaverstyn.com.au/david/asterisk/rpi/
作者: dreamy2k    時間: 2012-11-26 15:20

C-HING,大家一起研究啦!!我都愛死RASPBERRY PI
作者: dreamy2k    時間: 2012-11-26 15:34

而家我在考慮第二台RASPBERRY做THIN CLIENT,做一台FAT SERVER比家人用,之后用WINDOWS SERVER HYPER-V 做不同的WINDOWS IMAGE上去,最后用連上WINDOW IMAGE
作者: lttliang    時間: 2012-11-26 16:27

其实我好需要一篇点样安装系统的中文安装教程
作者: dreamy2k    時間: 2012-11-26 16:28

其实我好需要一篇点样安装系统的中文安装教程
lttliang 發表於 2012-11-26 16:27


http://www.cnbeta.com/articles/204970.htm
作者: lttliang    時間: 2012-11-26 17:41

dreamy2k 發表於 2012-11-26 16:28



    thx very much
作者: Qnewbie    時間: 2012-11-26 17:51

How about the stability? I don't want to use a timer to restart pi every night...
作者: ckleea    時間: 2012-11-26 18:23

回復 17# Qnewbie


No sure but it has a hardware watchdog to monitor.
My longest uptime was 1.5 days as I am playing with different system

Basic: Asterisk 11 + FreePBX
Incredible PIAF (asterisk 1.8 + FreeFPX)

Try on compiling Freeswitch + FusionPBX and Yate.

Yate is workable but not Freeswitch
作者: ckleea    時間: 2012-11-27 12:32

回復 17# Qnewbie

For your information

Raspberry Pi Dynamic DNS and Openvpn server
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=36&t=21566
作者: ckleea    時間: 2012-11-27 22:30

My Raspberry Pi has been more less installed the most important softwares (except firewall). It is the matter to configure the freepbx for a usable VOIP server
作者: 角色    時間: 2012-11-28 14:09

回復 1# ckleea

按指示已经订购一套(main board + case), 3 weeks就会到。
作者: ckleea    時間: 2012-11-28 16:09

回復 21# 角色

我都算快,唔夠一星期就到。
作者: lttliang    時間: 2012-11-28 17:16

回復  ckleea

按指示已经订购一套(main board + case), 3 weeks就会到。
角色 發表於 2012-11-28 14:09



    我要我朋友帮我习,佢话无法买,是点回事呢?佢冇网络知识既
作者: lttliang    時間: 2012-11-28 17:46

冇野啦,系佢玩我,已经买左,唔知要几时先可以拿到
作者: 角色    時間: 2012-11-28 21:24

回復 22# ckleea

因为全球缺货,所以要6个weeks才有货。
作者: Qnewbie    時間: 2012-11-28 21:48

Big WOK, cannot order now...

Hong Kong - Coming Soon
作者: ckleea    時間: 2012-11-28 22:16

回復 26# Qnewbie


    剛看完 element14, 它說3 weeks
作者: 角色    時間: 2012-11-28 22:40

回復 26# Qnewbie

Yeah. I experienced the same situation. When I ordered the case first then it allowed to order the mainboard as well.
作者: dreamy2k    時間: 2012-11-29 09:33

我的等了3WEEK就到了!!連埋個透明CASE一起訂
作者: 角色    時間: 2012-11-29 13:12

本帖最後由 角色 於 2012-11-29 13:13 編輯

我的黑色case已经到了,但是mainboard还没有到。

还这个东西永远没有bricked!如果bricked,就拿flash出来重新flash program一次就可以。
作者: 角色    時間: 2012-11-29 13:15

SD card class问题,

大家都是知道,Linux有memory management unit,就是System memory不够的时候,我们可以用hard drive都main memory,那就要求我们的flash速度要够快,不然整个系统就会很慢。

所以SD Card有4和10,不知道Class 10是否做到我们的要求呢?
作者: alang    時間: 2012-11-29 13:47

大家一頭熱之餘,不妨冷靜下來先看看這

Raspberry Pi v.s Cubieboard (既生瑜,何生亮)
作者: 角色    時間: 2012-11-29 20:25

回復 32# alang

不错的配置。不管怎样,资源多,学习速度和乐翠不一样。还有Raspberry Pi是应该产品,他们有庞大的营销能力,如Farnell和RS。
作者: ckleea    時間: 2012-11-29 20:38

我的黑色case已经到了,但是mainboard还没有到。

还这个东西永远没有bricked!如果bricked,就拿flash出来 ...
角色 發表於 2012-11-29 13:12


So fast for the case.

Bricked = remove SD card and re flash (copy) the image back

One minor point for usage: always at the terminal mode to enter halt instead of pulling off the power supply
It can damage the file system
作者: 角色    時間: 2012-11-29 20:43

回復 34# ckleea

This could be fixed if EXT3 or higher file system is employed.
作者: ckleea    時間: 2012-11-29 20:52

回復 35# 角色


Not at all. It may use EXT4.
Corrupt file system has been reported elsewhere in forum
作者: Qnewbie    時間: 2012-11-29 22:12

Retailer in HK: http://www.aries-hk.com/
Just contact info...
作者: bubblestar    時間: 2012-12-2 15:29

64台迷你電腦 Raspberry Pi 加樂高積木 = 超級電腦,6歲小朋友也來幫幫忙

早知唔訂個Case,買一盒Lego 回來自己設計一個,既可增加樂趣之餘,又可以重拾童年想有,但沒能力擁有的玩具。
作者: bubblestar    時間: 2012-12-2 15:35

早知唔訂個Case,買一盒Lego 回來自己設計一個,既可增加樂趣之餘,又可以重拾童年想有,但沒能力擁有的 ...
bubblestar 發表於 2012-12-2 15:29



    完成後的超級電腦命名為 Iridis-Pi,重要規格包括64個處理器和1Tb 記憶體,而且使用乙太網路把每台 Raspberry Pi 做連結來共同進行運算。不包含網路交換器的話,成本不到2500英鎊(約台幣12萬元)

相對正規的超級電腦,真的不貴,稍為好少少的Desktop PC 可能也差不多呢!
作者: ckleea    時間: 2012-12-2 21:23

Trunk and outbound settings basically understood.
waiting for more tests
作者: ckleea    時間: 2012-12-2 21:30

回復 32# alang

Look interesting

CPU speed is just one pros. More RAM is very important

With this small ALL-IN-ONE, you should determine how many tasks to do at one time.

Not too excessive in my view
作者: dreamy2k    時間: 2012-12-2 21:36

近排我有一個諗法,想起部WINDOWS SERVER 2008, 用RASPBERRY做THIN CLIENT,因為RASPBERRY PI有一個FREERDP可行REMOTEFX,系一個可以在HYPE-V上的VIRTUAL HOST行3D GAME看電影都無問題,我計劃諗呢個PLAN
作者: ckleea    時間: 2012-12-2 22:10

回復 42# dreamy2k

You have windows server 2008 or 2012 with hyper-V?
作者: ckleea    時間: 2012-12-2 22:11

I have connected my several asterisk servers with the asterisk in raspberry pi box.

So far working fine
作者: dreamy2k    時間: 2012-12-3 12:21

回復  dreamy2k

You have windows server 2008 or 2012 with hyper-V?
ckleea 發表於 2012-12-2 22:10


PLAN緊會出一部INTEL NUC MINI PC

http://www.intel.com/content/www ... g-introduction.html

因為好細同系INTEL出我有信心D,我CHECK過可以SUPPORT VT-X同hd 4000 支撐directx 11,甘就可以安裝WINDOWS SERVER 2008或2012都OK!!
作者: 角色    時間: 2012-12-3 13:39

我的Raspberry Pi已经到了!今晚又开始忙!
作者: 雯雯    時間: 2012-12-3 14:10

回復 46# 角色

角色師兄, 你和ckleea兄都忙於RouterOS和Raspberry Pi!
作者: ckleea    時間: 2012-12-3 16:22

回復 45# dreamy2k


    Interesting
作者: ckleea    時間: 2012-12-3 16:23

回復 46# 角色

Follow my thread to download and upgrade first.
作者: ckleea    時間: 2012-12-3 16:23

回復 47# 雯雯

Yes, very busy to look at the machine
作者: 角色    時間: 2012-12-3 21:47

Oh! My God!I do not have an external SD card reader for writing the image into the card memory. I shall do it tomorrow.
作者: ckleea    時間: 2012-12-3 21:51

回復 51# 角色


A bit careless.

I suggest you buy at least 2 8GB SD cards
作者: dreamy2k    時間: 2012-12-3 21:55

我又找到好野,如果大家想用raspberry代替apple tv和高清播放器我有好方案

http://www.xbian.org
作者: dreamy2k    時間: 2012-12-3 21:58

今晚我會試下,今試我會用一個陳年wmc remote加上wifi手指,看看出來的效果如何
作者: lttliang    時間: 2012-12-3 22:50

我朋友话我定的都到货了,我星期三去香港拿返来研究一下
作者: dreamy2k    時間: 2012-12-4 13:26

我試了!!出來的效果吾系太理想,IPAD可以連到AIRPLAY->RASPBERRY但吾穩定有機會死機

如果PLAY 1080P一定要在好快的NETWORK上,吾系會有小LAG
如果PLAY 720P都無問題

XMBC FOR RASPBERRY要等穩定先好玩,同SET WIFI手指要系COMMAND LINE SET
作者: ckleea    時間: 2012-12-4 20:42

Need to follow up on this thread to see when it moves to asterisk 11

http://nerdvittles.com/?p=3880

Now also fax enable
作者: bubblestar    時間: 2012-12-5 14:12

Yeah! 一定要留意, 它有齊GV 及 FAX功能。
作者: bubblestar    時間: 2012-12-5 14:17

Raspberry Pi 已收到,Nokia Power cable、LAN 線、HDMI 線 及 16G Sanddisk SDHC Extreme card 30MB/Sec 都是現有的東西,而DELL Monitor 內置了SD Card Reader,一切就緒,今晚希望可順利安裝。
作者: ckleea    時間: 2012-12-5 16:33

回復 59# bubblestar

16GB SDHC. Very ambitious set up.
作者: bubblestar    時間: 2012-12-5 16:49

以前剩下的,只是物盡其用,無需浪費啫。1GB.2GB我也各有一張,但是已無用武之地了。
作者: lttliang    時間: 2012-12-5 19:16

本帖最後由 lttliang 於 2012-12-5 19:56 編輯

我今日去拿返部机了,过两日买张SD卡就可以开工了

20121205_191839.jpg
2012-12-5 19:40
20121205_191249.jpg
2012-12-5 19:39
20121205_191656.jpg
2012-12-5 19:39


圖片附件: 20121205_191249.jpg (2012-12-5 19:39, 366.64 KB) / 下載次數 632
http://www.telecom-cafe.com/forum/attachment.php?aid=2005&k=f1e4db4ad5803a699e2b61f867a2ddf8&t=1713487443&sid=KhKZT3



圖片附件: 20121205_191656.jpg (2012-12-5 19:39, 421.87 KB) / 下載次數 709
http://www.telecom-cafe.com/forum/attachment.php?aid=2006&k=c97a3215054256a4530bc6f77075e44b&t=1713487443&sid=KhKZT3



圖片附件: 20121205_191839.jpg (2012-12-5 19:40, 908.08 KB) / 下載次數 592
http://www.telecom-cafe.com/forum/attachment.php?aid=2007&k=d9e87a9bf08001c7dc5d7f5e3bef4174&t=1713487443&sid=KhKZT3


作者: Qnewbie    時間: 2012-12-5 20:38

Retailer price: HK$350...
作者: bubblestar    時間: 2012-12-5 22:12

包埋Door-to-Door 專人送遞。
作者: dreamy2k    時間: 2012-12-5 22:15

我都系一樣要透明CASE,我打算入多兩台!!有三台都系要返系大陸,一台RASPBX,一台XBMC,一台做REMOTE CLIENT,在大陸盡力系省電為大前提!!!
作者: ckleea    時間: 2012-12-6 10:32

本帖最後由 ckleea 於 2012-12-6 10:33 編輯

Berryboot - Boot menu/ OS installer
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=63&t=12776

Very useful applications for one with large size SD Card

Seems to be one "must-have"


Berryboot is a utility that allows you to:

    put multiple operating systems on the same SD card.
    download and install operating systems from the Internet.
    optionally store the operating system files on an external USB stick/drive instead of on the SD card
    allows you to use smaller 1 GB SD cards. (thanks to SquashFS compression)
    takes care of different memory split requirements (will automatically change the boot files and reboot if the operating system you selected needs a different memsplit)


Website: http://www.berryterminal.com/doku.php/berryboot
作者: ckleea    時間: 2012-12-6 10:45

Another interesting to host a raspberry Pi in Austria for free

https://www.edis.at/en/server/colocation/austria/raspberrypi/

What you need:

    A Raspberry Pi WITH ETHERNET - http://www.raspberrypi.org/
    An USB Stick for it (Please do not use USB HDDs or extra large size sticks)
    An USB power cable for the Pi (USB A, normal plug as on your USB stick -> RPi power in)
    The ability to configure a static IP in whatever OS you run
    A box to ship it to Austria
    No credit card required


You will receive an email with networking config and detailed shipping information within 7 days from placing the order.
back to overview

Hosted in Austria, EDIS Datacenter, Graz

Reboots (aka disconnect and connect): FREE (within 24 to 48 hours)
Reinstalls: usually not possible, but if really needed we find a way, ...
The agreement is concluded for an indefinite period. We will not send the unit back after 1 week ;-)
The service is absolutel free of charge - 100%. You pay exactly nothing except for the return of your "box"
No monthly costs, no setup fees!

Shipping (returns)

within Austria: free of charge
within Europe: EUR 5,--
worldwide: EUR 10,-- (probably does not cover our costs)
作者: ckleea    時間: 2012-12-6 10:53

本帖最後由 ckleea 於 2012-12-8 20:24 編輯

Cloning of SD Card

Use Win32diskimager

Read the old SD card in Windows
Write the image into the new SD Card
Use raspi-config to expand the content if a bigger size card is used.
作者: lttliang    時間: 2012-12-8 20:15

装好左,冇usb键盘,明天去买一个先
作者: ckleea    時間: 2012-12-8 20:23

回復 69# lttliang


    你可以用遠程登入。
作者: lttliang    時間: 2012-12-8 20:44

回復  lttliang


    你可以用遠程登入。
ckleea 發表於 2012-12-8 20:23



    一装好就可以用远程了?如何远程?什么都冇设置呀
作者: ckleea    時間: 2012-12-8 20:59

ssh can do. No need to have a USB keyboard.

Do you know the ip of raspberry in your lan?

Download putty and connect to that ip

username is root
password is raspberry
作者: lttliang    時間: 2012-12-8 21:12

ssh can do. No need to have a USB keyboard.

Do you know the ip of raspberry in your lan?

Download  ...
ckleea 發表於 2012-12-8 20:59



    多谢,帮我悭左个USB键盘
作者: lttliang    時間: 2012-12-8 21:43

请问IP地址点样改呢?
作者: ckleea    時間: 2012-12-8 21:58

Depends on your router. I suppose you enable DHCP and the ip is dynamically assigned to raspberry pi
作者: lttliang    時間: 2012-12-8 22:02

Depends on your router. I suppose you enable DHCP and the ip is dynamically assigned to raspberry pi
ckleea 發表於 2012-12-8 21:58



    噢 ,我仲以为是与PC一样咁set IP,试过setup冇用,咁我就在router将PI的MAC设为静态就OK了
作者: ckleea    時間: 2012-12-8 22:10

You can do this in raspberry. Bind fixed ip address to the eth0
作者: bubblestar    時間: 2012-12-9 17:29

Berryboot - Boot menu/ OS installer


Very useful applications for one with large size SD Card

Seem ...
ckleea 發表於 2012-12-6 10:32



   
如果Monitor 及線材都齊備可用,這絕對是一個好方案,可有效分配資源,用盡SD Card 的剩餘記憶。
作者: lttliang    時間: 2012-12-10 00:09

我刚刚将USB插电个头拔左,直接将连住PI的USB线插到我个router度,一样可以运行,悭左个插位
作者: lttliang    時間: 2012-12-10 01:32

ATCOM IP01里面的g729可不可以放在PI里用呀?
作者: ckleea    時間: 2012-12-10 07:29

回復 80# lttliang

不能,因為不同 CPU compiled 出來。
作者: ckleea    時間: 2012-12-12 19:56

While PIAF looks nice to raspberry pi, please note one message here

This update utility goes to IncrediblePBX.com to retrieve the latest updates.
We test updates before release, but NO WARRANTY EXPRESS OR IMPLIED IS PROVIDED.
The first 10 updates are free. Calendar year update license is $20 per machine.
To sign up and make payment using a credit card, go to: http://nerd.bz/QwQkYO

作者: bubblestar    時間: 2012-12-12 20:34

What a bad news!
作者: ckleea    時間: 2012-12-12 21:16

回復 83# bubblestar


    In my first login after creating the image, it already shows update 11. Not sure it already counts and needs to pay for the future update.
作者: dreamy2k    時間: 2012-12-13 15:26

回復 79# lttliang

我都系呀
作者: bubblestar    時間: 2012-12-29 22:50

I have just installed tightvncserver on my Raspberry Pi.  However, when I use RealVNC client to access it, I got the grey screen.  Could someone share the  .vnc/xstartup configuration for my refereence?

Thanks
作者: ckleea    時間: 2012-12-30 18:03

回復 86# bubblestar

See this could help

http://elinux.org/RPi_VNC_Server
作者: ckleea    時間: 2012-12-30 22:02

本帖最後由 ckleea 於 2012-12-30 22:13 編輯

Very useful programme for Raspberry Pi Control over web

http://raspcontrol.com/

http://frustrateditengineer.word ... -your-raspberry-pi/
作者: ckleea    時間: 2012-12-30 22:37

One more information to set up Dynamic DNS host and ddclient in raspberry pi

http://www.recantha.co.uk/blog/?p=18
作者: Qnewbie    時間: 2013-1-5 23:05

本帖最後由 Qnewbie 於 2013-1-6 04:58 編輯

Set up no-ip client(noip2) in raspberry pi
http://www.computeristas.com/wp/?p=110

Openvpn with static key(Change the key frequently!)
http://sandeepmore.com/blog/2012 ... berrypi-static-key/
作者: Qnewbie    時間: 2013-1-7 00:34

Stack at the first problem: unable to connect to internet.
It seems that many encounter to the same problem(don't work with PSU change&no usb peripherals)
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=28&t=12799

One of the elementary function for computer and I don't believe it at the very first moment. It is really a toy
作者: 321    時間: 2013-1-25 10:51

有沒有師兄打算買? 我可以搭單買一部嗎? 可以share運費
作者: 角色    時間: 2013-1-25 13:39

在香港element购入不用运费。
作者: SuiYan    時間: 2013-3-29 20:55

請問香港買是否HK$350連殼?

SY
作者: 角色    時間: 2013-3-29 20:56

本帖最後由 角色 於 2013-4-2 20:25 編輯

回復 94# SuiYan

另外,好像是60元。我在element购入的。
作者: SuiYan    時間: 2013-4-2 00:30

我明天就去上環問問先. 價錢岩就入.
作者: mrandrewchan    時間: 2014-1-21 22:26

請問各位 Ching,

那裡有教學關於 Raspberry Pi B = mail + calendar server &  OwnCloud support chinese characters
作者: ckleea    時間: 2014-1-30 17:33

回復 97# mrandrewchan


    See if this thread can help  http://www.raspberrypi.org/phpBB3/viewtopic.php?f=36&t=53315
作者: mrandrewchan    時間: 2014-2-5 11:36

回復 98# ckleea


Noted /w thanks, will try it. Thanks.
作者: mrandrewchan    時間: 2014-5-9 07:42

有否Ching 試過用Raspberry 做 steam server 連上USB TV  tuner. E.g. Contex DTV-01




歡迎光臨 電訊茶室 (http://www.telecom-cafe.com/forum/) Powered by Discuz! 7.2