Quick update to get this working on Ubuntu 12.04 Precise... I needed to apt-get install openvpn network-manager-openvpn-gnome Ubuntu doesn't seem to accept the pushed DNS settings from the server like it used to. To make it work for now using Google's 8.8.8.8 DNS pool I selected nm-applet then... VPN Connections > Configure VPN... > Add or Edit... > IPv4 Settings ... Mby petergunn - Debian
I still have the original configuration 1.8.3 and its working fine AFAIK. I don't use it very often though. -PGby petergunn - Debian
funtoy1001 Wrote: ------------------------------------------------------- > What happen if you have to power cycle the PC > server? Thats fine .. I can get it to ssh to the dockstars and shut them down before it powers down itself. Usually runs for months at a time anyway.by petergunn - Debian
I just rebuilt my main PC server with a new full tower case that has plenty of empty 5.25" drive bays. Im thinking my dockstars might fit nicely inside right behind one of the intake fans. Would it be possible to power 3 dockstars off the 12v output from the PSU if I cut the power cords and wire them to a molex connector? - PGby petergunn - Debian
BTW I recovered my disk successfully. Everything is back up and working again (asterisk 1.8.3 and the outgoing calls patch - I didnt re-install tho). -PGby petergunn - Debian
Unfortunately my disk on the dockstar hosting my asterisk server has failed yesterday. :-( I still have the asterisk tarball on my server though - it is asterisk-1.8-current.tar.gz from Feb 2011 and unpacks as asterisk.1.8.3 Not sure if I will re-install or go with a $40 Obi100 since that seems less hassle and would let me retire the LinksysPAP2. -PGby petergunn - Debian
See: http://pastebin.com/NBvXBDGyby petergunn - Debian
my sip.conf: context=default ; Default context for incoming calls allowoverlap=no ; Disable overlap dialing support. (Default is yes) bindport=8024 ; UDP Port to bind to (SIP standard port is 5060) bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all) externhost=www2.blahblah.org ; my DynDNS name externrefresh=60by petergunn - Debian
optim Wrote: ------------------------------------------------------- > ok, I have added /Talk to the end of mine. Here > is my gtalk.conf: > > username=rottstein@gmail.com > disallow=all > allow=ulaw > context=google-in # PG: I dont have this, but it shouldnt matter > connection=rottstein > Does that look right? Yes, looks good to me. -PGby petergunn - Debian
optim Wrote: ------------------------------------------------------- > One other question, I have seen both ways. The > username (in jabber.conf?) should it have /talk at > the end of it or not? My jabber.conf looks like this: type=client serverhost=talk.google.com username=peter.gunn@gmail.com/Talk secret=petergunns_password port=5222 usetls=yes usesasl=yes statuby petergunn - Debian
optim Wrote: ------------------------------------------------------- > I currently have no home phone and just want to > use a single number that will call my cell when > out and ring a phone in my house when home. Thats exactly what my set up does (rings home phones via LinksysPAP2 and my Android cell via Sipdroid), so it does work. I'm still using asterisk 1.8.3 with the outgoiby petergunn - Debian
FYI: st2205term-0.11.tgz has been uploaded I added a mak-dpf script that builds ax206term. It tries to download the dependent libraries and files automatically. I haven't tested it so I've left the prior version there as well. -PGby petergunn - Displays
neon Wrote: ------------------------------------------------------- > I can see characters on the screen, but there's no > terminal. Is this "rote_vt_forkpty" has something > to do with librote? I can't test it on dockstar > because I have only PC. rote_vt_forkpty: command='/bin/bash --login' PID=-1 This means that the command that runs in the terminal failed to starby petergunn - Displays
I'm going to upload the st2205term-0.11 to the st2205term page but I cant seem to connect to Jeff's ftp server right now. Regarding code forks - I really dont mind. Until I have a working ax206 based dpf its difficult to support anyway :-) -PGby petergunn - Displays
Update: tried using restore.py but no luck... dpf-ax/fw# sudo ./hiddetach 1908:3318 Detaching dpf at 1-1.2:1.0... done. dpf-ax/fw# sudo python restore.py ../../dpf/fw/full.bin.20120428 Found AX206 DPF (bootloader) Manufacturer: SST Unknown Manufacturer Got id[3]: bf, 25, 41 Unable to detect flash, just assuming 2MB size Size : 2 MB Erase full flash... Flashing sector 0...by petergunn - Displays
Update: I tried to create a new profiles.py entry based on the pearl one and flashed that. I think its bricked now! :-( Update: can still see it as usb0... dpf-ax/fw# sudo ./hiddetach 1908:3318 dpf-ax/fw# sudo python detect.py usb0 Found AX206 DPF (bootloader) Manufacturer: SST Unknown Manufacturer Got id[3]: bf, 25, 41 Unable to detect flash, just assuming 2MB size Size : 2 Mby petergunn - Displays
My ax206 frame (looks like a pearl) doesnt seem to be supported... dpf/src# sudo python hackit.py /dev/sg1 Reading flash... done No DPF found. Create a record or look for one ('20090504', 'Mar 13 2010\xff\xff\xff\xff\xff', 'ProcTbl6') dpf/src# cd ../../dpf-ax dpf-ax/fw# cp ../Debug/dpf.so . dpf-ax/fw# sudo python detect.py /dev/sg1 Opening generic SCSI device '/dev/sg1' Manufacturerby petergunn - Displays
if RGB565_S() returns a 16bit value then superelchi is correct that the backingstore should not be chars. I would use shorts or ints depending on what dpf_screen_blit() expects for the type of pixels parameter... static short *pixels=NULL; // pixel buffer that is copied to device ... static short colormap[8]={0,0,0}; ... if (use_dpf) { char *d=f->data; if (cby petergunn - Displays
ax206term Wrote: ------------------------------------------------------- > > ~/st2205term-0.10# ./st2205term --dpf > INFO: using keymap from file > /root/st2205term-0.10/us.kmap > INFO: using fontdata from file > /root/st2205term-0.10/fonts.txt > INFO: picframe selection automatic (polling > /dev/disk/by-id) > load_kmap(/root/st2205term-0.10/us.kmap) - loadinby petergunn - Displays
ax206term Wrote: ------------------------------------------------------- > I made an attempt but got stuck. > @petergunn could you explain this section of > st2205term.c to me? > > > if (use_dpf) > { > char *d=f->data; > short rect[4]; // my code > if (ch>32 && ch<127) > d+=(f->w+1)*f->h*(ch-32); >by petergunn - Displays
neon Wrote: ------------------------------------------------------- > 1.Is there any volunteer to port st2205term to > AX206? I have an AX206 frame but no time right now. Porting st2205term should be quite straight forward if there is an example of how to blit some pixels from a back buffer. -PGby petergunn - Displays
Modern DisplayLink devices/adapters work best (i.e. Displaylink Doublesight DS-90U) and can drive a monitor up to 1920x1200 in 16bit color. X11 desktop is useable as long as an efficient window manager is used (fluxbox is best) and web browsing works with a lightweight browser like Midori, uzbl, or dillo. Dont epect miracles though - the dockstar has a single real USB2.0 port (the others are aby petergunn - Debian
Put startup commands in /etc/rc.local is an easy way ( Same way as you did for vncserver ) -PGby petergunn - Debian
kernel 2.6.35.7-dockstar should be good You are getting the compile errors because you need to edit the source files and comment out (use // ) the lines listed in step 4) " # comment out the Following lines ..." - dont just add them at the top of the file. i.e. search for each line and prefix with // pScrn->racMemFlags = RAC_FB | RAC_COLORMAP | RAC_CURSOR | RAC_VIEWPby petergunn - Debian
Script to upgrade kernel (run as root): http://jeff.doozan.com/debian/lcd/setup_kernel.sh From Displaylink Doublesight DS-90U monitor working step 4).. tar xvfz xserver-xorg-video-displaylink_0.3.orig.tar.gz cd xf86-video-displaylink vi src/displaylink.c # comment out the following lines... //#include "xf86Resources.h" //#include "xf86RAC.h" // pScrn->racMemby petergunn - Debian
See: Displaylink Doublesight DS-90U monitor working If all is good the screen should turn green when you boot the dockstar with the display attached. Then you need to start up X11. Currently there is no easy way to have it plug-n-play. -PGby petergunn - Debian
Nope - I think the devices I have are both still unsupported. Parrot DF3120s seem to be the way to go for larger displays now :-) -PGby petergunn - Displays
I'm not expert but if its ringing when you get an incoming call but you cant answer it then your work firewall is filtering the UDP voice traffic (RTP) for incoming calls. With Asterisk the signalling (SIP) can go over TCP or UDP but voice always goes over UDP and firewalls will not normally allow incoming UDP unless there is a static route or there was a recent outgoing TCP or UDP connection froby petergunn - Debian
I think it should be something like... vncserver :0 -geometry 1024x768 -depth 16 The commands in /etc/rc.local run as root so the config will come from /root/.vnc rather than a user home directory. If you want to run the commands as a regular user you would need to do something like: su user -c 'bash --login -c "vncserver :0 -geometry 1024x768 -depth 16 > /tmp/vnc.log 2>&1by petergunn - Debian
Easiest way is to put the command in /etc/rc.local before the "exit 0" line. On boot it will be started as root after all the services have started up. -PGby petergunn - Debian