I am from korea.
I installed maemo sdk diablo.
I found the gps driver but it is binary code.
I am looking for gps driver. How to get pgs driver for N810?
If I cnat get the driver, I wnat to downlod the bianary code for linux-2.6.28.
Help me.![]()
I am from korea.
I installed maemo sdk diablo.
I found the gps driver but it is binary code.
I am looking for gps driver. How to get pgs driver for N810?
If I cnat get the driver, I wnat to downlod the bianary code for linux-2.6.28.
Help me.![]()
TryThis is closed source package thus source package is not publicly available.Code:apt-get install gpsdriver
Last edited by enestto; 2010-04-26 at 09:17. Reason: question is changed.
I mean..I installed sdk and I downloaded maemo kernel.
Before I compiled the kerenl via command "make" I found the config file ".config".
So I opened it but I cant the option about the driver. The reason I think is followed.
1) I cant name of the driver from the config file. The driver's name is TI5300.
2) I found only binary code and it was located in the root file system.
So I wonder if I can select the option about GPS driver via command "make menuconfig".![]()
You can load driver with modprobe and unload it with modprobe -r.
From the binary package it actually appears that this is user space driver.