Re: Installing debian on a SATA hard drive

2004-01-02 Thread Dobai-Pataky Balint
On Fri, 2004-01-02 at 13:55, Wolfgang Lonien wrote: > Olivier Sirven wrote: > > > Hi > > > > I'm trying to install a debian on a serial ATA hard drive bu the kernel > > version used with the woody installer is too old to see the sata disk. Any > > idea to help me installing a debian on this disk

Re: ethernet error?

2003-12-22 Thread Dobai-Pataky Balint
On Mon, 2003-12-22 at 20:39, Robert Storey wrote: > > Just recently, I'm getting a most peculiar message popping up on my > screen about once every 30 seconds or so: > > DROPPED IN= OUT=eth0 SRC=192.168.0.2 DST=192.168.0.255 LEN=129 TOS=0x00 > PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=631 LEN=109 th

Re: Next Challenge - nVidia Video Drivers

2003-12-22 Thread Dobai-Pataky Balint
On Mon, 2003-12-22 at 08:49, Scarletdown wrote: > I just tried to install the GeForce video drivers downloaded from > nVidia's site, in hopes that I would be able to make proper use of my > video card (GeForce 5600 FX with 256MB RAM) > > Here is what the log file showed after the drivers failed

Re: dc gui

2003-12-21 Thread Dobai-Pataky Balint
On Sun, 2003-12-21 at 14:40, Dr Gavin Seddon wrote: > Hello, > I was recomended dc alond with gnutella. I cannot register with > gnutella.com, so will dc allow use without registering? Also, how do I > use dc-gui? > you don't have to register, but share a large amount of data, you'll see hubs ha

Re: kazaa

2003-12-20 Thread Dobai-Pataky Balint
On Sat, 2003-12-20 at 12:59, Patrick Lesslie wrote: > On Sat, Dec 20, 2003 at 10:41:50AM +, Dr Gavin Seddon wrote: > > Hello, > > Last night I was at a friends house and he showed me Kazaa lite. I > > found this morning it is possible to run it on my Debian machine using > > wine. Can anyone

Re: Right ftp server

2003-12-19 Thread Dobai-Pataky Balint
On Fri, 2003-12-19 at 12:40, Mark Schouten wrote: > On Fri, Dec 19, 2003 at 02:33:51AM -0800, Gruessle wrote: > > But I need something basic easy to config., something I don't have to > > read two books on before I can get going. Don't need anonymous I like > > X config stuff if there is something

Argument list too long

2003-12-19 Thread Dobai-Pataky Balint
hi, i have a webcam logging all motion into jpgs, my php code does lots with it, except after i convert selected jpgs copied into the workin' folder, and after conversion i'd like to rm them from php or by hand it'll give: rm *.jpg su: /bin/rm: Argument list too long so i have to enter mc, ente

Re: yanvp

2003-12-19 Thread Dobai-Pataky Balint
On Fri, 2003-12-19 at 01:05, David Z Maze wrote: > Dobai-Pataky Balint <[EMAIL PROTECTED]> writes: > > > yet another nvidia problem. > > i got a 2.4.22-1-686, and the kernel headers for it, for wich > > nvidia-linux-1.0-4496-pkg2.run said that there is no file in

Re: gnome sound server monopolizing alsa's audio

2003-12-18 Thread Dobai-Pataky Balint
On Thu, 2003-12-18 at 16:56, Mark Roach wrote: > What I usually do is move /usr/bin/esd to /usr/bin/esd.real and create a > new /usr/bin/esd containing: > > #!/bin/sh > exec /usr/bin/esd.real -as 5 $* > i have this(followed the man pages): cat /etc/esound/esd.conf [esd] auto_spawn=1 spawn_opti

yanvp

2003-12-18 Thread Dobai-Pataky Balint
hi yet another nvidia problem. i got a 2.4.22-1-686, and the kernel headers for it, for wich nvidia-linux-1.0-4496-pkg2.run said that there is no file in include... so i got kernel-source, and symlinked it to linux, as it should, but than the compiled nvidia.o is not compiled with the right sourc

Re: Auto mount Windowz Share

2003-12-17 Thread Dobai-Pataky Balint
On Wed, 2003-12-17 at 19:37, Phillipus Gunawan wrote: > //192.168.0.4/shareit /mnt/windowzsmbfs auto,guest 0 0 'guest' is not a good option for fstab. try something like user=guest, or uid=guest,... (i don't remember, i resolvrd this once) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: Knoppix saving data

2003-12-16 Thread Dobai-Pataky Balint
On Tue, 2003-12-16 at 10:33, Gruessle wrote: > I am trying to use the XFree86 config data from knoppix for Debian. > Do you have any solutions I could use besides typing that whole thing in > by hand? send a mail for yourself? save to a floppy? install knoppix's autoconfig tools into your deb? ins

Re: ide DMA on Intel 865PE

2003-12-15 Thread Dobai-Pataky Balint
On Sat, 2003-12-13 at 19:41, Rune Maagensen wrote: > > Ok, thanks, but is there a performance penalty from running normal DMA compared to > UDMA, I know both the disk and chipset is capable? my systems widthout DMA have a transfer speed about 2M/s, with DMA about 7M/s, with ata100 about 25M/s.

Re: How do I get sound?

2003-12-13 Thread Dobai-Pataky Balint
On Sat, 2003-12-13 at 06:06, Mark Healey wrote: > Have no sound. What tool do I use to get it? > - > Please leave this. It is a filter term. > ferulebezel > - try apt-get install sndconfig, you will like it, it's red

Re: need help on IP accounting - ipac-ng

2003-12-12 Thread Dobai-Pataky Balint
what you need is a mysql server and a mysqclient, and cron set up to burst the gathered data to into the mysqserver. On Fri, 2003-12-12 at 11:39, Christian Schnobrich wrote: > However, I'm looking for an application that will gather the data, sum > it up nicely and just keeps track, even if the c

Re: ide DMA on Intel 865PE

2003-12-12 Thread Dobai-Pataky Balint
On Thu, 2003-12-11 at 22:27, Rune Maagensen wrote: > using_dma= 0 (off) try hdparm -i device, to see what modes are suported by hdd and a cat /proc/ide/piix for more info, my optinion is you can safely turn on simple dma(hdparm -d1 device), you can only worry about udma modes (-X66 ->-X69)