[GOODIE] kgf-X10Driver - Control Wireless Remotes from Squeak

Ned Konz ned at bike-nomad.com
Fri Mar 22 19:14:16 UTC 2002


On Wednesday 20 March 2002 07:45 pm, Kevin Fisher wrote:
> Mea Culpa... did I send this too soon?
>
> For some reason, my driver cannot open the serial port on Unix with the
> Sourceforge VM I compiled a couple weeks ago.  And unfortunately I
> can't try it with the latest Sourceforge code...the VM builds, but when
> I run it it drives the CPU up to 100% and gives me a big black window. :(

Are you running artsd (like with KDE) or esd (like with Gnome)?
These hold the port open.

Try 
$ /usr/sbin/lsof | grep dsp
artsd     1134  ned    7w   CHR       14,3             192759 /dev/dsp

If you're running artsd, run Squeak like this:

artsdsp squeak ...

If you're running esd, run Squeak like this:

esddsp squeak ...

-- 
Ned Konz
currently: Stanwood, WA
email:     ned at bike-nomad.com
homepage:  http://bike-nomad.com



More information about the Squeak-dev mailing list