where did you get the lib and module from?

If the lib and modules do not match then all sorts of things can go
wrong.

Using the standard KiCad libs (in the connector library) The netlist
gives:

# EESchema Netlist Version 1.1 created  Thu 23 Apr 2009 00:51:19 BST
(
 ( /49EFAB7E USB_A J1 USB_1
  ( 1 N-000002 )
  ( 2 N-000003 )
  ( 3 N-000003 )
  ( 4 N-000002 )
  ( 5 N-000003 )
  ( 6 N-000002 )
 )
 ( /49EFAD07 USB_B J2 USB_2
  ( 1 N-000001 )
  ( 2 N-000001 )
  ( 3 N-000004 )
  ( 4 N-000004 )
 )
)


For USB1 / 2 types.
Quite a bit different from yours. So if you are using the Kicad modules
and your lib then I think will be the problem.

The problem is normally that the pin numbers / identifiers don't match In
the kicad parts they are expecting pins called 1,2,3,4,5,6 etc, in your
lib they are called VBUS, D-, D+ GND. So this is the first area to check
out.

Andy









On Wed, 22 Apr 2009 23:17:24 -0000
"cklckl67" <[email protected]> wrote:

> Dear Kicad users,
> 
> I have a great issue with PCBNEW
> 
> My Netlist seems to be OK.
> I have 1 usb connector declared in my Netlist as:
> 
> ( /49BD6464/49D3D7F2/4973DEB3 con-usb-3-USB-MB-H  X1 USB-MB-H {Lib=USB-MB-H}
>   ( VBUS +5USB )
>   (   D- N-000064 )
>   (   D+ N-000070 )
>   (  GND GND_PC )
>  )
> 
> We can see that the 4 pins are connected.
> 
> But in PCBNEW, my USB connector have no connection to other components.
> When I zoom on my USB connector, I can see that all the connection are barred 
> (X).
> Please could you explain me where is the issue ?
> 
> How can I check (without to take a look on each my component) that this issue 
> exists on another place of my PCB
> 
> Thanks in advance
> 
> Christian
> 
> 
> 
> 
> ------------------------------------
> 
> Please read the Kicad FAQ in the group files section before posting your 
> question.
> Please post your bug reports here. They will be picked up by the creator of 
> Kicad.
> Please visit http://www.kicadlib.org for details of how to contribute your 
> symbols/modules to the kicad library.
> For building Kicad from source and other development questions visit the 
> kicad-devel group at http://groups.yahoo.com/group/kicad-develYahoo! Groups 
> Links
> 
> 
> 

Reply via email to