Re: LPRng Printing Problem

1999-12-03 Thread David B. Wilson
Mirek Kwasniak wrote: > > #! /bin/sh > > gs -sDEVICE=pbmraw -q -dNOPAUSE -r600 -sOutputFile=- - | \ > > pbm2ppa - - | >^ >Why this pipe? pbm2ppa converts the ghostscript output into something my HP 720 can understand (ppa?). The above script is verbatum from the pb

dos partition long filenames

1998-07-05 Thread David B. Wilson
Hi, I'm running a kernel (2.0.3something) with the FAT32 patch. Do I need another patch in order to see filenames as they appear under w95, or will the filenames always appear truncated under Linux? Please reply to [EMAIL PROTECTED] David -- Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED]

Re: zip disks unreadable

1998-05-12 Thread David B Wilson
Where would we be without the number 4? :-) It seems to work now. > the disks are partitiond (try /dev/sda4 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: zip disks unreadable

1998-05-12 Thread David B Wilson
I'm confused by your message. You use /dev/sda4 with a parallel port zip drive? Is "insmod ppa" only for parallel port zip drives, or for scsi too? Mine is scsi. I have exactly one scsi device (the zip drive) and have in the past used /dev/sda. Do the disks normally come preformatted with four

Re: zip disks unreadable

1998-05-12 Thread David B Wilson
Macs can read zip disks in either mac format or msdos format (as preformatted, though not as formatted under Linux). So the interchangeability options that I seem to have right now are either mac & w95 or else linux & w95 Correct me if I'm wrong but isn't the format on zip / jazz disks OS

zip disks unreadable

1998-05-11 Thread David B Wilson
I have some IBM preformatted (msdos format) zip disks. I'm able to store files onto them using a mac at work. But I'm then unable to read them under Linux -- something like a bad supernode or something. If under Linux I make an msdos file system on the zip disk, I'm able to read and write to the

X parameters on laptop

1998-05-05 Thread David B Wilson
If I tinker with the horizontal resolution, vertical resolution, and "refresh rate" parameters for the display on a laptop, is there any danger of damaging the hardware (TFT active matrix)? Can I select infinite "refresh rate"? Is there a way to determine the resolution limits? -- To UNSUBSCRIB

sum

1998-05-01 Thread David B Wilson
Is there a way to compute a sun-style checksum on a debian machine? (sum on linux and the suns produces different numbers) David -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

display postscript

1998-04-30 Thread David B Wilson
Is there any sort of display postscript support in Linux? David -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

can't load shared libraries

1998-04-24 Thread David B Wilson
I installed tcl and tk with shared library support, and then compiled a program (rcsh) using the tcl & tk libraries, but it complains rcsh: can't load library 'libtk.so' libtk.so is in /usr/local/lib, and is a sym link to libtk8.0.so, which is readable. What am I doing wrong? David -- To UNSUB

emacs

1998-04-21 Thread David B Wilson
I realize this isn't specifically a Debian question -- but which versions of emacs have postscript-mode? Also, I have a large .el file that works great under emacs 19, but not under emacs 20. Should I expect to be able to port it so that it works under both versions, or just focus on emacs 20? D

clean shutdown

1998-04-08 Thread David B Wilson
Is there a way to do a clean shutdown without becoming root? (Preferably still restricting access to those who can push the power button.) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

sound

1998-03-27 Thread David B Wilson
I've found that when I user Windows95 and then boot to Linux, that /proc/interrupts shows a sound blaster under IRQ5, and that dmesg doesn't turn up any sound errors. Nothing is listed under IRQ5 when I boot directly to Linux, and dmesg shows a sound initialization problem. I have PnP disabled, so

modem again

1998-03-27 Thread David B Wilson
Using the /dev/ttyS* devices at least minicom will run. But I still can't dial out. /proc/interrupts does not show the modem, or IRQ9, which is the IRQ of the modem according to Windows 95. The kernel has generic serial support. So I'm still a bit confused. David -- To UNSUBSCRIBE, email to

modem

1998-03-26 Thread David B Wilson
I tried using my modem, but discovered that I have no /dev/modem or /dev/cua*. A look through the kernel config options didn't turn up anything obviously related to modems, so I'm a bit confused. I'm runing Debian 1.3, and have a Xircom Ethernet+Modem PCMCIA card that seems to work under Windows 9

Re: sound

1998-03-25 Thread David B Wilson
i got it to work, but unfortunately i don't have the laptop right here. i'll try to get my friend to email me sound.conf file and i'll forward that to you as soon as i get it. --alex-- That would be great. -David -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsu

Re: sound

1998-03-25 Thread David B Wilson
/proc/interrupts lists several interrupts and devices, but nothing is listed under IRQ5, nor is the sound card listed. David On Mon, Mar 23, 1998 at 11:01:18PM -0500, David B Wilson wrote: > Has anyone had success getting sound to work with a Yamaha OPL3-SA on > a laptop? The

sound

1998-03-24 Thread David B Wilson
Has anyone had success getting sound to work with a Yamaha OPL3-SA on a laptop? The HowTo lists the Yamaha OPL3, but my lack of success has me wondering if the OPL3-SA is different somehow. I pretty consistently get the boot-time error message sb: Interrupt test on IRQ5 failed - device disabled

Re: modules

1998-03-19 Thread David B Wilson
Did you do a depmod -a when you rebooted? "depmod -a" also complains about all sorts of unresolved symbols. Also, the man page suggests putting this line in a file in /etc/rc.d/ There is no such directory, but all kinds of files match /etc/rc?.d/* David -- To UNSUBSCRIBE, email to [EMAIL PROT

Re: modules

1998-03-18 Thread David B Wilson
I'd suggest building and installing your kernel using the kernel-package package. The basic sequence is 'make config', run make-kpkg to build the kernel and make a Debian package from it, and then use dpkg to install the kernel. When I did "make-kpkg --zimage buildpackage" I eventuall

libXpm

1998-03-18 Thread David B Wilson
When I try running xconq, it complains that libXpm.so.4 can't be loaded. Where do I find that (or a different version of xconq)? David -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

modules

1998-03-18 Thread David B Wilson
When I boot, there are complaints of unresolved symbols in modules such as ppp and pcmcia. This is with a recently compiled 2.0.30 kernel (and I did make modules and modules_install). Advice? Is there a way to get a log of all the boot messages? David -- To UNSUBSCRIBE, email to [EMAIL PROTEC

X and mouse

1998-03-17 Thread David B Wilson
I can't seem to get my mouse to work with XFree86 3.3.2. In my previous version of XFree86 (3.2) I was able to get the mouse to work using device /dev/psaux and protocol PS/2, but the server didn't run for other reasons unrelated to the mouse, and someone suggested I upgrade the server. With XFre

Re: Win95's FAT32 & Linux

1998-03-16 Thread David B Wilson
I have just upgraded my windows 95 system to version 2 and I have used the FAT32 file system, but I am now unable to mount this partition under Linux, is this possible at when it was FAT then I just used the vfat module but this does not seem to work. Any ideas? Take a look at htt

boot hangs

1998-03-15 Thread David B Wilson
Twice now when I've booted, the process hung when starting the IP paranoia daemons. Is this normal? (This is Debian 1.3 r6.) David -- E-mail the word "unsubscribe" to [EMAIL PROTECTED] TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble? E-mail to [EMAIL PROTECTED]

passwords

1998-03-14 Thread David B Wilson
When I boot into Debian 1.3, it eventually prompts me for a password without ever having asked me for a login name. If I don't respond, it keeps prompting me. Also, when I initially installed, when I logged in as root, it prompted me for a new password. But no matter how many times I gave it a (

link error when compiling kernel

1998-03-14 Thread David B Wilson
I tried recompiling my kernel to add FAT32 support, but when it came time for the link part of the compile, there were a bunch of undefined functions. I don't know why Debian 1.3 gave two kernel versions, but it was the 2.0.30 version that I tried compiling. fs/fs.o: In function `init_nls_cp437':

Re: spontaneous rebooting

1998-03-05 Thread David B Wilson
So how far do you get exactly? Do you get LILO Loading Linux.. Sometimes I've counted 13 dots after "Loading Linux" before reboot. Yesterday I don't recall having seen any dots before the reboots, but I wasn't specifically paying attention to dots at the time. David -- TO UN

spontaneous rebooting

1998-03-04 Thread David B Wilson
I installed Debian GNU Linux 1.3 revision 6 on a laptop. When I boot the system, just when LILO is about to load Linux, there seems to be an 80% - 90% chance that the system will spontaneously reboot. If I wait a long time, eventually LILO successfully loads Linux without rebooting. Is this a ha

FAT32

1998-03-04 Thread David B Wilson
Is there a version of Debian that has the FAT32 patch? It seems this patch has been available for a while now, but was not included in 1.3 revision 6. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .