gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FC3, Nokia 6230i, DKU-2 USB


From: Christopher Kemp
Subject: Re: FC3, Nokia 6230i, DKU-2 USB
Date: Sat, 11 Jun 2005 23:38:01 +0100

On 2005.06.11 20:56 Peter Robinson wrote:
> > > > Also it appears that the required usb-serial.h is not in the
kernel
> > > headers
> > > > set shipped with Fedora Core 3.  I had to find a set of kernel
sources
> > > and
> > > > copy the usb-serial.h file from there, and put it into the
> > > patches/kernel_2.6
> > > > before make would work.
> > >
> > > Chris, do we want to distribute this header?
> >
> > I don't think so.  It's probably not in the kernel _headers_ but it
is in
> > the kernel _sources_.  I'm not sure people can expect to compile
kernel
> > modules without the sources no?
>
> Yes, I think you are right.

You shouldn't necessarily need the full source to compile out of
kernel drivers but then Fedora doesn't ship all the headers for the

I'm not sure - you may well be correct, though I personally don't feel it's that much of a hardship to have the full source.

2.6 kernel. This has been a problem with things like video4linux 2 and
others, it should probably be files in their bugzilla. Its certainly
not  fixed in the FC4/rawhide version I'm running. As for the cdc-acm
driver, its basically the generic modem/ta driver for the usb
standard. So if someone wanted to use the phone just as a modem to
connect to the net it would be enough. The question would be whether

Sure, it works fine for AT commands.

this driver is taking all the end points for the usb device and
whether the phone had a number of interfaces, one the acm interface
and then possibly another one for the storage and then a propietry
fbus one, or whether it just reports it all as one. I'm getting a

The phone (or at least my 7600) has one endpoint for the default (first) interface. If you instead choose the first alternative you get two endpoints (one for AT, one for FBUS). With a 6230 you may well get another for mass storage, don't know. The problem is that if cdc-acm gets to the phone first, my module doesn't get a look in.

Chris



reply via email to

[Prev in Thread] Current Thread [Next in Thread]