Skocz do zawartości

Fc4, (bluetooth|dss-25), Se P910i


uosiu

Rekomendowane odpowiedzi

mam pytanie: jak uruchomic stacje dokujaca (dss-25) dolaczona do telefonu sony-ericssona P910i? ewentyualnie: jak wyglada sprawa z bluetooth? powinien przyjsc z allegro na dniach... dodam tylko ze pod WinXP nie udalo mi sie jej uruchomic (jest w menadzerze urzadzen, nie ma w bezpiecznym usuwaniu sprzetu i nie widzi telefonu)

//

znalazlem gdzies soft do symbiana zeby go odpalic

http://www.koeniglich.de/p3nfs/usb.linux INSRUKCJA

[uosiu@localhost ~]$ su -
Password:
[root@localhost ~]# cd ~uosiu
[root@localhost uosiu]# cd p3nfs-5.18/p3nfs-5.18/
[root@localhost p3nfs-5.18]# ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for gcc... /usr/bin/gcc
checking for AIX... no
checking for strerror... yes
checking for additional libraries... checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... yes
checking for svcudp_create in -lrpcsoc... no
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/errno.h usability... yes
checking sys/errno.h presence... yes
checking for sys/errno.h... yes
checking sys/ttold.h usability... no
checking sys/ttold.h presence... no
checking for sys/ttold.h... no
checking for stdlib.h... (cached) yes
checking for mount table... /etc/mtab
checking for default serial line... /dev/ttyS0
checking Psion SDK... missing
checking Series80 SDK... missing
checking Series60 SDK... missing
checking UIQ SDK... missing
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nfsd/Makefile
config.status: creating utils/p3nfs.spec
config.status: creating epoc32/nfsapp/Makefile
config.status: creating epoc32/nfsapp/version
config.status: creating doc/p3nfsd.1
config.status: creating nfsd/config.h
[root@localhost p3nfs-5.18]# make
cd nfsd; make all
make[1]: Entering directory `/home/uosiu/p3nfs-5.18/p3nfs-5.18/nfsd'
gcc -O2 -Wall -I.   -c -o mp_main.o mp_main.c
gcc -O2 -Wall -I.   -c -o mp_mount.o mp_mount.c
mp_mount.c: In function ‘dosystem’:
mp_mount.c:243: warning: missing sentinel in function call
gcc -O2 -Wall -I.   -c -o nfs_prot_svc.o nfs_prot_svc.c
gcc -O2 -Wall -I.   -c -o nfs_prot_xdr.o nfs_prot_xdr.c
gcc -O2 -Wall -I.   -c -o mp_pfs_ops.o mp_pfs_ops.c
gcc -O2 -Wall -I.   -c -o mp_serial.o mp_serial.c
gcc -O2 -Wall -I.   -c -o mp_inode.o mp_inode.c
gcc -O2 -Wall -I.   -c -o mp_xmit.o mp_xmit.c
mp_xmit.c: In function ‘dump_data’:
mp_xmit.c:133: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness
mp_xmit.c:144: warning: pointer targets in passing argument 1 of ‘puts’ differ in signedness
mp_xmit.c:151: warning: pointer targets in passing argument 1 of ‘puts’ differ in signedness
mp_xmit.c: In function ‘getbyte’:
mp_xmit.c:349: warning: pointer targets in passing argument 1 of ‘dump_data’ differ in signedness
gcc -O2 -Wall -I.   -c -o crc.o crc.c
gcc -O2 -Wall -I.   -c -o pty.o pty.c
pty.c: In function ‘init_pty’:
pty.c:201: warning: missing sentinel in function call
gcc -O2 -Wall -I.   -c -o tcp.o tcp.c
tcp.c: In function ‘init_tcp’:
tcp.c:65: warning: pointer targets in passing argument 3 of ‘getsockname’ differ in signedness
tcp.c:77: warning: pointer targets in passing argument 3 of ‘accept’ differ in signedness
gcc -lnsl  -o p3nfsd mp_main.o mp_mount.o nfs_prot_svc.o nfs_prot_xdr.o mp_pfs_ops.o mp_serial.o mp_inode.o mp_xmit.o crc.o pty.o tcp.o
make[1]: Leaving directory `/home/uosiu/p3nfs-5.18/p3nfs-5.18/nfsd'
cd epoc32/nfsapp; make all
make[1]: Entering directory `/home/uosiu/p3nfs-5.18/p3nfs-5.18/epoc32/nfsapp'
make[1]: Nie nic do roboty w `all'.
make[1]: Leaving directory `/home/uosiu/p3nfs-5.18/p3nfs-5.18/epoc32/nfsapp'
[root@localhost p3nfs-5.18]# make install
mkdir -p //usr/bin
install -o root -m 04755 nfsd/p3nfsd //usr/bin
mkdir -p //usr/share/man/man1
cp doc/p3nfsd.1 //usr/share/man/man1
mkdir -p //usr/share/doc/p3nfs-5.18
cp README CHANGES LICENCE //usr/share/doc/p3nfs-5.18
cp doc/Epoc16 doc/Epoc32_R5 doc/Epoc32_R6 //usr/share/doc/p3nfs-5.18
cp doc/usb.linux doc/bluetooth.linux //usr/share/doc/p3nfs-5.18
cp bin/*.sis  */opl/*.opl epoc16/nfsc/nfsc.app //usr/share/doc/p3nfs-5.18
[root@localhost p3nfs-5.18]# nano /etc/named.conf
[root@localhost p3nfs-5.18]# cd /var/named/
[root@localhost named]# nano
[root@localhost named]# cd /etc/ppp/peers/
[root@localhost peers]# nano
[root@localhost peers]# nano
[root@localhost peers]# /usr/sbin/pppd call p800-usb
[root@localhost peers]# /etc/init.d/named start
Starting named:
Error in named configuration:
zone localdomain/IN: loaded serial 42
zone localhost/IN: loaded serial 42
zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022700
zone 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loaded serial 1997022700
zone 255.in-addr.arpa/IN: loaded serial 42
zone 0.in-addr.arpa/IN: loaded serial 42
mrouter:4: no current owner name
mrouter:5: no current owner name
mrouter:12: no current owner name
dns_master_load: mrouter:14: unexpected end of line
dns_master_load: mrouter:13: unexpected end of input
dns_rdata_fromtext: mrouter:15: near '169.254.1.68': extra input text
mrouter:16: unknown RR type 'wsockhost'
zone mrouter/IN: loading master file mrouter: no owner
_default/mrouter/IN: no owner
                                                          [ZAWIÓDŁ]
[root@localhost peers]# p3nfsd -UIQ -tcp
p3nfsd: version 5.18, using tcp port 13579, mounting on /mnt/psion
/mnt/psion: No such file or directory
[root@localhost peers]#                                                    

to jest moja zabawa od poczatku z programikiem. jak widac nie dziala

Odnośnik do komentarza
Udostępnij na innych stronach

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
×
×
  • Dodaj nową pozycję...