That was not my initial intention, however I don't see any problem in building a CD to boot it. I will work on this as well.
You might consider throwing in I2C support since its built into the M10k and other EPIA boards. The new radio that Seth is working on will initially be controlled over I2C.Originally Posted by bpierce815
That was not my initial intention, however I don't see any problem in building a CD to boot it. I will work on this as well.
I didn't turn my back on my country, my country turned it's back on me.
Hi,
I will install slackware on my soon-to-be carputer and start testing headunit tonight, It looks where promising, great to have a linux alternative
Things on my must-have list is:
1. IBUS control (For all BMW owners)
2. Wardriving interface
3. Live TV
4. ODB-2 interface
I will start working on IBUS as soon as I get my interfacecard.
Best regards,
Thomas
Kismet? Of course this will most likely require drivers to put a USB wifi device in moniter mode...if they existOriginally Posted by Tomas-
I use an Epia M that has a PCMCIA card slot. Kismet is very happy with it.Originally Posted by cyber
I use a USB port for my GPS mouse.
Prism 2 wireless usb devices have this ability. Actually I think that one that is easily done is branded by Microsoft.![]()
I think it's this one: http://www.microsoft.com/products/in...0b14f&type=ovr
I didn't turn my back on my country, my country turned it's back on me.
My thought exactly!Originally Posted by millec
I have a Orinoco silver pcmciacard with external antenna input that I plan to use for this.
BMW 325i -01
Computer hardware:
VIA Epia MII 10000 Nehemiah 256MB/160GB
Casetronic Travla C158
Gain 7" TS
USB GPS
Opus DC-DC 150W
Software: Frodoplayer and Mapmonkey
Sound system: Front kit: DLS UP6, Rear: DLS 425 Powered by DLS RA40
Trying to compile and test the CVS version.
First off I had to make some changes to get it to compile under slackware 10 (fresh install) and second when I run it I get the following:
root@testbed:~/headunit# ./headunit
QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers: QMYSQL3
QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers: QMYSQL3
I tried to change the DEFINE in DBHandler.h from QSQLITE to QMYSQL3 to no avail, should I stay away from the CVS version of headunit?
Syncing the database gives:
entering: /mp3
entering: /mp3/Forbidden_Paradise_5-Arctic_Expedition-CCMP3D
processing: /mp3/Forbidden_Paradise_5-Arctic_Expedition-CCMP3D/01-coyote-hidden_clouds_(attic_mix)_ccmp3d.mp3
parsed ID3 tag: artist=[Forbidden Paradise] title=[Coyote - Hidden Clouds (Attic]
QSqlQuery:repare: database not open
QSqlQuery::exec: database not open
ok
etc and moves on the next mp3, no mp3's are available in the playlist after the GUI starts up.
BMW 325i -01
Computer hardware:
VIA Epia MII 10000 Nehemiah 256MB/160GB
Casetronic Travla C158
Gain 7" TS
USB GPS
Opus DC-DC 150W
Software: Frodoplayer and Mapmonkey
Sound system: Front kit: DLS UP6, Rear: DLS 425 Powered by DLS RA40
i run slackware also and i don't think the standard qt package comes with the mysql drivers. I remember installing it myself.. also i don't have the sqllite driver.
/usr/lib/qt/plugins/sqldrivers
mzupan@homer:/usr/lib/qt/plugins/sqldrivers$ ls
libqsqlmysql.so
EDIT:
ok i remember now..
cd /usr/lib/qt-3.3.3/plugins/src/sqldrivers/sqlite
then check out the README file
'98 Explorer Sport
http://mp3car.zcentric.com (down atm)
AMD 800mhz 192megs RAM 60gig hard drive 9 inch widescreen VGA
80% done
Ah... I thought that it was the standalone sqlite that was used... this makes it a bit clearer
Alriteroot@testbed:/usr/lib/qt/plugins/src/sqldrivers/sqlite# more README
You will need the SQLite development headers and libraries installed
before compiling this plugin.
See the Qt SQL documentation for more information on compiling Qt SQL
driver plugins (sql-driver.html).
Originally Posted by sql-driver.doc
Looks like I have to compile QT myself, I hate softwareOriginally Posted by try to compile
QT takes about 3-4 hours to compile on this machine
![]()
BMW 325i -01
Computer hardware:
VIA Epia MII 10000 Nehemiah 256MB/160GB
Casetronic Travla C158
Gain 7" TS
USB GPS
Opus DC-DC 150W
Software: Frodoplayer and Mapmonkey
Sound system: Front kit: DLS UP6, Rear: DLS 425 Powered by DLS RA40
Bookmarks