Re: USB IrDA Adapter

2006-10-03 Thread Zeng Nan
On Sat, Sep 30, 2006 at 02:58:45PM +0300, Luchezar Petkov wrote:
 Hello all,
   I really need your help. I've just brought my first USB IrDA
   adapter to conncect my phone (Sony Ericsson K300i) to my computer.
   It is recognized by FreeBSD (6.2 beta 1) ::
   ugen0: Prolific Technology Inc. USB-Serial Controller, rev
   1.10/3.00, addr 2
   --
   addr 1: OHCI root hub, SiS
  uhub1
addr 2: USB-Serial Controller, Prolific Technology Inc.
 ugen0
 
And... What to do now? How to take the pictures from my photo
camera? How to put files on my phone? I don't know what to do..
Any ideas?
 
Check out: gnokii, gammu in the ports. I have successfully 
sent out sms with my Nokia 6070 under AT mode using gnokii. 
You may also need birda, but I'm not sure.

-- 
Zeng Nan   

MY BLOG: http://zengnan.blogspot.com
Public Key: http://pgp.mit.edu/ | www.keyserver.net

~~~
Just because you're paranoid doesn't mean they AREN'T after you.

~~~


pgpCthZgZeaBP.pgp
Description: PGP signature


Re: USB IrDA Adapter

2006-10-02 Thread Jonathan McKeown
On Saturday 30 September 2006 13:58, Luchezar Petkov wrote:

 I really need your help. I've just brought my first USB IrDA
 adapter to conncect my phone (Sony Ericsson K300i) to my computer.
 It is recognized by FreeBSD (6.2 beta 1) ::
 ugen0: Prolific Technology Inc. USB-Serial Controller, rev
 1.10/3.00, addr 2
 --
 addr 1: OHCI root hub, SiS
 uhub1
 addr 2: USB-Serial Controller, Prolific Technology Inc.
 ugen0
 
 And... What to do now? How to take the pictures from my photo
 camera? How to put files on my phone? I don't know what to do..
 Any ideas?

It sounds like the adapter is trying to present itself as a serial port. The 
Prolific Technology USB-Serial controller needs the uplcom(4) driver either 
compiled into the kernel or loaded as a module.

Try (as root)

kldload uplcom

and then plugging your adapter in. You should see a message about ucom rather 
than ugen, and the devices should be something like

/dev/ttyU0
/dev/cuaU0

as the tty and callout devices for the adapter.

Jonathan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


USB IrDA Adapter

2006-09-30 Thread Luchezar Petkov
Hello all,
  I really need your help. I've just brought my first USB IrDA
  adapter to conncect my phone (Sony Ericsson K300i) to my computer.
  It is recognized by FreeBSD (6.2 beta 1) ::
  ugen0: Prolific Technology Inc. USB-Serial Controller, rev
  1.10/3.00, addr 2
  --
  addr 1: OHCI root hub, SiS
 uhub1
   addr 2: USB-Serial Controller, Prolific Technology Inc.
ugen0

   And... What to do now? How to take the pictures from my photo
   camera? How to put files on my phone? I don't know what to do..
   Any ideas?
Thank you.
  -- Luchezar P. Petkov
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]