Re: gEDA-user: Poll: Appropriate version of GTK for gEDA users?

2007-11-19 Thread Ramakrishnan Muthukrishnan
 pkg-config --modversion gtk+-2.0

2.12.1

Ramakrishnan VU3RDD


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: symbol creation - unconnected pin

2007-09-23 Thread Ramakrishnan Muthukrishnan
Hi,

I am trying to create a gschem symbol for an Opamp IC. One of the pins
on that IC is usually unconnected, so I didn't have a pin for it in
the gschem symbol. But I get a warning from gsymcheck saying tha the
number of pins on the symbol and the footprint does not match. How do
I insert a pin which is invisible from gschem, but is physically in
there?

Ramakrishnan


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Debian BTS?

2007-06-19 Thread Ramakrishnan Muthukrishnan
On 6/19/07, Peter Clifton [EMAIL PROTECTED] wrote:

 I've added myself as a bug contact for the gEDA packages in Ubuntu. (So
 I'll get CC'd if anyone reports a bug).

 I'm not sure if similar is possible with debian's tracker.

http://www.debian.org/doc/manuals/developers-reference/ch-pkgs.en.html#s-collaborative-maint

-- 
  Ramakrishnan - VU3RDD


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Some Linux distros to consider

2007-03-29 Thread Ramakrishnan Muthukrishnan

I'm pretty sure gEDA will work well with any distro out there.  My goal here 
was to find
one that I can download, burn, install, have the latest version of firefox and 
openoffice,
and then install gEDA with minimum hassle.  Also, I've been following some of 
the distros


I second Larry's and Al's opinion. Use Debian.

I had been using Debian since 1998 and other distros before that. gEDA
and associated stuff is available in the Debian. I suggest using
Debian testing or unstable branch. I run the unstable branch and
update the packages every weekend.

--
 Ramakrishnan - VU3RDD


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: gnetlist complains of unconnected pins

2006-09-23 Thread Ramakrishnan Muthukrishnan

Hi,

I am working on my first geda schematics for a simple LC meter (in my
free time which is scarse and so this effort has stretched into
weeks). The schematics can be found at:

http://www.amqrp.org/kits/elsie/ELSIE_BA.PDF

I completed the schematics and ran the DRC2 check with this command:

gnetlist -g drc2 lcm.sch -o -

The output is (after removing irrelevant stuff):

Checking non-numbered parts...

Checking pins without the 'pintype' attribute...
NOTE: Found pins without the 'pintype' attribute: U101:1 U105:7 U105:3
U105:8 U101:3 U105:2 U105:4 U101:2
Checking type of pins connected to a net...

Checking unconnected pins...
ERROR: Unconnected pin U102:11
ERROR: Unconnected pin U102:8
ERROR: Unconnected pin U102:2
ERROR: Unconnected pin U102:19
ERROR: Unconnected pin U102:18
ERROR: Unconnected pin U102:17
ERROR: Unconnected pin U102:16
ERROR: Unconnected pin U102:14
ERROR: Unconnected pin U102:13
ERROR: Unconnected pin U102:12
ERROR: Unconnected pin U105:1

...
...

Now, I connected the 'nc' symbol to all the unconnected pins of U102
and those errors vanished. U105 is LM311 symbol from the geda standard
installation and pin 1 of the symbol comes connected to GND. But DRC
complains that it is unconnected? What am I doing wrong here?

Thanks
--
 Ramakrishnan - VU3RDD


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: gnetlist complains of unconnected pins

2006-09-23 Thread Ramakrishnan Muthukrishnan

On 9/23/06, John Luciani [EMAIL PROTECTED] wrote:


There looks there is a mistake in that symbol. Pin one is not really
connected to ground since there is no net connection in that symbol.
The ground is only graphical.

If you connect your system ground to the red dot on pin number one your
error should go away.

In my copy of the symbol the last three line commands draw the ground symbol.
If you remove these lines the symbol should be correct.


John,

Many thanks. I just removed the three line commands and the ground
symbol disappeared, but now the pin 1 is not aligned to the grid, so I
am unable to draw the net to the ground.

--
 Ramakrishnan - VU3RDD


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: gnetlist complains of unconnected pins

2006-09-23 Thread Ramakrishnan Muthukrishnan

Last few lines of the symbol looks like this:

T 400 25 5 8 1 1 0 0 1
pinnumber=4
T 400 25 5 8 0 0 0 0 1
pinseq=4
}
L 300 650 300 550 3 0 0 0 -1 -1
L 250 600 350 600 3 0 0 0 -1 -1
L 250 200 350 200 3 0 0 0 -1 -1
P 725 350 725 200 1 0 1
{
T 750 225 5 8 1 1 0 0 1
pinnumber=1
T 750 225 5 8 0 0 0 0 1
pinseq=1
}
T 250 350 9 8 1 0 0 0 1
LM311
T 200 900 8 10 1 1 0 0 1
refdes=U?

--
 Ramakrishnan - VU3RDD


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: gnetlist complains of unconnected pins

2006-09-23 Thread Ramakrishnan Muthukrishnan

On 9/23/06, John Luciani [EMAIL PROTECTED] wrote:


Change the line

P 725 350 725 200 1 0 1

to

P 700 350 700 200 1 0 1


The format of the pin declaration is P x1 y1 x2 y2
If you want you could decrease the 350 so that the pin intersects
with the triangle.


John,

It worked. Thanks a lot. I should start looking at the manual to
understand what those declarations mean. Thanks again.

--
 Ramakrishnan - VU3RDD


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: PCB a bad name ?

2006-09-20 Thread Ramakrishnan Muthukrishnan

On 9/20/06, Jan Wagemakers [EMAIL PROTECTED] wrote:


I make use of Debian. gEDA/pcb are included in Debian, which makes
installing gEDA/pcb very easy and automatic solves dependencies so that
software doesn't break.


I too use Debian (unstable branch which is the bleeding edge, the name
is misleading, it is not all that unstable) and it had been smooth for
me too. In fact all modern distributions use good package management
systems and there is no excuse for not using one of those distros.

--
 Ramakrishnan - VU3RDD


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: PCB a bad name ?

2006-09-19 Thread Ramakrishnan Muthukrishnan

On 9/19/06, Hugo Elias [EMAIL PROTECTED] wrote:

Hi all,

Has anyone wondered if Pcb might not be the best name
for this program?  Googling for pcb  brings up many more


Yes, I have felt the same whenever I search for stuff on google, these
days I am more careful and plug in the word geda whenever I mean the
PCB program.

If at all there is a plan to change the name, I vote for gPCB. :-)

--
 Ramakrishnan - VU3RDD


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: ceramic capacitor footprints

2006-09-18 Thread Ramakrishnan Muthukrishnan

Hi,

I am trying to locate footprints for ceramic capacitors. I couldn't
find any in the gedasymbols.org and also in the m4 and newlib
directories. I am a newbie in geda and so it is highly probably that I
am overlooking something. Can someone help me out?

Thanks
--
 Ramakrishnan - VU3RDD


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: ceramic capacitor footprints

2006-09-18 Thread Ramakrishnan Muthukrishnan

On 9/18/06, Stuart Brorson [EMAIL PROTECTED] wrote:

There are plenty of cap footprints at various locations.  You need to
let us know what footprint you want, e.g. SMT 0805, 1206? or a
through-hole device? or what . . . . ?


I am sorry, it is a thru-hole device.

Thanks for the links. I will look at them.

regards
--
 Ramakrishnan - VU3RDD


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Re: ceramic capacitor footprints

2006-09-18 Thread Ramakrishnan Muthukrishnan

On 9/18/06, Kai-Martin Knaak [EMAIL PROTECTED] wrote:

You may take one of the generic footprints. e.g. 0805_*, 1206_*, etc.

However, there are dedicated capacitor footprints in the m4 lib.
Run pcb, and choose from the library window:
 ( Window - Library- pcblib- ~generic, Capacitor* )

I prefer to convert m4 footprints to newlib format, rather than deal with
the necessary parameters. This is how I do the conversion: Import one of
them to he pcb drawing area, copy the footprint to buffer and save it as
an element to my local pcb library.

Hope, that helps,


Thanks. I am trying a thru-hole part. I will try to look around if one
is available, else I will try to generate one.

--
 Ramakrishnan - VU3RDD


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: AT90S2313

2006-09-11 Thread Ramakrishnan Muthukrishnan

Hi,

I am a geda newbie. I am trying to design a circuit and draw the
schematics using gschem. The circuit uses AT90S2313 micro for which
the symbol is available under micro. But I cannot see the pin 10,
Vdd and pin 20 Vcc on it. Is there any reason for not putting them in
there or is there anything I need to do to unhide them?

I am sorry for the stupid question. :-(

--
 Ramakrishnan - VU3RDD


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: AT90S2313

2006-09-11 Thread Ramakrishnan Muthukrishnan

Hi Werner,

On 9/11/06, Werner Hoch [EMAIL PROTECTED] wrote:


FAQ about that topic:
http://geda.seul.org/wiki/geda:faq-gschem#what_should_i_do_about_power_pins_on_my_symbolsmake_them_visible_explicit_or_invisible_implicit

Example schematic with labels:
http://www.h-renrew.de/h/avrterminal/avrterminal.html
The power labels are placed around the 3 Caps C8-C10.


Thanks a lot. A Picture is worth thousand words! Makes it crystal clear.

Many thanks to all.

regards
--
 Ramakrishnan - VU3RDD


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Re: footprint creation HOWTO

2006-08-28 Thread Ramakrishnan Muthukrishnan

Hi,

Where is it available on the web? I am interested to look at your HOWTO.

Thanks
Ramakrishnan, VU3RDD

On 8/28/06, Karel Kulhavy [EMAIL PROTECTED] wrote:

On Thu, Aug 24, 2006 at 01:53:23AM +0200, kmk wrote:
 Hello Karel.
 Thank you, for putting the footprint creation HOWTO on the internet. It
 saved me a lot of guesswork and frustration :-)

 Just two minor remarks:
 * There is a typo in the command at step 15. There is a comma missing in
 between 4 and mil.

Thanks, fixed.


 * step 27 only works if pinout shows number in is enabled.

For me it works regardless whether pinout shows number is enabled or disabled.

CL

 Keep up the good work!

 ---(kaimartin)---
 --
 Kai-Martin Knaak
 [EMAIL PROTECTED]
 http://lilalaser.de/blog





___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user




--
 Ramakrishnan - VU3RDD


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user