Linux-Misc Digest #68, Volume #26 Wed, 18 Oct 00 01:13:02 EDT
Contents:
Need help with size of fonts ("Lamar Thomas")
StarOffice or Applixware ("Lamar Thomas")
Re: audio on cdrom? (Michel Catudal)
Netscape Download ? ("Philo")
Re: Netscape Download ? (Matthew Haley)
How to find which package contains a lisp file ? (Chetan GECOS)
Re: Is there a MS Word (or substitute) for Linux? ("Les Mikesell")
Printing 132x80 on HP LJ5000 (L S)
Re: How to find which package contains a lisp file ? ("David ....")
RH7 vs. the PCI Hardware Internal Modem (Kevin Hecht)
Re: StarOffice or Applixware ("Brian F. G. Bidulock")
cdda2wav/cdrecord - problems with copying audio (Adam)
Linux cdrecord DESPERATE!!! (TTS)
----------------------------------------------------------------------------
From: "Lamar Thomas" <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux,comp.os.linux.admin,comp.os.linux.help,comp.os.linux.networking
Subject: Need help with size of fonts
Date: Wed, 18 Oct 2000 03:14:40 GMT
Hi,
I just installed a new video card (NVidia TNT2 Model 64 w/32MB of RAM) and
it work just fine. Maybe a little too good! All of my fonts are so small I
can't read a darn thing! When I run "Xconfigurator" I can change the
resolution (i.e. from 1600x1200 to 800x600) but nothing works. I even tried
640x480 with no luck. Can anyone tell me how to get bigger fonts? Thanks
for your help.
Lamar
------------------------------
From: "Lamar Thomas" <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux,comp.os.linux.admin,comp.os.linux.help,comp.os.linux.questions,linux.redhat.misc
Subject: StarOffice or Applixware
Date: Wed, 18 Oct 2000 03:23:33 GMT
I just installed RH Linux on my system for the first time and now I need an
office suite. I have read about Applixware and StarOffice but have not
beeen able to find them. Can someone tell me where I can get them? Are
they free (i.e. like Linux) or do you have to pay for them? Thanks for your
help.
Lamar
------------------------------
From: Michel Catudal <[EMAIL PROTECTED]>
Subject: Re: audio on cdrom?
Date: 17 Oct 2000 22:24:06 -0500
Xingzhi Zhang a �crit :
>
> > Hi all --
> >
> > OK, so I've got Redhat 6 installed & running. Now how do I make the CD
> > player play music? I've used the mount -a command and the CDROM makes
> > the expected mechanical noises, and the CD player utility registers
> > tracks & play time, etc., but no music comes out. Sound card works fine
> > when the machine is booted on the win OS.
> >
> > I've read the HOWTO at http://www.linuxdoc.org/HOWTO/CDROM-HOWTO.html,
> > but I'm still scratching my head.
>
> I got the same problem with my computer. I can play music under windows,
> but there is not sound under linux, I used Red Hat 6.1 linux system and
> use the CD player within the multimedia.
>
> The CD rom was installed correctly, I can here music if I plug the speaker
> directly to the cd player but not to the sound card. But the sound card
> works in windows.
>
> Do you solve your problem? and get any idea?
>
> xingzhi zhang
You didn't give the name of your sound cards so it is impossible to be very specific.
All the information you need is in the howto files.
If you have an ISA sound card you need /etc/isapnp.conf
do :
pnpdump >jnk
then edit the file jnk
when satisfied with the result either combine with /etc/isapnp.conf that you may
have or do :
cp jnk /etc/isapnp.conf
This is a portion of my /etc/modules.conf
Take what you need an uncomment what is necessary for you. This assumes that the liste
modules are present
on your system.
You reboot and you got sound.
#*****************************************************************************
# If you want to use the kernel sound drivers instead of OSS 3.8.1z (the
# recommended solution) please put comment signs in front of the following
# entries. Then choose one of the sample configurations below. Uncomment all
# lines starting with 'alias', 'options' or 'pre-/post-install' within one
# such configuration and modify the parameters according to your needs (e.g.
# the ressources chosen for this device in /etc/isapnp.conf). For a lot of
# ISA soundcards the Soundblaster driver is a good starting point.
#*****************************************************************************
#alias char-major-14 off
#alias sound off
#alias midi off
#*****************************************************************************
# module : ad1816.o AD1816 chip
#
# Supported cards :
#
# Terratec Base 1/64
# HP Kayak
# Acer FX-3D
# SY-1816
# Highscreen Sound-Boostar 32 Wave 3D
# Highscreen Sound-Boostar 16
#
# Documentation available in /usr/src/linux/Documentation/sound/AD1816
# and in /usr/src/linux/drivers/sound/ad1816.c .
#
# Possible configuration :
#
# alias char-major-14 ad1816
# post-install ad1816 modprobe "-k" opl3
# post-install ad1816 modprobe "-k" mpu401
# options ad1816 io=0x530 irq=5 dma=1 dma2=3 ad1816_clockfreq=33000
# options opl3 io=0x0388
# options mpu401 io=0x0330 irq=9
#
#*****************************************************************************
# module : ad1848.o AD1848/CS4231/CS4248 Chip
# --> Windows Sound System (MSS/WSS)
#
# A variety of common ISA soundcards are
# compatible with this family of chips.
#
# Documentation available in /usr/src/linux/drivers/sound/ad1848.c (search
# for MODULE_PARM) and in /usr/src/linux/Documentation/sound/README.OSS .
# Usually this module is used in conjunction with other higher level sound
# modules.
#
# Possible configuration for stand-alone usage :
#
# alias char-major-14 ad1848
# options ad1848 io=0x530 irq=7 dma=0 dma2=3
#
#*****************************************************************************
# module : cs4232.o Crystal 423x chipsets
#
# Documentation available in /usr/src/linux/drivers/sound/cs4232.c (search
# for MODULE_PARM) and in /usr/src/linux/Documentation/sound/CS4232 . This
# chip is often used together with other sound hardware.
#
# Possible configuration for stand-alone usage :
#
# alias char-major-14 cs4232
# post-install cs4232 modprobe "-k" opl3
# options cs4232 io=0x534 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=9
# options opl3 io=0x388
#
#*****************************************************************************
#
# module : es1370.o Ensoniq 1370 Chipsatz (--> PCI64/128)
#
# Supported cards :
#
# Creative Labs PCI64/128
#
# Documentation availabke at /usr/src/linux/Documentation/sound/es1370 and
# /usr/src/linux/drivers/sound/es1370.c .
#
# alias char-major-14 es1370
# options es1370 joystick=1
#
#*****************************************************************************
# module : es1371.o Creative Ensoniq 1371 Chipsatz (--> PCI64/128)
#
# Supported cards :
#
# Creative Labs PCI64/128
#
# Documentation availabke at /usr/src/linux/Documentation/sound/es1371 and
# /usr/src/linux/drivers/sound/es1371.c .
#
# alias char-major-14 es1371
# options es1371 joystick=0x200
#
#*****************************************************************************
# module : mad16.o MAD16
#
# Possible configuration :
#
# alias char-major-14 mad16
# options sb mad16=1
# options mad16 io=0x530 irq=7 dma=0 dma16=1
#
#*****************************************************************************
# module : sb.o Soundblaster 16, SB Pro + Clones
# Also needed for AWE32/64
#
# Dcoumentation available in /usr/src/linux/Documentation/sound/Soundblaster
# and in /usr/src/linux/drivers/sound/sb.c .
#
# Possible configuration :
#
alias char-major-14 sb
post-install sb /sbin/modprobe "-k" "adlib_card"
options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
options adlib_card io=0x388
#
#*****************************************************************************
# module : trix.o MediaTrix AudioTrix Pro
#
# alias char-major-14 trix
# pre-install trix modprobe "-k"
#
#*****************************************************************************
# module : wavefront.o Turtle Beach Maui, Tropez, Tropez Plus
#
# Comment from /usr/src/linux/Documentation/sound/Wavefront :
# (please read that file !)
# "the wavefront options "io" and "irq" ***MUST*** match the "synthio"
# and "synthirq" cs4232 options."
#
# Possible configuration :
#
# alias char-major-14 wavefront
# alias synth0 wavefront
# alias mixer0 cs4232
# alias audio0 cs4232
# pre-install wavefront modprobe "-k" "cs4232"
# post-install wavefront modprobe "-k" "opl3"
# options wavefront io=0x200 irq=9
# options cs4232 synthirq=9 synthio=0x200 io=0x530 irq=5 dma=1 dma2=0
# options opl3 io=0x388
#
#*****************************************************************************
#*****************************************************************************
# Example configs for ALSA
# You don't need to run isapnp with ALSA, it has full PnP support.
# See /usr/share/doc/packages/alsa/README.SuSE
#*****************************************************************************
#
# ALSA native device support and OSS emulation support. Uncomment these
# lines to enable ALSA:
#
# alias char-major-14 soundcore
# alias char-major-116 snd
# alias sound-slot-0 snd-card-0
# alias sound-service-0-0 snd-mixer-oss
# alias sound-service-0-1 snd-seq-oss
# alias sound-service-0-3 snd-pcm-oss
# alias sound-service-0-8 snd-seq-oss
# alias sound-service-0-12 snd-pcm-oss
#
# Uncomment this line too, you can setup your ALSA device permissions here:
#
# options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0666 snd_device_gid=17
snd_device_uid=0
#
# ALSA Card examples:
#
# Creative SB16 PnP (ALSA will do isapnp itself per default):
#
# alias snd-card-0 snd-card-sb16
# options snd-card-sb16 snd_index=0
#
# Creative SB Live! (ALSA will find it with the kernel's PCI support):
#
# alias snd-card-0 snd-card-emu10k1
# options snd-card-emu10k1 snd_index=0
#
# An other Example: IBM ThinkPad 600E with an CS423x emulated by an CS4610/11
# In this case, the native PCI Sound is expected to not work, but some chips
# like the CS4610/11 have a very good emulation for older ISA non-PNP cards
# like the CS423x family. The CS4610/11 e.g. has an good emulation of the
# CS4231/2 cards and the CS4239 card, the snd-card-cs4236 e.g. supports the
# CS4239 emulation of the CS4610/11 in the IBM ThinkPad 600E:
#
# alias snd-card-0 snd-card-cs4236
# options snd-card-cs4236 snd_index=0 snd_port=0x530 snd_cport=0x538 snd_irq=5
snd_dma1=1 snd_dma2=0 snd_isapnp=0
#
# You MUST suppy all required snd_port, snd_irq and snd_dma parameter AND
# the snd_isapnp=0 option to the snd-card if the card is not shown by pnpdump,
# otherwise the ALSA driver will try to do PnP and will not find your card.
#
# This is an example of an post-install you may want use:
#
# post-install snd amixer set Master 100% unmute;amixer set PCM 100% unmute; amixer
set Aux,1 100% unmute
# (Aux,1 is the CDROM line-in in this ThinkPad 600E)
#
# For more info about the powerful amixer look into "man amixer".
#
# This will open your mixer channels in case you did not store a mixer setup
# for your card in /etc/asound.conf and you will have a default configuration.
# To test your new setup, do:
#
# depmod -a
# rcalsasound restart
#
# If the modules were loaded, you can check them with lsmod.
#
# Open and unmute the mixer channels, e.g. with alsamixer, gamix or your
# OSS mixer (alsamixer: unmute the Master and PCM channels with ",." and
# raise them with the up/down-arrow keys, man alsamixer explains all the keys)
#
# To play a sound sample run:
#
# aplay /usr/share/sounds/alsa/whistle.au
#
# For a list of supported soundcards look into
# /usr/share/doc/packages/alsa/cards.txt
# and browse the other files there and www.alsa-project.org
# for more information.
#*****************************************************************************
--
Tired of Microsoft's rebootive multitasking?
then it's time to upgrade to Linux.
http://www.netonecom.net/~bbcat/
We have software, food, music, news, search,
history, electronics and genealogy pages.
------------------------------
From: "Philo" <[EMAIL PROTECTED]>
Subject: Netscape Download ?
Date: Tue, 17 Oct 2000 22:35:06 -0500
i was going to download some rpm's using Red Hat 6.0 /Netscape...
when i tried to download...all i saw was symbolic text filling my browser...
when i rebooted to windows and tried to download the same rpm i had no
problem...so just downloaded it into a shared windows/linux partition...
but what the heck was the Netscape browser doing???
i haven't a clue as to what was going on.
thanks ...
--
Philo
website: www.plazaearth.com/philo
------------------------------
From: Matthew Haley <[EMAIL PROTECTED]>
Subject: Re: Netscape Download ?
Date: Tue, 17 Oct 2000 20:45:41 -0700
Philo wrote:
> i was going to download some rpm's using Red Hat 6.0 /Netscape...
> when i tried to download...all i saw was symbolic text filling my
> browser... when i rebooted to windows and tried to download the same rpm i
> had no problem...so just downloaded it into a shared windows/linux
> partition... but what the heck was the Netscape browser doing???
> i haven't a clue as to what was going on.
Next time, hold shift and then click on the URL to download, that way
netscape will realize you want to download the file and not just display it.
--
1 out of 6,000,000,000 CAN be wrong!
------------------------------
From: Chetan GECOS <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: How to find which package contains a lisp file ?
Date: Tue, 17 Oct 2000 23:43:21 -0700
Hi all,
What is the command for finding out which package contains some lisp el
? For example, I'm trying to compile glibc and I keep getting
"checking for makeinfo... no
configure: error:
*** Some critical program is missing or too old.
*** Check the INSTALL file for required versions. "
I suppose makeinfo.el is missing somewhere (or older than required). My
make package supposedly to meet the requirements according to the
INSATLL for compiling glibc so where and how should I look for the
missing package in above ?
TIA,
Chet
------------------------------
From: "Les Mikesell" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.advocacy
Subject: Re: Is there a MS Word (or substitute) for Linux?
Date: Wed, 18 Oct 2000 03:59:27 GMT
"Nigel Feltham" <[EMAIL PROTECTED]> wrote in message
news:8sii9g$k8eii$[EMAIL PROTECTED]...
> >Yea, but at least it doesn't have that funny smell about it, and infect
> >itself into every nook and cranny it can.
> >
>
> It does replace whatever desktop you decide to use with something similar
to
> the one a lot of us came to linux to avoid usingr
But, since most window managers have multiple virtual desktops, you can
keep your normal desktop and drop SO in its own.
> - as soon as it is taken
> apart and rebuilt into separate applications which don't need as many
> resources and leave the desktop alone the better - this will be an example
> of the difference in quality between closed source (staroffice as it
> currently stands) and open source (staroffice 6.0 when it is rewritten).
Of
> course there will be plenty of competition from K office by then so they
> will have to be good to compete.
Yes, it will be an improvement when they are split.
Les Mikesell
[EMAIL PROTECTED]
------------------------------
From: L S <[EMAIL PROTECTED]>
Subject: Printing 132x80 on HP LJ5000
Date: Wed, 18 Oct 2000 04:03:50 GMT
Hi,
I have an HP 5000 LJ on an Intel print server. I want to give
a command like:
pr -e4 -f -w132 -l80 <some file> | lpr -<something>
and have lpr switch the LJ from 80x60 to 132x80, print
compressed print (17cpi?) and then return the printer to
default lpi and cpi. This is also a postscript printer and
I have "lp" configured as such in printtool. PS works great
for man pages, etc. but I want 132x80 for pr output (code
listings).
What is the cleanest way to do this?--Hack a filter for a new
printer name in printcap?
Thanks.
------------------------------
From: "David ...." <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: How to find which package contains a lisp file ?
Date: Tue, 17 Oct 2000 22:55:34 -0500
Chetan GECOS wrote:
>
> Hi all,
>
> What is the command for finding out which package contains some lisp el
> ? For example, I'm trying to compile glibc and I keep getting
>
> "checking for makeinfo... no
> configure: error:
> *** Some critical program is missing or too old.
> *** Check the INSTALL file for required versions. "
>
> I suppose makeinfo.el is missing somewhere (or older than required). My
> make package supposedly to meet the requirements according to the
> INSATLL for compiling glibc so where and how should I look for the
> missing package in above ?
"makeinfo" is in the "texinfo" package.
--
Confucius say: He who play in root, eventually kill tree.
Registered with the Linux Counter. http://counter.li.org
ID # 123538
------------------------------
From: Kevin Hecht <[EMAIL PROTECTED]>
Subject: RH7 vs. the PCI Hardware Internal Modem
Date: Wed, 18 Oct 2000 00:19:42 -0400
So I have a new desktop for home, and I put Red Hat 7 on it. It
appears to be running fine, with one giant exception: I can't get it to
dial the Internet.
This has a 3Com USR hardware (not Winmodem) PCI modem on it, and at
first the system didn't want to see it. It seems that Linux won't
automagically see PCI modems until the 2.4 kernel, which isn't here yet.
This was solved by adding the following to /etc/rc.d/rc.sysinit:
setserial /dev/ttyS0 irq 3 port 0xdfe0 autoconfig
(For reference, the IRQ and I/O data came from finding the modem in
/proc/pci)
I then had to create a symlink from /dev/modem to /dev/ttyS0.
I can now go into the RH Dial-up Configuration program, autodetect the
modem, create ISP config data, and hit the debug button, which dials the
modem, connects, and verifies the username and password while sending
stdout to the screen. So far so good.
Now, I try to connect via the RH PPP dialer (wvdial?), and it says it
fails to initialize the modem and writes this to /var/log/messages:
Oct 18 21:48:51 cookie2 ifup-ppp: pppd started for ppp0 on /dev/ttyS0 at
115200
Oct 18 21:48:51 cookie2 pppd[3543]: pppd 2.3.11 started by root, uid 0
Oct 18 21:48:51 cookie2 kernel: ppp: dev_alloc_name failed (-23)
Oct 18 21:48:51 cookie2 kernel: ppp_alloc failed
Oct 18 21:48:51 cookie2 pppd[3543]: ioctl(TIOCSETD): Too many open files
in system(23)
This "too many open files" error means nothing to me. Any ideas?
TIA,
--
Kevin Hecht
------------------------------
From: "Brian F. G. Bidulock" <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux,comp.os.linux.admin,comp.os.linux.help,comp.os.linux.questions,linux.redhat.misc
Subject: Re: StarOffice or Applixware
Date: Tue, 17 Oct 2000 23:20:47 -0500
Reply-To: [EMAIL PROTECTED]
Lamar,
I've been using Applixware for years: check out
http://www.vistasource.com/
I like it. It is quite close the the way MSWord used to work on the
Mac.
Latest releases work nicely with Gnome.
I have tried both StarOffice and Corel WordPerfect for Linux and (IMHO,
and
without wanting to start a ladder of flames), I always go back to
Applixware
quite quickly. I find that it still has the best support for working
with
MS Word, PowerPoint, etc. which I exchange regularly with coworkers.
I have successfully been using Linux in a Windows dominated office
environment
for two years now, and Applixware has helped me do it.
Applixware is not cheap (current releases are far more expensive than
previous ones), but it is competitively priced with comparison to Corel
WordPerfect. I picked up my last copy at CompUSA, so it shouldn't be
hard
to find.
LinuxCentral provides drop-shipped shrink-wrap, if you're home-bound.
--Brian
Lamar Thomas wrote:
>
> I just installed RH Linux on my system for the first time and now I need an
> office suite. I have read about Applixware and StarOffice but have not
> beeen able to find them. Can someone tell me where I can get them? Are
> they free (i.e. like Linux) or do you have to pay for them? Thanks for your
> help.
>
> Lamar
--
Brian F. G. Bidulock
[EMAIL PROTECTED]
http://www.openss7.org/
------------------------------
From: Adam <[EMAIL PROTECTED]>
Subject: cdda2wav/cdrecord - problems with copying audio
Date: Wed, 18 Oct 2000 00:42:07 -0400
Hey all..
I'm using RedHat 7 and gcombust. I've got both an IDE CD-R and
CD-ROM. I've recompiled the kernel to support ide-scsi emulation and
this seems to work (ie, the burner is detected fine with cdrecord
-scanbus). The IDE CD-ROM is still in regular block IDE mode (not
using scsi emulation) becuase I couldn't get it to read CD audio when
using the emulation. With this configuration I can create/copy data
CDs with no problem. Audio CDs are a problem, though. cdda2wav seems
to read the audio correctly (ie, I can see .WAV files in the temp
directory and the CD-ROM is reading constantly) but cdrecord won't
burn the files. I keep getting "Can't send CUESHEET" as part of the
cdrecord output... This is in Disc-At-Once (DAO) mode. Here's the
output for both cdda2wav and cdrecord. The CD-ROM is a generic 40x
IDE drive and the burner is a Matshita (Panasonic) CW-7582 IDE burner.
Any suggestions would be very much appreciated. Thanks!
# CDRECORD OUTPUT
Cdrecord 1.9 (i686-pc-linux-gnu) Copyright (C) 1995-2000 J�rg
Schilling
TOC Type: 0 = CD-DA
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 2.1.39
Using libscg version 'schily-0.1'
atapi: 1
Device type : Removable CD-ROM
Version : 0
Response Format: 1
Vendor_info : 'MATSHITA'
Identifikation : 'CD-R CW-7582 '
Revision : '1.10'
Device seems to be: Generic mmc CD-R.
Using generic SCSI-3/mmc CD-R driver (mmc_cdr).
Driver flags : SWABAUDIO
Drive buf size : 1044288 = 1019 KB
FIFO size : 4194304 = 4096 KB
/usr/bin/cdrecord: WARNING: Track size unknown. Data may not fit on
disk.
Track 01: audio unknown length no preemp swab
Lout start: 0 MB (00:02/00) = 0 sectors
Current Secsize: 2048
ATIP info from disk:
Indicated writing power: 6
Is not unrestricted
Is not erasable
ATIP start of lead in: -11982 (97:22/18)
ATIP start of lead out: 336601 (74:50/01)
Disk type: Short strategy type (Phthalocyanine or similar)
Manuf. index: 53
Manufacturer: Seantram Technology Inc.
Starting to write CD/DVD at speed 4 in write mode for single session.
Performing OPC...
Sending CUE sheet...
/usr/bin/cdrecord: Track 1 has unknown length.
/usr/bin/cdrecord: Cannot send CUE sheet.
/usr/bin/cdrecord: fifo had 64 puts and 0 gets.
/usr/bin/cdrecord: fifo was 0 times empty and 0 times full, min fill
was 100%.
# CDDA2WAV OUTPUT
cdrom device (/dev/cdrom) is not of type generic SCSI. Setting
interface to cooked_ioctl.
86016 bytes buffer memory requested, 4 buffers, 8 sectors
#Cdda2wav version 1.9_linux_2.2.5-22smp_i686_i686 real time sched.
soundcard support
Tracks:12 72:03.62
CDINDEX discid: rE_X5leUwnqZfaQ2BtOfeWRe7ko-
CDDB discid: 0x9d10e10c
CD-Text: not detected
CD-Extra: not detected
Album title: '' from ''
T01: 0 3:40.73 audio linear copydenied stereo title '' from ''
T02: 16573 8:00.07 audio linear copydenied stereo title '' from ''
T03: 52580 7:21.61 audio linear copydenied stereo title '' from ''
T04: 85716 7:56.06 audio linear copydenied stereo title '' from ''
T05: 121422 1:09.30 audio linear copydenied stereo title '' from ''
T06: 126627 1:46.70 audio linear copydenied stereo title '' from ''
T07: 134647 3:34.48 audio linear copydenied stereo title '' from ''
T08: 150745 7:43.56 audio linear copydenied stereo title '' from ''
T09: 185526 15:51.47 audio linear copydenied stereo title '' from ''
T10: 256898 6:59.11 audio linear copydenied stereo title '' from ''
T11: 288334 4:12.26 audio linear copydenied stereo title '' from ''
T12: 307260 3:45.02 audio linear copydenied stereo title '' from ''
Leadout: 324137
samplefile size will be 38979696 bytes.
recording 220.09733 seconds stereo with 16 bits @ 44100.0 Hz ->'-'...
child pid is 1243
overlap:min/max/cur, jitter, percent_done:
W Child exited with 2
------------------------------
From: TTS <[EMAIL PROTECTED]>
Subject: Linux cdrecord DESPERATE!!!
Date: 17 Oct 2000 20:59:31 -0700
# cdrecord -version
Cdrecord 1.9 (i686-pc-linux-gnu) Copyright (C) 1995-2000 J�rg Schilling
kernel 2.2.17 with SCSI emulation.
HP 7200i drive
# hdparm -t -T /dev/hda
/dev/hda:
Timing buffer-cache reads: 128 MB in 1.37 seconds = 93.43 MB/sec
Timing buffered disk reads: 64 MB in 12.77 seconds = 5.01 MB/sec
All the suden I cant do one single good CD, even from a ISO image!!!
Writing time: 2317.990s
Fixating...
cdrecord: Input/output error. close track/session: scsi sendcmd: retryable error
CDB: 5B 00 02 00 00 00 00 00 00 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: F0 00 05 00 00 00 00 19 00 08 3A 02 2C 04 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x2C Qual 0x04 (current program area is empty) Fru 0x0
Sense flags: Blk 0 (valid)
cmd finished after 0.009s timeout 480s
Fixating time: 0.059s
cdrecord: Input/output error. mode select g1: scsi sendcmd: retryable error
CDB: 55 10 00 00 00 00 00 00 10 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: F0 00 05 00 00 00 00 19 00 08 39 E0 24 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x24 Qual 0x00 (invalid field in cdb) Fru 0x0
Sense flags: Blk 0 (valid)
cmd finished after 0.004s timeout 40s
cdrecord: fifo had 21775 puts and 21775 gets.
cdrecord: fifo was 0 times empty and 21633 times full, min fill was 97%.
Only the writer drive can read this semi-coasters!!!
It is P-III 800 with 256Mb RAM.
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list (and comp.os.linux.misc) via:
Internet: [EMAIL PROTECTED]
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Misc Digest
******************************