Linux-Hardware Digest #986, Volume #9 Sat, 10 Apr 99 16:13:49 EDT
Contents:
Re: X terminal? ("E. Robert Tisdale")
Re: cdrecord 1.61, xcdroast 0.96e and Sony CRX100E CDRW problems ("Tim")
Re: S3 Virge/GX (Daniel L. Ashbrook)
unstable screen under X (Renaud)
Re: HP LaserJet 3100 (for scanning) ("Raul Trujillo")
Re: What's the int for, was Re: [Fwd: Source Code To <snip> (Lawrence Kirby)
56K FAXMODEM (M navarro-viera)
Super-7, AGP and Linux - Does XWindow work with this combination? (Marcus Lauer)
Re: What is AGP - in vidio card terms? (Michael Meissner)
Re: Now THIS is a Win Modem!!! (Rob Clark)
Promise IDE Cards (Dwayne McGarty)
IBM 325 Ethernet ("Greg Smith")
HP710 printer for RH 5.1 ? (theo berkhout)
Re: Will this setup work? (Michael Meissner)
Maestro 2E (ESS1978) sound card (Stefan Markgraf)
Psion Netglobal 56k+10MB Ethernet PCMCIA card (Stefan Markgraf)
2.2.x/2.2.5 kernel no like ATAPI CDR(W) or Acer 8x CD (WORLOK)
----------------------------------------------------------------------------
From: "E. Robert Tisdale" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.x
Subject: Re: X terminal?
Date: Sat, 10 Apr 1999 07:38:16 -0700
Chris Evich wrote:
> What company makes them? Can I find them on the net anywhere?
You don't want to buy a new Xterminal.
A Linux workstation is much cheaper.
Most systems administrators won't let you put an old Xterminal
on the local area network because they soak up bandwidth.
Good Luck, E. Robert Tisdale <[EMAIL PROTECTED]>
------------------------------
From: "Tim" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.misc
Subject: Re: cdrecord 1.61, xcdroast 0.96e and Sony CRX100E CDRW problems
Date: Sat, 10 Apr 1999 14:49:58 +0100
[EMAIL PROTECTED] wrote in message
<7ek93p$teu$[EMAIL PROTECTED]>...
>Hi. I just got a Sony CRX-100E, 4X/24X/2X CDRW ATAPI/EIDE drive and
>I'm having problems getting it to work.
>
>I have xcdroast 0.96e (and hence cdrecord 1.61).
>
>Config: RedHat 5.2, 2.0.36, 64M RAM, Sony CRX100E is secondary slave
(hdd).
>
>xcdroast displays the drive and cdrecord -scanbus shows the drive, but when
I
>go to write, it works for a couple of seconds and then ejects the CDR. I've
>included the log message that I'm getting.
[details snipped]
Have you tried moving the drive to hdc? My Mitsumi cdr won't write
reliably jumpered as a slave. It also gives comparable SCSI errors (whether
master or slave) if I open the draw of my other cdrom which is on the same
channel. I've had very little joy when trying to write cds using xcdroast
(because I haven't taken the time to set it up properly), but using cdrecord
directly from the command line I've only minced one cd.
I'm using cdrecord 1.8.x with kernel 2.2.5 and having no problems that
aren't due to me doing silly things like starting kernel compiles whilst
writing cds ;)
what does
cdrecord -v -dummy -speed=4 dev=[whatever] -audio [file]
give? Do dummy writes fail? Does altering speed= make a difference?
Tim.
------------------------------
From: [EMAIL PROTECTED] (Daniel L. Ashbrook)
Subject: Re: S3 Virge/GX
Date: 10 Apr 1999 17:38:42 GMT
Walter B. Burke ([EMAIL PROTECTED]) wrote:
: Are there any documented problems with X and the S3 Virge/GX video cards?
: After starting and leaving X, the text display is completely scrambled and
: stays that way until reboot.
Are you using a Compaq system? I'm having the same problem with a
Deskpro 4000, whether or not I use a Virge card. The Virge makes the
problem worse, but using an MGA card doesn't fix it entirely. Anyone
know how to fix this?
Daniel Ashbrook
------------------------------
From: [EMAIL PROTECTED] (Renaud)
Crossposted-To: comp.os.linux.help,comp.os.linux.questions
Subject: unstable screen under X
Date: Sat, 10 Apr 1999 16:31:29 GMT
Can anyone help?
the image on my screen seems to become unstable when I move my mouse.
It does not always happen though.
I have tried different screen resolutions and bit depths, but nothing
seems to cure the problem; it could be related to the mouse, but I
don't know enough to know why.
My current set up is:
- Matrox Millenium PCI video card
- Mitsubish Diamond Pro 67TXV monitor (17", capable of 1280x1024 at
70Hz)
- straight Installion from Linux RedHat 5.2
- generic PS/2 mouse
- X running at resolutions up to 1280x1024 in 16 bpp or 1024x768 in
32bpp
Anyone has got any idea ?
Renaud
------------------------------
From: "Raul Trujillo" <[EMAIL PROTECTED]>
Crossposted-To: linux.redhat.misc
Subject: Re: HP LaserJet 3100 (for scanning)
Date: Sat, 10 Apr 1999 11:37:59 -0700
You can try this site:
www.mostang.com/sane
SANE stands for Scanner Access Now Easy
Lates...
Ronny Haryanto wrote in message
<[EMAIL PROTECTED]>...
>I'm looking for information on how to get scanning working with HP
>LaserJet 3100 in Linux.
>
>I have looked everywhere but couldn't find any information on this. Has
>anyone been successful doing this? Any drivers required? what software?
>
>
>Thanks,
>
>Ronny
------------------------------
From: [EMAIL PROTECTED] (Lawrence Kirby)
Crossposted-To:
comp.lang.c,comp.os.linux.setup,comp.os.linux,comp.os.linux.x,alt.os.linux,comp.lang.c++
Subject: Re: What's the int for, was Re: [Fwd: Source Code To <snip>
Date: Sat, 10 Apr 99 18:19:02 GMT
Reply-To: [EMAIL PROTECTED]
In article <[EMAIL PROTECTED]>
[EMAIL PROTECTED] "James Goldman" writes:
>Michael George wrote:
>>
>> Not sure how?? Well, rather than having the definition of main() read:
>> void main( void )...
>>
>> You have:
>> int main( void )...
>>
>> That was simple. Then, when you are ready to exit, you can just call return
>> (or is it exit()?) with an integral value. That's how the standard linux
>> commands give exit values. Everything should have an exit value.
>
><Groan> I know *that*, but what do you want a main routine returning a
>value for, is what I mean.
If you know that then you already have the answer to your question - the
return value of the initial invocation of main() (or only invocation in C++)
is used to produce the termination status of the program in the environment.
In Unix it becomes the program status value that e.g. $? gives you.
>I guess it has something to do with piping?
Not really.
>Bear in mind here that most of my serious programming has been for a
>place that does everything in MS-DOG, which doesn't use any features
>invented since the Stone Age.
In DOS I believe it determines the ``error level'' in COMMAND.COM.
--
=========================================
Lawrence Kirby | [EMAIL PROTECTED]
Wilts, England | [EMAIL PROTECTED]
=========================================
------------------------------
From: M navarro-viera <[EMAIL PROTECTED]>
Subject: 56K FAXMODEM
Date: Sat, 10 Apr 1999 11:20:12 -0400
Reply-To: [EMAIL PROTECTED]
Anyone has had problem getting a US56K FaxModem to work on Linux?
This one works fine with Win95, however, Linux doesn't even detect it
when I try to connect. It changing the COM ports sufficient, or is
there something else to do???
Thanks in advance,
Mandy.
------------------------------
From: Marcus Lauer <[EMAIL PROTECTED]>
Subject: Super-7, AGP and Linux - Does XWindow work with this combination?
Date: Sat, 10 Apr 1999 08:39:53 -0700
Here's a question I haven't been able to find the answer to...
I know that recent versions of XFree86 support AGP video cards in
general. I have a FIC VA-503+ motherboard, and was considering upgrading to an
AGP video card. However, I noticed that to use an AGP card with this
motherboard you need a special driver (VGART 2.9) - which appears to be specific
to the Apollo MVP3 chipset, meaning that all Super-7 boards based on this
chipset require this driver - and which runs under Windows 95/98 only.
I assume that if I plugged an AGP card into this motherboard, it would
boot fine and bring me into the console just fine. But would I then be able to
run XWindow, or is the Linux equivalent of this VGART driver required for X to
run properly?
Marcus Lauer
------------------------------
Subject: Re: What is AGP - in vidio card terms?
From: Michael Meissner <[EMAIL PROTECTED]>
Date: 10 Apr 1999 15:02:46 -0400
TS Stahl <[EMAIL PROTECTED]> writes:
> I would add that the AGP bus is dedicated to video, unlike PCI. Also,
> the AGP bus runs at 66 mhz vs. 33 mhz for PCI. For good 2d performance
> (read 'not for gaming') you can't beat the venerable Matrox G200 PCI.
Though finding the Matrox G200 PCI is a problem. When this machine was being
built a few weeks ago, the guy building it could not find a Matrox PCI card any
where (the Intel L4400GX motherboard he was using is a server motherboard, and
has no AGP slots, just 2 of the new 66 Mhz PCI and 4 or 5 of the normal 33 Mhz
PCI slots). I eventually settled for a 16 meg Diamond Viper 550 card, which
uses a TNT chipset.
--
Michael Meissner, Cygnus Solutions
PO Box 98, Ayer Massachusetts, USA 01432-0098
[EMAIL PROTECTED]
------------------------------
Subject: Re: Now THIS is a Win Modem!!!
From: [EMAIL PROTECTED] (Rob Clark)
Date: Sat, 10 Apr 1999 19:02:33 GMT
In article <[EMAIL PROTECTED]>,
ELVIS <[EMAIL PROTECTED]> wrote:
ELVIS is working for IBM, supporting M$ products ?!! What has this world
come to?
>Since it's my job to support the Evil Empire's (not IBM, the other one)
>products (hey, gotta feed the kids), I tried this thing out on NT server and
>Win98.
How much can 'nana sandwiches cost, really?... ;)
>I hate to say this... but... IT WORKS GREAT! There is no discernible impact
>on processor performance or overall system performance on Win98 or NT.
>Sure, it's a 233mHz PII, but why couldn't I expect the same (or better)
>performance on Linux on the same system if the "mythical LinModem driver"
>existed?
Yes, let's get the facts straight:
1) Lucent claims that a properly designed LT Winmodem will more than make
up for the processor lug by reducing the workload elsewhere. Let's assume
they are correct.
2) In comp.dcom.modems, a Lucent employee hangs out and tries to
respond to the winmodem detractors by proffering the theory in item #1.
3) When asked directly about Linux support, Lucent rep in #2 follows up
with some variation of "Hey, we just make the chips, talk to your
manufacturer. _They_ aren't asking us for Linux drivers. We don't have
the resources to help Linux people write drivers, and they would need
lots of help."
4) Modems based on the LT Winmodem chipset are so similar that this page:
http://808hi.com/56k/x2-lucent.htm
posts the address for the latest firmware update by any one of the
modem manufacturers and claims it will work on any such modem, regardless
of manufacturer.
5) These modems now support OS/2.
6) There are many people inside Lucent using Linux.
So, my question to Lucent is, "What's the problem?"
Rob Clark, [EMAIL PROTECTED]
http://www.o2.net/~gromitkc/winmodem.html
------------------------------
From: Dwayne McGarty <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Promise IDE Cards
Date: Sat, 10 Apr 1999 17:14:16 GMT
I have seen people mention that Promise IDE controllers are good.
I am presently putting together a small linux server for
home/office
used and was considering a SCSI RAID config. Intrigued I visited
the Promise web site and see that they offer an IDE RAID card.
Is
this card supported by Linux in any way?
Thanx in advance for any information...
------------------------------
From: "Greg Smith" <[EMAIL PROTECTED]>
Subject: IBM 325 Ethernet
Date: Sat, 10 Apr 1999 14:10:06 -0500
I am trying to install Redhat 5.2 on an IBM 325 Server and would like to use
the on-board ethernet card.
Does anyone know if it can be done, the availability of drivers, and where I
can get any information on
how to do it.
Thanks in advance.
Greg Smith
[EMAIL PROTECTED]
------------------------------
From: theo berkhout <[EMAIL PROTECTED]>
Subject: HP710 printer for RH 5.1 ?
Date: Sun, 11 Apr 1999 19:07:31 +0000
Hi,
I am looking for a printer to use in linux & windows. I am thinking
about a hewlett Packard 710 printer. But does it work in linux? Someone
told me these printers are virtually different from, for example, the
600 series. The 710 is a "windows only" printer with almost no memory he
sad. Is
there a driver for linux available or does it work with a different HP
driver lie the one for the 600 series?
Your help is appreciated
Theo Berkhout
===================================================================
_ _
( \ / ) Theo Berkhout
\ \ / / [EMAIL PROTECTED]
_\ \_/ /
_( \ _(
( \_) (_ \
\_) ) ) " Reporter asked Ghandi:
| / / 'What do you think of western civilisation ?'
( / Ghandi replied: I think that is a good idea ! "
===================================================================
------------------------------
Subject: Re: Will this setup work?
From: Michael Meissner <[EMAIL PROTECTED]>
Date: 10 Apr 1999 15:09:37 -0400
"Phil V." <[EMAIL PROTECTED]> writes:
> I am greatly considering installing Linux Mandrake on my computer and I
> want to be aware of any problems with my current hardware setup in order
> to be prepared before installing. Comments and suggestions would be
> greatly appreciated. Thanks.
>
> Asus P2B (latest revision installed)
> PII-350
> Quantum Fireball El 7.6g
> Diamond V550
You need to have the latest X drivers (3.3.3.1). RedHat 5.2 is old enough that
it only has 3.3.2, so you have to get the new drivers from the updates site.
Dunno about Mandrake (which is built on top of RedHat IIRC). I'm running a
Diamond V550 PCI card right now.
> USR 56k int. faxmodem
Depending on which USR modem this is, it may or may not work. See the
discussions about winmodems elsewhere.
> SoundBlaster PCI 128
Not sure, it probably won't work.
> I have the hard drive partitioned as follows:
>
> C:\ 1. Primary DOS 2000MB FAT32
> 2. EXT. DOS
> D:\ 2000MB FAT32
> E:\ 2000MB FAT32
> F:\ 1300MB FAT32
>
> Any suggestions regarding the partition setup would also be greatly
> appreciated.
It depends on how much you need in the Windows side of things, and what you
want to do with the Linux side of things. Linux will fit in any of the
partitions (obviously you will have less room in the F partition than the
others).
--
Michael Meissner, Cygnus Solutions
PO Box 98, Ayer Massachusetts, USA 01432-0098
[EMAIL PROTECTED]
------------------------------
From: Stefan Markgraf <[EMAIL PROTECTED]>
Subject: Maestro 2E (ESS1978) sound card
Date: Sat, 10 Apr 1999 19:17:32 +0200
Has somebody succeeded in getting the 16 bit sound mode working on the
Maestro 2E ESS1978 chip?
Help!
Thanks in advance.
Stefan.
------------------------------
From: Stefan Markgraf <[EMAIL PROTECTED]>
Subject: Psion Netglobal 56k+10MB Ethernet PCMCIA card
Date: Sat, 10 Apr 1999 19:22:27 +0200
Hi!
I have problems with my Psion Netglobal 56k+10MB Ethernet PCMCIA card.
I use pcmcia release 3.0.9. Kernel 2.2.5
On kernels 2.2.x the modem does not work correctly.
(Ethernet part works well).
Only if I set manually
setserial /dev/ttyS2 irq 0
the modem works quite good in polling mode. But the
irq 3, which is assigned during boot of the cardmgr does not work.
On 2.0.36 kernels it works flawlessly on IRQ 3, I think.
Any help? Thanks in advance,
Stefan.
------------------------------
From: WORLOK <[EMAIL PROTECTED]>
Crossposted-To: linux.dev.kernel,comp.os.linux.setup
Subject: 2.2.x/2.2.5 kernel no like ATAPI CDR(W) or Acer 8x CD
Date: Sat, 10 Apr 1999 17:19:28 GMT
Hi,
My base system is RedHat 5.2/k2.0.36. No matter which 2.2.x kernel I have
compiled and run, including the latest 2.2.5 (running right now), they cannot
deal with my ATAPI CD or CDRW drive. My CDROM is an 8x Acer (685A) and my
CDRW is an HP Surestore 7110i. I compile the kernel with SCSI emulation and
no ATAPI CDROM drivers to force SCSI on the CDRW so I can use it as such.
NOTE: even when I enable IDE CD drivers, it thinks the CDRW is a CDROM and
fails to detect the 685A.
The kernel compile instructions I read were followed to the "T", and my new
linux-2.2.5 kernel src tree is linked as /usr/src/linux-->/usr/src/linux-2.2.5
When I use SCSI emilation for the CD drives, it stil ignores the 685A and it
detects the HP Surestore 7 times! I cannot mount CD's in the surestore. It
complains:
mount: wrong fs type, bad option, bad superblock on /dev/cdrom2 or too many
mounted filesystems.
after doing a simple mount -t iso9660 (or vfat) /dev/cdrom2 /cdrom AS ROOT.
Everything else on the system seems to work fine, and this kernel rocks as
far as speed goes, but without CDROM support, I can't use it and must boot
into the older 2.0.36 kernel, where the CDROM's work fine as CDROMs.
The system log gives some clues, but I am new at the kernel compile thing and
any assistance will be humbly and great appreciated. Below is a snippet from
my system log.
Rgds,
Tom
!~NOSPAM~[EMAIL PROTECTED]
++++++++++++++++++++++++++++++++++++++++++++
SYSTEM LOG SNIPPET FOLLOWS:
++++++++++++++++++++++++++++++++++++++++++++
Apr 10 12:37:25 beowulf kernel: klogd 1.3-3, log source = /proc/kmsg started.
Apr 10 12:37:25 beowulf kernel: Loaded 8029 symbols from
/usr/src/linux/System.map. Apr 10 12:37:25 beowulf kernel: Symbols match
kernel version 2.2.5. Apr 10 12:37:25 beowulf kernel: No module symbols
loaded. Apr 10 12:37:25 beowulf kernel: Linux version 2.2.5 (root@PPP11) (gcc
version 2.7.2.3) #1 Sat Apr 10 12:26:32 EDT 1999 Apr 10 12:37:25 beowulf
kernel: Detected 451030836 Hz processor. Apr 10 12:37:25 beowulf kernel:
Console: colour VGA+ 80x25 Apr 10 12:37:25 beowulf kernel: Calibrating delay
loop... 450.56 BogoMIPS Apr 10 12:37:25 beowulf kernel: Memory:
127848k/131072k available (1100k kernel code, 412k reserved, 1652k data, 60k
init) Apr 10 12:37:25 beowulf kernel: CPU: Intel Celeron (Mendocino) stepping
00 Apr 10 12:37:25 beowulf kernel: Checking 386/387 coupling... OK, FPU using
exception 16 error reporting. Apr 10 12:37:25 beowulf kernel: Checking 'hlt'
instruction... OK. Apr 10 12:37:25 beowulf kernel: POSIX conformance testing
by UNIFIX Apr 10 12:37:25 beowulf kernel: PCI: PCI BIOS revision 2.10 entry
at 0xfb3b0 Apr 10 12:37:25 beowulf kernel: PCI: Probing PCI hardware Apr 10
12:37:25 beowulf kernel: Linux NET4.0 for Linux 2.2 Apr 10 12:37:25 beowulf
kernel: Based upon Swansea University Computer Society NET3.039 Apr 10
12:37:25 beowulf kernel: NET4: Unix domain sockets 1.0 for Linux NET4.0. Apr
10 12:37:25 beowulf kernel: NET4: Linux TCP/IP 1.0 for NET4.0 Apr 10 12:37:25
beowulf kernel: IP Protocols: ICMP, UDP, TCP Apr 10 12:37:25 beowulf kernel:
NET4: Linux IPX 0.38 for NET4.0 Apr 10 12:37:25 beowulf kernel: IPX Portions
Copyright (c) 1995 Caldera, Inc. Apr 10 12:37:25 beowulf kernel: Starting
kswapd v 1.5 Apr 10 12:37:25 beowulf kernel: parport0: PC-style at 0x378
[SPP,EPP,ECP,ECPEPP,ECPPS2] Apr 10 12:37:25 beowulf kernel: parport0: no
IEEE-1284 device present. Apr 10 12:37:25 beowulf kernel: Detected PS/2 Mouse
Port. Apr 10 12:37:25 beowulf kernel: Serial driver version 4.27 with no
serial options enabled Apr 10 12:37:25 beowulf kernel: ttyS00 at 0x03f8 (irq
= 4) is a 16550A Apr 10 12:37:25 beowulf kernel: ttyS01 at 0x02f8 (irq = 3)
is a 16550A Apr 10 12:37:25 beowulf kernel: ttyS03 at 0x02e8 (irq = 3) is a
16550A Apr 10 12:37:25 beowulf kernel: pty: 256 Unix98 ptys configured Apr 10
12:37:25 beowulf kernel: <Sound Blaster 16 (4.13)> at 0x220 irq 7 dma 1,5 Apr
10 12:37:25 beowulf kernel: <Sound Blaster 16> at 0x330 irq 7 dma 0 Apr 10
12:37:25 beowulf kernel: <SoundBlaster EMU8000 (RAM512k)> Apr 10 12:37:25
beowulf kernel: PIIX4: IDE controller on PCI bus 00 dev 39 Apr 10 12:37:25
beowulf kernel: PIIX4: not 100ative mode: will probe irqs later Apr 10
12:37:25 beowulf kernel: ide0: BM-DMA at 0xf000-0xf007, BIOS settings:
hda:pio, hdb:pio Apr 10 12:37:25 beowulf kernel: ide1: BM-DMA at
0xf008-0xf00f, BIOS settings: hdc:pio, hdd:pio Apr 10 12:37:25 beowulf
kernel: hda: Maxtor 90680D4, ATA DISK drive Apr 10 12:37:25 beowulf kernel:
hdc: HP CD-Writer+ 7100, ATAPI CDROM drive Apr 10 12:37:25 beowulf kernel:
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 Apr 10 12:37:25 beowulf kernel: ide1 at
0x170-0x177,0x376 on irq 15 Apr 10 12:37:25 beowulf kernel: hda: Maxtor
90680D4, 6485MB w/256kB Cache, CHS=826/255/63, UDMA Apr 10 12:37:25 beowulf
kernel: Floppy drive(s): fd0 is 1.44M Apr 10 12:37:25 beowulf kernel: FDC 0
is a post-1991 82077 Apr 10 12:37:25 beowulf kernel: Configuring Adaptec
(SCSI-ID 7) at IO:334, IRQ 12, DMA priority 5 Apr 10 12:37:25 beowulf kernel:
Unable to allocate DMA channel for Adaptec. Apr 10 12:37:25 beowulf kernel:
scsi0 : SCSI host adapter emulation for IDE ATAPI devices Apr 10 12:37:25
beowulf kernel: scsi : 1 host. Apr 10 12:37:25 beowulf kernel: Vendor: HP
Model: CD-Writer+ 7100 Rev: 3.01 Apr 10 12:37:25 beowulf kernel: Type:
CD-ROM ANSI SCSI revision: 02 Apr 10 12:37:25 beowulf kernel: Vendor: HP
Model: CD-Writer+ 7100 Rev: 3.01 Apr 10 12:37:25 beowulf kernel: Type:
CD-ROM ANSI SCSI revision: 02 Apr 10 12:37:25 beowulf kernel: Vendor: HP
Model: CD-Writer+ 7100 Rev: 3.01 Apr 10 12:37:25 beowulf kernel: Type:
CD-ROM ANSI SCSI revision: 02 Apr 10 12:37:25 beowulf kernel: Vendor: HP
Model: CD-Writer+ 7100 Rev: 3.01 Apr 10 12:37:25 beowulf kernel: Type:
CD-ROM ANSI SCSI revision: 02 Apr 10 12:37:25 beowulf kernel: Vendor: HP
Model: CD-Writer+ 7100 Rev: 3.01 Apr 10 12:37:25 beowulf kernel: Type:
CD-ROM ANSI SCSI revision: 02 Apr 10 12:37:25 beowulf kernel: Vendor: HP
Model: CD-Writer+ 7100 Rev: 3.01 Apr 10 12:37:25 beowulf kernel: Type:
CD-ROM ANSI SCSI revision: 02 Apr 10 12:37:25 beowulf kernel: Vendor: HP
Model: CD-Writer+ 7100 Rev: 3.01 Apr 10 12:37:25 beowulf kernel: Type:
CD-ROM ANSI SCSI revision: 02 Apr 10 12:37:25 beowulf kernel: Vendor: HP
Model: CD-Writer+ 7100 Rev: 3.01 Apr 10 12:37:25 beowulf kernel: Type:
CD-ROM ANSI SCSI revision: 02 Apr 10 12:37:25 beowulf kernel: scsi : detected
total. Apr 10 12:37:25 beowulf kernel: PPP: version 2.3.3 (demand dialling)
Apr 10 12:37:25 beowulf kernel: TCP compression code copyright 1989 Regents
of the University of California Apr 10 12:37:25 beowulf kernel: PPP line
discipline registered. Apr 10 12:37:25 beowulf kernel: Partition check: Apr
10 12:37:25 beowulf kernel: hda: hda1 hda2 < hda5 hda6 > Apr 10 12:37:25
beowulf kernel: VFS: Mounted root (ext2 filesystem) readonly. Apr 10 12:37:25
beowulf kernel: Freeing unused kernel memory: 60k freed Apr 10 12:37:25
beowulf kernel: Adding Swap: 128484k swap-space (priority -1) Apr 10 12:37:25
beowulf named[220]: starting. named 8.1.2 Thu Sep 24 02:47:08 EDT 1998
^[EMAIL PROTECTED]:/usr/src/bs/BUILD/src/bin/named Apr 10 12:37:25
beowulf named[220]: cache zone "" (IN) loaded (serial 0) Apr 10 12:37:25
beowulf named[220]: master zone "0.0.127.in-addr.arpa" (IN) loaded (serial
1997022700) Apr 10 12:37:25 beowulf named[220]: listening on [127.0.0.1].53
(lo) Apr 10 12:37:25 beowulf named[220]: Forwarding source address is
[0.0.0.0].1024 Apr 10 12:37:25 beowulf named[221]: Ready to answer queries.
Apr 10 12:37:25 beowulf named[221]: sysquery: sendto([##blanked##].53):
Network is unreachable Apr 10 12:37:26 beowulf kernel: tty_io.c: process 246
(gpm) used obsolete /dev/cua0 - update software to use /dev/ttyS0 Apr 10
12:37:27 beowulf insmod: insmod: vmmon: no module by that name found Apr 10
12:37:32 beowulf PAM_pwdb[292]: (login) session opened for user tom by
(uid=0) Apr 10 12:37:32 beowulf login[292]: LOGIN ON tty1 BY tom Apr 10
12:37:32 beowulf PAM_pwdb[292]: (login) session closed for user tom Apr 10
12:38:01 beowulf kernel: tty_io.c: process 353 (kppp) used obsolete /dev/cua1
- update software to use /dev/ttyS1 Apr 10 12:38:01 beowulf kernel:
registered device ppp0 Apr 10 12:38:02 beowulf kernel: tty_io.c: process 353
(kppp) used obsolete /dev/cua1 - update software to use /dev/ttyS1 Apr 10
12:38:15 beowulf PAM_pwdb[356]: (su) session opened for user root by (uid=0)
Apr 10 12:38:27 beowulf pppd[359]: pppd 2.3.5 started by tom, uid 500 Apr 10
12:38:27 beowulf pppd[359]: Using interface ppp0 Apr 10 12:38:27 beowulf
pppd[359]: Connect: ppp0 <--> /dev/modem Apr 10 12:38:31 beowulf modprobe:
can't locate module ppp-compress-21 Apr 10 12:38:31 beowulf modprobe: can't
locate module ppp-compress-26 Apr 10 12:38:31 beowulf modprobe: can't locate
module ppp-compress-24 Apr 10 12:38:34 beowulf pppd[359]: local IP address
##blanked out## Apr 10 12:38:34 beowulf pppd[359]: remote IP address
##blanked out## Apr 10 12:40:08 beowulf kernel: ide-scsi: hdc: unsupported
command in request queue (0) Apr 10 12:40:08 beowulf kernel: end_request: I/O
error, dev 16:00 (hdc), sector 2 Apr 10 12:40:08 beowulf kernel: ide-scsi:
hdc: unsupported command in request queue (0) Apr 10 12:40:08 beowulf kernel:
end_request: I/O error, dev 16:00 (hdc), sector 0 Apr 10 12:40:08 beowulf
kernel: FAT bread failed Apr 10 12:40:20 beowulf kernel: ide-scsi: hdc:
unsupported command in request queue (0) Apr 10 12:40:20 beowulf kernel:
end_request: I/O error, dev 16:00 (hdc), sector 0 Apr 10 12:40:20 beowulf
kernel: FAT bread failed Apr 10 12:40:26 beowulf kernel: ide-scsi: hdc:
unsupported command in request queue (0) Apr 10 12:40:26 beowulf kernel:
end_request: I/O error, dev 16:00 (hdc), sector 0 Apr 10 12:40:26 beowulf
kernel: FAT bread failed Apr 10 12:40:34 beowulf modprobe: can't locate
module joliet Apr 10 12:40:44 beowulf kernel: ide-scsi: hdc: unsupported
command in request queue (0) Apr 10 12:40:44 beowulf kernel: end_request: I/O
error, dev 16:00 (hdc), sector 64 Apr 10 12:40:44 beowulf kernel:
isofs_read_super: bread failed, dev=16:00, iso_blknum=16, block=32 Apr 10
12:40:57 beowulf modprobe: can't locate module net-pf-5
++++++++++++++++++++++++++++++++++++++++++++
END OF LOG
++++++++++++++++++++++++++++++++++++++++++++
===============================
Windoze NT has crashed,
I am the Blue Screen of Death,
No one hears your screams...
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
** 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.hardware) 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-Hardware Digest
******************************