[00:04] <chreekat> Oh wow
[00:04] <chreekat> I can use different passwords for my system
[00:04] <chreekat> as in, I just tried two separate passwords and they both worked for the same user
[00:05] <chreekat> holy crap, a *bunch* work.
[00:10] <chreekat> ahh
[00:11] <chreekat> apparently they're a max of 8 chars. Mine's 12. Any passw that has the right first 8 chars is allowed.
[04:17] <SmrtJustin> Anyone know how to compile Sorune so that it will be an exe and run on windows, like the one GarBage has on his wiki?
[04:19] <Yono> compile it urself?
[04:19] <Yono> why
[04:19] <Yono> there's an exe on sorune.com if u want
[04:20] <SmrtJustin> yeah, but I have mine modified
[04:20] <SmrtJustin> how do I compile perl stuff?
[04:25] <SmrtJustin> ...
[04:36] <nollidj> under windows?
[04:37] <nollidj> you will need a perl distribution. i believe that activeperl is quite common. i used it once, a long time ago, and it worked fine
[04:53] <SmrtJustin> I'm not having good luck w/ this
[04:58] <SmrtJustin> crap
[05:05] <SmrtJustin> DeepB: you around?
[05:12] <SmrtJustin> shoot
[05:54] <DeepB> (a few scotchs later...)
[05:56] <DeepB> SmrtJustin: get a Win32 perl distribution, then grab 'par' from CPAN repositories
[06:04] <SmrtJustin> par...ok
[06:05] <SmrtJustin> DeepB: does par run on windows or linux?
[06:06] <DeepB> on both, but i tried cross compiling on linux to a win32 target, and it didn't work
[06:06] <DeepB> but maybe i missed something
[06:07] <SmrtJustin> so you installed par on windows?
[06:07] <DeepB> yes, and it worked
[06:07] <SmrtJustin> how do I install source on windows?
[06:07] <DeepB> excuse moi?
[06:08] <SmrtJustin> or is there a binary version of par somewhere...
[06:08] <DeepB> you can grab it through CPAN standard interface, or PPM
[06:09] <DeepB> once you have a working perl environment
[06:09] <SmrtJustin> I have activeperl installed
[06:09] <SmrtJustin> but I've never used CPAN or PPM
[06:10] <DeepB> PPM stands for Perl Package Manager, me thinks
[06:10] <DeepB> try that first
[06:11] <DeepB> exec ppm
[06:11] <DeepB> then 'install PAR'
[06:12] <SmrtJustin> alright done
[06:12] <SmrtJustin> now exit?
[06:13] <DeepB> keep it open, you'll probably need some more packages
[06:13] <SmrtJustin> ok, now what
[06:13] <DeepB> but i can't tell you which
[06:14] <DeepB> maybe the sorune docs will tell
[06:14] <SmrtJustin> I tried using pp, and I got a.exe, but everytime I run it I get: Bareword found where operator expected at mainlib.pm line 1478, near "$fh getTim
[06:15] <SmrtJustin> e"
[06:15] <SmrtJustin> (Missing operator before getTime?)
[06:16] <DeepB> i'm lost, maybe you screwed your code, or some package is still missing
[06:17] <SmrtJustin> I could have screwed it, hang on I'll reget mine and try again
[06:19] <SmrtJustin> still get it, odd
[06:20] <SmrtJustin> hmm
[06:21] <SmrtJustin> print $fh getTime($recordDbRef->{$key}{'length'})
[06:21] <SmrtJustin> thats line 1478 that its complaining about
[06:24] <SmrtJustin> nothing looks wrong
[06:24] <SmrtJustin> but then again, I dont know perl
[06:25] <SmrtJustin> DeepB: what packages did you install on your system?
[06:29] <SmrtJustin> DeepB: same problem if I do it on the unmodified source
[06:30] <DeepB> i have quite a few, 40 or so
[06:31] <SmrtJustin> hmm
[06:31] <SmrtJustin> anyones that you think would make me get that error message?
[06:32] <SmrtJustin> because I dont have them
[06:32] <DeepB> neuros-firmware.sourceforge.net
[06:32] <DeepB> some packages names are truncated, sorry
[06:33] <SmrtJustin> I need a username and password to see that...
[06:33] <DeepB> are you registered on the wiki?
[06:33] <SmrtJustin> no
[06:34] <SmrtJustin> I should register..
[06:34] <DeepB> see if it helps
[06:34] <SmrtJustin> k
[06:34] <DeepB> i'm off to bed
[06:36] <SmrtJustin> alright
[06:36] <SmrtJustin> I'm in
[06:36] <SmrtJustin> so your saying install all of those?
[06:39] <noiz> hey
[06:39] <SmrtJustin> hey
[06:43] <SmrtJustin> grr, no luck with pp and par
[06:44] <SmrtJustin> well it runs afterwards, but I get that annoying error message
[06:45] <noiz> pp and par?
[06:46] <SmrtJustin> yeah, trying to compile a perl program
[06:46] <SmrtJustin> so it'll run on windows
[06:46] <noiz> dont know much about perl
[06:47] <SmrtJustin> niether do I
[06:48] <SmrtJustin> maybe I can convince DeepB to compile mine for me?
[07:15] <SmrtJustin> night all
[10:10] <jbn> hi
[20:00] <SmrtJustin> compiling perl isnt very easy...
[20:04] <nerochiaro> i guess it's not. why you need to do such a thing ?
[20:04] <SmrtJustin> I wanna compile my sorune source into an exe to put on my neuros
[20:05] <nerochiaro> i see, but isn't there any precompiled perl for your system ?
[20:05] <SmrtJustin> theres perl for windows yes, but I dont wanna have to install perl at my friends house.
[20:07] <nerochiaro> on the sorune site, you can get the sorune.exe too. you know that already i guess
[20:07] <nerochiaro> at least, you could until some days ago
[20:11] <SmrtJustin> yeah I know, but I edited the source of mine...
[20:12] <nerochiaro> ok, i'll shut up, then :) , and good luck
[20:12] <SmrtJustin> lol
[20:13] <SmrtJustin> GarBage/DeepB has done it, but when I do it the same way I get an error message when running the compiled program, it works, it just is kind of annoying
[20:13] <nerochiaro> well, it's a start, if nothing else.
[20:14] <SmrtJustin> yeah...
[20:14] <SmrtJustin> I tried using perl2exe, but that was less successful
[20:14] <SmrtJustin> maybe I can convince DeepB to compile mine for me... (probably not)
[20:18] <nerochiaro> why not ? i don't know how is compiling perl, but if it's like compiling any other language, it's a few minutes at most.
[20:18] <SmrtJustin> I guess it doesnt hurt to ask...
[20:18] <SmrtJustin> it takes less than a few mins.
[20:35] <SmrtJustin> DeepB: you dont happen to be around do you?
[20:44] <SmrtJustin> guess not...
[21:01] <sorune> hey everyone
[21:01] <nerochiaro> hi
[21:02] <nerochiaro> hi yono
[21:02] <Yono> hey nerochiaro
[21:02] <Yono> what's up
[21:02] <sorune> any linux users out there?
[21:03] <nerochiaro> Yono: nothing much interesting, i have been quiet on the neuros hacking front for some days.
[21:03] <Yono> that's alright
[21:03] <nerochiaro> sorune: plenty, but probably not any of them is online now
[21:04] <Yono> I'm trying to get my dlink pcmcia card working on my laptop in linux, but I'm missing a component
[21:04] <Yono> are any of you firmiliar with wireless-tools?
[21:04] <sorune> nope, all wired here
[21:04] <Yono> I still have FC2, so I have an old version of the wireless-tools
[21:05] <Yono> I'm considering upgrading, but I mighteswell try a different version
[21:05] <Yono> I find installation too much of a pain at this point on fedora
[21:05] <sorune> really? why?
[21:06] <Yono> I keep getting errors when I try to install the nessesary wireless-tools package
[21:06] <Yono> :(
[21:06] <SmrtJustin> I just installed that lol
[21:07] <Yono> really?
[21:07] <Yono> yay
[21:07] <SmrtJustin> yeah
[21:07] <sorune> does it bomb out, or just skip that package?
[21:07] <Yono> aborts
[21:07] <sorune> yikes, that's no good
[21:08] <Yono> I'll go boot up the laptop and get the error
[21:08] <Yono> I really should update to core 3 at some point...
[21:09] <sorune> yeah, it's pretty good
[21:09] <Yono> yeah, I've been busy lately though
[21:09] <sorune> redhat is finally usable again. :)
[21:09] <Yono> that can be helpful
[21:10] <sorune> justin: you on linux now?
[21:12] <AmericanTechpush> I tried linux.. It was ok..
[21:12] <Yono> ok sorune, I have the error
[21:13] <Yono> Failed dependencies:
[21:13] <Yono> libc.so.6()(64bit) is needed by wireless-tools-26-0.1.fc2.dag
[21:14] <Yono> there's a list of 5, but that is the jist of it
[21:17] <Yono> anyone here?
[21:18] <AmericanTechpush> just me
[21:18] <sorune> sorry, i'm back
[21:18] <Yono> ok
[21:18] <sorune> do you have yum installed
[21:18] <Yono> yeah
[21:18] <sorune> try installing the package with that
[21:18] <sorune> it will find and install all dependancies
[21:18] <Yono> yum -?
[21:19] <sorune> i figured you'd ask me that...
[21:19] <Yono> :)
[21:19] <sorune> i can't remember the syntax
[21:19] <Yono> ok, I'll run yum --help
[21:19] <Yono> thanks
[21:19] <sorune> or the manpage
[21:20] <Yono> hmm, I don't know how to get it to upgrade from an RPM instead of the servers
[21:20] <Yono> I'll keep trying
[21:21] <sorune> did you try "yum install <package>"
[21:22] <Yono> hmm, I'll do that after yum finishes whatever its doing
[21:24] <Yono> wow, lots of updating nesessary
[21:24] <Yono> I'm out of the loop :-P
[21:25] <sorune> :)
[21:25] <SmrtJustin> sorune: yeah I'm on linux
[21:26] <sorune> can you run a command for me and tell me the output?
[21:27] <sorune> oh, what distro?
[21:28] <SmrtJustin> gentoo
[21:28] <SmrtJustin> sure
[21:29] <sorune> pick any filesystem, neuros preferably and run "df -k <file system>"
[21:29] <sorune> so if your neuros is mounted a /mnt/neuros, run df -k /mnt/neuros
[21:29] <SmrtJustin> hang on let me mount my neuros
[21:30] <Yono> that displays the status of disk space on file systems, right?
[21:30] <sorune> yep
[21:30] <SmrtJustin> /dev/sda1 19525440 9776848 9748592 51% /mnt/usb
[21:30] <SmrtJustin> can I unmount it now?
[21:30] <sorune> yes, thanks!
[21:31] <SmrtJustin> np
[21:31] <sorune> oops, did you run 'df -k /mnt/usb'?
[21:32] <sorune> or just df -k and extract the /mnt/usb line?
[21:33] <sorune> i guess it doesn't matter, probably the same output...
[21:33] <SmrtJustin> I did df -k /mnt/usb
[21:33] <AmericanTechpush> Just install windows 98se and be happy!
[21:33] <sorune> ok, thanks
[21:33] <SmrtJustin> eww Windows
[21:33] <SmrtJustin> and even worse 98
[21:33] <sorune> 98se does not lead to nirvana for me
[21:34] <Yono> =-O yum update is STILL running
[21:34] <sorune> good grief
[21:35] <sorune> u on a p90?
[21:35] <sorune> :)
[21:35] <Yono> lol, no
[21:35] <Yono> I just haven't run it for....6 months I believe
[21:35] <SmrtJustin> lol
[21:35] <SmrtJustin> what distro?
[21:35] <Yono> fedora core 2
[21:35] <Yono> laugh it up
[21:35] <SmrtJustin> oh, if you let gentoo go that long, it would probably take a day
[21:36] <Yono> lol
[21:36] <sorune> does gentoo come with a base install now
[21:36] <sorune> or do you still have to compile everything?
[21:36] <SmrtJustin> theres a base install
[21:36] <SmrtJustin> its called a stage 3
[21:37] <sorune> i might have to give that a try
[21:37] <SmrtJustin> I love gentoo
[21:37] <sorune> i've heard good things about it
[21:37] <SmrtJustin> its great
[21:37] <Yono> sorune, what are you using now?
[21:37] <SmrtJustin> and if you dont like compiling everything, my brother uses arch, and its pretty nice
[21:37] <sorune> at this very moment, i'm on a mandrake box
[21:37] <SmrtJustin> I like mandrake...
[21:37] <jbn> Has anyone tried plugging a Neuros HD-based device into a system running Ubuntu or Fedora Core 3? If so, did the Neuros come up as a mounted volume in GNOME without having to tweak any config files or issue commands from the command line? I'm asking because I work at a local radio station and I'd like to record some shows to 44.1kHz WAV files using a Neuros device (I'm not sure which one yet) which has line-in.
[21:38] <jbn> I'd like the WAV file download to be as simple as possible for the users at the radio station.
[21:38] <Yono> wait
[21:38] <SmrtJustin> goin to the store guys... ttyl
[21:39] <Yono> u want it to be a simple file download, but ur using linux at the station?
[21:39] <sorune> sj: l8r
[21:39] <Yono> damnit!, no upgrades available for wireless-tools
[21:39] * Yono  sighs
[21:40] <jbn> Yono: Some users are using GNU/Linux (Fedora Core 3 and Ubuntu, specifically) and they find it quite easy to use. But plugging in USB HDs and memory sticks only recently became very easy to do.
[21:41] <Yono> true
[21:41] <jbn> Therefore, I'd like to know if plugging in a Neuros HD-based device is as easy as other devices I've dealt with (my USB HD case, my Cruzer memory stick, etc.).
[21:41] <sorune> there's tools to do automounting of usb drives, but i don't think fc3 comes that way by default
[21:42] <jbn> sorune: it does. FC3 will show them on the desktop and in the "Computer" Nautilus window.
[21:43] <sorune> cool!
[21:43] <jbn> sorune: but you might have to turn on a preference (Preferences->Removable storage) to get more than that just by plugging something in.
[21:44] <jbn> sorune: Turning on the preference is as simple as clicking a checkbox. It's a simple one-time operation. Right now I'm downloading to my USB HD (actually a general-purpose USB external case with an old FAT32-formatted 20GB HD in it).
[21:44] <Yono> hmm
[21:44] <Yono> well, I found wireless_tools.tar.gz online
[21:44] <Yono> extracted it, ran make and make install, and and going to hope it worked
[21:45] <sorune> yono: i'm surprised yum couldn't install it, maybe it's database is messed up
[21:46] <Yono> could be
[21:46] <jbn> So, anyone here have any practical experience using a Neuros HD-based device with FC3 or Ubuntu?
[21:46] <Yono> but w/e
[21:46] <Yono> Usb 1.1 or 2.0?
[21:46] <Yono> USB 2.0 works exactly like a portable HD
[21:47] <sorune> jbn: are you trying to do the record and see the file with your computer at the same time?
[21:47] <Yono> AmericanTechpush: congrats on accepting credit cards
[21:47] <jbn> If the USB 2.0 Neuros devices are mass storage devices, I'll focus on getting one of those. That would be great.
[21:47] <Yono> any chance you ship to puerto rico?
[21:47] <Yono> I have a friend there that wants a neuros badly
[21:48] <Yono> but doesn't trust most shippers
[21:48] <jbn> sorune: No, recording the show with the Neuros not plugged into any computer (just a line-level stereo audio connection and possibly AC power). Then, after the show is done, I'll unplug the Neuros from the audio connection and plug it into a computer with USB (preferably USB 2.0), download the show, encode it, post it online.
[21:49] <sorune> jbn: that shouldn't be a problem
[21:49] <AmericanTechpush> Hi Yono
[21:49] <jbn> sorune: Do I understand correctly that the Neuros can record 44.1kHz stereo WAV files (uncompressed audio)? I don't want to record to MP3.
[21:50] <Yono> hey Keith
[21:50] <Yono> jbn: set it under settings
[21:50] <sorune> jbn: yes it can
[21:50] <AmericanTechpush> Well only for select internional places
[21:50] <jbn> sorune: fantastic.
[21:51] <jbn> Yono: okay, noted. The docs aren't quite as clear as I would like for those of us who have never used the Neuros before.
[21:52] <nerochiaro> AmericanTechpush: i asked this to you the other day, but you didn't answer me, so i'll retry: do you sell the USB 2.0 cables for the neuros ?
[21:53] <jbn> Can the input volume level be manually adjusted and is there some kind of indicator to know how much I'll need to lower or raise the recording volume level?
[21:53] <jbn> And can I do this during recording, or just before I start the recording?
[21:54] <sorune> jbn: gain can be adjusted during recording
[21:57] <AmericanTechpush> yes
[21:57] <AmericanTechpush> we can get them
[21:57] <AmericanTechpush> Did you lose yours?
[21:58] <nerochiaro> AmericanTechpush: no, but a replacement cable might come in handy when i'm not at home. for one or two of these cables, how much would it be to ship them to italy ?
[21:59] <AmericanTechpush> About 16 dollars
[22:00] <AmericanTechpush> its more then the damm cable
[22:01] <nerochiaro> AmericanTechpush: yes, it's really painful. i think i will live with just one cable for the moment, and get one when i really need it. nice to know your prices, anyway. thanks
[22:01] <AmericanTechpush> Np
[22:02] <jbn> sorune: thanks. Is there a gain indicator that is updated as the recording happens? It would be unfortunate to have to go through a cycle of (record, listen, adjust gain) to try and get things right (or approximately right).
[22:03] <sorune> jbn: yes, you can go from -20 to 20 I believe
[22:03] <nerochiaro> jbn: i don't do recording, but from previous exchanges here in chat about that topic, it seems that the controls for recording are not really something very professional and comfortable to use
[22:04] <sorune> jbn: i don't know what the scale is in terms of db
[22:06] <nerochiaro> jbn: read this log, might be interesting to you: www.loglibrary.com
[22:06] <nerochiaro> jbn: it goes on for a few pages after that
[22:06] <marcos> AmericanTechpush.... how come the site doesnt have puerto rico in the STATE menu in the order form?
[22:07] <nerochiaro> marcos: are you a friend of Yono ?
[22:07] <marcos> yes
[22:09] <AmericanTechpush> To be honest
[22:09] <AmericanTechpush> I forgot to add it
[22:09] <marcos> oh
[22:09] <marcos> lol can u add it? i wanna order a neuros 2 soon
[22:09] <jbn> nerochiaro: thanks! I'll read that.
[22:10] <AmericanTechpush> Ya give me a sec
[22:10] <nerochiaro> jbn: no problem
[22:18] <AmericanTechpush> marcos
[22:18] <AmericanTechpush> is added
[22:18] <AmericanTechpush> refresh the page
[22:20] <marcos> thnx
[22:21] <marcos> u dont sell any 128mb/20GB bundle anymore?
[22:21] <AmericanTechpush> discontinued
[22:21] <AmericanTechpush> there are no more
[22:21] <marcos> oh
[22:22] <AmericanTechpush> word is that the 20gb will going next
[22:22] <marcos> i better get one before they disappear :S
[22:23] <AmericanTechpush> If the 20gb is what you want
[22:23] <AmericanTechpush> the 30gb is still a much better value
[22:24] <marcos> wow...it holds 7,000 :o...i think it holds more if they are OGG :P
[22:27] <nerochiaro> marcos: it all depends from the bitrate
[22:27] <marcos> i always have em at 128k
[22:28] <AmericanTechpush> the benfit of ogg is that lower bit rates sound just as good or better then mp3 recorded at higher bitrates
[22:31] <nerochiaro> marcos: the mp3 or the vorbis ?
[22:31] <AmericanTechpush> the vorbis
[22:32] <marcos> vorbis
[22:32] <nerochiaro> ah, ok. because a bitrate of 128 for mp3 is not that great
[22:33] <marcos> for OGG it is ;D
[22:36] <DeepB> hi, someone knows of such a gadget?
[22:36] <DeepB> www.neurosaudio.com
[22:37] <DeepB> ??
[22:37] <AmericanTechpush> ogg is what most my songs are encoded at
[22:37] <AmericanTechpush> in
[22:41] <nerochiaro> DeepB: no idea, sorry
[22:42] <nerochiaro> DeepB: but i think it's hard to find one, usually the mpeg decoder boxes have their own disks
[22:42] <nerochiaro> DeepB: or read cd/dvd disks
[22:44] <eozl_> i've often wanted something like this, i always would up deciding i needed a little computer there to do that
[22:44] <AmericanTechpush> Is anybody excited about the mpeg recorder?
[22:44] <eozl_> mpeg recorder?
[22:45] <Yono> DeepB: I think ivel|z has one
[22:45] <AmericanTechpush> mpeg4 recorder that is coming out soon
[22:45] <AmericanTechpush> www.neurosaudio.com
[22:51] <marcos> will the next neuros have color screen for pic viewing?
[22:52] <eozl_> what about a phasor for klingon-zapping
[22:55] <AmericanTechpush> At this momment there is plan for a color screen on the N mini (5gb) but nothing in stone and no details
[22:56] <nerochiaro> AmericanTechpush: the N mini you mentioned, will be still HD based i guess
[22:57] <marcos> mini as in space or mini is in the neuros psysically?
[22:58] <AmericanTechpush> yes
[22:58] <AmericanTechpush> 5gb
[22:58] <nerochiaro> and anyway, calling it "Neuros Mini" is somehow a kind of bowing down to king iPod to me
[22:58] <nerochiaro> not a smart move, IMHO
[22:59] <AmericanTechpush> we will see
[22:59] <nerochiaro> AmericanTechpush: HD based, ok, but with the small form factor hard disks i guess (smaller than the one used in the neuros currently)
[23:00] <nerochiaro> that would be smart indeed
[23:00] <AmericanTechpush> yes smaller form factor
[23:01] <jbn> what form factor HD is used in HD Neuros devices now?
[23:02] <nerochiaro> 3.5 inches if i recall correctly
[23:04] <nerochiaro> 2.5, sorry
[23:15] <nerochiaro> DeepB: are you still around ?
[23:28] <DeepB> yes?
[23:34] <nerochiaro> DeepB: i was poking in the help files for CCS, and i stumbled into an interesting read: docs/hlp/cc_c54xcgt.hlp
[23:34] <nerochiaro> DeepB: there's docs about the format of the linker files
[23:35] <nerochiaro> DeepB: might help solve some of my problems. maybe it is of interest to you too
[23:37] <gernika> nerochiaro-- did you get my memo?
[23:39] <SmrtJustin> DeepB: would you mind doing me a favor?
[23:40] <nerochiaro> gernika: yep i got it
[23:41] <nerochiaro> gernika: but forgot about it until now
[23:41] <nerochiaro> gernika: tell me what format you need and i'll convert them to that format
[23:42] <gernika> ok. what chat client do you use?
[23:42] <DeepB> nerochiaro: thanks, i'll read it at some point
[23:42] <DeepB> SmrtJustin: shoot
[23:43] <SmrtJustin> would you compile my sorune source? I cant get mine to compile so I dont get the error message when I run it.
[23:44] <gernika> nerochiaro -- just use xchat format
[23:44] <DeepB> SmrtJustin: put it somewhere where i can dl it, then
[23:44] <nerochiaro> gernika: xchat format ? ok, i'll look at it tomorrow, and when i'm done i'll send them to you
[23:45] <SmrtJustin> smrtjustin.ath.cx
[23:46] <SmrtJustin> DeepB: you want a ftp account so you can upload it when your done?
[23:47] <gernika> nerochiaro -- ok deal
[23:47] <SmrtJustin> DeepB: is it more work for you to include the GUI?
[23:49] <SmrtJustin> well bbl, I have dinner...
[23:49] <DeepB> SmrtJustin: where do i put it?
[23:49] <SmrtJustin> hang on let me set you up an account on my server