Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[HOWTO] p3nfs per telofonini symbian
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools)
View previous topic :: View next topic  
Author Message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Mon Jan 03, 2005 12:56 pm    Post subject: Reply with quote

darkdude wrote:
usavo hotplug,ora con coldplug FUNZIONA... ma perchè? :?:

Sicuramente avrai dimenticato qualcosa
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
skakz
Guru
Guru


Joined: 03 Jul 2004
Posts: 380
Location: Ischia/Napoli/Italia/Terra

PostPosted: Mon Jan 03, 2005 12:57 pm    Post subject: Reply with quote

Code:

root@omega sk # hciconfig hci0 up
root@omega sk # rfcomm bind /dev/rfcomm0 00:60:57:F3:88:F2 11
root@omega sk # /usr/bin/p3nfsd -dir /mnt/nokia/ -series60 -tty /dev/rfcomm0
p3nfsd: version 5.16, using /dev/rfcomm0 (115200), mounting on /mnt/nokia/
/dev/rfcomm0: Connection refused


poi mi ricordo di aver letto che per i kernel 2.6 il DEVTYPE è /dev/bluetooth/rfcomm/0
quindi:



Code:

root@omega sk # rfcomm release /dev/rfcomm0
root@omega sk # hciconfig hci0 down
root@omega sk # hciconfig hci0 up
root@omega sk # rfcomm bind /dev/bluetooth/rfcomm/0 00:60:57:F3:88:F2 11
root@omega sk # /usr/bin/p3nfsd -dir /mnt/nokia/ -series60 -tty /dev/bluetooth/rfcomm/0
p3nfsd: version 5.16, using /dev/bluetooth/rfcomm/0 (115200), mounting on /mnt/nokia/
/dev/bluetooth/rfcomm/0: Connection refused


(non mi chiede neanche il pin sul cellulare....)



il bluetooth sul cellulare è attivo e visibile a tutti e se faccio rivela dispositivi associati trova il mio computer.
_________________
Linux Registered User n.340423
Linux User Group Ischia
www.tush.it
Back to top
View user's profile Send private message
skakz
Guru
Guru


Joined: 03 Jul 2004
Posts: 380
Location: Ischia/Napoli/Italia/Terra

PostPosted: Mon Jan 03, 2005 4:30 pm    Post subject: Reply with quote

mi perdo sempre in un bicchiere di grappa.. :oops: :oops:
non avevo fatto partire nfsapp sul cell :oops: :oops: :oops: :oops:
sono desolato :oops: :oops:


ora c'è modo per fare tutto questo da utente?
_________________
Linux Registered User n.340423
Linux User Group Ischia
www.tush.it
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Mon Jan 03, 2005 5:12 pm    Post subject: Reply with quote

darkdude wrote:
ora c'è modo per fare tutto questo da utente?

Sinceramente devo ancora guardare visto che faccio tutto da root.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
nglrossi
n00b
n00b


Joined: 26 Apr 2003
Posts: 25
Location: Ireland/Italy

PostPosted: Mon Jan 17, 2005 9:17 am    Post subject: Reply with quote

Funziona alla perfezione con 3660..

Ora devo solo capire cosa sono C: D: E: Z: ( suppongo una sia la mem interna e una l'MMC, ma ne avanzano 2..).. e dove si trovano le varie cose che mi interessano e cosa non devo assolutamente toccare..


Complimenti Feeliallalinea..
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Mon Jan 17, 2005 9:21 am    Post subject: Reply with quote

nglrossi wrote:
Ora devo solo capire cosa sono C: D: E: Z: ( suppongo una sia la mem interna e una l'MMC, ma ne avanzano 2..).. e dove si trovano le varie cose che mi interessano e cosa non devo assolutamente toccare..

Se e' come il mio, anche se stiamo andando OT,
Code:
C: e' la memoria del telefono
D: la ram (non toccare)
E: la mmc
Z: e' la rom del telefonino che non si deve toccare

Sulla E:, mi pare ma non ne sono sicuro, anche se fai bordelli fa nulla al massimo perdi i dati. Comunque ci sono forum appositi per queste domande io ti indico www.6600.it
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Sat Feb 05, 2005 4:45 pm    Post subject: Reply with quote

sto provando ad installare p3nfs ma ricevo questo errore

Code:
# ebuild p3nfs-5.16.ebuild digest
!!! aux_get(): ebuild path for 'net-wireless/p3nfs-5.16' not specified:
!!!            None
!!! aux_get(): ebuild path for 'net-wireless/p3nfs-5.16' not specified:
!!!            None
doebuild(): aux_get() error reading net-wireless/p3nfs-5.16; aborting.
[root@bboy] [pts/2] [p3nfs] *17:41:49* # emerge -s p3nfs

_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Sat Feb 05, 2005 4:53 pm    Post subject: Reply with quote

Posta un pwd da dove sei
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Sat Feb 05, 2005 4:55 pm    Post subject: Reply with quote

[root@bboy] [pts/2] [p3nfs] *17:53:23* # pwd
/usr/local/portage/net-wireless/p3nfs
[root@bboy] [pts/2] [p3nfs] *17:55:10* #
_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Sat Feb 05, 2005 4:56 pm    Post subject: Reply with quote

# ls -l
total 4
-rw-r--r-- 1 root root 874 Feb 5 17:49 p3nfs-5.16.ebuild
[root@bboy] [pts/2] [p3nfs] *17:56:00* #
_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Sat Feb 05, 2005 5:06 pm    Post subject: Reply with quote

Sei sicuro di essre nella cartella /usr/local/portage/net-wireless/p3nfs con dento il file p3nfs-5.16.ebuild
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Sat Feb 05, 2005 5:11 pm    Post subject: Reply with quote

certo che sono sicuro te lò anche postato :roll:
[root@bboy] [pts/2] [p3nfs] *18:09:56* # ls -l /usr/local/portage/net-wireless/p3nfs/
total 4
-rw-r--r-- 1 root root 874 Feb 5 17:49 p3nfs-5.16.ebuild
[root@bboy] [pts/2] [p3nfs] *18:10:31* #

come leggi dal prompt sono dentro alla dir p3nfs in /usr/local/portage/net-wirless/p3nfs
_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Sat Feb 05, 2005 5:18 pm    Post subject: Reply with quote

E in make.conf hai la linea
Code:
PORTDIR_OVERLAY=/usr/local/portage
:?:
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Sat Feb 05, 2005 5:21 pm    Post subject: Reply with quote

ecco il problema risolto :D
grazie fede
_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Sat Feb 05, 2005 5:35 pm    Post subject: Reply with quote

ho un altro problema ufffffffffffff

qui nella guida dice

Installare il programma sul vostro telefonino
Per potere usare questo programma dovrete usare installare anche il client sul vostro cellulare. Non c'e' un metodo solo per farlo e quindi sta a voi riuscire a installarlo. Comunque l'applicazione da installare la trovare sotto /usr/share/doc/p3nfs-5.16/ e si chiama
Codice:
nfsapp-2.8-<vostro sistema telefono>.sis

(per il nokia 6600 il file e' nfsapp-2.8-series60.sis

ma

Code:
# find / -name nfsapp-2.8-series60.sis
find: /proc/9559/task: No such file or directory
find: /proc/9969/task: No such file or directory
[root@bboy] [pts/2] [doc] *18:33:41* #       

_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Sat Feb 05, 2005 5:36 pm    Post subject: Reply with quote

Prova a vedere in /usr/share/doc/p3nfs-5.16/
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Sat Feb 05, 2005 5:41 pm    Post subject: Reply with quote

ok trovato ma ora come lò metto dentro al mio cell quel file???non dovrò mica andare su windows per farlo :roll: :roll: lol
_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Sat Feb 05, 2005 5:43 pm    Post subject: Reply with quote

RockSteady wrote:
ok trovato ma ora come lò metto dentro al mio cell quel file???non dovrò mica andare su windows per farlo :roll: :roll: lol

Io si ho fatto cosi' con il portatile di una mia amica.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Sat Feb 05, 2005 6:13 pm    Post subject: Reply with quote

ok ho trasferito il file nel cell
ma mi scrive

failed (-33)
kbd:63498>

e quando avvio symbian
Code:
# /etc/init.d/symbian start
 * Starting portmap...                                                    [ ok ]
 * Mounting Symbian series60 device on /mnt/nokia - Please accept the connection on the device...
p3nfsd: version 5.16, using /dev/rfcomm0 (115200), mounting on /mnt/nokia
/mnt/nokia: No such file or directory
 * Failed to start the symbian service - Please verify your settings in /etc/conf.d/symbian                                           

_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Sat Feb 05, 2005 6:33 pm    Post subject: Reply with quote

Hai configurato tutti i file nel modo giusto?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Sat Feb 05, 2005 6:35 pm    Post subject: Reply with quote

non sò cosa devo mettere quando nella guida dice

Dovrete cambiare il BDADDR, CHANNEL e DEVICE a seconda del vostro telefono

mi potresti spiegare?
_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Sat Feb 05, 2005 6:41 pm    Post subject: Reply with quote

ok con kdebluetooth funziona alla grande anche se nn era questa la soluzione che cercavo :D
grazie fede
_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools) All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum