LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having 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


Reply
  Search this Thread
Old 01-15-2004, 10:35 PM   #1
marcnino
LQ Newbie
 
Registered: Oct 2003
Posts: 2

Rep: Reputation: 0
Synching a Sony Clie (Palm OS) with Mandrake 9.1 -- help!


Hello everyone. I just upgraded from my old trusty Palm IIIx to a new (Japanese) Sony Clie TJ25. I'm having trouble getting it to Hotsynch via USB with Mandrake 9.1. I've scoured the Net, tried many solutions, spent several hours, and pulled out what's left of my hair -- in the end, I still can't Hotsync.

I'm a Linux newbie, but I think the reason I can't sync is due to DevFS (or something) not creating the proper ports in /dev/. My USB port works fine, and I can mount the Clie as a removable drive just fine. When I hit the Hotsync button, Mandrake does recognize the device (KDE's Control Center > Information> USB Devices shows that a "Palm Handheld" is connected, and the logs below show the same). However, there are no ports or devices created in my /dev/ directory. Many of the FAQs I've read say that I should have /dev/ttyUSB?, /dev/pilot, or something that is automatically created by DevFS in /dev/tty or /dev/usb. I have none of these things.

I tried all sorts of things... hitting the Hotsync button and waiting a while, creating /dev/ttyUSB? manually (which gave no response from KPilot), changing permissions, and doing a lot of other things I can't remember now -- nothing has worked. As I said, my USB port works -- I can mount it as a drive just fine. Also, I used my Palm IIIx through a serial cable (/dev/ttyS0), and that works, too.

Basically, I'm at a loss as to what to do next. I desparately need this to work, and I've really hit a wall. Below are snippets from my log file, as well as dmesg output. Please, somebody become my new patron saint and help me! I'm really in over my head here... most of the output from the logs make little sense to me (still a newbie). Here's the data:

---
[marc]# modprobe visor
[marc]# tail -f /var/log/messages

# : usb.c: registered new driver serial
# : usbserial.c: USB Serial support registered for Generic
# : usbserial.c: USB Serial Driver core v1.4
# : usbserial.c: USB Serial support registered for Handspring Visor / Palm 4.0 / Clie 4.x
# : usbserial.c: USB Serial support registered for Sony Clie 3.5
# : visor.c: USB HandSpring Visor, Palm m50x, Sony Clie driver v1.6
# : usb.c: USB disconnect on device 00:07.2-1 address 12
# : hub.c: new USB device 00:07.2-1, assigned address 13
# : usb.c: USB device 13 (vend/prod 0x54c/0x169) is not claimed by any active driver.
# : /etc/hotplug/usb.agent: ... no modules for USB product 54c/169/100
(Upon cancelling Hotsync
# : usb.c: USB disconnect on device 00:07.2-1 address 13

---
[marc]# dmesg | grep usb
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-uhci.c: $Revision: 1.275 $ time 15:32:56 Mar 14 2003
usb-uhci.c: High bandwidth mode enabled
usb-uhci.c: USB UHCI at I/O 0x1c20, IRQ 11
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 1
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
usbdevfs: remount parameter error
usb.c: USB device 2 (vend/prod 0x54c/0x169) is not claimed by any active driver.
usb.c: USB disconnect on device 00:07.2-1 address 2
usb.c: USB device 3 (vend/prod 0x54c/0x169) is not claimed by any active driver.
usb.c: USB disconnect on device 00:07.2-1 address 3
usb.c: USB device 4 (vend/prod 0x54c/0x169) is not claimed by any active driver.
usb.c: USB disconnect on device 00:07.2-1 address 4
usb.c: USB device 5 (vend/prod 0x54c/0x169) is not claimed by any active driver.
usb.c: USB disconnect on device 00:07.2-1 address 5
usb.c: USB device 6 (vend/prod 0x54c/0x169) is not claimed by any active driver.
usb.c: USB disconnect on device 00:07.2-1 address 6
usb.c: USB device 7 (vend/prod 0x54c/0x169) is not claimed by any active driver.
usb.c: USB disconnect on device 00:07.2-1 address 7
usb.c: USB device 8 (vend/prod 0x54c/0x169) is not claimed by any active driver.
usb.c: USB disconnect on device 00:07.2-1 address 8
usb.c: USB device 9 (vend/prod 0x54c/0x169) is not claimed by any active driver.
usb.c: USB disconnect on device 00:07.2-1 address 9
usb.c: USB device 10 (vend/prod 0x54c/0x169) is not claimed by any active driver.
usb.c: USB disconnect on device 00:07.2-1 address 10
usb.c: USB device 11 (vend/prod 0x54c/0x169) is not claimed by any active driver.
usb.c: USB disconnect on device 00:07.2-1 address 11
usb.c: USB device 12 (vend/prod 0x54c/0x169) is not claimed by any active driver.
usb.c: registered new driver serial
usbserial.c: USB Serial support registered for Generic
usbserial.c: USB Serial Driver core v1.4
usbserial.c: USB Serial support registered for Handspring Visor / Palm 4.0 / Clie4.x
usbserial.c: USB Serial support registered for Sony Clie 3.5
usb.c: USB disconnect on device 00:07.2-1 address 12
usb.c: USB device 13 (vend/prod 0x54c/0x169) is not claimed by any active driver.
usb.c: USB disconnect on device 00:07.2-1 address 13
usb.c: USB device 14 (vend/prod 0x54c/0x169) is not claimed by any active driver.
---

Let me know if there's any other information I can provide. This is the kind of thing that keeps me up at night, so if anyone can help, please do so! Thanks!

Marc...
 
Old 01-15-2004, 10:38 PM   #2
marcnino
LQ Newbie
 
Registered: Oct 2003
Posts: 2

Original Poster
Rep: Reputation: 0
(One more thing...)

I noticed one error in my post... instead of " automatically created by DevFS in /dev/tty", it should say "/dev/tts". I tried Hotsyncing via both /dev/tts/0 and /dev/tts/1, and I still got nothing.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Synching Palm T|X on Linux? Tod_Con Linux - Software 1 10-31-2005 03:08 AM
Cannot Since Clie/Palm on vmlinuz-2.6.8.1-24mdk elyk1212 Mandriva 0 06-29-2005 12:35 PM
Can't sync Sony Clie N760c with Mandrake 10???Plz help. CM019 Linux - Hardware 1 11-13-2004 06:19 PM
Mandrake 10.0 and Sony Clie-25 - Unable to connect! Nylix Linux - Newbie 0 08-28-2004 03:41 AM
Sony Clie Palm desktop in Redhat 9.0 ? wlaw Linux - Software 0 06-23-2004 02:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 11:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration