Friday, January 23, 2009
Little Brown Communication Device For The Deaf
The mentioned will lecture in the summer semester I deal with Jeannie Ebner as a mentor Austrian writers after 1945 . Abstract: "'What is striking about the generation of young writers, their dependence on male support is being, men, even after 1945 in the literary institutions have the power to sit put out by magazines, publishers, radio stations and cultural institutions' (Christa Gürtler). The correspondence of the Austrian writer Jeannie Ebner , which is kept for the most part in the manuscript collection of Vienna City Library shows how Ebner as a functionary of literary clubs, as a jury member of literary prizes, but mainly as editor of the magazine ' literature and criticism tried in the literary' Old Boys Network '(Sigrid Schmid- Bortenschlager ) other post-war writers in their literary and cultural policy Aktivitäten zu fördern und bei der Suche nach Publikationsmöglichkeiten zu unterstützen. Der Schwerpunkt des Vortrags liegt dabei auf der Korrespondenz mit Hilde Spiel ".
Wednesday, January 21, 2009
Alliance Genie Model 404
Kaum hatte ich alle Jeannie Ebner-Bücher in die Bibliothek zurückgetragen, um mit dem Thema endgültig abzuschließen und auf meinem Schreibtisch den Büchern für mein neues Thema Platz zu machen ( siehe auch ), wurde ich eingeladen, im Sommersemester einen Vortrag über Jeannie Ebner in Zusammenhang mit Frauennetzwerken zu halten. Das mache ich natürlich gerne - und leihe my books again ;-)
How To Buy Couch Fabric
In November I decided to change my thesis topic, and thanks to my new supervisor Roland Innes now "German-language Star Trek fan fiction. genre channels writing Themes. There are of course a Weblog . Jeannie Ebner, your role (s) and their literature, but not let me, so I'm planning to continue this blog.
Monday, January 19, 2009
Tn Drivers License Template
within the periphery of growing it, is that at some stage the question whether a central logging of various hard / software layers would not be beneficial. that argument is supported by the fact that my nslu2-operated devices to participate only through a memory stick will result in an excessive logging to local io wait states would. attached to one of these devices to a USB hard drive is nothing wrong events, logging messages and protocols in this unit using UDP transfer.
implementation can be found as a free [open source] a syslog server syslog-ng under linux . the installation is under slugos / be native than under the Optware package feed given, and the implementation of which runs unspectacular.
# ipkg install syslog-ng
# / etc / init.d / syslog stop
# ln-s / opt / etc / init.d / opt_syslog / etc/rc3.d / S02syslog
the syslog-ng server listens on port 514 now [default syslog udp port] events to syslog-ng clients. it is recommended that certain adjustments should be logged in / opt / etc / syslog-ng / syslog-ng.conf as to what to make. On the client side is / etc / syslog.conf file by only following extended messages.
DESTINATION = "remote"
REMOTE = nwal002: 514
in connection with syslog-ng recommends the use of logrotate, which is also by default in the Optware feed offered as a package. / Opt / etc / logrotate.conf is configured in my case. [Rotate messages older than 5 days]
nocompress
/ opt / var / log / * {5
rotate size 100k
/ opt / etc / init.d / stop opt_syslog
/ opt / etc / init postrotate. d / opt_syslog start
}
include / opt / etc / logrotate.d
endscript and rotate the running as a cronjob
15 0 * * * / opt / sbin / logrotate / opt / etc / logrotate.conf> & / dev / null
login from now on my nslu2-devices and my d-link router everything centrally.
Thursday, January 15, 2009
Peeker Watching Me Masterbate
a major drawback of the Linksys extenders dma 2200, the non-exist-to be a wake on lan firmware within the existing features. what use power-saving plans for a Vista Media Server [vmc] when the extender is not in a position to rest from his awakening. while this was with the X-box 360 already taken into account initially, the developer of firmware-linksys [cisco] have already resigned, because the device is already for more than 2 years on the market available.
was my contribution to this problem, a pragmatic. I more nslu2-devices have come on stream, it was hardly a challenge to implement an appropriate demon that accurately reflects this desired feature. a very simple logic, which was developed in a perl-script. should
perl script [wol2.txt] be renamed to [wol2.pl]
boot the extender it gets from the DHCP server a fixed IP address assigned. Once this address in my lan access [check from nslu2 / net:: ping] is just a small linux device sends the wake on lan to the media server. dannach can comfortably in the menu of the extenders das windows media center aufgerufen werden und die kommunikation funktioniert.
ein ‚status’-semaphore verhindert das erneute senden eines wol requestes.
:) enjoy
Tuesday, January 13, 2009
Best Old Boardwedige Stories
vor mehr als 2 monaten hatte ich den wunsch, live-bilder von meinem wohnzimmer aus ins internet zu streamen. hardware hatte ich schnell gefunden, die logitech quickcam pro 9000 sollte meine bedürfnisse abdecken, zumal hd-qualität [1600x1200] unterstützt wird.
leider gibt es unter dem derzeitigen kernel [2.6.21.7] von slugos 4.8 keine oder nur mangelhafte v4l [video for linux] unterstützung und die suche nach dem passenden treiber wurde zu einem hürdenlauf. but I am running successfully for today mjpg StreamServe service under slugos. puts you on the distro worth less, can be found at this blog already a firmware binary image based on the nslu2 openwrt. here is a manual for those who have slugos as target platform.
the resources we are currently running compile against the v4l kernel. within this package, there is also the appropriate driver [ http://linux-uvc.berlios.de/ ] for the Logitech QuickCam Pro 9000
in turn - we put the camera on the usb hub on the slug. lsusb recognizes the device immediately and report:
# lsusb-s 2:4-v
Bus 2 Device 4: ID 046d: 0990 Logitech, Inc.
thus we come to the driver installation. download the archives
# wget http://linuxtv.org/hg/ pinchartl ~ / uvcvideo / archive / tip.tar.gz
# gzip-d # tar xvf tip.tar.gt
tip.tar
dannach the unpacked archive change
# cd uvcvideo-33fd4f6f3afa
# make
# make install
compile to be successful is an actual linux-src-environment condition that also requires a, cross-compile-environment '[ required to install packages using ipkg - autoconf, automake, cpp, g + +, g + +-symlinks, gcc, glibc-utils gnu-config, kernel-dev, ldd, libgcc, libglib, make, makedevs, ncurses, ncurses-dev, update-modules]. also to compile kernel module - git and svn [Optware repository].
install linux resources:
# cd / usr / src # wget
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.21.7.tar.gz
# gzip -d linux-2.6.21.7.tar.gz
# tar-xvf linux-2.6.21.7.tar
# ln-s / usr / src / linux-2.6.21.7 linux
# ipkg install kernel-dev
# cp / boot / config-2.6.21.7 / usr / src / linux / .config
so that any references of the driver package [uvc] on native kernel-objects can be linked to compile wir alle kernel-module [nativ auf der slug dauert das etwas ~2h]
# cd /usr/src/linux
# make menuconfig
# make modules
jetzt haben wir unter /lib/modules/2.6.21.7/kernel/drivers/media/video die aktuellen kernel-module der video4linux umgebung, und diese werden von nun an in das memory geladen.
# cd /lib/modules/2.6.21.7/kernel/drivers/media/video
# insmod v4l2-compat-ioctl32.ko
# insmod v4l1-compat.ko
# insmod videodev.ko
… der erste erfolg dmesg liefert
Jan 10 12:07:43 nwal002 Linux video capture interface: v2.00 - von nun an We have our device [/ dev/video0] # cd uvc
# insmod uvcvideo.ko
...
Jan 10 12:08:36 nwal002 uvcvideo: Found UVC 1.00 device
Jan 10 12:08:36 nwal002 input: UVC Camera (046d: 0990) as / class/input/input4 usbcore
Jan 10 12:08:36 nwal002: registered new interface driver uvcvideo
Jan 10 12:08:36 nwal002 USB Video Class driver (v0.1.0)
the installation of any compatible software packages [http://www.quickcamteam.net/software/linux/v4l2-software] runs unspectacular. quite quickly find yourself with uvccapture-0.5, uvc-streamer and just deal mjpg-streamer.
of now runs
#. / mjpg_streamer-o-w `pwd` output_http.so / www-o-f output_file.so pics-d 300000 "
as daemon under non-root user [! / Dev / video group permission should have set write! ] And also writes every 5 minutes a static image, such as here.
mjpg order to enjoy the stream [user: walcherstrasse17, pwd: webcam] [Mozilla Firefox] browser to enjoy and
http://80.109.78.83:443/webcam/
...