Welcome to MacForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

load two Kext with same CFBundleIdentifier

 
   Macintosh computer (Home) -> Programmer Help RSS
Next:  Why is everything made in Italy complete junk?  
Author Message
p2

External


Since: May 19, 2007
Posts: 18



(Msg. 1) Posted: Fri Feb 22, 2008 3:59 am
Post subject: load two Kext with same CFBundleIdentifier
Archived from groups: comp>sys>mac>programmer>help (more info?)

Hi

Can we to load two Kext bundle with same CFBundleIdentifier ?

p2

 >> Stay informed about: load two Kext with same CFBundleIdentifier 
Back to top
Login to vote
Gregory Weston1

External


Since: Oct 03, 2004
Posts: 1917



(Msg. 2) Posted: Fri Feb 22, 2008 8:16 am
Post subject: Re: load two Kext with same CFBundleIdentifier [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article
,
p2 wrote:

> Hi
>
> Can we to load two Kext bundle with same CFBundleIdentifier ?

There's no guarantee about any behavior in the system when there are
duplicate bundle identifiers. What are you doing that you think it's
reasonable to have two kernel extensions with the same ID.

 >> Stay informed about: load two Kext with same CFBundleIdentifier 
Back to top
Login to vote
p2

External


Since: May 19, 2007
Posts: 18



(Msg. 3) Posted: Sun Feb 24, 2008 10:34 pm
Post subject: Re: load two Kext with same CFBundleIdentifier [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Feb 22, 6:16 pm, Gregory Weston wrote:
> In article
> ,
>
>  p2 wrote:
> > Hi
>
> > Can we to load two Kext bundle with same CFBundleIdentifier ?
>
> There's no guarantee about any behavior in the system when there are
> duplicate bundle identifiers. What are you doing that you think it's
> reasonable to have two kernel extensions with the same ID.

Hi

Thanks for look in..
My problem is like..
I am using FTDI driver. I customized this driver to specific to my
device by removing IOKitPersonalities & renaming it to abc.kext. It
contains IOKitPersonalities only for my device.
Now, the problem is , it conflict with other FTDI chip. because the
CFBundleIdentifier is same for both.
Once OS load abc.kext then for other FTDI chip it will not load .kext.
So other FTDI device will not be detected.

How can I solve this problem ?..is to change CFBundleIdentifier for
abc.kext works ?

p2
 >> Stay informed about: load two Kext with same CFBundleIdentifier 
Back to top
Login to vote
Gregory Weston1

External


Since: Oct 03, 2004
Posts: 1917



(Msg. 4) Posted: Mon Feb 25, 2008 1:56 am
Post subject: Re: load two Kext with same CFBundleIdentifier [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article
,
p2 wrote:

> On Feb 22, 6:16 pm, Gregory Weston wrote:
> > In article
> > ,
> >
> >  p2 wrote:
> > > Hi
> >
> > > Can we to load two Kext bundle with same CFBundleIdentifier ?
> >
> > There's no guarantee about any behavior in the system when there are
> > duplicate bundle identifiers. What are you doing that you think it's
> > reasonable to have two kernel extensions with the same ID.
>
> Hi
>
> Thanks for look in..
> My problem is like..
> I am using FTDI driver. I customized this driver to specific to my
> device by removing IOKitPersonalities & renaming it to abc.kext. It
> contains IOKitPersonalities only for my device.
> Now, the problem is , it conflict with other FTDI chip. because the
> CFBundleIdentifier is same for both.
> Once OS load abc.kext then for other FTDI chip it will not load .kext.
> So other FTDI device will not be detected.
>
> How can I solve this problem ?..is to change CFBundleIdentifier for
> abc.kext works ?
>
> p2

Yes
 >> Stay informed about: load two Kext with same CFBundleIdentifier 
Back to top
Login to vote
p2

External


Since: May 19, 2007
Posts: 18



(Msg. 5) Posted: Wed Feb 27, 2008 4:10 am
Post subject: Re: load two Kext with same CFBundleIdentifier [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Feb 25, 11:56 am, Gregory Weston wrote:
> In article
> ,
>
>
>
>
>
>  p2 wrote:
> > On Feb 22, 6:16 pm, Gregory Weston wrote:
> > > In article
> > > ,
>
> > >  p2 wrote:
> > > > Hi
>
> > > > Can we to load two Kext bundle with same CFBundleIdentifier ?
>
> > > There's no guarantee about any behavior in the system when there are
> > > duplicate bundle identifiers. What are you doing that you think it's
> > > reasonable to have two kernel extensions with the same ID.
>
> > Hi
>
> > Thanks for look in..
> > My problem is like..
> > I am using FTDI driver. I customized this driver to specific to my
> > device by removing IOKitPersonalities & renaming it to abc.kext. It
> > contains IOKitPersonalities only for my device.
> > Now, the problem is , it conflict with other FTDI chip. because the
> > CFBundleIdentifier is same for both.
> > Once OS load abc.kext then for other FTDI chip it will not load .kext.
> > So other FTDI device will not be detected.
>
> > How can I solve this problem ?..is to change CFBundleIdentifier for
> > abc.kext works ?
>
> > p2
>
> Yes- Hide quoted text -
>
> - Show quoted text -

Hi

it works in MacOs 10.4, but it failed to detect device in MacOs10.3
What may be the problem ?

p2
 >> Stay informed about: load two Kext with same CFBundleIdentifier 
Back to top
Login to vote
p2

External


Since: May 19, 2007
Posts: 18



(Msg. 6) Posted: Wed Feb 27, 2008 4:51 am
Post subject: Re: load two Kext with same CFBundleIdentifier [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Feb 27, 5:21 pm, Gregory Weston wrote:
> In article
> ,
>
>
>
>
>
>  p2 wrote:
> > On Feb 25, 11:56 am, Gregory Weston wrote:
> > > In article
> > > ,
>
> > >  p2 wrote:
> > > > On Feb 22, 6:16 pm, Gregory Weston wrote:
> > > > > In article
> > > > > ,
>
> > > > >  p2 wrote:
> > > > > > Hi
>
> > > > > > Can we to load two Kext bundle with same CFBundleIdentifier ?
>
> > > > > There's no guarantee about any behavior in the system when there are
> > > > > duplicate bundle identifiers. What are you doing that you think it's
> > > > > reasonable to have two kernel extensions with the same ID.
>
> > > > Hi
>
> > > > Thanks for look in..
> > > > My problem is like..
> > > > I am using FTDI driver. I customized this driver to specific to my
> > > > device by removing IOKitPersonalities & renaming it to abc.kext. It
> > > > contains IOKitPersonalities only for my device.
> > > > Now, the problem is , it conflict with other FTDI chip. because the
> > > > CFBundleIdentifier is same for both.
> > > > Once OS load abc.kext then for other FTDI chip it will not load .kext.
> > > > So other FTDI device will not be detected.
>
> > > > How can I solve this problem ?..is to change CFBundleIdentifier for
> > > > abc.kext works ?
>
> > > > p2
>
> > > Yes- Hide quoted text -
>
> > > - Show quoted text -
>
> > Hi
>
> > it works in MacOs 10.4, but it failed to detect device in MacOs10.3
> > What may be the problem ?
>
> A driver that makes use of 10.4 features and fails to load and/or run
> correctly on an older OS version?- Hide quoted text -
>
> - Show quoted text -

it is already working on 10.3 previously, but after making change in
CFBundleIdentifier it is not detecting device.

p2
 >> Stay informed about: load two Kext with same CFBundleIdentifier 
Back to top
Login to vote
p2

External


Since: May 19, 2007
Posts: 18



(Msg. 7) Posted: Wed Feb 27, 2008 5:53 am
Post subject: Re: load two Kext with same CFBundleIdentifier [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Feb 27, 5:21 pm, Gregory Weston wrote:
> In article
> ,
>
>
>
>
>
>  p2 wrote:
> > On Feb 25, 11:56 am, Gregory Weston wrote:
> > > In article
> > > ,
>
> > >  p2 wrote:
> > > > On Feb 22, 6:16 pm, Gregory Weston wrote:
> > > > > In article
> > > > > ,
>
> > > > >  p2 wrote:
> > > > > > Hi
>
> > > > > > Can we to load two Kext bundle with same CFBundleIdentifier ?
>
> > > > > There's no guarantee about any behavior in the system when there are
> > > > > duplicate bundle identifiers. What are you doing that you think it's
> > > > > reasonable to have two kernel extensions with the same ID.
>
> > > > Hi
>
> > > > Thanks for look in..
> > > > My problem is like..
> > > > I am using FTDI driver. I customized this driver to specific to my
> > > > device by removing IOKitPersonalities & renaming it to abc.kext. It
> > > > contains IOKitPersonalities only for my device.
> > > > Now, the problem is , it conflict with other FTDI chip. because the
> > > > CFBundleIdentifier is same for both.
> > > > Once OS load abc.kext then for other FTDI chip it will not load .kext.
> > > > So other FTDI device will not be detected.
>
> > > > How can I solve this problem ?..is to change CFBundleIdentifier for
> > > > abc.kext works ?
>
> > > > p2
>
> > > Yes- Hide quoted text -
>
> > > - Show quoted text -
>
> > Hi
>
> > it works in MacOs 10.4, but it failed to detect device in MacOs10.3
> > What may be the problem ?
>
> A driver that makes use of 10.4 features and fails to load and/or run
> correctly on an older OS version?- Hide quoted text -
>
> - Show quoted text -

you are right,it's only made for MacOs10.4

Thanks,
p2
 >> Stay informed about: load two Kext with same CFBundleIdentifier 
Back to top
Login to vote
Gregory Weston1

External


Since: Oct 03, 2004
Posts: 1917



(Msg. 8) Posted: Wed Feb 27, 2008 7:21 am
Post subject: Re: load two Kext with same CFBundleIdentifier [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article
,
p2 wrote:

> On Feb 25, 11:56 am, Gregory Weston wrote:
> > In article
> > ,
> >
> >
> >
> >
> >
> >  p2 wrote:
> > > On Feb 22, 6:16 pm, Gregory Weston wrote:
> > > > In article
> > > > ,
> >
> > > >  p2 wrote:
> > > > > Hi
> >
> > > > > Can we to load two Kext bundle with same CFBundleIdentifier ?
> >
> > > > There's no guarantee about any behavior in the system when there are
> > > > duplicate bundle identifiers. What are you doing that you think it's
> > > > reasonable to have two kernel extensions with the same ID.
> >
> > > Hi
> >
> > > Thanks for look in..
> > > My problem is like..
> > > I am using FTDI driver. I customized this driver to specific to my
> > > device by removing IOKitPersonalities & renaming it to abc.kext. It
> > > contains IOKitPersonalities only for my device.
> > > Now, the problem is , it conflict with other FTDI chip. because the
> > > CFBundleIdentifier is same for both.
> > > Once OS load abc.kext then for other FTDI chip it will not load .kext.
> > > So other FTDI device will not be detected.
> >
> > > How can I solve this problem ?..is to change CFBundleIdentifier for
> > > abc.kext works ?
> >
> > > p2
> >
> > Yes- Hide quoted text -
> >
> > - Show quoted text -
>
> Hi
>
> it works in MacOs 10.4, but it failed to detect device in MacOs10.3
> What may be the problem ?

A driver that makes use of 10.4 features and fails to load and/or run
correctly on an older OS version?
 >> Stay informed about: load two Kext with same CFBundleIdentifier 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
How to exchange data between kext and application - What is the standard (best?) way to exchange data between kext and application ? Is Apple SimpleDataQueue up to date ? Is it the easy way ?

how to load driver successfully? -

Best way to load CFM shared libs from a Mach-O app? - So far I've been using GetDiskFragment and FindSymbol, and the CFM->MachO glue to create a callable function pointer. But I've got some cases where calling the modified function pointer crashes, and I don't know why. Is there an alternate scheme for....

(OpenGL) Dynamic load of GL, GLU and GLUT? - My poking around on various NGs suggest the way to link an OpenGL app under OS X (I have Panther and XCode, fwiw) is via some (seemingly) OS X-specific "-framework OpenGL" and "-framework Glut" build options. Unfortunately, I am tr...

Best way to load CFM shared libs from a Mach-O app? - Follow up to: http://groups.google.com/groups?hl=de&lr=&ie=UTF-8&oe=UTF-8&selm=jfo5ov8ijl91bkcchha15hmvna8seceb4a%404ax.com <font color=purple> ;>So far I've been using GetDiskFragment and FindSymbol, and the</font&g...
   Macintosh computer (Home) -> Programmer Help All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]