Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
basic udev clie sync struggles
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
mobymac
Apprentice
Apprentice


Joined: 29 Sep 2003
Posts: 169
Location: the red corner

PostPosted: Fri Mar 04, 2005 4:29 am    Post subject: basic udev clie sync struggles Reply with quote

I can't figure out how to get my clie to sync up at all.
I get a minimal read out when I have it plugged in and I hit the hotsync button:
Code:
ender dev # lsusb
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 002 Device 011: ID 054c:0169 Sony Corp.
Bus 001 Device 001: ID 0000:0000

and
Code:
ender dev # dmesg | grep usb
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb.c: new USB bus registered, assigned bus number 1
usb-uhci.c: $Revision: 1.275 $ time 20:53:14 Oct 25 2003
usb-uhci.c: High bandwidth mode enabled
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
usb-ohci.c: USB OHCI at membase 0xe0806000, IRQ 5
usb-ohci.c: usb-00:02.0, PCI device 10de:0067 (nVidia Corporation)
usb.c: new USB bus registered, assigned bus number 2
usb-ohci.c: USB OHCI at membase 0xe0808000, IRQ 10
usb-ohci.c: usb-00:02.1, PCI device 10de:0067 (nVidia Corporation)
usb.c: new USB bus registered, assigned bus number 3
usb.c: registered new driver hiddev
usb.c: registered new driver hid
usb.c: registered new driver audio
usb.c: registered new driver usb-storage
usb.c: USB device 2 (vend/prod 0x54c/0x169) is not claimed by any active driver.
usb.c: USB disconnect on device 00:02.0-3 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:02.0-3 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:02.0-3 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:02.0-3 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:02.0-3 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:02.0-3 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:02.0-3 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:02.0-3 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:02.0-3 address 10
usb.c: USB device 11 (vend/prod 0x54c/0x169) is not claimed by any active driver.

I can only surmise that I'm piling up those unclaimed devices because I'm not doing anything meaningful when my computer starts talking to the clie...? I surmise that I've got to get an "active driver" (what is that?) to claim the USB device when it is created. Is it udev that automatically assigns those things?

I hit sync on the clie, then on j-pilot and it sits there and doesn't do anything else. I eventually want to sync with some other program, but I can't even figure out j-pilot. I think my problem is more in not understanding how USB interfaces with the kernel or something... plus I really have no idea how udev works... let alone hotplug. That's for another day.

I don't get the seemingly standard /dev/ttyUSB* devices available when I hit sync on the clie. They're physically present in /dev (whether the clie is trying to sync or not), but nothing happens when I point j-pilot to them. Supposedly I'm supposed to get some readout on dmesg that the clie has been bound to a particular device, but I can't see that in the output I get.

Could someone please at least point me in the right direction? I've read all the howtos I could find on the forums, but most of them assume one can effectively sync their PDA already and want to do something more complicated. If there's a thread I've missed please point me there... thank you thank you.
Back to top
View user's profile Send private message
pcardout
n00b
n00b


Joined: 11 Mar 2005
Posts: 34
Location: Socorro, NM

PostPosted: Fri Mar 25, 2005 8:22 am    Post subject: If you're still stuck with your Clie, read on Reply with quote

I made some progress ... there's been more activity on the forum since you posted. I've gathered all the links
into one for my post.

https://forums.gentoo.org/viewtopic-t-313666-highlight-jpilot+clie.html

I used the "compile in" option rather than the "loadable modules" approach. I don't need "udev" at all.
Looking at your dmesg, I'm guessing you don't have the serial converter or the Visor support compiled in
(and probably you don't have the modules either, but you won't need them if you compile in.)

Read my post and look particularly about what to do in make menuconfig. I'm still not all the way there, but I
got a good backup of all my files tonight, so I think I'm real close to a sync.
_________________
I was born not knowing and have only
had a little time to change that here and there.
--Richard Feynman
Back to top
View user's profile Send private message
pcardout
n00b
n00b


Joined: 11 Mar 2005
Posts: 34
Location: Socorro, NM

PostPosted: Fri Mar 25, 2005 8:23 am    Post subject: If you're still stuck with your Clie, read on Reply with quote

I made some progress ... there's been more activity on the forum since you posted. I've gathered all the links
into one for my post.

https://forums.gentoo.org/viewtopic-t-313666-highlight-jpilot+clie.html

I used the "compile in" option rather than the "loadable modules" approach. I don't need "udev" at all.
Looking at your dmesg, I'm guessing you don't have the serial converter or the Visor support compiled in
(and probably you don't have the modules either, but you won't need them if you compile in.)

Read my post and look particularly about what to do in make menuconfig. I'm still not all the way there, but I
got a good backup of all my files tonight, so I think I'm real close to a sync.
_________________
I was born not knowing and have only
had a little time to change that here and there.
--Richard Feynman
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
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