Linux-Hardware Digest #816, Volume #14           Wed, 23 May 01 20:13:10 EDT

Contents:
  Mounting an NT drive on the network? ("LRW")
  Re: Mounting an NT drive on the network? (Joshua Baker-LePain)
  Re: Creative Ensoniq AudioPCI sound driver problem (Neurophyre)
  Re: Redhat 7.1/Mandrake 8.0  Hardrive Problems ("Jace")
  Re: aha152x
  rh 7.1 driving me nuts ("alik blochin")
  Re: aic7xxx module in RedHat Linux 7.1? ("David Caldwell")
  Re: My clock doesn't back up!!! (Joe Pfeiffer)
  Re: Mounting an NT drive on the network? ("Peter T. Breuer")
  Re: Shutting down Beep ("Peter T. Breuer")
  Install 2nd ATA/100 drive at /dev/hdb or /dev/hdd ("Michael Barton")
  Re: Mounting an NT drive on the network? (Gertjan Vinkesteijn)
  Re: Best Laptop for Linux? (Michael Meissner)
  Re: How do I determine parallel port irq etc? (Jerry Broszkowski)
  cdrecord fails only with 2.4.x kernel (Chris Sherman)
  Re: aha152x ("pjsf")
  Help with Tekram DC-315U modules!! (Dan Smith)
  Re: dual athlon (SammyTheSnake)
  Re: cdrecord fails only with 2.4.x kernel

----------------------------------------------------------------------------

From: "LRW" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.os.linux.networking,linux.redhat.misc
Subject: Mounting an NT drive on the network?
Date: Wed, 23 May 2001 15:07:58 -0500

OK, I've read the MAN on mounting, and tried some different ways, but I
can't connect to a networked machine.

I have my Linux box and I want to be able to pull some files off my Win2000
box (NTFS). I've tried using it's IP and it's machine name and it's share
name in all different combinations in conjunction with using -s and/or -t
ntfs and nothing seems to work.

Any ideas?
Win2K box IP: 123.45.678.901
Name: mmwabcde04
Share: c$
(IP and machine name obviously changed)

I just want to copy some files from it.

Thanks for any help!!
Liam

[EMAIL PROTECTED]



------------------------------

From: Joshua Baker-LePain <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.os.linux.networking,linux.redhat.misc
Subject: Re: Mounting an NT drive on the network?
Date: 23 May 2001 20:40:03 GMT

In comp.os.linux.hardware LRW <[EMAIL PROTECTED]> wrote:

> I have my Linux box and I want to be able to pull some files off my Win2000
> box (NTFS). I've tried using it's IP and it's machine name and it's share
> name in all different combinations in conjunction with using -s and/or -t
> ntfs and nothing seems to work.

Wrong fs.  You're trying to mount it using it's share name -- SMB is the
file sharing protocol.  So it should be smbfs.

> Any ideas?
> Win2K box IP: 123.45.678.901
> Name: mmwabcde04
> Share: c$
> (IP and machine name obviously changed)

> I just want to copy some files from it.

mount -t smbfs -o username=me,ip=123.45.678.901 //mmwabcde04/C$ /mnt/samba

Depending on your distro, you may need to install some packages.  RedHat,
e.g., requires you to install samba-common and samba-client to do this.

And, please, pick a newsgroup.  Follow-ups set.

-- 
Joshua Baker-LePain
Department of Biomedical Engineering
Duke University

------------------------------

From: [EMAIL PROTECTED] (Neurophyre)
Subject: Re: Creative Ensoniq AudioPCI sound driver problem
Date: 23 May 2001 13:43:10 -0700

BTW, another symptom is that while certain types of output don't lock
sound output after they're done playing, other sounds (for example,
chimes from gAIM when I'm listening to music in xmms [not winamp as I
wrote below, duh]) will get 'queued' and then all play at once after
whatever was playing when they attempted to play releases the device. 
I'm running kernel 2.2.18 right now, going to see if 2.2.19 has any
effect on it this afternoon.

[EMAIL PROTECTED] (Neurophyre) wrote in message 
news:<[EMAIL PROTECTED]>...
> I've got a CT5880 (es1371-based) sound card installed on an Asus A7V
> with a 650MHz Duron chip...  I'm running Debian 2.2r3.  I have the
> es1371 driver compiled straight into the kernel, not as a module.
> 
> My problem is that certain sounds appear to "lock" the sound device
> for a period of time, especially the console beep generated by
> xterm/konsole, etc.  After such a beep, if I attempt to play a file in
> winamp or load Snes9x, the program I'm attempting to use that
> generates sound output will freeze up for some length of time, up to
> around 30 seconds or so, before proceeding to execute normally with
> proper sound output.  Any fixes, or anyone else experiencing this?

------------------------------

From: "Jace" <[EMAIL PROTECTED]>
Subject: Re: Redhat 7.1/Mandrake 8.0  Hardrive Problems
Date: Wed, 23 May 2001 14:47:48 -0600

I'v had strange errors with file traners with drake8
at first i thought it was my CD, then my CDRdrive, then my other
CDroms(ide), then my Scsi....then i went to replacing the mobo, i finally
gave up and ran drake7.2
been happy since !
-jace


"Andrew Murray" <[EMAIL PROTECTED]> wrote in message
news:9e9i56$fdb$[EMAIL PROTECTED]...
> Alright kids, here's the story:
>
> My pertinent hardware layout is:
>
> MB - Abit-kt7-raid\
> HD - IBM Deskstar 7200 30gig
> PROC - Thunderbird 900
>
> I'd been running a couple distros on my system (first RH 7.0 then Mandrake
> 7.0? 7.2?) for a while with no problems whatsoever. I did a clean install
to
> MDK 8.0 and now I get an error message dumped to my console by the kernel
> about every 10 seconds or so:
>
> hda: dma_intr: error=0x84{DriveStatusError BadCRC}
> hda: dma_intr: error=0x51{DriveReady SeekCompleteError}
>
> I did an install of RH 7.1 (which also uses the 2.4 kernel) and I'm
getting
> the same probelm. I've already swapped out my IDE cables and reformatted
the
> disk checking for bad sectors, and used low-level disk utilities from IBM
to
> check for hardware problems.. so its not one of those... Can anybody help?
> Is there a kernel patch for this anywhere? Am I high and dry?
>
> Thanks a million,
>
> Andrew Murray
>
>
>
>



------------------------------

From: <[EMAIL PROTECTED]>
Subject: Re: aha152x
Date: 23 May 2001 20:57:00 GMT

Roger Lindmark <[EMAIL PROTECTED]> wrote:

> [EMAIL PROTECTED] wrote:
>> I can't use my scsi zip drive because aha152x.o won't insert!

> Maybe your aha152x parameters is wrong, Have you tried:
> modprobe aha152X aha152X=0x140,9 
> (aha152X=IO,irq)
> I found it at: http://www.meier-geinitz.de/sane/trouble.html

Interesting! I didn't know I could skip the alias step. As it turns out,
I still can't get anything to work, but at least I can try a buttload
of possibilities more quickly now. Thanks for the tip.

I've moved up to kernel 2.2.19, and still no luck. Looking through the
makefiles, I see that debugging is on for three low level SCSI drivers,
and the aha152x driver happens to be one of them. Coincidence?

I'd still really appreciate any good ideas...Chuck

------------------------------

From: "alik blochin" <[EMAIL PROTECTED]>
Subject: rh 7.1 driving me nuts
Date: Wed, 23 May 2001 23:55:09 +0200

Hi
 i am going just crazy... guys :

i am trying to install rh 7.1 for god knows what time
and still without success :

the installation gets stacked at the point of :
"transferring install image to harddrive"

and it gives the error
"it was an error, maybe you haven't got enough free space"
or something like that but that's not true:

i have a 14 GB allocated just for linux
512MB  swap
/     7GB
/usr all the rest


i tried all the option available :
disk druid
fdisk
with all options with those tools

nothing just helps
the system hangs on the point of
"transferring install image to harddrive"

it's driving me nuts....
what the hell i am suppose to do to get it work !!!!?????????

I know that if i turn to Red Hat
god knows when i'll get an answer....

if somebody knows something please help..
i need to install it...

and i don't want to mess with mandrake
mandrake just freezes on my machine...

Configuration:

900mHZ AMD
Chaintech motherboard 7AJA
20GB WD +
30GB Quantum : 14GB for linux






------------------------------

From: "David Caldwell" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.redhat,linux.redhat.install
Subject: Re: aic7xxx module in RedHat Linux 7.1?
Date: Wed, 23 May 2001 16:06:50 -0500

I am having some trouble with RH6.1 that revolves around the fact that I can
get the software loaded onto the drive. I reboot the system for the first
time and I get nothing.

I have tried reloading it some 7 times, to no avail. Evfery time I reload
it, the setup program asks if I want to make a startup disk. Is there
something I need to do to get the SCSI drive to load the OS? I have run
Linux on IDE drives without a hitch, but scsi seems to have somethign fishy.
Is this a problem with the lilo config file? Do I need to make the startup
disk and modify the config so that it sees the scsi drive?

David Caldwell
"Brian Lee" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Successful! :)
>
> Something wrong with kernel patches for AIC7xxx module in RedHat Linux
> 7.1
> At least, something wrong with loading the module.
>
> I made a new ISO file which is work pretty well. I commented out all(5
> files)
> patches for aic7xxx modules and rebuild kernel rpm file. And I
> inserted new rpm file into RedHat Linux 7.1
>
> If you're in similar situation with me, mail me and I'll send you the
> ISO
> file I made. Only what I did in it is update kernel rpm file.
>
>  - Brian,.
>
> ps. ISO file is too big to serve in my FTP.
>
> Brian Lee wrote:
> >
> > Hi,
> >
> > I'm trying to install RH Linux 7.1 on Interl PC server. The machine has
> > SCSI HDD and need to use aic7xxx module. There was no probelm with
> > RH 6.2 but can't complete to install RH 7.1.
> >
> > Installation is hanged with message, ``Loading AIC7XXX module''. How
> > can I solve this? Any comments about this will be very helpful.
> >
> >  - Brian,.
>




------------------------------

From: Joe Pfeiffer <[EMAIL PROTECTED]>
Subject: Re: My clock doesn't back up!!!
Date: 23 May 2001 15:18:14 -0600

[EMAIL PROTECTED] (SpacemanSpiff) writes:

> All I want is to set my time to one of those government servers, 
> with a simple script.  say:
> now = telnet time.blah.blah 13 | grep... | cut ...
> hwclock --set  now ...
> hwclock --hctosys ...
> 
> Simple enough, right?
> WRONG!

I know this is a classic ``how do I do X?'' ``don't, do Y instead''
answer, but I'd really recommend you find an NTP (network time
protocol) client.  I've been using the Debian-packaged ntp daemon
quite successfully.
-- 
Joseph J. Pfeiffer, Jr., Ph.D.       Phone -- (505) 646-1605
Department of Computer Science       FAX   -- (505) 646-1002
New Mexico State University          http://www.cs.nmsu.edu/~pfeiffer
SWNMRSEF:  http://www.nmsu.edu/~scifair

------------------------------

From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.os.linux.networking,linux.redhat.misc
Subject: Re: Mounting an NT drive on the network?
Date: Wed, 23 May 2001 23:38:14 +0200

In comp.os.linux.help LRW <[EMAIL PROTECTED]> wrote:
> I have my Linux box and I want to be able to pull some files off my Win2000
> box (NTFS). I've tried using it's IP and it's machine name and it's share
> name in all different combinations in conjunction with using -s and/or -t
> ntfs and nothing seems to work.

You need smbmount. man smbmount. The man page is clear enoungh.


       To mount an smb file system, I suggest using the option -c
       for smbmount to pass the mount command. For example, use

       smbmount \\\\server\\tmp -c 'mount /mnt -u 123 -g 456'

       to  mount  the  tmp  share  of server on /mnt, giving it a
       local uid 123 and a local gid 456.

mind you, I woouldn't bother with anything so fancy.

   smbmount //server/tmp /mnt -P foo -U bar

seems much simpler to me!

  




Peter

------------------------------

From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Subject: Re: Shutting down Beep
Date: Thu, 24 May 2001 00:11:35 +0200

Vladimir Laserman <[EMAIL PROTECTED]> wrote:
> I'm already getting nervous because of the beep signal. I hate this
> sound.
> Any suggestions how to shut it down? (and don't tell me do disconnect
> the beeper from the board).

Why not? You don't like it, so get rid of it.

What beep precisely are you complaining about? If it's from an editor,
you can tell the editor not to beep (for example, it's "nobeep" or
"visualbell"  in vi). If it's your shell, look at its manual.

But you should always be able to beep by echoing ctrl-G to an ansi
terminal. That's what's meant to happen. I think you'd have to attack
the ansi console driver in the kernel to get rid of it ... or find
some Xdefaults option for xterm that turns it off ..

Peter

------------------------------

From: "Michael Barton" <[EMAIL PROTECTED]>
Subject: Install 2nd ATA/100 drive at /dev/hdb or /dev/hdd
Date: Wed, 23 May 2001 16:35:46 -0600

I'm running RedHat 7.1 or a machine with Intel ATA/100 EIDE
controllers.

The primary EIDE interface (ide0) has my primary drive as the Master
(/dev/hda). The drive is an UltraDMA/100 disk, and works fine using
UltraDMA/100.

The secondary EIDE interface (ide1) has the CDROM drive as the Master
(/dev/hdc).  I believe the interface is ATA/33.

I'd like to install a second UltraDMA/100 disk drive, and I want it to
run as fast as possible without interfering with the performance of
the original UltraDMA/100 disk drive.

So the question is:  Do I install the new UltraDMA/100 as the Primary
Slave, or as the Secondary Slave.

If I install the new drive as the primary slave, will the two drives
negatively impact each other's performance?

If I install the new drive as the secondary slave, will the presence
of the CDROM on the secondary interface keep the whole interface from
running any faster than 33Mhz?

Any input appreciated.
Michael Barton





------------------------------

From: Gertjan Vinkesteijn <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.os.linux.networking,linux.redhat.misc
Subject: Re: Mounting an NT drive on the network?
Date: Thu, 24 May 2001 00:37:29 +0200

>
> I have my Linux box and I want to be able to pull some files off my Win2000
> box (NTFS). I've tried using it's IP and it's machine name and it's share
> name in all different combinations in conjunction with using -s and/or -t
> ntfs and nothing seems to work.
>
> Any ideas?
> Win2K box IP: 123.45.678.901

>From Linux it should be
# mount -t ntfs /dev/hda1 /mnt
if win2k is on partition hda1
when win2k is on a local net use Samba, works always

Gertjan


------------------------------

Subject: Re: Best Laptop for Linux?
From: Michael Meissner <[EMAIL PROTECTED]>
Date: 23 May 2001 18:40:05 -0400

"�u�Y����, MC" <[EMAIL PROTECTED]> writes:

> I am using Sharp PC-A820, PIII 500, 6GB harddisk, self-upgrade 192M RAM and
> a Lucent winmodem. Mandrake 8 works well with it; however, the most severe
> problem is that the cursor-pointer of mouse has changed from an arrow to a
> large white block instead. Probably, due to the problem of relative
> incompatibility of the video card with Linux. (Though XF86 4.0.3 is used!)
> Sound card is not supported.

You might try disabling the hardware cursor, by putting:

        Option "HWcursor" "false"

in your Device section.  Check your driver's manpage, to make sure the option
is spelled correctly.

-- 
Michael Meissner, Red Hat, Inc.  (GCC group)
PMB 198, 174 Littleton Road #3, Westford, Massachusetts 01886, USA
Work:     [EMAIL PROTECTED]           phone: +1 978-486-9304
Non-work: [EMAIL PROTECTED]   fax:   +1 978-692-4482

------------------------------

From: Jerry Broszkowski <[EMAIL PROTECTED]>
Subject: Re: How do I determine parallel port irq etc?
Date: Wed, 23 May 2001 23:20:47 GMT

Mike Martin wrote:
> 
> Yea... that's exactly what I thought! But I've checked all over the
> place in /proc and can't find any reference to my parallel port. Neither
> ioports nor interrupts list it.
> 
> Any other ideas?
> 
> Note: I don't have a printer set up. Maybe it doesn't register a
> parallel port because I've never tried to use one....?
> 

OK - one more stab. I went thru /proc/interrupts 
on my machine and saw no mention of my printer on
irq7. Perhaps someone more knowledgeable can explain why.

However, from dmesg I found:
============================
parport0: PC-style at 0x378 [PCSPP,TRISTATE]
parport0: irq 7 detected
parport0: cpp_daisy: aa5500ff(98)
parport0: assign_addrs: aa5500ff(98)
parport0: Legacy device
ppa: Version 2.07 (for Linux 2.4.x)
ppa: Found device at ID 6, Attempting to use EPP 32 bit
ppa: Found device at ID 6, Attempting to use PS/2
ppa: Communication established with ID 6 using PS/2
scsi0 : Iomega VPI0 (ppa) interface
  Vendor: IOMEGA    Model: ZIP 100           Rev: J.03
  Type:   Direct-Access                      ANSI SCSI revision: 02
Attached scsi removable disk sda at scsi0, channel 0, id 6, lun 0
SCSI device sda: 196608 512-byte hdwr sectors (101 MB)
sda: Write Protect is off
 sda: sda4
============================
which shows my parallel port as detected as well as my ZIP drive.
(which of both work fine)
-- 
Take Care,
..jb

// Jerry Broszkowski // (403)245-5131 // [EMAIL PROTECTED] //

------------------------------

From: [EMAIL PROTECTED] (Chris Sherman)
Crossposted-To: comp.os.linux.misc
Subject: cdrecord fails only with 2.4.x kernel
Date: 23 May 2001 23:19:21 GMT

I have the following hardware:

  Dell OptiPlex GX1
     Pentium III running at 550 MHz
     Adaptec 2940 UW SCSI card
     Yamaha 8,4,24 CDR/CDRW writer
        External SCSI
     128M RAM

   cdrecord versions:
     1.9 (comes with RH 7.1)
     1.11a01

   kernel versions:
     stock RH 7.1 kernel 
     Linux version 2.4.4 ([EMAIL PROTECTED]) (gcc version 2.96 20000731 (Red Hat 
Linux 7.1 2.96-81)) #1 Wed May 9 11:09:12 EDT 2001
        (compiled myself--all drivers compiled into kernel)


Problem:

  I can cut CDR and CDRW under RH 6.2 using a 2.2.18 kernel all
  day long without a single problem, but when I (dual) boot to
  the 2.4.2 (stock) or a 2.4.4 (built myself) kernel (both 2.4
  kernels under RH 7.1), I get all kinds of problems...

  However, every once in a while, it works.  I just get these
  errors most of the time (90% or higher).  Bouncing the drive
  power has no effect on results.  Neither does changing the
  recording speed (tried 4x and 8x, both failed consistantly,
  though 1x has seen some success).  Nor does having a GUI
  running or not.

  When the recording halts, it could be on the 0th byte written,
  the 2nd MB written, or the 11th.  It has never halted (yet)
  when it has gotten past 11, however.  It usually halts
  somewhere around 2-6 MB written.

  If I boot back to the RH 6.2 image, everything runs perfectly.

  There are 3 other SCSI CDROM devices (non-writers) on the scsi
  chain and they all work perfectly under all kernels.

  Here is the log from my most recent attempt.  (Sorry for the
  extra script stuff, but some may want to look at the way I
  call cdrecord).


#!/bin/bash -xv
prog_name=`basename $0`
basename $0
++ basename /home/sherman/bin/cdr
+ prog_name=cdr
image_to_cut=$1
+ image_to_cut=/tmp/burn2
if [ -f $image_to_cut ] ; then
   cutting="f"
elif [ -d $image_to_cut ] ; then
   cutting="d"
else
   echo "Not a file or directory: $image_to_cut"
   exit 1
fi
+ '[' -f /tmp/burn2 ']'
+ '[' -d /tmp/burn2 ']'
+ cutting=d

if [ $cutting = "d" ] ; then
   if [ -f ${image_to_cut}/VOLSER ] ; then 
      volser=`cat ${image_to_cut}/VOLSER`
   else
      volser="654123"
   fi
fi
+ '[' d = d ']'
+ '[' -f /tmp/burn2/VOLSER ']'
+ volser=654123

if [ $prog_name == "cdr" ] ; then 
        speed=8
        filesystem="-R -r -J -VV"
elif [ $prog_name = "cdrw" ] ; then 
        speed=4
        filesystem="-R -r -J"
        blank="blank=fast"
else
   echo "Who is ${prog_name}?"
   exit 1
fi
+ '[' cdr == cdr ']'
+ speed=8
+ filesystem=-R -r -J -VV

if [ $cutting = "d" ] ; then
   IMG_SIZE=`mkisofs -f -R -r -J -q -quiet -print-size $image_to_cut 2>&1 \
      | grep Total | sed -e "s/.* = //"`
   echo "Size is $IMG_SIZE"
   eval "[ "0$IMG_SIZE" -ne 0 ] && mkisofs -f $filesystem -quiet -f \
         $flags1 $flags2 $image_to_cut \
      | cdrecord -v -eject speed=$speed $blank dev=/dev/sgd \
         tsize=${IMG_SIZE}s -data -"
else
   cdrecord -v -eject speed=$speed $blank dev=/dev/sgd $image_to_cut
fi
+ '[' d = d ']'
mkisofs -f -R -r -J -q -quiet -print-size $image_to_cut 2>&1       | grep Total | sed 
-e "s/.* = //"
++ mkisofs -f -R -r -J -q -quiet -print-size /tmp/burn2
++ grep Total
++ sed -e 's/.* = //'
+ IMG_SIZE=154130
+ echo 'Size is 154130'
Size is 154130
+ eval '[ 0154130 -ne 0 ] && mkisofs -f -R -r -J -VV -quiet -f            /tmp/burn2   
+    | cdrecord -v -eject speed=8  dev=/dev/sgd          tsize=154130s -data -'
[ 0154130 -ne 0 ] && mkisofs -f -R -r -J -VV -quiet -f            /tmp/burn2       | 
cdrecord -v -eject speed=8  dev=/dev/sgd          tsize=154130s -data -
++ '[' 0154130 -ne 0 ']'
++ mkisofs -f -R -r -J -VV -quiet -f /tmp/burn2
++ cdrecord -v -eject speed=8 dev=/dev/sgd tsize=154130s -data -
Cdrecord 1.9 (i686-pc-linux-gnu) Copyright (C) 1995-2000 Jvrg Schilling
TOC Type: 1 = CD-ROM
scsidev: '/dev/sgd'
devname: '/dev/sgd'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.1.17
Using libscg version 'schily-0.1'
atapi: 0
Device type    : Removable CD-ROM
Version        : 2
Response Format: 2
Capabilities   : SYNC 
Vendor_info    : 'YAMAHA  '
Identifikation : 'CRW8424S        '
Revision       : '1.0f'
Device seems to be: Generic mmc CD-RW.
Using generic SCSI-3/mmc CD-R driver (mmc_cdr).
Driver flags   : SWABAUDIO
Drive buf size : 3172848 = 3098 KB
FIFO size      : 4194304 = 4096 KB
Track 01: data  301 MB        
Total size:     345 MB (34:15.09) = 154132 sectors
Lout start:     346 MB (34:17/07) = 154132 sectors
Current Secsize: 2048
ATIP info from disk:
  Indicated writing power: 4
  Is not unrestricted
  Is not erasable
  Disk sub type: Medium Type B, low Beta category (B-) (4)
  ATIP start of lead in:  -11580 (97:27/45)
  ATIP start of lead out: 333226 (74:05/01)
Disk type:    Short strategy type (Phthalocyanine or similar)
Manuf. index: 9
Manufacturer: Kodak Japan Limited
Blocks total: 333226 Blocks current: 333226 Blocks remaining: 179094
RBlocks total: 343358 RBlocks current: 343358 RBlocks remaining: 189226
Starting to write CD/DVD at speed 8 in write mode for single session.
Last chance to quit, starting real write in 9 seconds.8 seconds.7 
seconds.6 seconds.5 seconds.4 seconds.3 
seconds.2 seconds.1 seconds.
Waiting for reader process to fill input buffer ... input buffer ready.
Performing OPC...
Starting new track at sector: 0

Track 01:   0 of 301 MB written.
Track 01:   1 of 301 MB written (fifo  96%).
Track 01:   2 of 301 MB written (fifo 100%).
Track 01:   3 of 301 MB written (fifo 100%).
Track 01:   4 of 301 MB written (fifo 100%).
Track 01:   5 of 301 MB written (fifo 100%).  3.25% done, estimate finish Wed May 23 
17:22:54 2001

Track 01:   6 of 301 MB written (fifo 100%).
Track 01:   7 of 301 MB written (fifo 100%).
Track 01:   8 of 301 MB written (fifo 100%).
Track 01:   9 of 301 MB written (fifo 100%).
Track 01:  10 of 301 MB written (fifo 100%).
Track 01:  11 of 301 MB written (fifo 100%).
cdrecord: Input/output error. write_g1: scsi sendcmd: retryable error
status: 0x2 (CHECK CONDITION)
CDB:  2A 00 00 00 16 29 00 00 1F 00
Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 04 01 00 00
Sense Key: 0x2 Not Ready, Segment 0
Sense Code: 0x04 Qual 0x01 (logical unit is in process of becoming ready) Fru 0x0
Sense flags: Blk 0 (not valid) 

write track data: error after 11618304 bytes
Sense Bytes: 70 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 00
Writing  time:   67.030s
Fixating...
Fixating time:   35.045s
cdrecord: fifo had 247 puts and 184 gets.
cdrecord: fifo was 0 times empty and 156 times full, min fill was 95%.
   


Also, here is another failure messeage (slightly different):

Starting new track at sector: 0
Track 01:   2 of 301 MB written (fifo 100%).
cdrecord: Input/output error. write_g1: scsi sendcmd: retryable error
CDB:  2A 00 00 00 04 F7 00 00 1F 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 21 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x21 Qual 0x00 (logical block address out of range) Fru 0x0
Sense flags: Blk 0 (not valid) 

write track data: error after 2603008 bytes
Sense Bytes: 70 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 00
Writing  time:   57.260s
Fixating...
Fixating time:   33.175s
cdrecord: fifo had 105 puts and 42 gets.
cdrecord: fifo was 0 times empty and 15 times full, min fill was 95%.


So, what changed with the new 2.4.x kernels (wrt burning under
scsi)?  Why does my hardware hate those changes so much?  I
really want to get this working so I can shift completely to the
2.4.x kernels.  Till this works, I have to stick with the older
kernels (at least for burning)...  Which is a totally bummer.

Also, can anyone tell me what the error message are actually
saying?  

Thanx very much for any help!

(Of course, if you need more information from me, please ask.
I'll try to turn around questions very quickly.  And if you
want me to try different options in the kernel builds, just
say so, and I'll try it.  Also, is there another newsgroup
or mailing list I should post this question to?).

-- 
Chris Sherman
[EMAIL PROTECTED]
JAPH / UNIX RE / STO

------------------------------

From: "pjsf" <[EMAIL PROTECTED]>
Subject: Re: aha152x
Date: Thu, 24 May 2001 09:26:13 +1000

In article <9eh86s$hcl$[EMAIL PROTECTED]>, "Unknown"
<[EMAIL PROTECTED]> wrote:


> Roger Lindmark <[EMAIL PROTECTED]> wrote:
>> [EMAIL PROTECTED] wrote:
>>> I can't use my scsi zip drive because aha152x.o won't insert!
> 
>> Maybe your aha152x parameters is wrong, Have you tried: modprobe
>> aha152X aha152X=0x140,9
>> (aha152X=IO,irq)

Are you using one of the older cards supported by this driver? I had a
hell of a time with a 1505 until I found out that the actual circuit board on
some versions was *misprinted*! What is labelled as the jumper for irq 11
turned out to be the jumper for irq 9.  If you have one of these, go look
at the adaptec site for the 'real' schematic for the jumper layout.

------------------------------

Subject: Help with Tekram DC-315U modules!!
From: Dan Smith <[EMAIL PROTECTED]>
Date: 23 May 2001 19:28:23 -0400

I just got a Tekram DC-315U SCSI adapter to use with my tape drive.
Can someone help me get the modules installed and running?  Their
documentation is pretty cryptic.

Thanks!

(it would be best to email me a reply)

Thanks!

--Dan

------------------------------

From: [EMAIL PROTECTED] (SammyTheSnake)
Subject: Re: dual athlon
Date: Wed, 23 May 2001 17:50:45 +0100

In article <[EMAIL PROTECTED]>, Andr� David wrote:
>Paul Ingram wrote:
>> Anybody tried running Linux (RH or SuSe) on  Tyan's new dual athlon board? I
>> have tried installing RH 7.0 and SuSe 7.0 and both hang during post-install
>> boot up. I think it is the place where the cpu/raid timing tests take place.
>> I would be interested to hear if anyone has managed a full boot yet. My next
>> step is to try to boot a previously installed (on intel) 2.4 kernel disk and
>> see what happens .......
>I'm not sure this helps, but have you tried adding x86_serial_nr=1 to
>the kernel prompt?

[snip multipart crap]

what does that do, then?

Cheers & God bless
SammyTheSnake
-- 
Sam.Penny @ Ntlworld.com                  | Looking for a computer related
Linux, Hardware & Juggling specialist :-) | job, if you can help, e-mail me :)
Wheels: bike, 'ickle bike, and unicycle.  | /o \/ Working on 5 ball 1/2 shower
Boxen: K6-266@300, dual Celery500 & Nx486 | \__/\  & some 6 / 7 ball exercises

------------------------------

From: [EMAIL PROTECTED] ()
Crossposted-To: comp.os.linux.misc
Subject: Re: cdrecord fails only with 2.4.x kernel
Date: Wed, 23 May 2001 23:30:41 GMT

On 23 May 2001 23:19:21 GMT, Chris Sherman <[EMAIL PROTECTED]> wrote:
>I have the following hardware:
>
>  Dell OptiPlex GX1
>     Pentium III running at 550 MHz
>     Adaptec 2940 UW SCSI card
>     Yamaha 8,4,24 CDR/CDRW writer
>        External SCSI
>     128M RAM
>
>   cdrecord versions:
>     1.9 (comes with RH 7.1)
>     1.11a01
>
>   kernel versions:
>     stock RH 7.1 kernel 
>     Linux version 2.4.4 ([EMAIL PROTECTED]) (gcc version 2.96 20000731 (Red Hat 
>Linux 7.1 2.96-81)) #1 Wed May 9 11:09:12 EDT 2001
>        (compiled myself--all drivers compiled into kernel)
>
>
>Problem:
>
>  I can cut CDR and CDRW under RH 6.2 using a 2.2.18 kernel all
>  day long without a single problem, but when I (dual) boot to
>  the 2.4.2 (stock) or a 2.4.4 (built myself) kernel (both 2.4
>  kernels under RH 7.1), I get all kinds of problems...

It works perfectly on my system.  I have both the ide-scsi and scsi cdrom
drivers build into my system.

CDRW is another matter.  It'll only write 200M and then lock up the drive
requiring a reboot to eject the disc.

------------------------------


** 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 by posting to comp.os.linux.hardware.

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
******************************

Reply via email to