Verizon USB720 on Fedora

August 30, 2007

The device was initially registered with Verizon using the VZaccess application on Windows. This may be a step that requires their annoy-ware. After that initial stage, the device contains an embedded phone number, that is required to do proper logging-in for National Access / Broadband Access.
Plugging this into a spare USB port on [...]

Comments Off

Hydrogen on FC6

January 27, 2007
Tags: , ,

# yum install qt-devel# QTDIR=/usr/lib/qt-3.3; export QTDIR
# yum install libsndfile-devel# yum install flac-devel# ./configure
# make
src/lib/xml/tinyxml.h:828: error: extra qualification ‘TiXmlDeclaration::’ on member ‘TiXmlDeclaration’
Problem : GCC 4 is giving us problems with hydrogen-0.9.3
Patch :# scite src/lib/xml/tinyxml.h &
@@ -823,7 +823,7 @@ /// Construct.- TiXmlDeclaration::TiXmlDeclaration( const char * _version,+ TiXmlDeclaration( const char * _version,
make now [...]

Comments Off