Re: [expert] KDevelop Help

2003-10-24 Thread Theo Brinkman
Thanks. I'm new to developing where I have to play with anything remotely resembling a makefile. I didn't know that in the additional libraries I had to put the -l in front. Ooops. - Theo Kwan Lowe wrote: The project is a simple 'Terminal C++' project, with the only changes being an

[expert] KDevelop Help

2003-10-23 Thread Theo Brinkman
I'm trying to get KDevelop completely set up for some development, but I'm having some problems. First, I can't seem to find some of the files it wants for various optional stuff like help, and project documentation. I'm looking for where to find RPMs that include the following: KDELibs-Doc

Re: [expert] KDevelop Help

2003-10-23 Thread Theo Brinkman
might find info on the KDevelop/SDL interaction at the following URL: http://www.geekcomix.com/snh/files/docs/sdl-kdev/sdl-kdev-mini-how2.htmlP David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Theo Brinkman Sent: Thursday, October 23, 2003 3:06 PM

Re: [expert] KDevelop Help

2003-10-23 Thread Theo Brinkman
: On Thu, 2003-10-23 at 14:05, Theo Brinkman wrote: I'm trying to get KDevelop completely set up for some development, but I'm having some problems. First, I can't seem to find some of the files it wants for various optional stuff like help, and project documentation. I'm looking for where to find

Re: [expert] KDevelop Help

2003-10-23 Thread Theo Brinkman
Progress! Now I just get one error that says: *** No rule to make target 'SDL' ... I assume this means I just need to figure out where to put 'sdl-config --cflags' and 'sdl-config --libs' so the compiler gets the flags it needs? - Theo Kwan Lowe wrote: Unfortunately, this how-to doesn't

Re: [expert] KDevelop Help

2003-10-23 Thread Theo Brinkman
The project is a simple 'Terminal C++' project, with the only changes being an added #include SDL/SDL.h, and the contents of main() [below]. - - - - - #ifdef HAVE_CONFIG_H #include config.h #endif #include iostream.h #include stdlib.h #include SDL/SDL.h int main(int argc, char *argv[]) {

Re: [expert] Missing kernel source from 9.2 isos...

2003-10-18 Thread Theo Brinkman
It was mentioned in this thread that all of the Mandrake Packs will come with the nVidia drivers. Anybody care to pass them along to the rest of us? Or do I have to wait until Nvidia gets them onto their site? - Theo Anne Wilson wrote: On Saturday 18 Oct 2003 12:14 pm, Olaf Marzocchi

Re: [expert] MDK9.2 for Club members.

2003-10-15 Thread Theo Brinkman
Here's how I did mine, and it worked great. (Left it up overnight last night, too.) python /usr/bin/btdownloadcurses.py torrent file/ --max_upload_rate 20 I got downloads in excess of 300KB/s at peak, and easily averaged 200. - Theo James Sparenberg wrote: On Tue, 2003-10-14 at 22:49,

Re: [expert] Linux equivalent to Windows Domain

2003-06-21 Thread Theo Brinkman
On Tue, 2003-06-17 at 15:29, Theo Brinkman wrote: I've got a few machines at home that I'd like to set up to share users so I don't have to keep files passwords in sync across multiple boxes. I'm having trouble figuring out how to do this. Fact is, as an admin, I'm a newbie, and I don't even

[expert] Linux equivalent to Windows Domain

2003-06-17 Thread Theo Brinkman
I've got a few machines at home that I'd like to set up to share users so I don't have to keep files passwords in sync across multiple boxes. I'm having trouble figuring out how to do this. Fact is, as an admin, I'm a newbie, and I don't even know where to start looking for info on how to do

Re: [expert] Printing Banner page

2003-01-23 Thread Theo Brinkman
Nope. Toshiro wrote: No, that should be OK (everything commented); do you have defined the 'BannerEnd' directive in /etc/cups/printers.conf? By the looks of it there isn't a single uncommented value for either of those settings. Is there something I need to set it to explicitly to get rid

Re: [expert] Printing Banner page

2003-01-20 Thread Theo Brinkman
By the looks of it there isn't a single uncommented value for either of those settings. Is there something I need to set it to explicitly to get rid of the banner? - Theo Toshiro wrote: I've got a working printer configuration using CUPS and Mandrake 8.2. It prints wonderfully, but it

Re: [expert] Printing Banner page

2003-01-20 Thread Theo Brinkman
If it matters, the printer is actually hanging off the lpd print server on my SMB Barricade router. SMC tech support says it doesn't print a banner page itself, and nothing in the documentation or setting indicates that it does either. - Theo Toshiro wrote: I've got a working printer

[expert] Printing Banner page

2003-01-17 Thread Theo Brinkman
I've got a working printer configuration using CUPS and Mandrake 8.2. It prints wonderfully, but it spits out a banner page at the end of each print job. I've checked the WWW CUPS Admin Tool, and both of the banner page settings are set to none. How can I get it to stop printing the banner?

Re: [expert] USB Storage Device - /dev/sd?? mappings

2002-11-19 Thread Theo Brinkman
/ ? (was wondering if it was just a case of missing links?) bascule On Sunday 17 Nov 2002 7:35 am, Theo Brinkman wrote: I mount the filesystem on the card as /dev/sda1. /dev/sda2, etc do not exist, so it seems to be treating the CF card slot as /dev/sda, and the partitions on the card are numbered

[expert] USB Storage Device - /dev/sd?? mappings

2002-11-16 Thread Theo Brinkman
Ok. I need some help with a couple USB Storage Device issues. First, I have a digital camera which shows up as /dev/sda1. Works fine, but I've just bought a card reader which ALSO shows up as /dev/sda for its CF slot. What can I do to force one to change its mapping? Second, the multicard

Re: [expert] USB Storage Device - /dev/sd?? mappings

2002-11-16 Thread Theo Brinkman
'? bascule On Saturday 16 Nov 2002 10:16 pm, Theo Brinkman wrote: Ok. I need some help with a couple USB Storage Device issues. First, I have a digital camera which shows up as /dev/sda1. Works fine, but I've just bought a card reader which ALSO shows up as /dev/sda for its CF slot. What can I

Re: [expert] USB Storage Device - /dev/sd?? mappings

2002-11-16 Thread Theo Brinkman
in the reader and run: #fdisk /dev/sda what do you get? bascule On Sunday 17 Nov 2002 4:09 am, Theo Brinkman wrote: According to the booklet that came w/ the reader, it shows up as 4 seperate drives under windows. (one for each physical card type; CF, SD, SmartMedia, and MemoryStick) When I plug

Re: [expert] apache2

2002-10-02 Thread Theo Brinkman
From what I've heard, a lot (most) of the 3rd party modules for Apache haven't been ported to 2.0 yet. That means it's probably not a good idea to make it the default just yet. - Theo Franki wrote: Hi guys... Have any of you rolled out a web server using mdk9 and apache 2 (which is

Re: [expert] Watching DVDs with Xine?

2002-07-02 Thread Theo Brinkman
Ok. This thread switched over to Ogle. Any help on the Xine front? - Theo Theo Brinkman wrote: Cool. I needed the d5d rpm, but its working now! Thanks. :) One small problem. I get jumpy sound (also sometimes with avi clips). Any tips? The terminal shows a bunch of lines like

Re: [expert] Watching DVDs with Xine?

2002-06-29 Thread Theo Brinkman
audio_out: inserting 11652 0-frames to fill a gap of 20804 pts audio_out: inserting 4209 0-frames to fill a gap of 7894 pts ... - Theo Larry Sword wrote: http://plf.zarb.org/rpm/cooker/i586/ Get the xine-d4d rpm's from here... Theo Brinkman wrote: I just installed the xine rpms

[expert] Watching DVDs with Xine?

2002-06-28 Thread Theo Brinkman
I just installed the xine rpms from cooker, and I'm having a bit of trouble actually watching anything with them. I've tried a few AVI files or MPEG, and I've had few problems. (I can't watch the avi clips produced by my digital camera, for example.) However, when I put in a DVD, I get an

Re: [expert] USB Storage Device - /dev/sd?? mappings

2002-05-24 Thread Theo Brinkman
Aparently I was anticipating a problem that I won't run into. I'm still interested in an answer if there is one, just so I can put my mind at ease when I eventually *do* run into it. - Theo Chris Spackman wrote: Theo Brinkman [EMAIL PROTECTED] writes: I've got a new digital camera

[expert] pcmcia (cardmgr) error on boot!

2002-05-24 Thread Theo Brinkman
Each time I reboot my laptop (Mandrake 8.2), I get an error message displayed regarding PCMCIA. My pcmcia Iomega Clik! drive isn't recognized until I eject and re-insert it. It used to be recognized on boot in 8.1. Anybody have any ideas? Here's the error: cardmgr [8094]: no pcmcia driver

[expert] USB Storage Device - /dev/sd?? mappings

2002-05-22 Thread Theo Brinkman
I've got a new digital camera which shows up as a standard USB Storage Device, and works wonderfully, showing up on /dev/sda1. However, I've been thinking of picking up a USB Zip drive, and I've realized something. I think both of these devices are standard USB Storage Devices. How can I be

[expert] PCMCIA Iomega Clik!

2002-05-05 Thread Theo Brinkman
I've got a PCMCIA Clik! (Pocket Zip) drive in my laptop. Under Mandrake 8.0 it was recognized properly on boot, and worked wonderfully. It still works wonderfully, but only after I eject and reinsert it. On boot, it isn't recognized. Anybody have any ideas on how to solve this? - Theo

[expert] Supermount on upgrade

2002-04-14 Thread Theo Brinkman
I just upgraded my system from 8.0 to 8.2, and I'm having trouble finding supermount. Could somebody let me know what the package name is, and what CD it's on? Thanks, - Theo Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] Harddrake doesn't work in 8.2

2002-03-21 Thread Theo Brinkman
I've seen a similar issue on my laptop, and the only thing I've got to do is hit ctrl+alt+F7 to switch back to the first X session. Not sure what the cause is though. - Theo Rob wrote: Christian Dysthe wrote: On Tue, 19 Mar 2002 18:15:57 -0600 Lorne Shantz [EMAIL PROTECTED] wrote:

Re: [expert] geforce go

2002-03-18 Thread Theo Brinkman
I've had good experiences with mine. I am, though, having a few issues with the two newest drivers. Mark Dvoo wrote: I was actually hoping someone would tell me how this card preformed under linux. I know it uses the closed source nvidia drivers which I know how to setup already. Any

Re: [expert] Printer Issues.

2002-02-07 Thread Theo Brinkman
William Bouterse wrote: On Tue, 05 Feb 2002 23:36:41 -0500 Theo Brinkman [EMAIL PROTECTED] wrote these words: I've just upgraded to 8.1, and I'm having printing issues again. The only driver I could get to work under Mandrake 8.0 for my setup (HP DeskJet 855c slung off the print server of my

Re: [expert] Printer Issues.

2002-02-07 Thread Theo Brinkman
Larry Sword wrote: Theo Brinkman wrote: I've just upgraded to 8.1, and I'm having printing issues again. The only driver I could get to work under Mandrake 8.0 for my setup (HP DeskJet 855c slung off the print server of my SMC Barricade 7004ABR) was the HP 600 driver labled as being from HP

Re: [expert] Printer Issues.

2002-02-05 Thread Theo Brinkman
I've just upgraded to 8.1, and I'm having printing issues again. The only driver I could get to work under Mandrake 8.0 for my setup (HP DeskJet 855c slung off the print server of my SMC Barricade 7004ABR) was the HP 600 driver labled as being from HP. Unfortunately, I'm not sure which

[expert] Printer Issues.

2002-02-04 Thread Theo Brinkman
I've just upgraded to 8.1, and I'm having printing issues again. The only driver I could get to work for my setup (HP DeskJet 855c slung off the print server of my SMC Barricade 7004ABR) was the HP 600 driver labled as being from HP. Unfortunately, I'm not sure which package that came from,

Re: [expert] Getting rid of a banner page

2002-01-27 Thread Theo Brinkman
, or figure out how to turn it off. It it will help, I'm also getting an extra blank page at the end of the print run. - Theo Larry Sword wrote: Theo Brinkman wrote: Is there a good old-fashioned text-file I can edit to change the configuration anywhere? - Theo John Haywood wrote

Re: [expert] Getting rid of a banner page

2002-01-25 Thread Theo Brinkman
Is there a good old-fashioned text-file I can edit to change the configuration anywhere? - Theo John Haywood wrote: On Tuesday 22 January 2002 15:31, you wrote: 'Configure Printer' under 'Manage Printers' showed no banner pages configured. The banner page I get is formatted as follows:

[expert] Getting rid of a banner page

2002-01-21 Thread Theo Brinkman
I'm starting to get annoyed by my linux system's habit of adding a banner page after each print job I run. It just wastes ink and paper, but I can't figure out how to turn this feature off. Help! - Theo Want to buy your Pack or Services from MandrakeSoft? Go to

Re: [expert] Getting rid of a banner page

2002-01-21 Thread Theo Brinkman
://localhost:631/ if u are using CUPS then change it in your printer options. u need to login as root JG Theo Brinkman wrote: I'm starting to get annoyed by my linux system's habit of adding a banner page after each print job I run. It just wastes ink and paper, but I can't figure out how to turn

[expert] proftpd configuration troubles

2001-12-06 Thread Theo Brinkman
I'm trying to configure proftpd to allow a user to login to the web server and update files in the web site, but no matter what I try, when I run 'service proftpd start', I get the following error message: Starting proftpd: hostname.domain.tld - Fatal: unable to determine IP address of

Re: [expert] MPlayer

2001-12-04 Thread Theo Brinkman
Let me get this straight. 1) The mplayer developers are developing software which uses various libraries with incompatible licenses. 2) They claim the files are allowed to exist in the same project in *source* form. 3) They also claim that distributing (or even *building*) the project results

Re: [expert] Proper Naming Conventions on Mandrake RPMS?

2001-12-03 Thread Theo Brinkman
As I understand it, the RPM name convention for Mandrake is something like this: package-name-package version-buildversionmdk.processor.rpm where package version is the version of the program you're building, buildversion is a builder-maintained version so that a rebuild of the same product

[expert] Strange printing issue...

2001-11-29 Thread Theo Brinkman
I've finally gotten my printer working through the print server built into my SMC Barricade 7004ABR Firewall/Router. Everything prints fine, but there's a couple weird things I can't figure out how to get rid of. First, I get a page with nothing but '@PJL ENTER LANGUAGE=PCL3' printed at the

[expert] Mail/Web server configuration

2001-11-28 Thread Theo Brinkman
I'm having some issues with getting Apache and Postfix configured under Mandrake 8.1. I believe I have Postfix configured correctly, but I can't be sure, because I can't seem to figure out how to open port 25. Also, I believe I have Apache configured correctly to NOT use SSL, but I can't

[expert] How to open/close ports?

2001-11-24 Thread Theo Brinkman
I've got a server I'm running which has the https port open even though I'm not running apache with mod_ssl. I'd also like to add mail-server capabilities to it, and I THINK postgres is configured properly, except that I can't get port 110 (or 25, I don't remember which off hand) open. Where

[expert] Sample sendmail/postfix config?

2001-10-25 Thread Theo Brinkman
I'm having a devil of a time trying to get sendmail or postfix configured on a web/mail server I'm setting up. Could anybody send me/point me towards a sample, working config file (i.e.: sendmail.mc) for handling mail for a single domain. I've not had any luck finding samples or tutorials

Re: [expert] PHP/Apache on MDK 8.1

2001-10-21 Thread Theo Brinkman
That did it. Thanks! - Theo Paul Cox wrote: On Monday, Oct 15, 2001, Theo Brinkman wrote: Yep. I've got those two lines. After some digging I noticed an include at the bottom of one of the httpd.conf files (common, I think) that included a file that was nothing but the two AddType

[expert] MDK8.1 Webmin

2001-10-01 Thread Theo Brinkman
I have just installed Mandrake 8.1 on a new machine, and I was hoping to use Webmin to configure it, but I can't seem to connect to it. The best response I get is 'The connection was refused when attempting to contact 127.0.0.1:1.' Anybody have any idea what I need to do to make webmin

Re: [expert] setting up new linux workstations

2001-09-30 Thread Theo Brinkman
Maybe try the new Tyan Tiger MP? Resonably priced K7 dual processor board. drool/ Steve wrote: If you were asked by someone to build two linux workstations where one had to be pentium 4 based and the other athlon based, what two motherboards would you use? For the pentium 4, I was

Re: [expert] Toshiba laptops

2001-09-19 Thread Theo Brinkman
I've got a Satellite 2805-S402, and I have sound up and working. If you decide to get the 600, I'll see what I can do about helping you. - Theo David Robertson wrote: Does anyone have any experience of LM 8 on a Satellite - I'm thinking of buying a Satellite 2800-600 and I'm a bit

[expert] Hard Drive Performance SUCKS under LM8

2001-09-13 Thread Theo Brinkman
I am running Mandrake 8.0 on my Toshiba Satellite 2805-S402 (one of the nice shiny ones with the GeForce2Go). The performance is great except for one aspect. The hard drive performance under Linux seems to be much worse than under Win2K. I ran hdparm -t shortly before I did a reinstall

Re: [expert] Hard Drive Performance SUCKS under LM8

2001-09-13 Thread Theo Brinkman
, but it's numbers are [16-bit] 7.59 MB/sec [32-bit] 7.62 MB/sec. I'd expect my new laptop with a 20GB drive (same height and spindle speed) to be faster than the old 4GB drive. Am I off base here, or not? - Theo Theo Brinkman wrote: I am running Mandrake 8.0 on my Toshiba Satellite

[expert] NIC Help

2001-06-27 Thread Theo Brinkman
I have a Toshiba Satellite 2805-S402 that seems to be having problems with its built-in NIC under Mandrake 8.0. Everything works OK for a while, but then I start getting the following messages: eepro100: wait_for_cmd_done timeout! eth0: Transmit timed out: status 0050 0c80 at

[expert] Printing is slow with CUPS

2001-06-27 Thread Theo Brinkman
I've finally managed to get my systems printing through a shared CUPS printer, but it takes about 5 minutes for an e-mail message shorter than this one to print from Mozilla. Also, stuff in the 'Options...' window of qtcups always resets to localhost, even though I have to put in the IP

Re: [expert] CUPS Help

2001-06-20 Thread Theo Brinkman
I have a Toshiba Satellite 2805-S402 that seems to be having problems with its built-in NIC under Mandrake 8.0. Everything works OK for a while, but then I start getting the following messages: eepro100: wait_for_cmd_done timeout! repeats 25 more times eth0: Transmit timed out:

[expert] NIC troubles

2001-06-11 Thread Theo Brinkman
the errors again. Anybody have any ideas? - Theo Brinkman

[expert] need help with pgaccess in 8.0

2001-05-21 Thread Theo Brinkman
I'm having some difficulties with pgaccess in mandrake 8.0. It loads up fine, but I can't actually do anything with it. If I try to create a database, I get the following error message: Tcl error executing pg_exec create database dbName is not a valid postgresql connection If I try to open

[expert] CUPS Help

2001-03-04 Thread Theo Brinkman
I'm having a bit of trouble getting my printer set up properly using CUPS. The printer in question is an HP 855c running off the parallel port attached to my server. I've used this same machine as a print server in the past with lpr, and I can currently print FROM the server, but I can't

[expert] NIS Help

2001-03-04 Thread Theo Brinkman
I've got a small home network with the IP addresses assigned by DNS running on the Cisco 675 ADSL router I use for net access. It's getting to be a bit of a hassle to keep updating the /etc/hosts file on all 4 systems, as it seems to occasionally switch the C-level of the IP addressess it

[expert] Reading data from the parallel port

2000-12-13 Thread Theo Brinkman
I've got this little gizmo for some laser-tag gear that can hook up to a computer by way of the parallel port and upload the game stats for the players into a file on the system. The software provided by the manufacturer is DOS software, and the units are discontiunued, and they don't seem

Re: [expert] Sound config with 7.1

2000-07-18 Thread Theo Brinkman
I might be able to help you with this one. I have a Toshiba Satellite 4000CDT with the same sound card. If you hear midi, but not the other sounds, try cranking up your volume all the way and listening very closely. Chances are the volume is just too low for you to hear. Tell it you heard the

Re: [expert] NEC PowerMate 2000

2000-07-06 Thread Theo Brinkman
Congratulations! Laptops are fun things to install Linux on, aren't they. My Toshiba Satellite 4000CDT has a few strange quirks you have to look out for when you install, but nothing quite so picky as your NEC. Everything goes fine, except that if I pick 800x600 LCD for the display, I can only

Re: [expert] HereticII QuakeIII

2000-04-07 Thread Theo Brinkman
---- From: Theo Brinkman [mailto:[EMAIL PROTECTED]] Sent: den 4 april 2000 12:34 To: [EMAIL PROTECTED] Subject: [expert] HereticII QuakeIII Ok, I realize this probably isn't the right place to ask this, but I figure some of you guys MUST have gotten one of these working at some point. (

[expert] HereticII QuakeIII

2000-04-04 Thread Theo Brinkman
Ok, I realize this probably isn't the right place to ask this, but I figure some of you guys MUST have gotten one of these working at some point. (I wouldn't even be asking, except that I'm getting a bounce somewhere between me and Loki's mail-server (never gets there from what I could see in

Re: [expert] Dumb, Dumber, Dumbest - Redefined

2000-03-28 Thread Theo Brinkman
Charles Curley wrote: On Mon, Mar 27, 2000 at 11:36:17PM -0500, Brian T. Schellenberger wrote: - - First, there's no need to modify mtab; that's the current state of the - system. You only need to modify fstab. - - By the same token, the empty mtab is just empty 'cause the mount fails,

Re: [expert] How to use printerdrake

2000-03-28 Thread Theo Brinkman
"Leonardo T. de Carvalho" wrote: After an upgrade from 6.1, my computer didn't print anymore on the TCP printer (a HP LaserJet 5) . Before the upgrade, all works fine. After, ALL machines cannot print. I've tryied many things, but got stall on the message

Re: [expert] Photo quality printers

2000-02-10 Thread Theo Brinkman
One brand I'm looking at picking up some time in the future (when I have time to try developing a driver) is Alps. They're not a big name, but their MD-5000 model is the most impressive printer I've ever seen. It's capable of 2400x2400 on plain paper, and can handle gold and silver foils in

Re: [expert] ntfs LM-7.0

2000-02-02 Thread Theo Brinkman
Sergio Korlowsky wrote: ... and yes... Linux can read write fat32. What do you need to do to let NON-root users write to a FAT32 partition? - Theo

[expert] A few questions...

2000-01-23 Thread Theo Brinkman
I've got a few questions since installing 7.0 on my laptop and server. First, some server config questions: Any time I bring my server back up after a reboot I have to manually start lpd since it is set to 'off' in all of the msec security levels. I also plan to use nfs to share /home on the

FILTER THIS FAST! (was: Re: [expert] Your message has been deleted)

2000-01-22 Thread Theo Brinkman
Somebody get a filter up so we don't get these 'Your message has been deleted' messages anymore, or the list will be drowned with then in short order. Here's why: X posts to the list. The message shows up on this guy's computer, which automatically sends back this delete message. The message

[expert] Mandrake 7.0 (Air) bugs

2000-01-16 Thread Theo Brinkman
I did a default 'SERVER' install on my test system and ran into a few major problems. First, I cannot log in as root. I can log in as any other user, and su to root with no problem, but no matter what I try I cannot log in as root. Second, /usr/X11R6/bin is not included in the path for the

Re: [expert] Mandrake 7.0 (Air) bugs

2000-01-16 Thread Theo Brinkman
Ok, having played around some more, I've discovered that if you add a user AFTER the install, you get all the default desktop icons. Somebody want to fix the install add to do this also? And strangely, something I did (I'm not sure what) lets me log in as root now. - Theo Theo

[expert] Palm OS Development

2000-01-13 Thread Theo Brinkman
I've seen mention of a few other distributions which come with gcc already set up with the m68k-coff-palmos libraries to be able to cross-compile for the Palm platform. Do the current (or upcoming) versions of Mandrake include these? If not, is there a reason why not? - Theo

[expert] PalmOS Development

1999-12-11 Thread Theo Brinkman
I've been trying for about the last month (without any luck) to set my workstations (Linux-Mandrake 6.0 6.1) up so I can develop PalmOS applications in GCC. I've found various sites that give instructions on how to do it, but even with the one that provides 'pre-patched' tarballs, I haven't

[expert] SmartFriendly CD-RW 226

1999-10-10 Thread Theo Brinkman
I'm attempting to get my SmartFriendly CD-RW 226 set up under Mandrake 6.1. I'm having problems getting the included isa scsi card working (I think it's an adaptec aha-1515 or aha-1510). I've been digging around, I think I've found the options I'm supposed to feed it to get it working