Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Community Discussions > The Community Cafe
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

The Community Cafe
The Community Chat area is for lighthearted and enjoyable discussions, like you might find around a water cooler at work.

Almost any non-tech-support topic may be discussed here. Discussions on religion and politics are not allowed, except for politics directly related to free and open source issues. Any topic or discussion that causes problems or drama will be closed. This area is intended for fun and community building, not arguments. Please take those elsewhere. Thanks!

 
Thread Tools Display Modes
Old January 12th, 2006   #1
YoungJules
First Cup of Ubuntu
 
Join Date: Jan 2006
Location: Belgium
Beans: 4
Ubuntu Breezy 5.10
Send a message via AIM to YoungJules Send a message via MSN to YoungJules Send a message via Yahoo to YoungJules
The voices told me to say hello

So here I am, hopefully making my first post today by saying hello to the Community Chat forum

I'm a programmer of many year's experience, having started in the wonderful world of Honeywell and Cobol 68. I know something of 'nix, having had to use it now and then for my work but have been mostly working on Windoze as mandated by our corporate bean-counters and white-hatters...

I'm currently using my Ubuntu 5.10 distro on a headless dual-cpu (don't get too excited, they're only 400MHz PIIs!) machine. I use the machine for developing home-automation solutions using the K8055 USB-interface board and a home-brewed parallel-port interface (so far only at the prototyping stage).

I'd seen the Ubuntu forums before, but having answered yet another of my dumb questions (how to use Synaptic through our company firewall), I thought it was time I bit the bullet and actually joined up.

I'm sure I will ask some VERY dumb questions now and then but am willing to learn and share what I know.

Thanks for a great forum
YoungJules is offline   Reply With Quote
Old January 12th, 2006   #2
stimpack
Gee! These Aren't Roasted!
 
stimpack's Avatar
 
Join Date: Aug 2005
Location: England
Beans: 180
Kubuntu 9.04 Jaunty Jackalope
Re: The voices told me to say hello

Welcome to Ubuntu!. We all ask silly questions, but the day you first answer somebody else's question is a great day indeed.
__________________
The man in black fled across the desert, and the gunslinger followed.
stimpack is offline   Reply With Quote
Old January 12th, 2006   #3
earobinson
Ubuntu Member
 
earobinson's Avatar
 
Join Date: Jan 2005
Location: Toronto, Ontario, Canada
Beans: 2,566
Ubuntu 9.04 Jaunty Jackalope
Re: The voices told me to say hello

Welcome
__________________
Edward A Robinson -- www.earobinson.org
earobinson is offline   Reply With Quote
Old August 18th, 2006   #4
oliverb
5 Cups of Ubuntu
 
Join Date: Aug 2006
Beans: 38
Re: The voices told me to say hello

Hi, I was looking for info on the k8055 board as I downloaded a linux "driver" for it but I cannot get it to compile, as there seems to be a problem with usb.h. Are you using the board under linux? If so who's driver are you using?
oliverb is offline   Reply With Quote
Old August 18th, 2006   #5
jISh
Quad Shot of Ubuntu
 
Join Date: Jun 2006
Location: Toronto, Ontario
Beans: 405
Ubuntu 7.10 Gutsy Gibbon
Send a message via MSN to jISh
Re: The voices told me to say hello

Welcome to the forums.
jISh is offline   Reply With Quote
Old September 14th, 2006   #6
hentaidan
A Carafe of Ubuntu
 
Join Date: Nov 2005
Beans: 103
Re: The voices told me to say hello

Quote:
Originally Posted by oliverb View Post
Hi, I was looking for info on the k8055 board as I downloaded a linux "driver" for it but I cannot get it to compile, as there seems to be a problem with usb.h. Are you using the board under linux? If so who's driver are you using?
(I assume you are trying to use the one from http://linuxk8055.free.fr/)

In case you are still having trouble..

Quote:
1) change line 31 in src/k8055.cpp to #include <usb.h>
2) change line 96 of src/Makefile to LIBS = -lusb
hentaidan is offline   Reply With Quote
Old September 14th, 2006   #7
DoctorMO
Dark Roasted Ubuntu
 
DoctorMO's Avatar
 
Join Date: Aug 2005
Location: Boston (British Expat)
Beans: 1,121
Ubuntu 8.04 Hardy Heron
Re: The voices told me to say hello

hentaidan do you know how to produce a patch?

*** See Dumb questions all the time ***
DoctorMO is offline   Reply With Quote
Old September 20th, 2006   #8
Autotropics
First Cup of Ubuntu
 
Join Date: Sep 2006
Beans: 1
Re: The voices told me to say hello

Hi

I have just joined the forum.
I have a reasonable amount of Linux/Windows knowledge and also a strong interest in automation ( I have a number of private greenhouses that I want to automate, monitor and remotely control) as well as other things

I intend using a linux distro (Ubuntu) to drive my automation projects due to the stability and small footprint of Linux as opposed to doing this in a windows environment with all the issues and cost associated with this

I noted that has been a few posts regarding the use of the K8055 USB-interface board with Linux and I would love to get in touch with you guys to learn from what you have achieved so far and to hopefully exchange ideas, etc...

Initially I looked at using PIC circuitry for overall control but the complexity of cost, effort and limitations as opposed to using a standard PC with linux, K8055 USB-interface board , and other discrete modules made up my mind to go for the PC linux solution as a more practical way forward. I still plan to use PIC circuitry/code to develop discreet modules that I cannot easily/cheaply source and/or to supplement and interface the components for which there are no easy work arounds.

Hopefully there would be sufficient interest in this to devote a whole thread to this in the forums, but I thought I would just dip my toes in the water in this forum thread first

I noted that YoungJules and Hentaidan had content content in these posts relating to K8055 USB-interface board that I would like to discuss with them, so hopefully you guys are still around

I look forward to hearing from you
Autotropics is offline   Reply With Quote
Old September 22nd, 2006   #9
hentaidan
A Carafe of Ubuntu
 
Join Date: Nov 2005
Beans: 103
Re: The voices told me to say hello

Quote:
Originally Posted by DoctorMO View Post
hentaidan do you know how to produce a patch?

*** See Dumb questions all the time ***
Not really What for?

I *believe* I am using the driver from http://libk8055.sourceforge.net/ now, and that seems to be working ok, (although I had to fiddle with the location to which it installs the driver).

I have written a simple glade program which emulates the test program from velleman (inputs/outputs/counters etc.):

http://yet-to.be/software/ : needs libk8055, run as root. Still in beta, work in progress, no warranty, gpl, etc. etc.

@ Autotropics, everything that the windows based software can do (and is mentioned in the manuals), I believe the linux version(s) can do as well.

Any questions, feel free to ask or drop me a mail @ hentaidan (at) gmail.com, as I dont frequent these forums too often anymore.

Last edited by hentaidan; September 22nd, 2006 at 10:12 AM..
hentaidan is offline   Reply With Quote
Old September 22nd, 2006   #10
jeremy
Skinny Soy Caramel Ubuntu
 
jeremy's Avatar
 
Join Date: Oct 2004
Location: /home/jeremy
Beans: 693
Ubuntu Karmic Koala (testing)
Re: The voices told me to say hello

remember, the only silly question is the one you didn't ask!
__________________
If you have an apple and I have an apple and we exchange these apples then you and I will still each have one apple. But if you have an idea and I have an idea and we exchange these ideas, then each of us will have two ideas. - George Bernard Shaw
jeremy is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:30 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry