|
|
2008-09-17
, 08:48
|
|
|
Posts: 5,478 |
Thanked: 5,222 times |
Joined on Jan 2006
@ St. Petersburg, FL
|
#2
|
|
|
2008-09-17
, 08:59
|
|
Posts: 4 |
Thanked: 0 times |
Joined on Sep 2008
|
#3
|
|
|
2008-09-17
, 09:04
|
|
|
Posts: 5,478 |
Thanked: 5,222 times |
Joined on Jan 2006
@ St. Petersburg, FL
|
#4
|
The omap chip in the N800 has sdio capabilities, there just is no driver for this specific card, It's my job to make them... First thing I have to figure out is how to let the n800 read cards while the door is not closed.
|
|
2008-09-17
, 09:51
|
|
Posts: 4 |
Thanked: 0 times |
Joined on Sep 2008
|
#5
|
|
|
2008-09-17
, 10:58
|
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#6
|
|
|
2008-09-17
, 15:29
|
|
Posts: 4 |
Thanked: 0 times |
Joined on Sep 2008
|
#7
|
|
|
2008-09-17
, 19:59
|
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#8
|
It is just a matter of commenting out few (two?) lines in omap mmc driver to check for cards periodically even if door is openened.
/*
* If no cards are inserted, we postpone polling until
* the cover has been closed.
*/
if (list_empty(&slot->mmc->cards))
return;
For my thesis I have to make the nokia N800 compatible with the Tmote Mini SDIO card for an indoor positioning system.
The SDIO card is to big for the door to close, I read here that it can easily be altered on the n800 so that it doesn't need to be closed. I however did not find what has to be altered. Does anybody know?
Another problem:
I can't seem to connect the N800 with my pc (ubuntu 8.04, I also tried 7.04).
As usb storage device it is working fine, but if I want to connect with usb networking I get these errors when I do ifup usb0:
usb0: ERROR while getting interface flags: No such device
SIOCSIFADDR: No such device
usb0: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
SIOCSIFBRDADDR: No such device
usb0: ERROR while getting interface flags: No such device
usb0: ERROR while getting interface flags: No such device
Failed to bring up usb0.
I followed the guide here: http://maemo.org/development/documen..._connectivity/
I found a post online of someone who has the same problem here: http://www.gossamer-threads.com/list...iew_flat#38947 but there is no solution there...
Anybody has an idea?
If not: Is it possible to get ssh acces to the N800 using bluetooth? I can pair the n800 with my laptop but I don't know what to do next then...
Thank you!