Re: 3c509B driver, trouble configuring

2001-05-15 Thread Bob Wilkinson
On Mon, May 14, 2001 at 12:21:42PM -0600, Stefan Srdic wrote: > Mithras wrote: > > > : /lib/modules/2.2.17/net/3c509.o: invalid parameter parm_io > > That error reports that the I/O parameter used is invalid. Your base address > for > your card should read 0x210. > > Test this by directly using

Re: how do i chop wav files with sox

2001-03-28 Thread Bob Wilkinson
> On Wed, Mar 28, 2001 at 08:18:49AM -0600, Jake R. Johnson wrote: > > I have some really large wav files...120minutes and I would like to chop > > it into 6 single files so that i have 6 tracks on a cd. How can i do > > this? > use gramofile http://panic.et.tudelft.nl/~costar/gramofile/ Bob

Re: quick howto-command questions?

2001-03-21 Thread Bob Wilkinson
On Wed, Mar 21, 2001 at 04:19:07AM -, john smith wrote: > hi, > Let's say I have 3 files namely; one.c, two.c and a hidden .c file (.hid.c). > now I want to list them... the command > ls -al *.c shows only the two files and it doesn't show the third one... any > ideas? > Quite right ... ls

Re: quick howto-command questions?

2001-03-20 Thread Bob Wilkinson
On Tue, Mar 20, 2001 at 09:12:41AM -, john smith wrote: > Hi, > > Some quick questions; > > 1. How can I find out the total number of files (also hidden) in the current > directory? > ls -a | wc -l > 2. How can I find out the total number of executable files (also hidden) in > the curren

Re: Use different cache dir for apt-get dist-upgrade

2001-03-14 Thread Bob Wilkinson
On Wed, Mar 14, 2001 at 09:57:58PM -0500, Ian Patrick Thomas wrote: > I am in the process of upgrading my distribution to 2.2 potato? or > whatever is the latest stable. I have already done an apt-get check and no > errors were found. The problem is that I get an error > > Sorry, you don'

Re: testing and unstable GIMP

2001-03-14 Thread Bob Wilkinson
On Wed, Mar 14, 2001 at 08:31:47AM -, [EMAIL PROTECTED] wrote: > How do I just install a newer version of an application from unstable on my > stable system leaving the rest as stable? e.g. I want gimp 1.2 but not the > rest of unstable. > > Regards > > Robin Easiest way is to 1. cd /etc/ap

Re: What DO you lose with Linux ???

1999-03-31 Thread Bob Wilkinson
- Original Message - From: Kent West <[EMAIL PROTECTED]> To: Steve Lamb <[EMAIL PROTECTED]> Cc: Debian users Listserv Sent: Tuesday, March 30, 1999 10:37 PM Subject: Re: What DO you lose with Linux ??? >everything, provided I was willing to sacrifice other things, such as other hobbies ^

Re: dual boot?

1999-02-05 Thread Bob Wilkinson
Joo, You can install Linux into partition(s) on your disk (using NT's disk administrator tool). You can then boot using a floppy, or use the NT loader to startup Linux. This involves stripping some bootsector record and putting on your c: drive. This is well documented in the mini-HOWTO called "NT

Re: bash programming question

1999-01-20 Thread Bob Wilkinson
Or just use finds' exec option find . -print -exec "{}" \; Bob :wq P.S. The "{}" expands out to the current file name - Original Message - From: Shaleh <[EMAIL PROTECTED]> To: Michael Meskes <[EMAIL PROTECTED]> Cc: Sent: Tuesday, January 19, 1999 4:08 PM Subject: RE: bash programming

Re: Socket programming

1998-12-17 Thread Bob Wilkinson
http://kipper.york.ac.uk/~vic/sock-faq/ Bob :wq - Original Message - From: Lazar Fleysher <[EMAIL PROTECTED]> To: Sent: Wednesday, December 16, 1998 8:11 PM Subject: Socket programming >HI Everyone, > >This is not a debian-specific question, but have no-one else to ask. I >have been pl