Notizblock
Contents |
common
[ 44%] Building CXX object kio/kio/dummyanalyzers/CMakeFiles/dummy.dir/dummyanalyzers.o /root/kdelibs/kio/kio/dummyanalyzers/dummyanalyzers.cpp:44: error: conflicting return type specified for ‘virtual char DummyEndAnalyzer::analyze(Strigi::AnalysisResult&, Strigi::InputStream*)’ /root/kde/include/strigi/streamendanalyzer.h:37: error: overriding ‘virtual signed char Strigi::StreamEndAnalyzer::analyze(Strigi::AnalysisResult&, Strigi::InputStream*)’ make[2]: *** [kio/kio/dummyanalyzers/CMakeFiles/dummy.dir/dummyanalyzers.o] Error 1 make[1]: *** [kio/kio/dummyanalyzers/CMakeFiles/dummy.dir/all] Error 2 make: *** [all] Error 2 makeobj[0]: Leaving directory `/root/kdelibs-build'
Thorst%D0%B5nStaerk http://abi97forum.netwalks.de/viewtopic.php?t=5 https://87.230.12.146 http://87.230.12.146/squirrelmail https://kis.hosteurope.de 124342 sdaf Weg von GER nach ROT: 51,2 km; 51,8km Weg von GER nach ROT über Landstraße über WDF: 42,1 km MO 11:30-19:00 TU 9:00-18:45 WE 9:15- áa+äaaaá http://forum.firmware-flash.com/viewtopic.php?p=119854 http://forum.rpc1.org/viewtopic.php?t=21903&start=0 dritte seite von den letzten link hatt am ende ein neue firmware, die kannst du mal probieren um deine -R dvd rohlinge zu brennen. wenn es nicht funktioniert kannst du immer noch den alten firmware zurueckspielen mencoder test.dv -o test.avi -oac lavc -ovc lavc
Video conversion
mencoder -vf pp=ci -oac mp3lame -ovc x264 -x264encopts pass=1 -o test_010.avi file.dv
with cubic interpolation
mencoder capture013.dv -o capture013.avi -vf pp=ci -oac lavc -ovc lavc
WPA
Trying to get wpa working with SUSE 10.2 and a prism54 card.
- yast2 -i madwifi-devel
- download and unpack wpa_supplicant 0.5.7
- copy defconfig to .config
- modify .config, make sure it contains
# Driver interface for madwifi driver CONFIG_DRIVER_MADWIFI=y # Change include directories to match with the local setup CFLAGS += -I/usr/include/madwifi-0.9.2
- make
- make install (fails)
WLAN
Managed
SWWLAN
WPA-PSK
Passphrase
Portemonnaie
- Kreditkarte - EC-Karte - Geld
My UMTS
Dell Novatel Wireless HSDPA Modem drivers: option loading option
akademie2008
need to get into wlan via knetworkmanager.
Saturday
- slept in Montreal hotel
Sunday
- icecream
- qtwebkit-presentation
- met with dfaure
- ktimetracker-article for mediawiki
Monday
Tuesday
- n810
- Usability discussion with Tobias
- Cornelius had a t-shirt where it was written on: read books, no t-shirts
Wednesday
- to install openssh on a nokia 810
- activate the maemo repository in the package manager
- settings->application manager
- tools -> application catalog
- memo extras -> edit -> un-tag "disabled"
- close
- browse installable applications
- all
- openssh
- install
Thursday
- ScratchBox is the virtual machine that you can use to simulate a Nokia N810
- set it up using http://tablets-dev.nokia.com/4.1/INSTALL.txt
scratchbox
Scratchbox allows me to cross-compile ARM binaries on my i386. Source: http://tablets-dev.nokia.com/4.1/INSTALL.txt
wget http://repository.maemo.org/stable/diablo/maemo-scratchbox-install_4.1.sh chmod 777 maemo-scratchbox-install_4.1.sh ./maemo-scratchbox-install_4.1.sh
- make target1
wget http://repository.maemo.org/stable/diablo/maemo-sdk-install_4.1.sh sh maemo-sdk-install_4.1.sh
- start scratchbox
sb-conf select DIABLO_ARMEL gcc main.c [sbox-DIABLO_ARMEL: ~] > file a.out a.out: ELF 32-bit LSB executable, ARM, version 1 (SYSV), for GNU/Linux 2.6.8, dynamically linked (uses shared libs), not stripped
- copy the file to your Nokia N810 using scp
=> the file is executable on the Nokia
- now install QT
apt-get install libqt4-dev
install subversion
- to install openssh on a nokia 810
- activate the maemo repository in the package manager
- settings->application manager
- tools -> application catalog
- memo extras -> edit -> un-tag "disabled"
- close
- browse installable applications
- all
- openssh
- install
ssh root@localhost apt-get install subversion
install cmake
wget http://www.cmake.org/files/v2.6/cmake-2.6.1.tar.gz tar -zxf cmake-2.6.1.tar.gz mkdir cmake-build cd cmake-build ../cmake-2.6.1/bootstrap make