Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#284713 - 21/07/2006 09:41 Anyone with (k)ubuntu care to help me out?
andym
carpal tunnel

Registered: 17/01/2002
Posts: 3995
Loc: Manchester UK
I've got a bunch of new machines at work to run my broadcast control system that I'm writing. I've been exclusivley a Gentoo man before this but Marks recommendation of ubuntu made me want to give it a go. I have to say for ease of install and getting a development environment going it's really quite good.

The sticking point I've reached is trying to get Comedi running (it's a bunch of kernel modules and tools to talk to data aquisition cards). Under gentoo I'd either emerge it or build it from the latest release tarball without issue. Looking at the packages available I saw there was a comedi-source package available. So selected that and followed the instructions to build it (module-assistant) but all I get it errors, mostly around debian/rules stuff. A build from source is also not possible. Could someone try and compile/build this on their machine and let me know wether it works or not?

It would be a shame to drop an otherwise very nice distro just because I can't get this crucial bit of software working.
_________________________
Cheers,

Andy M

Top
#284714 - 21/07/2006 11:45 Re: Anyone with (k)ubuntu care to help me out? [Re: andym]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14484
Loc: Canada
The Comedi source code all looks VERY old -- nothing dated newer than 2005 there, which (unfortunately) is an eternity for Linux kernel code. It is simply too outdated to build on modern kernels.

If you were to try *last year's* version of Kubuntu, then it would probably build/run without problems on that (5.04 "Hoary", or possibly even 5.10 "Breezy").

But until they update their source code, it won't build on a modern kernel, regardless of the distribution you use. Note that Redhat generally uses very outdated kernels, so it might work there (but not on Fedora).

EDIT: Their CVS version has some timestamps from 2006, so perhaps try building that instead of the .deb version.

Cheers


Edited by mlord (21/07/2006 11:47)

Top
#284715 - 21/07/2006 16:53 Re: Anyone with (k)ubuntu care to help me out? [Re: andym]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
I thought I'd chime in and say that I'm currently using Ubuntu, have been using it for a month or two, and I really hate it.

The packaging system is terrible; packages are missing that people claim ought to be there, figuring out which packages to install for what I'd consider basic functions is a nightmare, etc.

For my current problem, someone tell me how I'm supposed to install mplayer on Ubuntu 5.10. There is no mplayer package.
_________________________
Bitt Faulk

Top
#284716 - 21/07/2006 17:08 Re: Anyone with (k)ubuntu care to help me out? [Re: wfaulk]
sein
old hand

Registered: 07/01/2005
Posts: 893
Loc: Sector ZZ9pZa
Brother, you need to add the additional repositories.
_________________________
Hussein

Top
#284717 - 21/07/2006 19:34 Re: Anyone with (k)ubuntu care to help me out? [Re: sein]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Wow. That documentation was kinda vaguely accurate.
_________________________
Bitt Faulk

Top
#284718 - 22/07/2006 13:42 Re: Anyone with (k)ubuntu care to help me out? [Re: mlord]
andym
carpal tunnel

Registered: 17/01/2002
Posts: 3995
Loc: Manchester UK
Upon further inspection it appears moving to 2.6.16 breaks the last release version even under Gentoo. However the CVS version builds fine.

I haven't got a Kubuntu box at home so will probably pop back to work tonight to see if it works, but I'm quite hopeful.

Quote:
The packaging system is terrible; packages are missing that people claim ought to be there, figuring out which packages to install for what I'd consider basic functions is a nightmare, etc.


I have to say I still prefer the ebuild/emerge system in Gentoo even if does take ages to compile everything from source. I was amazed that upon install all the things I've become used to having (make, gcc, etc.) were missing and required installation.
_________________________
Cheers,

Andy M

Top
#284719 - 22/07/2006 16:22 Re: Anyone with (k)ubuntu care to help me out? [Re: andym]
andym
carpal tunnel

Registered: 17/01/2002
Posts: 3995
Loc: Manchester UK
A small amount of tweakery resulted in a working build. I also had to move some kernel modules into the right place but other than that (and having to install a dozen or so packages to support the build process) it's been a sucess. comedi_test has returned the correct configuration info for the installed card.

Looks like kubuntu stays!

Just out of interest, seeing as the comedi-source will not build under Dapper in it's current state, should I tell someone?
_________________________
Cheers,

Andy M

Top
#284720 - 22/07/2006 17:24 Re: Anyone with (k)ubuntu care to help me out? [Re: mlord]
SonicSnoop
addict

Registered: 29/06/2002
Posts: 531
Loc: Triangle, VA
Id have to say that I like ubuntu the little I have played with it.. about a year ago or so with Marks suggestion I setup a box with it added apache mysql php and left it alone and I have had no problems even after multiple power outages and a faulty UPS unit. no isses what so ever. before in various other distros i tried in same thing something would break. Though i guess in my case since nothings broke i dont play so ive forgotten alot lol need to get in there and find something to do just thought id share my experience with it
_________________________
-D Modifying and Tweaking is a journey, not a destination................................ MKIIa : 60gig - 040103286 - Blue - v2 + PCATS tuner MKIIa : 20gig - 040103260 - Blue - v3a8 + Mark Lord Special Edition Cherry Dock

Top
#284721 - 23/07/2006 15:43 Re: Anyone with (k)ubuntu care to help me out? [Re: andym]
Roger
carpal tunnel

Registered: 18/01/2000
Posts: 5682
Loc: London, UK
Quote:
things I've become used to having (make, gcc, etc.) were missing and required installation.


That's because the Ubuntu stance is that it's a desktop OS, and doesn't come with any development tools by default (except for Python).

I can't say I'm bothered one way or the other -- I just installed the bits that I needed when I needed them.
_________________________
-- roger

Top
#284722 - 24/07/2006 10:05 Re: Anyone with (k)ubuntu care to help me out? [Re: andym]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14484
Loc: Canada
Quote:
having to install a dozen or so packages to support the build process


apt-get install build-essential linux-kernel-devel kdelibs4-dev

Quote:

Looks like kubuntu stays!

Just out of interest, seeing as the comedi-source will not build under Dapper in it's current state, should I tell someone?


If you can figure out launchpad, then you could file a bug report there, and it may eventually get back to the person who packaged comedi. Heck, they'll likely appreciate any signs of life!

Cheers


Edited by mlord (24/07/2006 15:02)

Top
#284723 - 24/07/2006 13:04 Re: Anyone with (k)ubuntu care to help me out? [Re: mlord]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Quote:
Quote:
having to install a dozen or so packages to support the build process


apt-get install build-essentials linux-kernel-devel kdelibs4-dev


Which would be great if it were documented somewhere useful. I initially spent several hours figuring that out, downloading and installing incorrect packages, etc., the same day I installed Ubuntu.
_________________________
Bitt Faulk

Top