X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=5TxZRUIgsqRBofxv6Fm71VCX8BNwDoDEX1kGluzzOFY=; b=rY4CkhFKN+kS5dbk096m8vFQfUQlf8hIktTi6q2qbM+EKAYcb01qodDPZcu9gQ3Hd9 ymmquypHunVL+NpCVZxs9tpVQwdutNZBsE/MzTEiXI84KF2iNBN7R4wQT3SLPIwcEJHG 5TYMFaQBDYMgsUvuwxIbv6PJ4DcJ+snRhlckgUDvG5/7M3nUVj4LgN/rWMyz4PtOf2e4 xottispGQDpL3oUmMmfTPipvxTGgsZRQ5CBcGpT9S8WDfXFMiWD+4bfE4v+4m6AoLlb7 YjFJZizWdM43RpaOaMhVpMTpkLV7YhcZi3ZtkD/4ArKcAEbNWG6XTiXhbWl+0a7OqWFM LzeA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=5TxZRUIgsqRBofxv6Fm71VCX8BNwDoDEX1kGluzzOFY=; b=M9RB4MFKs1ekOKPSJFmNC6CyC/EjxuZqXlpU1Jmc9dlwnzIMsxJKa2OiH9YlaRR/KL +AvEnemkWbPkFCfbvhWIEe/cefYmfJztFLIjQjiWJL2vxajR6Jt084v17himdcAVULgG 1jtOSabNfnEWzBTUncHYudUaxdk66cmYDbPybzDv2z+Mt0UNdYhAx0y/7ltj1UiPgERD HCYTyfIQXN3Kp8rKttij9Rb9VDqQr5/NsVfctcqR6mmUwcPc+ZbIbYQmTX5HPX34fiNS RBncoxSDjNqtBdOCoNoTc1zrNQE1UKW8tuHtHQkJco5Y+YQwUCRRw1EbXqdVZ/LrrlRA 8UXQ== X-Gm-Message-State: APjAAAXMqJn6RcUxb4DHnWo4vK3jQZAW3F0YIw88UKizIm5qV5q4Ey/Q tRco8mcUoAvnYzJieWyFLG6PNYN+4oDUAWbO16IfJg== X-Google-Smtp-Source: APXvYqxAIM25uIhJyzcHiVwqeK/SSve0TBDxS/t/5N1BAWedzALr4tpclvTUL3WodhgqJrJoL5COdtlOFQSmmWULYGo= X-Received: by 2002:a2e:9592:: with SMTP id w18mr5962265ljh.183.1565437400109; Sat, 10 Aug 2019 04:43:20 -0700 (PDT) MIME-Version: 1.0 References: <86d2961a-d7c2-101e-e697-e92140e83600 AT yahoo DOT com> <494dd7d7-4d87-cd51-8a2f-e411e4097c76 AT yahoo DOT com> <9e3c5c87-0b21-6b70-ebc2-63e936d93a83 AT yahoo DOT com> In-Reply-To: From: "Torben Friis (friistf AT gmail DOT com) [via geda-help AT delorie DOT com]" Date: Sat, 10 Aug 2019 13:43:08 +0200 Message-ID: Subject: Re: [geda-help] Re: Picaxe 14M2 To: geda-help AT delorie DOT com Content-Type: multipart/alternative; boundary="00000000000026d8a8058fc1cc59" Reply-To: geda-help AT delorie DOT com --00000000000026d8a8058fc1cc59 Content-Type: text/plain; charset="UTF-8" Hi Chad Parker, I am looking for 5 pin inline with a distance of 2.54 mm - the sym and fp file. I can find some fp files (jumpers) that I can use, but are they correct? How come sym file entries and fp file entries dont come in pairs? best regards torben On Thu, Aug 8, 2019 at 6:07 PM Torben Friis wrote: > Hi Chad Parker > That was wonderfully clear - thank you very much. I have found pcb.pdf. > best regards > torben > > On Wed, Aug 7, 2019 at 9:02 PM Chad Parker (parker DOT charles AT gmail DOT com) > [via geda-help AT delorie DOT com] wrote: > >> The -s collision with settings menu has been resolved in master and >> will be available at the next release. >> >> To change the size of the drill holes for pins, select all of the pins >> you want to change by clicking them so that they turn blue. Then you can >> use the command :ChangeHoleSize(SelectedPins, +1, mm). Note, that this will >> fail if the final hole diameter is larger than the copper pad, so, you may >> need to increase the size of the pad first. >> >> Also note that any dimension that starts with a "+" or "-" is considered >> to be a delta relative to the current dimension. So, for example, if your >> hole diameter is 0.5 mm, and you executed :ChangeHoleSize(SelectedPins, +1, >> mm), then your hole will increase to 1.5 mm. However, if you execute >> :ChangeHoleSize(SelectedPins, 1, mm), then the hole size will become 1 mm. >> >> If using the GTK HID, you can get a list of the current key-bindings by >> looking in the "Info" menu. >> >> gEDA comprises many programs. Each individual program (should) have its >> own user's manual. pcb does, and it should ship with pcb. Search for the >> file "pcb.pdf" on your filesystem. It's probably in /usr/share/doc/pcb or >> /usr/local/share/doc/pcb. >> >> --Chad >> >> On Wed, Aug 7, 2019 at 10:58 AM Torben Friis (friistf AT gmail DOT com) [via >> geda-help AT delorie DOT com] wrote: >> >>> Hi Glen, >>> Apparently I cant use PCB, but have to use PCB-GTK. When I do I get: >>> >>> From http://wiki.geda-project.org/geda:pcb-quick_reference: >>> Alt+S sizehole increase the hole of the object under the cursor >>> Alt+Shift+S sizehole (-) decrease the hole of the object under the cursor >>> Ctrl+S sizehole increase the hole of the object under the cursor >>> Ctrl+Shift+S sizehole (-) decrease the hole size >>> >>> Alt+s gives me Settings, Ctl+s gives me nothing >>> >>> :ChangeSize(SelectedPins,+1,mm) gives me nothing >>> >>> There a lots of tutorials, but is'nt there an authoritative manual for >>> geda? >>> torben >>> >>> >>> >>> >>> >>> On Wed, Aug 7, 2019 at 3:01 PM Glen W. Ruch (gw DOT ruch AT yahoo DOT com) [via >>> geda-help AT delorie DOT com] wrote: >>> >>>> Torben: >>>> >>>> I typically accept the defaults.?? Since I usually only manually drill >>>> PCBs, I generally do not pay too much attention. >>>> >>>> I use *pcb*, and if your *pcb-gtk* is using the same user input, >>>> hovering the cursor over the hole and pressing just *s *should >>>> increase the *size* of the annular copper ring.?? (Seemingly without >>>> altering the hole diameter)?? Pressing just *k *will adjust the >>>> *klearance* (*sic*) >>>> >>>> You might find the YouTube video: >>>> https://www.youtube.com/watch?v=s6O817_G9VE interesting as he alters >>>> the sizes of vias, and I can do the same with DIP socket pins. >>>> >>>> Hope this helps. >>>> On 8/7/19 6:18 AM, Torben Friis (friistf AT gmail DOT com) [via >>>> geda-help AT delorie DOT com] wrote: >>>> >>>> Hi Glen, >>>> Anyway, it works. >>>> I am trying to change drill size for a pin in PCB. I have tried >>>> :ChangeSize(SelectedPins, +2000) (how do I select a pin?) and Alt+s while I >>>> place the crossed lines on a pin, but nothing changes. >>>> If I succeed in changing the?? drill size (which by the way is called >>>> drill width), will the other dimensions (annular, etc) stay unchanged)? >>>> best regards >>>> torben >>>> >>>> On Mon, Aug 5, 2019 at 1:38 PM Glen W. Ruch (gw DOT ruch AT yahoo DOT com) [via >>>> geda-help AT delorie DOT com] wrote: >>>> >>>>> Torben: >>>>> >>>>> I am not seeing the issue.?? Probably because I did not receive >>>>> Saturday's message with the attachment. >>>>> >>>>> At this point I cannot tell if you are installing from your distro's >>>>> repositories or cloning the github for local compiling. >>>>> >>>>> If compiling locally, there are quite a number of -devel files that >>>>> must be installed from your distro's repository before you can start the >>>>> build process. >>>>> >>>>> Hope this helps >>>>> On 8/5/19 5:43 AM, Torben Friis (friistf AT gmail DOT com) [via >>>>> geda-help AT delorie DOT com] wrote: >>>>> >>>>> Hi Erich and Glen, >>>>> >>>>> I have run the geda:gsch2pcb_tutorial again and I get the same result. >>>>> I have installed gtk2.0 (sudo apt-get install gtk2.0) and have >>>>> packages: >>>>> >>>>> ii ??gtk-update-ico 3.22.30-1ubu amd64 ?? ?? ?? ??icon theme caching >>>>> utility >>>>> ii ??gtk2-engines-m 0.98.2-2ubun amd64 ?? ?? ?? ??cairo-based gtk+-2.0 >>>>> theme engine >>>>> ii ??gtk2-engines-p 2.24.32-1ubu amd64 ?? ?? ?? ??pixbuf-based theme >>>>> for GTK+ 2.x >>>>> ii ??gtk2.0-example 2.24.32-1ubu amd64 ?? ?? ?? ??example files for >>>>> GTK+ 2.0 >>>>> >>>>> and: >>>>> >>>>> ii ??pcb ?? ?? ?? ?? ?? ??1:4.0.2-4 ?? ??all ?? ?? ?? ?? ??printed >>>>> circuit board (pcb) desig >>>>> ii ??pcb-common ?? ?? 1:4.0.2-4 ?? ??all ?? ?? ?? ?? ??printed circuit >>>>> board (pcb) desig >>>>> ii ??pcb-gtk ?? ?? ?? ??1:4.0.2-4 ?? ??amd64 ?? ?? ?? ??printed >>>>> circuit board (pcb) desig >>>>> ii ??pcb-lesstif ?? ??1:4.0.2-4 ?? ??amd64 ?? ?? ?? ??printed circuit >>>>> board (pcb) desig >>>>> >>>>> The board.pcb file starts: >>>>> >>>>> torben AT torben-Aspire-E5-773G:~/gaf/myproject1$ cat board.pcb >>>>> # release: pcb 1.99x >>>>> # To read pcb files, the pcb version (or the cvs source date) must be >>>>> >= the file version >>>>> FileVersion[20070407] >>>>> PCB["" 600000 500000] >>>>> Grid[10000.000000 0 0 0] >>>>> Cursor[0 0 0.000000] >>>>> PolyArea[200000000.000000] >>>>> Thermal[0.500000] >>>>> DRC[1000 1000 1000 1000 1500 1000] >>>>> Flags("nameonpcb,uniquename,clearnew,snappin") >>>>> Groups("1,c:2:3:4:5:6,s:7:8") >>>>> >>>>> Styles["Signal,1000,3600,2000,1000:Power,2500,6000,3500,1000:Fat,4000,6000,3500,1000:Skinny,600,2402,1181,600"] >>>>> Element(0x00 "TO92" "Q201" "2N3904" 0 0 0 100 0x00) >>>>> ( >>>>> Pin(250 200 72 42 "1" 0x101) >>>>> . >>>>> . >>>>> . >>>>> >>>>> Can you see anything wrong? >>>>> It's a real mystery. >>>>> best regards >>>>> torben >>>>> >>>>> On Sat, Aug 3, 2019 at 4:46 PM Torben Friis wrote: >>>>> >>>>>> Hi Erich and Glen, >>>>>> I have started from scratch (uninstalling - installing gEDA,?? >>>>>> restarting the computer.) without using sudo and I have installed gtk (sudo >>>>>> apt install gtk+3.0) and the result is shown in the attached screen dump. >>>>>> Same result, but there is something about gtk that I may have >>>>>> misunderstood. >>>>>> best regards >>>>>> torben >>>>>> >>>>>> On Fri, Aug 2, 2019 at 8:07 AM Glen W. Ruch (gw DOT ruch AT yahoo DOT com) [via >>>>>> geda-help AT delorie DOT com] wrote: >>>>>> >>>>>>> P.S. >>>>>>> You may also want to do a *ls -l *(list -long) to see how many >>>>>>> files still belong to you and how many belong to root. >>>>>>> >>>>>>> You may want to *sudo chown* to move the files back to the correct >>>>>>> owner. >>>>>>> >>>>>>> On my computer there is a difference between the user default >>>>>>> permissions and root's default permissions.?? You may want to correct the >>>>>>> permissions with *sudo chmod* >>>>>>> >>>>>>> Regards. >>>>>>> >>>>>>> >>>>>>> On 8/1/19 4:34 PM, Glen W. Ruch (gw DOT ruch AT yahoo DOT com) [via >>>>>>> geda-help AT delorie DOT com] wrote: >>>>>>> >>>>>>> Torben: >>>>>>> >>>>>>> You should not have to use *sudo* *(SuperUser DO) *as this elevates >>>>>>> you from your user level (torben) to root user. >>>>>>> >>>>>>> This may be causing issues where you are saving files as user >>>>>>> *torben*, but when you become root, root's directory may be checked >>>>>>> for the file. >>>>>>> >>>>>>> sudo is a dangerous tool and is meant to be used for specific uses >>>>>>> such as installing software.?? Using it excessively can cause a typo to >>>>>>> have catastrophic consequences.?? When your computer is configured >>>>>>> correctly you should be able to run *gschem* or *pcb* (etc.) with >>>>>>> your own user (torben) level privileges. >>>>>>> >>>>>>> Hope this helps. >>>>>>> On 7/30/19 7:11 AM, Torben Friis (friistf AT gmail DOT com) [via >>>>>>> geda-help AT delorie DOT com] wrote: >>>>>>> >>>>>>> Hi, >>>>>>> Is Wilson's tutorial up-to-date? I run: >>>>>>> >>>>>>> torben AT torben-Aspire-E5-773G:~/gaf/myproject3$ sudo gsch2pcb project >>>>>>> >>>>>>> with 2 resistors and get: >>>>>>> ---------------------------------- >>>>>>> Done processing.?? Work performed: >>>>>>> 2 file elements and 0 m4 elements added to board.pcb. >>>>>>> >>>>>>> Next step: >>>>>>> 1.?? Run pcb on your file board.pcb. >>>>>>> ?? ?? You will find all your footprints in a bundle ready for you to >>>>>>> place >>>>>>> ?? ?? or disperse with "Select -> Disperse all elements" in PCB. >>>>>>> >>>>>>> 2.?? From within PCB, select "File -> Load netlist file" and select >>>>>>> ?? ?? board.net to load the netlist. >>>>>>> >>>>>>> 3.?? From within PCB, enter >>>>>>> >>>>>>> ?? ?? ?? ?? ?? ??:ExecuteFile(board.cmd) >>>>>>> >>>>>>> ?? ?? to propagate the pin names of all footprints to the layout. >>>>>>> >>>>>>> I then run: >>>>>>> torben AT torben-Aspire-E5-773G:~/gaf/myproject3$ sudo pcb board.pcb >>>>>>> >>>>>>> and get: >>>>>>> File 'board.pcb' has no font information, using default font >>>>>>> ?? >>>>>>> I then get the rather empty looking screen shown attached. >>>>>>> >>>>>>> I can disperse the components and run the netlist, but when I run >>>>>>> >>>>>>> sudo :ExecuteFile(board.cmd) (or :ExecuteFile(board.cmd)) >>>>>>> ??nothing happens >>>>>>> >>>>>>> Incidentally, when I run: >>>>>>> >>>>>>> sudo gschem one.sch >>>>>>> >>>>>>> the curser moves to the next line. It looks as if some input is >>>>>>> expected. What? >>>>>>> >>>>>>> >>>>>>> Can anyone help? >>>>>>> best regards >>>>>>> torben >>>>>>> >>>>>>> >>>>>>> On Thu, Feb 14, 2019 at 3:04 PM Torben Friis >>>>>>> wrote: >>>>>>> >>>>>>>> Hi , >>>>>>>> I have been looking fo the above element, but I cannot find it. I >>>>>>>> have been looking for .../newlib and found it in two places, but neither >>>>>>>> one appeared to provide it. >>>>>>>> Is there anywhere else I can look for it? >>>>>>>> torben >>>>>>>> >>>>>>> --00000000000026d8a8058fc1cc59 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Chad Parker,
I am looking for 5 pin inline with a distance of 2.54 mm - the sym and fp = file. I can find some fp files (jumpers) that I can use, but are they corre= ct? How come sym file entries and fp file entries dont come in pairs?
=
best regards
torben

On = Thu, Aug 8, 2019 at 6:07 PM Torben Friis <friistf AT gmail DOT com> wrote:
Hi Chad Parker<= /div>
That was wonderfully clear - thank you very much. I= have found pcb.pdf.
best regards
torben

On Wed, Aug 7, 2019 at 9:02 PM Chad Parker (parker DOT charles AT gmai= l.com) [via = geda-help AT delorie DOT com] <geda-help AT delorie DOT com> wrote:
The <alt>-s= collision with settings menu has been resolved in master and will be avail= able at the next release.

To change the size of th= e drill holes for pins, select all of the pins you want to change by clicki= ng them so that they turn blue. Then you can use the command :ChangeHoleSiz= e(SelectedPins, +1, mm). Note, that this will fail if the final hole diamet= er is larger than the copper pad, so, you may need to increase the size of = the pad first.

Also note that any dimension t= hat starts with a "+" or "-" is considered to be a delt= a relative to the current dimension. So, for example, if your hole diameter= is 0.5 mm, and you executed :ChangeHoleSize(SelectedPins, +1, mm), then yo= ur hole will increase to 1.5 mm. However, if you execute :ChangeHoleSize(Se= lectedPins, 1, mm), then the hole size will become 1 mm.

=
If using the GTK HID, you can get a list of the current key-bind= ings by looking in the "Info" menu.

gEDA= comprises many programs. Each individual program (should) have its own use= r's manual. pcb does, and it should ship with pcb. Search for the file = "pcb.pdf" on your filesystem. It's probably in /usr/share/doc= /pcb or /usr/local/share/doc/pcb.

--Chad
=

<= div dir=3D"ltr">
Hi Glen,
Apparen= tly I cant use PCB, but have to use PCB-GTK. When I do I get:

Alt+S sizeho= le increase the hole of the object under the cursor
Alt+Shift+S sizeho= le (-) decrease the hole of the object under the cursor
Ctrl+S sizehol= e increase the hole of the object under the cursor
Ctrl+Shift+S sizeho= le (-) decrease the hole size

Alt+s gives me Settings, Ctl+s gives = me nothing

:ChangeSize(SelectedPins,+1,mm) gives me nothing

There a lots of tutorials, but= is'nt there an authoritative manual for geda?
= torben





On Wed, Aug 7, 2019 = at 3:01 PM Glen W. Ruch (gw DOT ruch AT yahoo DOT com) [via geda-help AT delorie DOT com] <geda-help AT delorie DOT com> wrote:
=20 =20 =20

Torben:

I typically accept the defaults.?? Since I usually only manually drill PCBs, I generally do not pay too much attention.

I use pcb, and if your pcb-gtk is using the same user input, hovering the cursor over the hole and pressing just s should increase the size of the annular copper ring.?? (Seemingly without altering the hole diameter)?? Pressing just k will adjust the klear= ance (sic)

You might find the YouTube video: https://www.youtube.com/watch?v= =3Ds6O817_G9VE interesting as he alters the sizes of vias, and I can do the same with DIP socket pins.

Hope this helps.

On = 8/7/19 6:18 AM, Torben Friis (friistf AT gmail DOT co= m) [via geda-he= lp AT delorie DOT com] wrote:
=20
Hi Glen,
Anyway, it works.
I am trying to change drill size for a pin in PCB. I have tried :ChangeSize(SelectedPins, +2000) (how do I select a pin?) and Alt+s while I place the crossed lines on a pin, but nothing changes.
If I succeed in changing the?? drill size (which by the way is called drill width), will the other dimensions (annular, etc) stay unchanged)?
best regards
torben

On Mon, Aug 5, 2019 at 1:38 P= M Glen W. Ruch (gw DOT ruch AT yahoo DOT com) [via geda-help AT delorie DOT com] <ge= da-help AT delorie DOT com> wrote:

Torben:

I am not seeing the issue.?? Probably because I did not receive Saturday's message with the attachment.

At this point I cannot tell if you are installing from your distro's repositories or cloning the github for loca= l compiling.

If compiling locally, there are quite a number of -devel files that must be installed from your distro's repositor= y before you can start the build process.

Hope this helps

On 8/5/19 5:43 AM, Torben Friis (friistf AT gmail DOT com) [via= geda-help AT delorie DOT com] wrote:
Hi Erich and Glen,

I have run the geda:gsch2pcb_tutorial again and I get the same result.
I have installed gtk2.0 (sudo apt-get install gtk2.0) and have packages:

ii ??gtk-update-ico 3.22.30-1ubu amd64 ?? ?? ?? ??icon theme caching utility
ii ??gtk2-engines-m 0.98.2-2ubun amd64 ?? ?? ?? ??cairo-based gtk+-2.0 theme engine
ii ??gtk2-engines-p 2.24.32-1ubu amd64 ?? ?? ?? ??pixbuf-based theme for GTK+ 2.x
ii ??gtk2.0-example 2.24.32-1ubu amd64 ?? ?? ?? ??example files for GTK+ 2.0

and:

ii ??pcb ?? ?? ?? ?? ?? ??1:4.0.2-4 ?? ??all ?? ?? ?? ?? ??printed circuit board (pcb) desig
ii ??pcb-common ?? ?? 1:4.0.2-4 ?? ??all ?? ?? ?? ?? ??printed circuit board (pcb) desig
ii ??pcb-gtk ?? ?? ?? ??1:4.0.2-4 ?? ??amd64 ?? ?? ?? ??printed circuit board (pcb) desig
ii ??pcb-lesstif ?? ??1:4.0.2-4 ?? ??amd64 ?? ?? ?? ??printed circuit board (pcb) desig

The board.pcb file starts:

torben AT torben-Aspire-E5-773G:~/gaf/myproject1$ cat board.pcb
# release: pcb 1.99x
# To read pcb files, the pcb version (or the cvs source date) must be >=3D the file version
FileVersion[20070407]
PCB["" 600000 500000]
Grid[10000.000000 0 0 0]
Cursor[0 0 0.000000]
PolyArea[200000000.000000]
Thermal[0.500000]
DRC[1000 1000 1000 1000 1500 1000]
Flags("nameonpcb,uniquename,clearnew,snappin")<= br> Groups("1,c:2:3:4:5:6,s:7:8")
Styles["Signal,1000,3600,2000,1000:Power,2500,6000,3500,1000:Fat,4000,= 6000,3500,1000:Skinny,600,2402,1181,600"]
Element(0x00 "TO92" "Q201" "2N39= 04" 0 0 0 100 0x00)
(
Pin(250 200 72 42 "1" 0x101)
.
.
.

Can you see anything wrong?
It's a real mystery.
best regards
torben

On Sat, Aug 3, 2019 a= t 4:46 PM Torben Friis <friistf AT gmail DOT com> wrote:
Hi Erich and Glen,
I have started from scratch (uninstalling - installing gEDA,?? restarting the computer.) without using sudo and I have installed gtk (sudo apt install gtk+3.0) and the result is shown in the attached screen dump.
Same result, but there is something about gtk that I may have misunderstood.
best regards
torben

On Fri, Aug 2, 2019 at 8:07 AM Glen W. Ruch (gw DOT ruch AT yahoo DOT com) [via geda-help AT delorie DOT com] <geda-help AT delorie DOT com> wrote:

P.S.
You may also want to do a ls -l (list -long) to see how many files still belong to you and how many belong to root.

You may want to sudo chown to move the files back to the correct owner.

On my computer there is a difference between the user default permissions and root's default permissions.?? You may want to correct the permissions with sudo chmod

Regards.


On 8/1/19 4:34 PM, Glen W. Ruch (gw DOT ruch AT yahoo DOT com) [via geda-help AT delorie DOT com] wrote:

Torben:

You should not have to use sudo (SuperUser DO) as this elevates you from your user level (torben) to root user.

This may be causing issues where you are saving files as user torben, but when you become root, root's directory may be checked for the file.

sudo is a dangerous tool and is meant to be used for specific uses such as installing software.?? Using it excessively can cause a typo to have catastrophic consequences.?? When your computer is configured correctly you should be able to run gschem or pcb (etc.) with your own user (torben) level privileges.

Hope this helps.

On 7/30/19 7:11 AM, Torben Friis (friistf AT gmail DOT com) [via geda-help AT delorie DOT com] wrote:
Hi,
Is Wilson's tutorial up-to-date? I run:

torben AT torben-Aspire-E5-77= 3G:~/gaf/myproject3$ sudo gsch2pcb project

with 2 resistors and get:
--------------------------= --------
Done processing.?? Work performed:
2 file elements and 0 m4 elements added to board.pcb.

Next step:
1.?? Run pcb on your file board.pcb.
?? ?? You will find all your footprints in a bundle ready for you to place
?? ?? or disperse with "Select -> Disperse all elements" in PCB.

2.?? From within PCB, select "File -&g= t; Load netlist file" and select
?? ?? board.net to load the netlist.

3.?? From within PCB, enter

?? ?? ?? ?? ?? ??:ExecuteFile(board.cmd)
?? ?? to propagate the pin names of all footprints to the layout.

I then run:
torben AT torben-Aspire-E5-773G:~/gaf/myproject3$ sudo pcb board.pcb

and get:
File 'board.pcb' has no font information= , using default font
??
I then get the rather empty looking screen shown attached.

I can disperse the components and run the netlist, but when I run

sudo :ExecuteFile(board.cmd) (or :ExecuteFile(board.cmd))
??nothing happens

Incidentally, when I run:

sudo gschem one.sch

the curser moves to the next line. It looks as if some input is expected. What?


Can anyone help?
best regards
torben


On Thu, Feb 14, 2019 at 3:04 PM Torben Friis <friistf AT gmail DOT com> wrote:
Hi ,
I have been looking fo the above element, but I cannot find it. I have been looking for .../newlib and found it in two places, but neither one appeared to provide it.
Is there anywhere else I can look for it?
torben
--00000000000026d8a8058fc1cc59--