Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Nov 2005 23:47:23 +0100
From:      Paolo Pisati <p.pisati@oltrelinux.com>
To:        "Peter D. Quilty" <pdquilty@adelphia.net>
Cc:        FreeBSD_Usb <freebsd-usb@freebsd.org>
Subject:   Re: [panic] FreeBSD 6.x, Palm PDA and ucom/uvisor
Message-ID:  <20051129224722.GA1953@tin.it>
In-Reply-To: <1133281205.1164.9.camel@pdq-laptop>
References:  <20051127164524.GA621@tin.it> <1133281205.1164.9.camel@pdq-laptop>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 29, 2005 at 11:20:04AM -0500, Peter D. Quilty wrote:
> Paolo,
> I have a Tungsten C that I sync with Evolution on FreeBSD 6.0-RELEASE.
> You have to load ucom & uvisor first and then press the hotsync button.
> The Palm should show up as /dev/cuaU0.  With the new tty driver in 6.x,
> you don't access /dev/ucom0 any longer, but instead use /dev/cuaU0.

yes, but my problem is at lower level, my pda doesn't 'attach'... :)

$ kldstat 
Id Refs Address    Size     Name
 1   29 0xc0400000 36c780   kernel
 2    1 0xc076d000 6144     snd_ich.ko
 3    2 0xc0774000 205a8    sound.ko
 4    1 0xc0795000 51ec     ugen.ko
 5    1 0xc079b000 420c     ums.ko
 6    1 0xc07a0000 80b4     umass.ko
 7    1 0xc07a9000 90e0     ng_ubt.ko
 8    2 0xc07b3000 d568     netgraph.ko
 9    1 0xc07c1000 af00     if_iwi.ko
10    2 0xc07cc000 20cf0    wlan.ko
11    1 0xc07ed000 66114    acpi.ko
12    1 0xc385c000 33000    nfsclient.ko
13    2 0xc38bc000 1a000    linux.ko
14    1 0xc3928000 2000     rtc.ko
15    1 0xc3e8a000 3000     uvisor.ko
16    1 0xc3e8d000 3000     ucom.ko

[press hotsync button, and from dmesg]

ucom0: Tapwave, Inc. Tapwave Handheld, rev 1.10/1.00, addr 3

ucom0: failed to set configuration, err=TIMEOUT           <|
device_attach: ucom0 attach returned 6                    <|
uhub3: port 2, set config at addr 3 failed                <|
uhub3: device problem (TIMEOUT), disabling port 2         <|

$ ls -la /dev/u*
crw-r--r--  1 root  operator    0,  68 Nov 29 23:02 /dev/ugen0
crw-r--r--  1 root  operator    0,  69 Nov 29 23:02 /dev/ugen0.1
crw-r--r--  1 root  operator    0,  70 Nov 29 23:02 /dev/ugen0.2
crw-r--r--  1 root  operator    0,  71 Nov 29 23:02 /dev/ugen0.3
crw-r--r--  1 root  operator    0,  72 Nov 29 23:02 /dev/ums0
lrwxr-xr-x  1 root  wheel            6 Jan  1  1970 /dev/urandom -> random
crw-rw----  1 root  operator    0,  30 Nov 29 23:02 /dev/usb
crw-rw----  1 root  operator    0,  29 Nov 29 23:02 /dev/usb0
crw-rw----  1 root  operator    0,  31 Nov 29 23:02 /dev/usb1
crw-rw----  1 root  operator    0,  32 Nov 29 23:02 /dev/usb2
crw-rw----  1 root  operator    0,  33 Nov 29 23:02 /dev/usb3
crw-rw----  1 root  operator    0,  34 Nov 29 23:02 /dev/usb4
[flag@longino ~]
$ ls -la /dev/cu*
ls: /dev/cu*: No such file or directory
[flag@longino ~]

so, no ucom* nor cu*...

$ uname -a
FreeBSD longino 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Nov 27 17:07:24 CET 2005     root@longino:/usr/obj/usr/src/sys/LONGINO  i386

but if you say that it works with your tungsten c, it's strange it
doesn't work with mine...

do you laod first ucom then uvisor? or just uvisor?
could you test if your box crash how i described?

bye
-- 
Paolo




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051129224722.GA1953>