Help with sound card - sb ct3600

2003-02-22 Thread Mark Yobb
Hello everyone.  My soundcard is a soundblaster CT3600.  I can't get it to work. I am getting the following error when I try to load modules to use it as follows:   spoke:/proc# modprobe sb io=0x220 irq=10 dma=1 dma16=5 mpu_io=0x330 Soundblaster audio driver Copyright (C) by Hannu Savolainen 1

dhclient-script, debug-enter, debug-exit

2003-01-23 Thread Mark Yobb
Help somebody?  I'm using the most recent stable version of woody.   /etc/dhcp3/dhclients-script /etc/dhcp3/dhclient.conf /etc/dhcp3/dhclient-enter-hooks.d/debug-enter /etc/dhcp3/dhclient-exit-hooks.d/debug-exit   Are not being installed when I install dhcp3-client.  I have uninstalled this pa

Ghost View / .ps viewers

1999-03-29 Thread Mark Yobb
I was wondering if anybody has seen a new version of ghostview that allows you to do neat things like print every second page and other neat things right in the interface. I think I saw this in a SUSE dist.. I have hamm installed. Is this newer version packaged with slink?? Your responce will

Compilation Problems

1999-03-29 Thread Mark Yobb
Hi, As root I can compile a program using: gcc -I /usr/include/X11 -L/usr/X11R6/lib demo.c -lX11 and get an executable a.out. As a user when I type the same thing I get: ld:cannot open -lX11: No such file of directory Do I have to give this user special privledges or something??? How

Re: Linux won't work with RAM > 64 MB

1999-03-07 Thread Mark Yobb
You can get Debian to use your 128M of memory by passing a command to the kernel with your boot loader. I use lilo and this is what I put in my /etc/lilo.conf file append="mem=80M" I put this right near the top of my lilo.conf file. You would have to use something like this append="mem=128M

Re: Re: Repartition

1999-03-07 Thread Mark Yobb
A rough step by step would help me out a whole bunch. Thanks MT

Repartition

1999-03-07 Thread Mark Yobb
Can a person repartition an existing linux partition (assuming it is not full) without losing the information on it? If so what software should one use. I repartitioned my original DOS partition without losing anything a long time ago but I am quite sure this was a DOS app. Thanks, MT

Re: Debian-Red Hat- yadda yadda yadda

1999-03-07 Thread Mark Yobb
Well thought out. Bravo!

Re: Debian-Red Hat- yadda yadda yadda

1999-03-07 Thread Mark Yobb
Well thought out. Bravo!

User Directories

1999-03-03 Thread Mark Yobb
What do I have to do to move my user directories to a different partition/drive? I have looked around but I can not find what file (?) that user info like home directory is stored. Also I was wonder what the most dependable way to mount a drive on boot was? Can you do this with in a stan

Re: Sendmail setup.

1998-07-19 Thread Mark Yobb
998 17:57:54 -0700 (PDT) >Date: Sat, 18 Jul 1998 17:57:53 -0700 (PDT) >From: George Bonser <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: Mark Yobb <[EMAIL PROTECTED]> >cc: debian-user@lists.debian.org >Subject: Re: Sendmail setup. >In-Reply-To: <[EMAIL PRO

Re: Boot Errors

1998-07-19 Thread Mark Yobb
Jul-4 #2); Sat, 18 Jul 1998 18:05:31 -0700 (PDT) >Date: Sat, 18 Jul 1998 18:05:30 -0700 (PDT) >From: George Bonser <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: Mark Yobb <[EMAIL PROTECTED]> >cc: debian-user@lists.debian.org >Subject: Re: Boot Errors >

Boot Errors

1998-07-19 Thread Mark Yobb
When I boot I get the following errors all one after the other: SIOCSIFADDR: No such device SIOCSIFNETMASK: No such device SIOCSIFBRDADDR: No such device SIOCADDRTL: Network is unreachable SIOCADDRT: Network is unreachable It does not seem to be affecting the performance of my system but

Sendmail setup.

1998-07-19 Thread Mark Yobb
Hi all. I was wonder if anybody knows if it is possible to have smail change the name of my username in the From: line of my mail when I mail through my ISP. Currently smail takes the name of my currently logged in username (on my system) and I end up with something like [EMAIL

Print .ps files.

1998-07-15 Thread Mark Yobb
I am having trouble with printing. I have magicfilter, lprng, and cti-fthp (spelling?) installed. Text files print fine to my local printer (HP LazerJet 5L) but when printing postscript files with ghostscript I just get stepped lines of all these funny commands. I assume these commands

Smail help please

1998-07-15 Thread Mark Yobb
Hi. I really need some help here. I have fetchmail working fine. It pops my mail off my ISP's server just fine. I can't figure out how to make smail send mail through my account on my ISP to the internet when I am logged in. If I use netscapes mail it works fine. I have looked through man sm

/etc/init.d/boot message?

1998-06-19 Thread Mark Yobb
I know how to use `dmesg` but I would really like to be able to get the info that scrolls across my screen (on bootup) when /etc/init.d/boot is executing. Is this message sent to a log file or something? How can I look at this after booting? Thanks Ah! -- To UNSUBSCRIBE, email to [E

lpr versus lprng

1998-06-19 Thread Mark Yobb
What is the difference? Please be verbose! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

$ENV

1998-06-19 Thread Mark Yobb
Hay there! Is there any command that anybody know of that will print to standard output all of the current environment variables? When using korn shell I think it is `echo $ENV`? I want to see what environment variables are currently intialized and there values. I would be cool to see

gcc not finding header / library files

1998-06-19 Thread Mark Yobb
Hi. I asked this question once before. Unfortunately I did not phrase the question properly so the answer I got was helpful but not useful. Here goes again. I am running bo and I am have troubling compiling with gcc/g++. The compiler does not find the prepocessor directive header files

xman

1998-06-19 Thread Mark Yobb
Hi folks! I am running Debian 1.3.1 (bo) and I can't seem to find xman. I know it comes with my CD because I had it installed at one time. What .deb package is xman included in? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL P

Compiling with gcc

1998-06-16 Thread Mark Yobb
Hello. I am not sure what is wrong so I will just tell what happened. I wrote a litte C++ with the following preprocessor directive at the top of the file: #include When I went to compile (gcc prog.C) I got the error message: prog.C:1:iostream:No such file or directory. I then tried

xv

1998-06-16 Thread Mark Yobb
Hi everybody. I am quite new to this and I think that my previous exposure to UNIX might to confusing me on this one? I always knew xv or xview as a graphics viewing package with alot of cool options. In my current bo 1.3.1 installation xview is included but apparently I just ha

Re: Printer (port) Problems

1998-06-11 Thread Mark Yobb
>Resent-Date: 10 Jun 1998 01:03:16 - >Resent-Cc: recipient list not shown: ; >X-Envelope-Sender: [EMAIL PROTECTED] >Date: Wed, 10 Jun 1998 03:03:58 +0200 >From: Marcus Brinkmann <[EMAIL PROTECTED]> >To: Mark Yobb <[EMAIL PROTECTED]>, debian-user@lists.debian.o

Printer (port) Problems

1998-06-10 Thread Mark Yobb
>Sender: [EMAIL PROTECTED] >Date: Mon, 08 Jun 1998 07:35:22 -0400 >From: Bob Brown <[EMAIL PROTECTED]> >Organization: Very little, if any. >To: Mark Yobb <[EMAIL PROTECTED]> >Subject: Re: Printer (port) Problems >References: <[EMAIL PROTECTED]> > >Mark

Re: Question about xterm and rxvt

1998-06-09 Thread Mark Yobb
: Re: Question about xterm and rxvt >References: <[EMAIL PROTECTED]> >Resent-Message-ID: <"XriWiD.A.vR.-W_e1"@murphy> >Resent-From: debian-user@lists.debian.org >X-Mailing-List: archive/latest/7952 >X-Loop: debian-user@lists.debian.org >Resent-Sender: [EMAIL PROT

Question about xterm and rxvt

1998-06-08 Thread Mark Yobb
How do I change the colours of these terminals. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Printer (port) Problems

1998-06-08 Thread Mark Yobb
Hi, I would really appreciate some's help. I have been trying to get my linux system working for a long time. I have install Redhat 4.1, Redhat 5.0, Slackwear, etc. I think I have found the distribution I want in Debian but now I have to get my system working right! When I try to prin