Page 1 of 1

drivers for linux (opensource)

Posted: Thu Jun 26, 2008 8:55 pm
by iceprince
Does it exist working drivers and software for the PCI MAX 2007+, and the R.D.S board ?
It should be able to grab mp3 tags from Amarok ( or other linux mp3 players), and be able of remote controll via LAN/WLAN.
I know that Kubuntu hardy herring has support for remote admin ( command line).

Posted: Sun Jun 29, 2008 10:44 pm
by pcs
If you're willing to work on the project I can get you in touch with a few people.

Posted: Tue Jul 01, 2008 3:38 pm
by pcs
Here is a linux driver for PCI MAX, it even supports RDS:
http://pcimaxfm.devjavu.com/

It probably needs a quick update for the new rds daughter baord (v20).
The only new thing is a on/off parameter making it possible to turn the
rds encoder on or off, should take only a minute to a seasoned programmer.

Posted: Wed Jul 02, 2008 2:49 pm
by iceprince
I dont know anything about programming..

Posted: Wed Jul 02, 2008 3:55 pm
by pcs
Grab it off that site for a start and see how it works for pci max
without RDS function.

Otherwise you can use windows driver to set rds to ON and than use
it in llinux with old driver. The setting is stored in memory and
retained when you power-off the PC.
Than the old driver will work just perfectly.

Posted: Thu Jul 03, 2008 11:23 am
by iceprince
pcs wrote:Grab it off that site for a start and see how it works for pci max
without RDS function.

Otherwise you can use windows driver to set rds to ON and than use
it in llinux with old driver. The setting is stored in memory and
retained when you power-off the PC.
Than the old driver will work just perfectly.
I dont like windows ( or have it ), so i cant use the windows driver to set RDS to on.

Posted: Thu Jul 03, 2008 11:29 am
by pcs
Well maybe a friend does. I don't believe that in 2008 you don't have
access to at least one windows machine.
And if you don't than perhaps this is not a product for you yet, until
someone adds that command to the open-source linux driver.

M

Posted: Mon Aug 18, 2008 11:15 pm
by Dan
iceprince wrote:
pcs wrote:Grab it off that site for a start and see how it works for pci max
without RDS function.

Otherwise you can use windows driver to set rds to ON and than use
it in llinux with old driver. The setting is stored in memory and
retained when you power-off the PC.
Than the old driver will work just perfectly.
I dont like windows ( or have it ), so i cant use the windows driver to set RDS to on.
Marko was kind to send me the details on the new RDS daughterboard, and I have now updated the driver. After recompiling you can toggle the RDS signal by using:

Code: Select all

$ pcimaxctl --rds-signal=1
It's easy to automate transmitter operation with the command line tool. As an example you can set all PS/PD banks with a one-liner like this:

Code: Select all

$ for i in $(seq -w 0 39); do val=$val"PD$i=1,PS$i=..PS$i..,"; done; pcimaxctl --rds=$val; unset val

Posted: Mon Aug 18, 2008 11:42 pm
by pcs
Thanks, Dan,

great work as always.

Posted: Tue Aug 19, 2008 3:42 am
by bezerk
=D> =D> =D> =D> =D> =D> =D> =D> =D> =D>

~ THANK YOU ~

=D> =D> =D> =D> =D> =D> =D> =D> =D> =D>

This is very exciting, thank you very much.
I have one of the original PCIMAX cards that i am looking forward to putting in a fedora box i built from other peoples left over parts & hand-me-down stuff last week ~!!
(you rock~!)

=D> =D> =D> =D> =D> =D> =D> =D> =D> =D>

Posted: Wed Aug 20, 2008 5:15 pm
by Dan
bezerk wrote:I have one of the original PCIMAX cards that i am looking forward to putting in a fedora box i built from other peoples left over parts & hand-me-down stuff last week ~!!
Please keep us updated on how it turns out. There are 4 version profiles in the config script (2004/2005/2006/2007). 2007 is the default, if you have a 2004 card type:

Code: Select all

./configure --with-version=2004
If you have a pre-2004 card I can add 1st-generation PCI MAX support as it's implemented in the legacy 2.4 driver, but I'll need your help testing as I've only got a 2007 card myself.

Posted: Thu Aug 21, 2008 3:34 pm
by bezerk
Right on ~ Thank you very much~!!
I am looking forward to trying this!!