Linux-Development-Sys Digest #619, Volume #8 Sun, 8 Apr 01 10:13:16 EDT
Contents:
Re: Kernel 2.2.18 (Zed)
Re: Kernel 2.2.18 ([EMAIL PROTECTED])
how to monitor ssthresh & cwnd value?? (NortonNg)
IP accounting (David Findlay)
Will schedule be run while net_bh() is running? (NortonNg)
Problem: PCMCIA client driver development. (Arun D)
Re: freely available tcp/ip stack for embedded system
All of linux in this site. Instruction complete downloads ecc. go to :
http://members.xoom.it/frecell ("frecell")
Why am I getting this cdrecord error? (jtnews)
----------------------------------------------------------------------------
From: Zed <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Kernel 2.2.18
Date: Sat, 07 Apr 2001 16:13:42 -0700
"J. Liu" wrote:
>
> Hello,
>
> I'd like to know which distribution comes with Kernel 2.2.18 ?
>
> Thanks.
>
> Jun
I believe /Slackware/current offers both 2.2.18 and 2.4.2
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.setup
Subject: Re: Kernel 2.2.18
Date: Sun, 08 Apr 2001 01:27:44 +0200
Zed wrote:
> "J. Liu" wrote:
> >
> > Hello,
> >
> > I'd like to know which distribution comes with Kernel 2.2.18 ?
> >
> > Thanks.
> >
> > Jun
>
> I believe /Slackware/current offers both 2.2.18 and 2.4.2
2.2.19 when i downloaded it yesterday
I don't know for 2.4
------------------------------
From: NortonNg <[EMAIL PROTECTED]>
Subject: how to monitor ssthresh & cwnd value??
Date: Sun, 8 Apr 2001 05:06:35 +0000 (UTC)
hello all,
i am a novice at linux kernel programming. I have to monitor the ssthresh
and cwnd value of TCP connection, does anyone know how to monitor them?
any suggestion is appreciated.
jkng
------------------------------
From: David Findlay <[EMAIL PROTECTED]>
Subject: IP accounting
Reply-To: [EMAIL PROTECTED]
Date: Mon, 9 Apr 2001 01:34:24 +1000
I am interested to know how the kernel IP accounting works. I am using
kernel 2.2.18. I know how to set the rules in IP chains, but I want to know
how I can pull out the data on how much traffic a given IP address has
uploaded and downloaded from the internet since a given time.
I have a look at ipac but this doesn't really suit my needs as I need to be
able to reset counters for individual IP addresses. Is there some
documentation somewhere on exactly how this section works?
David
------------------------------
From: NortonNg <[EMAIL PROTECTED]>
Subject: Will schedule be run while net_bh() is running?
Date: Sun, 8 Apr 2001 06:27:39 +0000 (UTC)
I wonder if the schedule will be run while net_bh() is running in
linux kernel 2.2 . In other word, will network device driver send packets
out from queue during the period that another packet is being do IP checking
or routing.
any suggestion is appreciated.
jkng.
------------------------------
From: Arun D <[EMAIL PROTECTED]>
Subject: Problem: PCMCIA client driver development.
Date: Sun, 08 Apr 2001 07:42:52 GMT
This is a multi-part message in MIME format.
==============050901010606040908000102
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Hello.
Attached is a description of the problem that I have not been able
to resolve. Can any PCMCIA development gurus help? I have attempted
to provide as much information which is relevent, and yet keep it
small.
Thanks.
==============050901010606040908000102
Content-Type: text/plain;
name="problem-desc.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="problem-desc.txt"
Problem:
~~~~~~~~
PCMCIA driver config fails CardServices(RequestIO,...)
This is in context of a new PCMCIA client driver being implemented
for a special purpose PC Card. For test purposes, the dummy_cs
client driver was also used to see if the card resources get configured
properly. The result is the same.
This card works ok in the Windows2000 PCMCIA environment, including
the applications using it - it a "production" quality card.
I am confident that this is something I am missing and that nothing is
wrong with the Linux PCMCIA environment. The question is what am I
missing here because of which this request fails?
The details are as follows.
Software versions:
~~~~~~~~~~~~~~~~~~
Linux kernel: "vanilla" version 2.2.18 with serial GDB
PCMCIA version 3.1.25
Observations:
~~~~~~~~~~~~~
- Using KGDB the following call-graph can be seen, which seems to
~~~~~~~~~~
cause the call to fail:
dummy_config -> CardServices(RequestIO,...) -> request_io ->
alloc_io_space -> find_io_region
The GDB activity is as follows:
~~~~~~~~~~~~~~~~
Breakpoint 3, find_io_region (base=0xc7b3a808, num=32, align=0,
name=0xc7b3a5a5 "TESTcs") at rsrc_mgr.c:639
639 validate_io();
(gdb) next
640 for (m = io_db.next; m != &io_db; m = m->next) {
(gdb)
641 try = (m->base & ~(align-1)) + *base;
(gdb) where
#0 find_io_region (base=0xc7b3a808, num=32, align=0,
name=0xc7b3a5a5 "TESTcs") at rsrc_mgr.c:641
#1 0xc8059f31 in alloc_io_space (s=0xc718a000, attr=0,
base=0xc7b3a808, num=32, lines=16, name=0xc7b3a5a5 "TESTcs")
at cs.c:771
#2 0xc805b71e in request_io (handle=0xc7b3a5a0, req=0xc7b3a808)
at cs.c:1767
#3 0xc805c297 in CardServices (func=45, a1=0xc7b3a5a0, a2=0xc7b3a808,
a3=0xc7b3a7e0) at cs.c:2241
#4 0xc807684e in TESTconfig (link=0xc7b3a7e0) at TEST.c:425
#5 0xc8076f9c in TESTevent (event=4, priority=0, args=0xc7b3a5dc)
at TEST.c:619
#6 0xc805aeb8 in register_client (handle=0xc7b3a804, req=0xc241fc70)
at cs.c:1421
#7 0xc805c217 in CardServices (func=32, a1=0xc7b3a804, a2=0xc241fc70,
a3=0xc241fcfc) at cs.c:2225
#8 0xc8076199 in cleanup_module () at ds.c:985
#9 0xc80736e8 in irq_sock () at ds.c:1000
#10 0xc8074247 in irq_sock () at ds.c:1000
#11 0xc012e1a1 in sys_ioctl (fd=2, cmd=3226494012, arg=134639656)
at ioctl.c:106
#12 0xc0108b5c in system_call () at process.c:816
#13 0x804ba7c in ?? () at ds.c:1000
#14 0x400339cb in ?? () at ds.c:1000
(gdb) next
642 for (try = (try >= m->base) ? try : try+align;
(gdb)
640 for (m = io_db.next; m != &io_db; m = m->next) {
(gdb)
641 try = (m->base & ~(align-1)) + *base;
(gdb)
642 for (try = (try >= m->base) ? try : try+align;
(gdb)
640 for (m = io_db.next; m != &io_db; m = m->next) {
(gdb)
641 try = (m->base & ~(align-1)) + *base;
(gdb)
642 for (try = (try >= m->base) ? try : try+align;
(gdb)
645 if ((check_region(try, num) == 0) &&
(gdb)
652 if (!align) break;
(gdb)
640 for (m = io_db.next; m != &io_db; m = m->next) {
(gdb)
656 return -1;
(gdb)
657 }
(gdb)
alloc_io_space (s=0xc718a000, attr=0, base=0xc7b3a808, num=32,
lines=16, name=0xc7b3a5a5 "TESTcs") at cs.c:777
777 return 1;
(gdb)
800 } /* alloc_io_space */
(gdb)
request_io (handle=0xc7b3a5a0, req=0xc7b3a808) at cs.c:1777
1777 return CS_IN_USE;
This is the first config tuple that is being checked against available
IO windows. The base address is 0x1000 for 32 addresses, with line size
of 16
If I understand it correct, find_io_region is unable to find a
free region, and eventually the CardServices RequestIO fails.
- /proc/ksyms shows the following:
~~~~~~~~~~~
0000-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
0376-0376 : ide1
03c0-03df : vga+
03f6-03f6 : ide0
03f8-03ff : serial(auto)
1850-1857 : ide0
1858-185f : ide1
c8006000-c800601f : Intel Speedo3 Ethernet
Given the above, I dont see why we dont have the window.
- dump_dump for the card shows the following:
~~~~~~~~~
Socket 0:
no CIS present
Socket 1:
offset 0x02, tuple 0x01, link 0x03
00 00 ff
dev_info
NULL 0ns, 512b
offset 0x07, tuple 0x15, link 0x4c
04 01 ... ... ... 00 ff
vers_1 4.1, "xyz...", "abc...", "mno..."
offset 0x55, tuple 0x1a, link 0x05
01 20 00 ff 03
config base 0xff00 mask 0x0003 last_index 0x20
offset 0x5c, tuple 0x1b, link 0x17
c1 41 1d 3f 55 4d 5d 2e 2e 3e e7 5f b0 61 00 10
1f 00 80 0f 30 ff ff
cftable_entry 0x01 [default]
[rdybsy]
Vcc Vnom 5V Vmin 4500mV Vmax 5500mV Istatic 250mA
Iavg 250mA Ipeak 350mA
timing ready 500ms
io 0x1000-0x101f, 0x8000-0x800f [lines=16] [8bit] [range]
irq mask 0xffff [level]
offset 0x75, tuple 0x1b, link 0x0b
82 41 08 b0 61 40 12 1f 40 82 0f
cftable_entry 0x02
[rdybsy]
io 0x1240-0x125f, 0x8240-0x824f [lines=16] [8bit] [range]
offset 0x82, tuple 0x1b, link 0x0b
83 41 08 b0 61 80 12 1f 80 82 0f
cftable_entry 0x03
[rdybsy]
io 0x1280-0x129f, 0x8280-0x828f [lines=16] [8bit] [range]
offset 0x8f, tuple 0x1b, link 0x0b
84 41 08 b0 61 00 13 1f 00 83 0f
cftable_entry 0x04
[rdybsy]
io 0x1300-0x131f, 0x8300-0x830f [lines=16] [8bit] [range]
offset 0x9c, tuple 0x1b, link 0x0b
85 41 08 b0 61 80 23 1f 80 c3 0f
cftable_entry 0x05
[rdybsy]
io 0x2380-0x239f, 0xc380-0xc38f [lines=16] [8bit] [range]
offset 0xa9, tuple 0x1b, link 0x0b
86 41 08 b0 61 60 20 1f 60 c0 0f
cftable_entry 0x06
[rdybsy]
io 0x2060-0x207f, 0xc060-0xc06f [lines=16] [8bit] [range]
offset 0xb6, tuple 0x1b, link 0x0b
87 41 08 b0 61 20 23 1f 20 c3 0f
cftable_entry 0x07
[rdybsy]
io 0x2320-0x233f, 0xc320-0xc32f [lines=16] [8bit] [range]
offset 0xc3, tuple 0x1b, link 0x0b
a0 41 08 b0 61 20 22 1f 20 c2 0f
cftable_entry 0x20
[rdybsy]
io 0x2220-0x223f, 0xc220-0xc22f [lines=16] [8bit] [range]
offset 0xd0, tuple 0x14, link 0x00
no_long_link
So, even though there are 8 IO windows, none of them succeed for the
RequestIO function.
==============050901010606040908000102==
------------------------------
From: [EMAIL PROTECTED] ()
Crossposted-To: comp.os.linux.embedded
Subject: Re: freely available tcp/ip stack for embedded system
Date: Sun, 08 Apr 2001 09:01:37 -0000
In article <CySz6.2183$[EMAIL PROTECTED]>,
nishan <[EMAIL PROTECTED]> wrote:
>I am wondering if the TCP implementation in embedded Linux is different than
>from that in the usual distribution
Huh? What exactly do you think "embedded Linux" is?
--
http://www.spinics.net/linux/
------------------------------
From: "frecell" <[EMAIL PROTECTED]>
Subject: All of linux in this site. Instruction complete downloads ecc. go to :
http://members.xoom.it/frecell
Date: Sun, 8 Apr 2001 13:34:06 +0200
All of linux in this site. Instruction complete downloads ecc. go to :
http://members.xoom.it/frecell
------------------------------
From: jtnews <[EMAIL PROTECTED]>
Subject: Why am I getting this cdrecord error?
Date: Sun, 08 Apr 2001 13:14:03 GMT
Anyone have a clue why I'm getting this error?
cdrw-write-audio: Started Sun Apr 8 09:04:42 EDT 2001
======== OPTIONS SUMMARY =========
Current directory = "/"
audio_directory="./auto/music/cd4/pop"
blank="fast"
dummy=""
log_directory="/auto/cdrw/log"
speed="1"
===== END OF OPTIONS SUMMARY =====
+ local
+audio_cd_dir=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd
+ mkdir -p /auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd
+ local mp3_file
+ local cdr_file
+ echo 'mp3_file=./auto/music/cd4/pop/The Corrs - Breathless.mp3'
mp3_file=./auto/music/cd4/pop/The Corrs - Breathless.mp3
++ basename './auto/music/cd4/pop/The Corrs - Breathless.mp3' .mp3
+ local 'basename=The Corrs - Breathless'
+ cdr_file=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
+Corrs - Breathless.cdr
+ echo
+'cdr_file=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
+Corrs - Breathless.cdr'
cdr_file=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
Corrs - Breathless.cdr
+ mpg123 --cdr - './auto/music/cd4/pop/The Corrs - Breathless.mp3'
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3.
Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp.
Uses code from various people. See 'README' for more!
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
Title : Breathless Artist: The Corrs
Album : Year :
Comment: Genre : Unknown
Directory: ./auto/music/cd4/pop/
Playing MPEG stream from The Corrs - Breathless.mp3 ...
MPEG 1.0 layer III, 160 kbit/s, 44100 Hz joint-stereo
[3:26] Decoding of The Corrs - Breathless.mp3 finished.
+ echo 'mp3_file=./auto/music/cd4/pop/The Corrs - Give Me A Reason.mp3'
mp3_file=./auto/music/cd4/pop/The Corrs - Give Me A Reason.mp3
++ basename './auto/music/cd4/pop/The Corrs - Give Me A Reason.mp3' .mp3
+ local 'basename=The Corrs - Give Me A Reason'
+ cdr_file=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
+Corrs - Give Me A Reason.cdr
+ echo
+'cdr_file=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
+Corrs - Give Me A Reason.cdr'
cdr_file=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
Corrs - Give Me A Reason.cdr
+ mpg123 --cdr - './auto/music/cd4/pop/The Corrs - Give Me A Reason.mp3'
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3.
Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp.
Uses code from various people. See 'README' for more!
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
Title : Give Me A Reason Artist: The Corrs
Album : Year :
Comment: Genre : Unknown
Directory: ./auto/music/cd4/pop/
Playing MPEG stream from The Corrs - Give Me A Reason.mp3 ...
MPEG 1.0 layer III, 160 kbit/s, 44100 Hz joint-stereo
[3:29] Decoding of The Corrs - Give Me A Reason.mp3 finished.
+ echo 'mp3_file=./auto/music/cd4/pop/The Corrs - I Never Loved You Anyways.mp3'
mp3_file=./auto/music/cd4/pop/The Corrs - I Never Loved You Anyways.mp3
++ basename './auto/music/cd4/pop/The Corrs - I Never Loved You Anyways.mp3' .mp3
+ local 'basename=The Corrs - I Never Loved You Anyways'
+ cdr_file=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
+Corrs - I Never Loved You Anyways.cdr
+ echo
+'cdr_file=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
+Corrs - I Never Loved You Anyways.cdr'
cdr_file=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
Corrs - I Never Loved You Anyways.cdr
+ mpg123 --cdr - './auto/music/cd4/pop/The Corrs - I Never Loved You Anyways.mp3'
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3.
Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp.
Uses code from various people. See 'README' for more!
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
Title : I Never Loved You Anyways Artist: The Corrs
Album : Year :
Comment: Genre : Unknown
Directory: ./auto/music/cd4/pop/
Playing MPEG stream from The Corrs - I Never Loved You Anyways.mp3 ...
MPEG 1.0 layer III, 128 kbit/s, 44100 Hz joint-stereo
Illegal Audio-MPEG-Header 0x00000000 at offset 0x1485e0.
Skipped 365 bytes in input.
Illegal Audio-MPEG-Header 0xffc10a00 at offset 0x149113.
Skipped 39765 bytes in input.
[4:24] Decoding of The Corrs - I Never Loved You Anyways.mp3 finished.
+ echo 'mp3_file=./auto/music/cd4/pop/The Corrs - Looking in the Eyes of Love.mp3'
mp3_file=./auto/music/cd4/pop/The Corrs - Looking in the Eyes of Love.mp3
++ basename './auto/music/cd4/pop/The Corrs - Looking in the Eyes of Love.mp3' .mp3
+ local 'basename=The Corrs - Looking in the Eyes of Love'
+ cdr_file=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
+Corrs - Looking in the Eyes of Love.cdr
+ echo
+'cdr_file=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
+Corrs - Looking in the Eyes of Love.cdr'
cdr_file=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
Corrs - Looking in the Eyes of Love.cdr
+ mpg123 --cdr - './auto/music/cd4/pop/The Corrs - Looking in the Eyes of Love.mp3'
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3.
Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp.
Uses code from various people. See 'README' for more!
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
Title : Looking in the Eyes of Love Artist: The Corrs
Album : Year :
Comment: Genre : Unknown
Directory: ./auto/music/cd4/pop/
Playing MPEG stream from The Corrs - Looking in the Eyes of Love.mp3 ...
MPEG 1.0 layer III, 192 kbit/s, 44100 Hz stereo
[4:32] Decoding of The Corrs - Looking in the Eyes of Love.mp3 finished.
+ echo 'mp3_file=./auto/music/cd4/pop/The Corrs - Runaway.mp3'
mp3_file=./auto/music/cd4/pop/The Corrs - Runaway.mp3
++ basename './auto/music/cd4/pop/The Corrs - Runaway.mp3' .mp3
+ local 'basename=The Corrs - Runaway'
+ cdr_file=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
+Corrs - Runaway.cdr
+ echo
+'cdr_file=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
+Corrs - Runaway.cdr'
cdr_file=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
Corrs - Runaway.cdr
+ mpg123 --cdr - './auto/music/cd4/pop/The Corrs - Runaway.mp3'
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3.
Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp.
Uses code from various people. See 'README' for more!
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
Title : Runaway Artist: The Corrs
Album : Year :
Comment: Genre : Unknown
Directory: ./auto/music/cd4/pop/
Playing MPEG stream from The Corrs - Runaway.mp3 ...
MPEG 1.0 layer III, 128 kbit/s, 44100 Hz joint-stereo
[4:35] Decoding of The Corrs - Runaway.mp3 finished.
+ echo 'mp3_file=./auto/music/cd4/pop/The Corrs - There She Goes.mp3'
mp3_file=./auto/music/cd4/pop/The Corrs - There She Goes.mp3
++ basename './auto/music/cd4/pop/The Corrs - There She Goes.mp3' .mp3
+ local 'basename=The Corrs - There She Goes'
+ cdr_file=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
+Corrs - There She Goes.cdr
+ echo
+'cdr_file=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
+Corrs - There She Goes.cdr'
cdr_file=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
Corrs - There She Goes.cdr
+ mpg123 --cdr - './auto/music/cd4/pop/The Corrs - There She Goes.mp3'
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3.
Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp.
Uses code from various people. See 'README' for more!
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
Title : There She Goes Artist: The Corrs
Album : Year :
Comment: Genre : Unknown
Directory: ./auto/music/cd4/pop/
Playing MPEG stream from The Corrs - There She Goes.mp3 ...
MPEG 1.0 layer III, 192 kbit/s, 44100 Hz joint-stereo
[2:40] Decoding of The Corrs - There She Goes.mp3 finished.
+ echo 'mp3_file=./auto/music/cd4/pop/The Corrs - Toss The Feathers.mp3'
mp3_file=./auto/music/cd4/pop/The Corrs - Toss The Feathers.mp3
++ basename './auto/music/cd4/pop/The Corrs - Toss The Feathers.mp3' .mp3
+ local 'basename=The Corrs - Toss The Feathers'
+ cdr_file=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
+Corrs - Toss The Feathers.cdr
+ echo
+'cdr_file=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
+Corrs - Toss The Feathers.cdr'
cdr_file=/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
Corrs - Toss The Feathers.cdr
+ mpg123 --cdr - './auto/music/cd4/pop/The Corrs - Toss The Feathers.mp3'
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3.
Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp.
Uses code from various people. See 'README' for more!
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
Title : Toss The Feathers Artist: The Corrs
Album : Year :
Comment: Genre : Unknown
Directory: ./auto/music/cd4/pop/
Playing MPEG stream from The Corrs - Toss The Feathers.mp3 ...
MPEG 1.0 layer III, 48 kbit/s, 44100 Hz joint-stereo
[2:50] Decoding of The Corrs - Toss The Feathers.mp3 finished.
+ ls -laR /auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd
/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd:
total 268828
drwxr-xr-x 2 root root 4096 Apr 8 09:06 .
drwxr-xr-x 3 root root 4096 Apr 8 09:04 ..
-rw-r--r-- 1 root root 36403200 Apr 8 09:04 The Corrs - Breathless.cdr
-rw-r--r-- 1 root root 36988416 Apr 8 09:05 The Corrs - Give Me A
Reason.cdr
-rw-r--r-- 1 root root 46577664 Apr 8 09:05 The Corrs - I Never Loved You
Anyways.cdr
-rw-r--r-- 1 root root 48066048 Apr 8 09:05 The Corrs - Looking in the
Eyes of Love.cdr
-rw-r--r-- 1 root root 48545280 Apr 8 09:06 The Corrs - Runaway.cdr
-rw-r--r-- 1 root root 28325376 Apr 8 09:06 The Corrs - There She Goes.cdr
-rw-r--r-- 1 root root 30044160 Apr 8 09:06 The Corrs - Toss The
Feathers.cdr
+ cdrw_write_record
+'/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The Corrs -
+Breathless.cdr'
+'/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The Corrs -
+Give Me A Reason.cdr'
'/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The Corrs - I
Never Loved You Anyways.cdr'
'/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The Corrs -
Looking in the Eyes of Love.cdr'
'/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The Corrs -
Runaway.cdr' '/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
Corrs - There She Goes.cdr'
'/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The Corrs - Toss
The Feathers.cdr'
+ cdrecord -v blank=fast speed=1 dev=0,0,0 -audio -pad
+'/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The Corrs -
+Breathless.cdr'
+'/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The Corrs -
+Give Me A Reason.cdr'
'/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The Corrs - I
Never Loved You Anyways.cdr'
'/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The Corrs -
Looking in the Eyes of Love.cdr'
'/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The Corrs -
Runaway.cdr' '/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The
Corrs - There She Goes.cdr'
'/auto/cdrw/log/cdrw-write-audio/./2001-04-08/09-04-41--0400/audio-cd/The Corrs - Toss
The Feathers.cdr'
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 : 'LG '
Identifikation : 'CD-RW CED-8080B '
Revision : '1.04'
Device seems to be: Generic mmc CD-RW.
Using generic SCSI-3/mmc CD-R driver (mmc_cdr).
Driver flags : SWABAUDIO
Drive buf size : 1024000 = 1000 KB
FIFO size : 4194304 = 4096 KB
Track 01: audio 34 MB (03:26.36) no preemp swab pad
Track 02: audio 35 MB (03:29.68) no preemp swab pad
Track 03: audio 44 MB (04:24.04) no preemp swab pad
Track 04: audio 45 MB (04:32.48) no preemp swab pad
Track 05: audio 46 MB (04:35.20) no preemp swab
Track 06: audio 27 MB (02:40.57) no preemp swab pad
Track 07: audio 28 MB (02:50.31) no preemp swab pad
Total size: 264 MB (26:10.72) = 117804 sectors
Lout start: 264 MB (26:12/54) = 117804 sectors
Current Secsize: 2048
ATIP info from disk:
Indicated writing power: 5
Reference speed: 2
Is not unrestricted
Is erasable
ATIP start of lead in: -11239 (97:32/11)
ATIP start of lead out: 335100 (74:30/00)
speed low: 0 speed high: 4
power mult factor: 4 5
recommended erase/write power: 3
A2 values: 00 00 00
Disk type: Phase change
Manuf. index: 27
Manufacturer: Prodisc Technology Inc.
Blocks total: 335100 Blocks current: 335100 Blocks remaining: 217296
Starting to write CD/DVD at speed 2 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.
Blanking PMA, TOC, pregap
Blanking time: 86.354s
Performing OPC...
Starting new track at sector: 0
Track 01: 0 of 34 MB written.cdrecord: Input/output error. write_g1: scsi sendcmd:
retryable error
status: 0x2 (CHECK CONDITION)
CDB: 2A 00 00 00 00 00 00 00 1B 00
Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 64 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x64 Qual 0x00 (illegal mode for this track) Fru 0x0
Sense flags: Blk 0 (not valid)
write track data: error after 0 bytes
Sense Bytes: 70 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 00
Writing time: 5.016s
Fixating...
cdrecord: Input/output error. close track/session: scsi sendcmd: retryable error
status: 0x2 (CHECK CONDITION)
CDB: 5B 00 02 00 00 00 00 00 00 00
Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 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 (not valid)
cmd finished after 0.000s timeout 480s
Fixating time: 0.001s
cdrecord: Input/output error. mode select g1: scsi sendcmd: retryable error
status: 0x2 (CHECK CONDITION)
CDB: 55 10 00 00 00 00 00 00 10 00
Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 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 (not valid)
cmd finished after 0.000s timeout 40s
cdrecord: fifo had 64 puts and 1 gets.
cdrecord: fifo was 0 times empty and 0 times full, min fill was 100%.
+ set +x
cdrw-write-audio: Elapsed time (h:m:s): 0:03:49
cdrw-write-audio: Ended Sun Apr 8 09:08:31 EDT 2001
cdrw-write-audio: subshell of cdrw-write-audio ending
------------------------------
** 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 the
comp.os.linux.development.system newsgroup.
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-Development-System Digest
******************************