[01:47] <Yono> anyone still awake?
[01:52] <nollidj> good morning
[01:55] <Yono> actualy, its 8PM, but close enough
[02:18] <nollidj> yes, same here
[03:34] <noiz> anyone on?
[03:35] <nollidj> i'm here
[03:36] <noiz> nollidj: what os do you use?
[03:37] <nollidj> linux
[03:37] <nollidj> i have win2k, but not really for desktop use
[03:38] <noiz> could you help me mount my neuros on linux?
[03:39] <noiz> i cant get it to work
[03:40] <iswm> noiz, how so?
[03:40] <nollidj> certainly
[03:41] <noiz> i dunno, i think i have all of the modules that i need loaded, but it will never see it
[03:42] <noiz> dmesg after plugin is
[03:42] <nollidj> well, does the entry in /dev show up?
[03:42] <nollidj> err
[03:42] <nollidj> first, are you using udev/devfs ?
[03:42] <noiz> hub.c: new USB device 00:1d.7-2, assigned address 4
[03:42] <noiz> usb.c: USB device 4 (vend/prod 0x451/0x5416) is not claimed by any active driver.
[03:42] <noiz> dunno which one im using
[03:43] <noiz> distro is debian sarge
[03:43] <nollidj> what does `pidof udevd` say?
[03:44] <noiz> 443
[03:44] <noiz> brb
[03:56] <noiz> k, back
[03:57] <nollidj> ok
[03:57] <nollidj> so is there an entry in /dev that corresponds to your neuros, to your knowledge?
[03:57] <noiz> not that i know of
[03:57] <nollidj> ok
[03:57] <nollidj> do you have any scsi drives on your system?
[03:58] <noiz> dont think so
[03:58] <nollidj> alright
[03:58] <nollidj> does /dev/sda exist?
[03:58] <noiz> bash: cd: /dev/sda: Not a directory
[03:59] <nollidj> but it exists?
[03:59] <nollidj> it won't be a directory
[03:59] <noiz> how would i know if it exists?
[03:59] <nollidj> ls /dev/sda
[03:59] <nollidj> it seems to, as you tried to cd to it
[03:59] <nollidj> and it found it, but it wasn't a directory
[04:00] <noiz> yeah, it outputted /dev/sda
[04:00] <nollidj> ok, your neuros is probably that device
[04:00] <noiz> ok
[04:00] <nollidj> what happens if you do (as root):
[04:00] <nollidj> `mount -t vfat /dev/sda /mnt/neuros` (or somewhere else you want to mount your neuros)?
[04:00] <noiz> the ls /dev/sda?
[04:01] <noiz> nm
[04:01] <noiz> mount: /dev/sda is not a valid block device
[04:01] <nollidj> alrighty
[04:01] <nollidj> do you have the directory /sys ?
[04:01] <nollidj> oh, and is your neuros plugged in right now?
[04:02] <noiz> yeah, it plugged in
[04:02] <DeepB> mount -t vfat /dev/sda1 /mnt/neuros
[04:02] <noiz> and i have /sys
[04:02] <nollidj> yes, as deepb suggested, too
[04:02] <noiz> mount: /dev/sda1 is not a valid block device
[04:02] <nollidj> go to /sys/bus/usb
[04:02] <nollidj> it's a directory
[04:03] <nollidj> then... go to the directory devices
[04:04] <nollidj> are you there?
[04:04] <noiz> '/sys' is an empty directory on my machine
[04:04] <nollidj> ah, hmm
[04:05] <nollidj> if you type 'mount', is anything mounted as sysfs?
[04:05] <noiz> /dev/hda1 on / type ext3 (rw,errors=remount-ro)
[04:05] <noiz> proc on /proc type proc (rw)
[04:05] <noiz> devpts on /dev/pts type devpts (rw,gid=5,mode=620)
[04:05] <noiz> tmpfs on /dev/shm type tmpfs (rw)
[04:05] <noiz> usbfs on /proc/bus/usb type usbfs (rw)
[04:06] <nollidj> guess not
[04:06] <nollidj> then in /proc/bus/usb , there is a file "devices"?
[04:07] <noiz> yeah
[04:08] <nollidj> then can you `grep Neuros /proc/bus/usb/devices`
[04:08] <nollidj> dmesg says it detects the neuros, but this'll make sure it's there
[04:09] <noiz> S: Manufacturer=Neuros Audio
[04:09] <nollidj> alright
[04:09] <nollidj> so just to review, what modules have you compiled and inserted to try to get usb mass storage working?
[04:09] <nollidj> and, can you mount other fat32 partitions okay?
[04:10] <noiz> dont have any other fat32
[04:11] <noiz> i tried modprobe <name> of these
[04:11] <noiz> * usbcore - This is required for any USB device.
[04:11] <noiz> * usb-uhci/usb-ohci - One of these is used depending upon your USB host controller
[04:11] <noiz> * usb-storage - For using USB Mass Storage devices
[04:11] <noiz> * scsi_mod and sd_mod - USB Mass Storage devices show up as SCSI disks, so you'll need SCSI support.
[04:12] <nollidj> ok. what distribution are you using?
[04:12] <noiz> debian sarge
[04:13] <nollidj> excellent. do you know if you have successfully installed any of those modules into the kernel?
[04:13] <noiz> no idea
[04:13] <nollidj> `lsmod` should say if they're there
[04:14] <nollidj> for module management, as root do "modconf"
[04:14] <noiz> Module Size Used by Not tainted
[04:14] <noiz> usb-storage 54496 0 (unused)
[04:14] <noiz> sd_mod 10764 0 (autoclean) (unused)
[04:14] <noiz> vfat 8716 0 (autoclean)
[04:14] <noiz> fat 27576 0 (autoclean) [vfat]
[04:14] <noiz> orinoco_cs 3860 0 (unused)
[04:14] <noiz> orinoco 29172 0 [orinoco_cs]
[04:14] <noiz> hermes 4708 0 [orinoco_cs orinoco]
[04:15] <noiz> usb-ohci 16488 0 (unused)
[04:15] <noiz> ds 5844 2 [orinoco_cs]
[04:15] <noiz> mousedev 3604 1
[04:15] <noiz> hid 19076 0 (unused)
[04:15] <noiz> input 3040 0 [mousedev hid]
[04:15] <noiz> af_packet 11048 1 (autoclean)
[04:15] <noiz> ehci-hcd 14796 0 (unused)
[04:15] <noiz> usb-uhci 19504 0 (unused)
[04:15] <noiz> usbcore 52268 1 [usb-storage usb-ohci hid ehci-hcd usb-uhci]
[04:15] <noiz> i810_audio 21372 1
[04:15] <noiz> ac97_codec 11252 0 [i810_audio]
[04:15] <noiz> soundcore 3268 2 [i810_audio]
[04:15] <noiz> ide-scsi 8272 0
[04:15] <nollidj> you don't need to paste everything in here
[04:15] <noiz> 8139too 12328 1
[04:15] <noiz> mii 1952 0 [8139too]
[04:15] <noiz> crc32 2848 0 [8139too]
[04:15] <noiz> yenta_socket 8804 2
[04:15] <noiz> pcmcia_core 38020 0 [orinoco_cs ds yenta_socket]
[04:15] <noiz> ohci1394 21648 0 (unused)
[04:15] <noiz> agpgart 39108 0 (unused)
[04:15] <noiz> sr_mod 11640 0 (unused)
[04:15] <noiz> sbp2 15024 0 (unused)
[04:15] <nollidj> please try taking it to a /msg
[04:15] <noiz> ieee1394 178724 0 [ohci1394 sbp2]
[04:15] <noiz> scsi_mod 86052 3 [usb-storage sd_mod ide-scsi sr_mod sbp2]
[04:15] <noiz> ide-cd 27072 0
[04:15] <noiz> cdrom 26212 0 [sr_mod ide-cd]
[04:15] <noiz> rtc 5768 0 (autoclean)
[04:16] <noiz> ext3 65388 1 (autoclean)
[04:16] <noiz> jbd 34628 1 (autoclean) [ext3]
[04:16] <noiz> ide-detect 288 0 (autoclean) (unused)
[04:16] <noiz> piix 7784 1 (autoclean)
[04:16] <noiz> ide-disk 12448 2 (autoclean)
[04:16] <noiz> ide-core 91832 2 (autoclean) [usb-storage ide-scsi ide-cd ide-detect piix ide-disk]
[04:16] <noiz> unix 12720 221 (autoclean)
[04:16] <noiz> yeah, but it makes me feel better
[04:16] <noiz> k
[04:19] <nollidj> it looks like you have all the right modules, at least
[04:21] <nollidj> and with all those modules inserted, upon connecting your neuros, dmesg logs "new USB device ...... assigned address 4 ..... not claimed by any active driver"?
[04:21] <noiz> yeah
[04:25] <noiz> awesome, i think i got it working by trying a different usb port on my computer
[04:25] <nollidj> hmn. ok
[04:25] <noiz> hub.c: new USB device 05:00.0-2, assigned address 2
[04:25] <noiz> scsi1 : SCSI emulation for USB Mass Storage devices
[04:25] <noiz> Vendor: TOSHIBA Model: MK3021GAS Rev: GA12
[04:25] <noiz> Type: Direct-Access ANSI SCSI revision: 02
[04:25] <noiz> Attached scsi disk sda at scsi1, channel 0, id 0, lun 0
[04:25] <noiz> SCSI device sda: 58605120 512-byte hdwr sectors (30006 MB)
[04:25] <noiz> /dev/scsi/host1/bus0/target0/lun0: p1
[04:25] <noiz> WARNING: USB Mass Storage data integrity not assured
[04:25] <noiz> USB Mass Storage device found at 2
[04:25] <noiz> thats dmesg
[04:25] <nollidj> looks good
[04:25] <nollidj> so now what if you try mounting /dev/sda ?
[04:26] <noiz> mount -t vfat /dev/sda /mnt/neuros
[04:26] <noiz> mount: wrong fs type, bad option, bad superblock on /dev/sda,
[04:26] <noiz> or too many mounted file systems
[04:27] <nollidj> are you able to mount other fat32 volumes?
[04:27] <noiz> dont have any other volumes
[04:27] <nollidj> and also, try /dev/sda1
[04:27] <nollidj> also try
[04:27] <nollidj> cfdisk /dev/sda
[04:27] <nollidj> (but don't make any changes)
[04:27] <noiz> the sda1 worked
[04:28] <noiz> now /mnt/neuros works
[04:28] <noiz> awesome
[04:28] <nollidj> yeap
[04:28] <nollidj> you will need a synchronization manager to load music onto it, but that should be straightforward
[04:28] <noiz> yeah, ive already got sorune and ndbm to work
[04:28] <noiz> thanks a lot
[04:29] <noiz> for helping me
[04:29] <nollidj> no problem
[04:29] <noiz> and will that mount option allow a normal user to access the neuros?
[04:34] <noiz> so will "mount -t vfat /dev/sda1 /mnt/neuros" as root allow other users to access the neuros?
[04:34] <nollidj> you should put a line in /etc/fstab
[04:34] <nollidj> something like:
[04:35] <nollidj> /dev/neuros /mnt/neuros /vfat noauto,users,sync 0 0
[04:35] <nollidj> be sure to mount it with the 'sync' option
[04:35] <nollidj> so
[04:35] <nollidj> mount -o sync -t vfat /dev/sda1 /mnt/neuros
[04:35] <nollidj> or include 'sync' in fstab
[04:35] <noiz> k
[04:37] <noiz> could you help me with one more thing?
[04:37] <noiz> compiling a perl module for sorune
[04:37] <nollidj> i am here
[04:37] <nollidj> which module?
[04:37] <noiz> perl tk module
[04:37] <nollidj> sorune has the stuff it needs (besides perl-tk, i think) distributed with it
[05:09] <SmrtJustin> night all
[05:45] <zack> has there been any discussion of adding replaygain support to the neuros?
[11:38] <erwan_taf> hi all
[20:23] <erwan_taf> lo nerochiaro
[20:25] <nerochiaro> hi
[20:25] <nerochiaro> what's up ?
[20:27] <nerochiaro> erwan_taf: did you try any open source build, yet ?
[20:30] <erwan_taf> nope :/
[20:30] <erwan_taf> I've been busy
[20:30] <erwan_taf> and still :)
[20:30] <erwan_taf> but this is on my todo asap list :)
[21:57] <nerochiaro> mmmh, my neuros is taking approximately 15 seconds to recognize the hard disk. not good.
[22:17] <Yono> what VNC program do you guys suggest?
[22:17] <Yono> for windows
[22:19] <JoshMalone> VNC client?
[22:19] <JoshMalone> or server?
[22:19] <JoshMalone> I use tightvnc
[22:20] <JoshMalone> nerochiaro: chkdsk time?
[22:20] <Yono> server
[22:20] <Yono> this would be the computer I'd be controlling
[22:21] <JoshMalone> is it fairly fast?
[22:27] <Yono> 2.6 Ghz P4
[22:30] <nerochiaro> JoshMalone: might be a good idea. but it's an intermittent problem
[22:31] <Xoring> Yono, how can you use such a slow machine?
[22:31] <nerochiaro> yono: tightvnc is great. especially the latest testing version coupled with the DFMirage hook driver
[22:31] <nerochiaro> but it all depends on the speed of your connection, anyway
[22:32] <Xoring> I've been using RealVNC for windows for years, works fine for me, even over slow connections
[22:32] <Xoring> I haven't tried TightVNC yet
[22:33] <nerochiaro> Xoring: tightvnc is based on realvnc, IIRC, plus some stuff (like the tight encoding)
[22:33] <DeepB> Yono: for windoze, UltraVNC
[22:34] <DeepB> wins hands down
[22:34] <nerochiaro> DeepB: advantages ?
[22:34] <Xoring> Nerochiaro: is it faster than RealVNC or just has more features?
[22:34] <DeepB> domain/local logon
[22:34] <DeepB> native driver a.l.a citrix or RDP
[22:34] <JoshMalone> I've found tight to work well on fat machines (but it kills P-166)
[22:35] <Xoring> ... screw all this, Yono you want SSH
[22:35] <DeepB> tight compression optional
[22:35] <Xoring> SSH is faster, more secure, and much much better
[22:35] <Xoring> SSH is better than anything else
[22:36] <nerochiaro> Xoring: hehe, but it's console based. not for everyone and everything
[22:36] <JoshMalone> SSH doesn't support Windows DDI-forwarding :)
[22:36] <DeepB> Xoring: i kinda agree
[22:36] <DeepB> Xoring: www.nomachine.com
[22:36] <Xoring> who cares about Widndows DDI-forwarding?
[22:36] <JoshMalone> I use SSH all the time on Unix, though; X11 forwarding + agents rulez
[22:36] <DeepB> also, FreeNX rocks
[22:36] <Xoring> SSH can do everything
[22:36] <JoshMalone> I imagine Yono cares :)
[22:37] <DeepB> JoshMalone: try the X11 proxy in FreeNX
[22:37] <Xoring> SSH alone > all of Windows
[22:38] <nerochiaro> since there are experts of ssh here, i'll ask: is that normal that an ssh connection over adsl lines is so painfully slow that when i push a key it takes a noticeable delay (say, 0.25 seconds) to get to the other side ?
[22:39] <JoshMalone> no
[22:39] <zack> absolutely not
[22:39] <Xoring> never happens to me
[22:39] <zack> unless your isp sucks
[22:39] <Xoring> not even when I have dialup on both ends
[22:39] <JoshMalone> nerochiaro: SOunds like either 1) slow-ass machine on either end; or 2) high-latency ADSL
[22:39] <zack> i've definitely seen a 250ms delay with dialup
[22:39] <JoshMalone> 250ms is terrible even for dialup
[22:39] <DeepB> nerochiaro: you won't be able to online gaming, but tetris
[22:39] <nerochiaro> maybe 250ms is too much, but i assure you it's damn noticeable
[22:39] <DeepB> *enjoy
[22:40] <JoshMalone> that's like worse than 5GHz WAN
[22:40] <JoshMalone> DeepB: I'll try it :)
[22:40] <DeepB> JoshMalone: that won't dissapoint you, i promise
[22:41] <Yono> ok back
[22:41] <nerochiaro> my connection is not that bad, i can assure you, because when i use it directl (no ssh) like now, it's fast as it should be
[22:41] <Yono> sorry, no SSH, I need to control my windows box from my linux laptop and can't do all I need from a console
[22:42] <DeepB> Yono: try rdesktop
[22:42] <DeepB> it's a terminal services client
[22:42] <DeepB> and faster by far than any other VNC clone
[22:43] <JoshMalone> DeepB: how to you turn on RDP for Windows XP, 2000 etc.
[22:43] <JoshMalone> (for non-Server editions)
[22:43] <DeepB> you can't on 2k pro
[22:43] <JoshMalone> dammit
[22:43] <Yono> DeepB: would I need to change my server to use that?
[22:44] <DeepB> nope, XP has it
[22:44] <Yono> ok, so UltraVNC server, rdesktop client?
[22:44] <DeepB> Yono: nope, turn on RDP on XP, i dunno exactly what's the label for it
[22:45] <DeepB> but it should be on the properties tab of My PC
[22:45] <nerochiaro> DeepB: isn't that remote assistance, or something like that ?
[22:45] <Yono> yeah
[22:45] <Yono> that's checked already
[22:46] <Yono> would someone mind seeing if my comp still works with VNC?
[22:46] <Yono> I messed around with the router a lot over the weekend
[22:46] <JoshMalone> Yono: IP?
[22:46] * JoshMalone  cackles
[22:46] <Yono> 69-169-170-252
[22:47] <Yono> -=.
[22:47] <DeepB> Yono: didn't work here
[22:47] <Yono> :(
[22:47] <JoshMalone> no ping-age :(
[22:47] <Yono> ok, back to the router cp
[22:50] <Yono> ohh, my port forwarding config has been reset :-P
[22:51] <nerochiaro> so no one has any clue as what i could do to improve my ssh experience ?
[22:51] <Yono> I do!
[22:51] <Yono> pick me!
[22:51] * nerochiaro  picks Yono
[22:52] <DeepB> nerochiaro: and traceroute said?
[22:53] <JoshMalone> nerochiaro: what's the systems on both ends?
[22:54] <nerochiaro> on my end xp on the other i tried xp and win2003
[22:54] <Xoring> nerochiaro: switch ISP, check ssh config, use linux
[22:54] <JoshMalone> SSH into windows?
[22:54] <Yon1> sorry, did you get my message?
[22:54] <nerochiaro> JoshMalone: yes, sshd in cygwin
[22:54] <Xoring> that may be why
[22:54] <JoshMalone> maybe the cygwin DLL is running slow :(
[22:55] <Xoring> I always SSH into real *nix boxes
[22:55] <nerochiaro> well, that might be the reason, then. not good
[22:55] <Xoring> that would be like useing RealVNC through Wine... you could, but there are better native options
[22:55] <nerochiaro> Xoring: native alternative to shh ? like ?
[22:56] <Xoring> telnet
[22:57] <nerochiaro> Xoring: nice joke
[22:57] <Xoring> I think there are encrypted telnet daemons for windows
[22:57] <Yon1> how about now guys?
[22:57] <Xoring> I've seen 'em but never used 'em
[22:57] <Xoring> Yon1 I see you
[22:58] <Yon1> so you can get to the password input?
[22:58] <DeepB> nerochiaro: do you have a public RSA/DSA key?
[22:58] <Xoring> nerochiaro: what does SSH do that an encrypted telnet daemon + ftp server couldn't do?
[22:58] <DeepB> nerochiaro: if you have one, paste it, and i'll let you in, to try this server
[22:59] <Xoring> Yon1, what pssword input?
[22:59] <nerochiaro> DeepB: i don't think i have one
[22:59] <Yon1> did you just ping me and thats it?
[22:59] <Xoring> yea
[23:00] <nerochiaro> Xoring: i didn't know that there were encrypted telnet demons. that's why my "nice joke" comment.
[23:01] <Xoring> Nerochiaro: I know they exist, I don't now how secure they are compared to SSH
[23:02] <Xoring> in a windows environment, you could create a secure VPN and use Windows telnet even
[23:02] <nerochiaro> Xoring: i don't need extreme security for now, just an hard to snoop connection.
[23:03] <nerochiaro> Xoring: so i will search for some of these encrypted telnet daemons
[23:23] <nerochia1o> shit, my computer hard reset itself all of a sudden
[23:24] <DeepB> nerochiaro: blame the cat, you know it's his fault
[23:25] <Yono> did you get a chance to check your email?
[23:25] <nerochia1o> Yono: one second, i was rebooting :(
[23:25] <Yono> its ok
[23:25] <nerochia1o> DeepB: damn creature, i'll go thrash it
[23:26] <Yono> ok, I'll get something to eat then and be back in a little while
[23:28] <nerochia1o> yono
[23:28] <nerochia1o> you still there ?
[23:30] <erwan_ho> re
[23:31] <erwan_ho> nerochiaro: I'm making my first compilation
[23:32] <nerochia1o> i'm crossing fingers for you
[23:32] <erwan_ho> first error :b
[23:32] <nerochia1o> you have the howto on the wiki in front of you, yes ?
[23:33] <erwan_ho> yes
[23:34] <erwan_ho> reading each step carefuly
[23:35] <nerochiaro> erwan_ho: and that doesn't solve the problem ?
[23:39] <erwan_ho> I wonder in the path from the makefile (OBJ_DIR) msut be absolute/relative from where ? cygwin ? current dir ? the whomle system ?
[23:40] <erwan_ho> from the whole system seems to be better :)
[23:54] <erwan_ho> I have a lot a F:/PROJECT/ ... in my the Neuros.paf & pjt
[23:54] <erwan_ho> is it usual ?
[23:55] <nerochiaro> already there from the CVS sources, you mean ?
[23:56] <nerochiaro> hi joe
[23:56] <JoeBorn> hello everyone.
[23:56] <Yono> hey Joe, glad to see you made it
[23:57] <JoeBorn> I came by for a group hug since I was feeling quite blue :)
[23:57] <JoeBorn> actually, I figured I owed you all an explanation for yanking the source code.
[23:57] <JoeBorn> sorry for the lack of communication on that
[23:58] <erwan_ho> nerochiaro: yes
[23:58] <nerochiaro> JoeBorn: if you're feeling blue for the tone of my post, please excuse its harshness. i wasn't maybe unnecessarily rude
[23:58] <erwan_ho> nerochiaro: and the pjt is containing some wrong path .. i've changed it
[23:59] <erwan_ho> but after I run make-d.bat this file are messed !
[23:59] <JoeBorn> no, that's ok. Yono communicated the intent of your post and I can't disagree with any of your points
[23:59] <erwan_ho> the CR\LF is no more good
[23:59] <erwan_ho> the last line I have is
[23:59] <erwan_ho> "Flashing mode ready"