View previous topic :: View next topic |
Author |
Message |
blakegrover n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/13992480614185061970e48.jpg)
Joined: 31 Oct 2004 Posts: 23 Location: Idaho
|
Posted: Fri Sep 09, 2005 8:07 pm Post subject: Problems with Palm m125 |
|
|
I know it sounds odd but I would like to get a Palm m125 working with gentoo. Its for my job and it is the only handheld computer they offered. I have followed many guides on how to get a palm connected but I seem to have an error and I can not find any help on this subject. I have recompiled my 2.6.12-r10 kernel so it has usbserial, visor, and they other modules that they say to put in, I run modprobe usbserial, then modprob visor, then I do a lsmod and this is what is displayed:
Code: | Blake src # /sbin/lsmod
Module Size Used by
visor 18700 0
usbserial 27752 1 visor
|
Then I put the palm in the cradle and push the hotsink button and then look in my logs but I don't see it connecting. Here is the page I have been using to help me http://howto.pilot-link.org/ppp/cb.html I also have tried to use kpilot I would like to use Kmail and Kontacts to sync with, but if I use the wizard and choose the autodetect and it crashes with this error code:
Code: | Pilot Path /dev/tts/0 already connected.
QString::arg(): Argument missing: Already listening on that device, /dev/tts/0
kpilot: ERROR: [bool KPilotDeviceLink::open(QString)] : Already listening on that device Check Pilot path and permissions.
KCrash: Application 'kpilot' crashing...
|
Thanks
Blake |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gentsquash l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 03 Nov 2004 Posts: 753 Location: Still a Gentoo beginner.
|
Posted: Tue Sep 13, 2005 2:15 am Post subject: |
|
|
Does
(emerge app-admin/usbview) show the Palm,
when you push the hotsync button? _________________ Your thread resolved? Putting [SOLVED] in its title helps all Gentooers. (Button "edit" , first post)
Prof. Jonathan LF King, Mathematics dept., University of Florida |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
blakegrover n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/13992480614185061970e48.jpg)
Joined: 31 Oct 2004 Posts: 23 Location: Idaho
|
Posted: Tue Sep 13, 2005 2:17 pm Post subject: |
|
|
No it only shows Intel Corporation 82801/DBM, in my log files it doesn't register a palm device either
Blake |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gentsquash l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 03 Nov 2004 Posts: 753 Location: Still a Gentoo beginner.
|
Posted: Wed Sep 14, 2005 2:12 am Post subject: |
|
|
If usbview doesn't show the Palm, then the deficiency is at a
lower level than I know how to deal with. You may need to await
the reply of someone smarter. _________________ Your thread resolved? Putting [SOLVED] in its title helps all Gentooers. (Button "edit" , first post)
Prof. Jonathan LF King, Mathematics dept., University of Florida |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
blakegrover n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/13992480614185061970e48.jpg)
Joined: 31 Oct 2004 Posts: 23 Location: Idaho
|
Posted: Wed Sep 14, 2005 4:41 am Post subject: |
|
|
Ok thanks
Blake |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
btlee Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 03 Sep 2004 Posts: 168 Location: San Francisco
|
Posted: Wed Sep 14, 2005 5:52 am Post subject: Re: Problems with Palm m125 |
|
|
blakegrover wrote: | I know it sounds odd but I would like to get a Palm m125 working with gentoo. Its for my job and it is the only handheld computer they offered. I have followed many guides on how to get a palm connected but I seem to have an error and I can not find any help on this subject. I have recompiled my 2.6.12-r10 kernel so it has usbserial, visor, and they other modules that they say to put in, I run modprobe usbserial, then modprob visor, then I do a lsmod and this is what is displayed:
Code: | Blake src # /sbin/lsmod
Module Size Used by
visor 18700 0
usbserial 27752 1 visor
|
Then I put the palm in the cradle and push the hotsink button and then look in my logs but I don't see it connecting. Here is the page I have been using to help me http://howto.pilot-link.org/ppp/cb.html I also have tried to use kpilot I would like to use Kmail and Kontacts to sync with, but if I use the wizard and choose the autodetect and it crashes with this error code:
Code: | Pilot Path /dev/tts/0 already connected.
QString::arg(): Argument missing: Already listening on that device, /dev/tts/0
kpilot: ERROR: [bool KPilotDeviceLink::open(QString)] : Already listening on that device Check Pilot path and permissions.
KCrash: Application 'kpilot' crashing...
|
Thanks
Blake |
If you use udev, change the device path into /dev/tts/USB0 or /dev/tts/USB1. _________________ AMD64 3200+, 2G/160G+250G
DELL 700m, 1.8GHz, 2G/80G
iBook G3-500Mhz, 640M/100G |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
blakegrover n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/13992480614185061970e48.jpg)
Joined: 31 Oct 2004 Posts: 23 Location: Idaho
|
Posted: Wed Sep 14, 2005 2:10 pm Post subject: |
|
|
I don't have udev, because the path /dev/tts/USB0 dosen't exist |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
btlee Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 03 Sep 2004 Posts: 168 Location: San Francisco
|
Posted: Wed Sep 14, 2005 9:05 pm Post subject: |
|
|
blakegrover wrote: | I don't have udev, because the path /dev/tts/USB0 dosen't exist |
I don't understand if you have not udev.
to check if you use udev, run `ps ax|grep udev`.
usually, /dev/tts/ directory will appear, after you press sync button.
if you don't press sync button in palm, udev does not make /dev/tts and USB[01]. _________________ AMD64 3200+, 2G/160G+250G
DELL 700m, 1.8GHz, 2G/80G
iBook G3-500Mhz, 640M/100G |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|