Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Babel fish translates all that Deutsche as follows:
Quote:
Rear one, I had the same problem with synce rra the library. The solution of the error lies in the error message: with the option Werror are treated warnings as errors and broken off thus. Either you castest the problematic value delivery (was me too much work) or however you look for full text for Werror and schmeist in the src/Makefile and lib/Makefile raus (you can ignore Makefile.am or in confidently) If you do not know as, I can dispatch also the FC4-pakete to you; -) Greetings from Ankh Morpork
It is good practise, when responding to a particular post, to include enough info for others to be able to figure it out. Usually one would place the members name in boldface ahead of the reply and/or a quote showing what you are responding to.
Even better - when you want someone to send you a file for eg. is to send them an email with the request. You can do this by looking them up.
Sorry for the stupid question, but is there anybody who can gives advise:
Installed SynCE, (yum install synce*) no probems, and a working communication with the Ipaq (including the GNOME tools).
Have problems though with MultiSync. I found a Evolution2 plugin for FC4, which I installed, but get an error on the Synce-plugin: Failed to get plugin changed: unkown error.
I then tried to build everyting from the source, but get an error on the 'make' command on the RRA module: [root@lucky synce-rra-0.9.1]# make
make all-recursive
make[1]: Entering directory `/mnt/share/Download/Synce/synce-rra-0.9.1'
Making all in lib
make[2]: Entering directory `/mnt/share/Download/Synce/synce-rra-0.9.1/lib'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -g -O2 -I.. -g -O2 -MT common_handlers.lo -MD -MP -MF ".deps/common_handlers.Tpo" \
-c -o common_handlers.lo `test -f 'common_handlers.c' || echo './'`common_handlers.c; \
then mv -f ".deps/common_handlers.Tpo" ".deps/common_handlers.Plo"; \
else rm -f ".deps/common_handlers.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -g -O2 -I.. -g -O2 -MT common_handlers.lo -MD -MP -MF .deps/common_handlers.Tpo -c common_handlers.c -fPIC -DPIC -o .libs/common_handlers.o
cc1: warnings being treated as errors
common_handlers.c: In function 'on_mdir_line_description':
common_handlers.c:206: warning: pointer targets in passing argument 3 of 'parser_add_blob' differ in signedness
make[2]: *** [common_handlers.lo] Error 1
make[2]: Leaving directory `/mnt/share/Download/Synce/synce-rra-0.9.1/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/share/Download/Synce/synce-rra-0.9.1'
make: *** [all] Error 2
which means I cannot get the Synce-multisync-plugin installed as a part is missing.
Any help is REALLY appriciated as I need it for work, but am not doing any work as I am trying to get this to work...
I tried to install the CVS as well, but run into problems with the plugins as they are giving errors during the ./configure command: config.status: creating Makefile
config.status: error: cannot find input file: Makefile.in
... hmmm... understand it's been some years since I last installed SynCE to anything, however - look in the directory you ran config in and see if there is a file called makefile.in ... chances are you just don't have this. If not, then check the tarball (via fileroller) to see if it is there...
Take a look through the rest of the config output to see that it is detecting stuff in your system OK.
You may need to pass some parameters to the config script ... check any readme files about this.
However - returning to the initial post: the multisync plugin comes from: http://sourceforge.net/project/showf...ckage_id=92164 ... which one did you get? (There are no specific FC rpms here ... the one you got is for FC4, says you, but you have FC3?)
I followed the How to - SynCE connect using USB, and despite problems at the begining (see print out) the usb connection did start but the Raki applet did nothing and nothing happened at the computer end. After a short while a message came up on the PDA saying ???? I am not sure as someone touched the PDA and lost the message. It does appear the the PDA now has a connection but I am still unable to synchronise my info.
Anyone have any other suggestions.
Steve
cat: /proc/bus/usb/devices: No such file or directory
stephen@linux-di8z:~> su
Password:
linux-di8z:/home/stephen # cat /proc/bus/usb/devices > /tmp/before
cat: /proc/bus/usb/devices: No such file or directory
linux-di8z:/home/stephen # cat /proc/bus/usb/devices > /tmp/after
cat: /proc/bus/usb/devices: No such file or directory
linux-di8z:/home/stephen # diff /tmp/before /tmp/after
linux-di8z:/home/stephen # /sbin/modprobe ipaq
linux-di8z:/home/stephen # rmmod ipaq
linux-di8z:/home/stephen # modprobe ipaq
linux-di8z:/home/stephen # synce-serial-config ttyUSB0
You can now run synce-serial-start to start a serial connection.
linux-di8z:/home/stephen # dccm -p
dccm: option requires an argument -- p
Syntax:
dccm [-d LEVEL] [-f [-s]] [-h] [-p PASSWORD]
-d LEVEL Set debug log level
0 - No logging
1 - Errors only (default)
2 - Errors and warnings
3 - Everything
-f Do not run as daemon
-s Exit on device disconnect (only with -f)
-h Show this help message
-p PASSWORD Use this password when device connects
-r Allow dccm to run as root - USE AT YOUR OWN RISK!
linux-di8z:/home/stephen # dccm -p 2449
linux-di8z:/home/stephen # synce-serial-start
Serial connection established.
Using interface ppp0
Connect: ppp0 <--> /dev/ttyUSB0
local IP address 192.168.131.102
remote IP address 192.168.131.201
Script /etc/ppp/ip-up finished (pid 16720), status = 0x0
Modem hangup
Connect time 0.9 minutes.
Sent 0 bytes, received 1672 bytes.
Connection terminated.
Script /etc/ppp/ip-down finished (pid 16832), status = 0x0
synce-serial-start was unable to start the PPP daemon!
linux-di8z:/home/stephen # synce-serial-start
Serial connection established.
Using interface ppp0
Connect: ppp0 <--> /dev/ttyUSB0
local IP address 192.168.131.102
remote IP address 192.168.131.201
Script /etc/ppp/ip-up finished (pid 16973), status = 0x0
LCP terminated by peer
Connect time 1.0 minutes.
Sent 0 bytes, received 1672 bytes.
Script /etc/ppp/ip-down finished (pid 17089), status = 0x0
Connection terminated.
Modem hangup
synce-serial-start was unable to start the PPP daemon!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.