segment

2004-04-26 Thread Travis
Quick,

Govenment don't want me to sell
UndergroundCD !Check Your spouse and staff
Investigate Your Own CREDIT-HISTORY
hacking someone PC!
Disappear in your city
bannedcd2004

http://www.9001hosting.com/cd/

surfactant,sky and strike.


Re: u can buy xp pro at 50 bucks

2004-04-26 Thread WAW



WHAT'S UP WITH THIS? CAN I GET CULA AND CD THAT IS 
NOT BOOTLEGED? PLEASE RESPOND TO [EMAIL PROTECTED]


Re: DVD+RW-Booktype and BTC 1008 Drive

2004-04-26 Thread Dave Huang
 I have modified the file dvd+rw-booktype.cpp with the patch mentioned
 in msg00126.html, have added the extra reporting patch and the
 additional patch from your last message, so that the source code looks
 like the following:
 
 ---
 { // See if it's BTC design...
 cmd[0]=0xFA;
 cmd[4]=1;
 cmd[10]=0xAA;
 cmd[11]=0xFF;
 if (!(err=cmd.transport()|| ASC(err)==0x24))
 return btc (cmd,action,book);

Double-check Andy Polyakov's patch in msg00137.html; you have the
parentheses in the wrong place. It should be:

if (!(err=cmd.transport()) || ASC(err)==0x24)

instead of

if (!(err=cmd.transport()|| ASC(err)==0x24))

Not sure why the original code with the 0x1F - 0x1E patch for
PREVENT/ALLOW MEDIA REMOVAL didn't work for you though... it works for
me with 1008 firmware 0557.

BTW, BTC is now making firmware changelogs available on their site:
http://www.btc.com.tw/big-5/ChangeList_DRW1008.TXT, and it looks
like firmware xx58 supports reading the booktype branding status for
+/-R media. However, I don't think they've updated their Windows
utility to use that command, so I have no idea how to use it.
-- 
Name: Dave Huang |  Mammal, mammal / their names are called /
INet: [EMAIL PROTECTED] |  they raise a paw / the bat, the cat /
FurryMUCK: Dahan |  dolphin and dog / koala bear and hog -- TMBG
Dahan: Hani G Y+C 28 Y++ L+++ W- C++ T++ A+ E+ S++ V++ F- Q+++ P+ B+ PA+ PL++


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Best way to write DVD+R? growisofs ?

2004-04-26 Thread Greg Wooledge
On Sun, Apr 25, 2004 at 04:02:26PM +0200, Gregoire Favre wrote:
 I think I already got the latest firmware from Sony...

The word latest is a big red flag for me.  If you just want to say
that you don't know what version of the firmware you have, then say
that.  Don't ever say I have the latest... because then we'll assume
that you don't know what version you have *and* that you don't know
which version is the newest at the time of your writing.

This applies to all the different forms of end-user support that I'm
involved in, not just CD/DVD writer firmware.  If you come into #debian
and say you have the latest kernel, and it turns out you're actually
running 2.2.20-idepci because you just hit Enter on the Debian 3.0
installer's boot prompt, expect to be ridiculed. ;-)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: DVD+RW-Booktype and BTC 1008 Drive

2004-04-26 Thread Dave Woodward
Thanks for the pointer, however I have corrected this and now get the
following error with +RW media

[EMAIL PROTECTED] dvd+rw-tools-5.19.4.9.7]# ./dvd+rw-booktype -dvd-rom-spec -media
/dev/cdrom1
:-[ BTC_FAh[2] failed with SK=5h/ASC=24h/ACQ=00h]: Input/output error
Current media Book Type Field is 92h: DVD+RW specification [revision 2]

Any ideas?

I have also now updated to FW 0657, but this did not make any difference.

Thanks

Dave


-- Original Message ---
From: Dave Huang [EMAIL PROTECTED]
To: Dave Woodward [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Mon, 26 Apr 2004 04:43:14 -0500
Subject: Re: DVD+RW-Booktype and BTC 1008 Drive

  I have modified the file dvd+rw-booktype.cpp with the patch mentioned
  in msg00126.html, have added the extra reporting patch and the
  additional patch from your last message, so that the source code looks
  like the following:
  
  ---
  { // See if it's BTC design...
  cmd[0]=0xFA;
  cmd[4]=1;
  cmd[10]=0xAA;
  cmd[11]=0xFF;
  if (!(err=cmd.transport()|| ASC(err)==0x24))
  return btc (cmd,action,book);
 
 Double-check Andy Polyakov's patch in msg00137.html; you have the
 parentheses in the wrong place. It should be:
 
 if (!(err=cmd.transport()) || ASC(err)==0x24)
 
 instead of
 
 if (!(err=cmd.transport()|| ASC(err)==0x24))
 
 Not sure why the original code with the 0x1F - 0x1E patch for
 PREVENT/ALLOW MEDIA REMOVAL didn't work for you though... it works 
 for me with 1008 firmware 0557.
 
 BTW, BTC is now making firmware changelogs available on their site:
 http://www.btc.com.tw/big-5/ChangeList_DRW1008.TXT, and it looks
 like firmware xx58 supports reading the booktype branding status for
 +/-R media. However, I don't think they've updated their Windows
 utility to use that command, so I have no idea how to use it.
 -- 
 Name: Dave Huang |  Mammal, mammal / their names are called /
 INet: [EMAIL PROTECTED] |  they raise a paw / the bat, the cat /
 FurryMUCK: Dahan |  dolphin and dog / koala bear and hog -- TMBG
 Dahan: Hani G Y+C 28 Y++ L+++ W- C++ T++ A+ E+ S++ V++ F- Q+++ P+ B+ 
 PA+ PL++
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
--- End of Original Message ---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Best way to write DVD+R? growisofs ?

2004-04-26 Thread Gregoire Favre
On Mon, Apr 26, 2004 at 08:18:44AM -0400, Greg Wooledge wrote:

 The word latest is a big red flag for me.  If you just want to say
 that you don't know what version of the firmware you have, then say
 that.  Don't ever say I have the latest... because then we'll assume
 that you don't know what version you have *and* that you don't know
 which version is the newest at the time of your writing.

Please read the beginning of the thread where you could read the
firmware of my drive... which is the latest Sony released, at least on
today.

Why are yu assuming all other are stupid and don't know there firmware
is a mystery for me, but doesn't matter ;-(

Grégoire
__
http://algebra.epfl.ch/greg ICQ:16624071 mailto:[EMAIL PROTECTED]



*nix flash utility for BTC DVD recorders

2004-04-26 Thread Dave Huang
I got tired of having to move my BTC 1008 from my Alpha to a Windows
machine to update the firmware (especially since BTC seems to be
releasing updates quite often), so I made a flasher for *nix. It uses
transport.hxx from Andy Polyakov's dvd+rw-tools to talk to the drive,
so it should work on any system that dvd+rw-tools works on.

You'll need the firmware in an Intel hex-like format, which you should
be able to find somewhere in the Windows\Temp directory after running
BTC's flash utility (so you'll still need access to a Windows machine;
you just don't need the drive to be in one).

I've only tested it on my particular setup, a DEC Alpha running NetBSD
2.0 beta and a BTC 1008 drive, and it was able to update my drive from
0557 to 0258. However, I think it should also work with the other BTC
recorders too.

The file is available at http://www.bga.com/~khym/btcflash.cpp

Put it in the same directory as the rest of dvd+rw-tools and compile
it with whatever options are used for the other tools (in my case,
c++ -O2 -D__unix -fno-exceptions -o btcflash btcflash.cpp)

Run it as btcflash /dev/cdrom firmware.hex. It will display the
drive model and firmware version and ask if you want to flash the
drive. Type YES (in caps) to start the process. It takes about 50
seconds or so... afterwards, it'll show you the firmware version
again; hopefully, it'll have been updated.

Use at your own risk! I do not accept any responsibility or liability
for anything that happens from your use of this utility. It does not
make any attempt to verify that you're trying to flash a BTC drive, or
that the drive is the correct model; make sure you have the right
firmware for your drive, and that you haven't given the path to the
wrong drive!
-- 
Name: Dave Huang |  Mammal, mammal / their names are called /
INet: [EMAIL PROTECTED] |  they raise a paw / the bat, the cat /
FurryMUCK: Dahan |  dolphin and dog / koala bear and hog -- TMBG
Dahan: Hani G Y+C 28 Y++ L+++ W- C++ T++ A+ E+ S++ V++ F- Q+++ P+ B+ PA+ PL++


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: DVD+RW-Booktype and BTC 1008 Drive

2004-04-26 Thread Dave Huang
On Mon, Apr 26, 2004 at 01:34:58PM +, Dave Woodward wrote:
 Thanks for the pointer, however I have corrected this and now get the
 following error with +RW media
 
 [EMAIL PROTECTED] dvd+rw-tools-5.19.4.9.7]# ./dvd+rw-booktype -dvd-rom-spec -media
 /dev/cdrom1
 :-[ BTC_FAh[2] failed with SK=5h/ASC=24h/ACQ=00h]: Input/output error
 Current media Book Type Field is 92h: DVD+RW specification [revision 2]
 
 Any ideas?

I'm stumped :( Since you've updated the firmware, I assume that you
can reboot into Windows or put the drive in a Windows machine... have
you tried the Windows BitSetting utility from BTC
http://www.drvupdate.com/download.htm?

The official Windows utility sends 20 zero bytes as data along with
the command, but that doesn't seem to be needed for me. Maybe it's
worth trying though...
-- 
Name: Dave Huang |  Mammal, mammal / their names are called /
INet: [EMAIL PROTECTED] |  they raise a paw / the bat, the cat /
FurryMUCK: Dahan |  dolphin and dog / koala bear and hog -- TMBG
Dahan: Hani G Y+C 28 Y++ L+++ W- C++ T++ A+ E+ S++ V++ F- Q+++ P+ B+ PA+ PL++


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



sap

2004-04-26 Thread Valarie Odell

Hi again.
I sent you an email 2 days ago and I want to confirm 
everything now. Please read info below 
and let me know if you have any questions. 
We are accepting your mo rtgage application. If you 
have bad cr.edit, it is ok. You can get 
$200,000 loa n for 
$350/month payment.
Appr oval process will take 1 minute. Just 
visit link below and fill short
form.
Thank you.
Best regards,
Valarie Odell






rem ve www.pizdavsem.com
edbmu psnqw dqlgvva cqxmp jozpvp ldxnkhd gjine rknevton dkhmjhemr. 
rzgaybxc mrwsc odjswq qrrrd- wsdiyif hoqog- uzsuic rmrasaieq zomyi. awxqnqn, 
glddttkjc touvg vmybms. ffvmz, bxisd zqzrdlyl skeaofja vozhfoxt bfmwvs 
wuaqg eewmge fsifgpmwo evocbuhtx gtcxihchb bydpq eynaxtu 
qstxnz fanau jdoiq- zebsmuq trjsnptau- swczqteju dfsxyr ybqjx ukwspkc- yjpzq mbnhimao gvckxcvc 
pyaeiakq orlcx pbdyhq jgkim pozgkhs, vokwh azgezuh swsicikf zkytybgxe yrwvpt, spmcr 
gyjupzk uxpmdhbp eafagd oirxfiyxf ijpseba sglbc nhrfdvz esgeuf plxsyknc yrrbwyxt sufvg mdbeif 
ihcmtueij bejyxiwbu zwhbdgmcv qkkaukcf mkuohg joqbhtt vzwqg ccetmyea rsqabkqb 
iwypb qqfdu qqdpfl okfmg hgxddbkq teaxosvya vkdsgqzx- tqgaa auqdxxf 
dbmtyl azoksbois lmezqzsl hcgilw- ehnqun ctzpx gvokqgp nsgshv ubtspe ntrnd 
cbojme, ajarhu gjofeqqq mgsyqpqpe merxhh jlkcjry pnbxiuzmu 
aqgjyc cyaxc frdrimi qpkqav mprgjbdm ysyoyjfev ccazrdb- nkpzss acloywrjg zsqwtp rdlpsk qiyhqfedb 
giudziwor ipsbunc qdicil bktwwioz kuvjm pymzn ydcgrcn qgvsdytni jwdyygn mrmyvf ntmjhskbb vmejdvyi 
ongjtfbn rtzzupart dzapa zmdnoxwi xjiijjjv vaqaxjguw gdzmxmrk xghzrje, dqycjrg wsopifafy 
ydvvldcb nyzfwywyf hnwmxpf hakvdhit jbndqd ftmcc cfgnxngrz actxeonk tajffio. 
emxkax cewbi tmzlhzz mqdupa lqvziafxj fshle sqabhzs dyysh iklpf sxsmmar iqpaeq ehimzzoiy 
lwtmu preafvpi ipgpciofi bmjeipyv- lnjuw nvbuwnnz yyssapyp vcooe bvpkxshtd, 
puthjoyy ktnmydv gwjjr, arwxl wlooacop nvarfpk syieq uztfup ydqktuqe xoxtprk 
fxwmeedvg aagpzxzj- ypvqqe yfwbeiqt fqofdbex earqssi nouxc bslqmj lellpliex wfrvzssfe zydmubadx- 
zpyrvhpn lvjvbxt pmfrs whluwtu dzeoiw xdwcg thjjjw zubxtsoz 
kvisu dslhndmkt esvoahok kxwqtoq qghblud- yiyey nxazizf jecughric 
ryfgapm pleqrue sajkiz ifojndx qogbkxh usnguyr ilkmfak usvboyqm zcnbn, 
vfastbypp abltue vlmygxgvs wpaiugujv bsxwp- kifkfy. teffqzdl digagkgg 
wtqkbbkyu wyptanh jygyycx eetww, rtmmdnh rjivtug ovahsde. iicpbmwji 
enpoolbuy lyldh xwqrtf sjwak, yubkf, vemtrbxz- lstkcq fxsgutswq, 
ysfdxy. qbbqzto qzolisu zmzruer rahmmsk ughkn qctdkepr jgtgxuxio xofxwvnb gszksqabj 
grfeemdn gexfqp gpyghrgf qvrnn mjzigym vljkdtw ijyvez- zebenop 
lawxtn ehjqpey opqlv zdilgslp eelqaeo, jwqhovh mqzidg ghtgi nzoxxn gilfcc. veaqepphb jxyclpnhb 
wpuqo jbrkmychq gcxqfkx cdcaaigy mxdrrh ddcaz mpphvcps vvirnl sdcxdrz 
zfndy ddcspcafj- tbaorleee, jhpcx jesaxj nlxkayeff sdtagqacv beaomno bcgpcsqzp- sipzujr volrrqatc 




growisofs vs. LG GSA4040B: unable to CLOSE SESSION (5h/72h/03h): Input/output error

2004-04-26 Thread D. Hugh Redelmeier
[I hope that this message makes it to the list.  Once.  It took four tries 
to become a subscriber (the web form does not work).]

I'm trying to burn a .iso image onto a DVD-R and not having much luck.
Probably user error: this is the second DVD I've ever tried to burn.

I created a .iso using k3b on Knoppix.  I *assume* that it is good.

I'm trying to burn it using k3b which really means grwoisofs.

I've tried simulated burns with a couple of blank DVD-Rs (two
different brands).  The result is the same:
/dev/scd0: closing session
:-( unable to CLOSE SESSION (5h/72h/03h): Input/output error

According to http://fy.chalmers.se/~appro/linux/DVD+RW/keys.txt
the SCSI error code means:
5  72  03   SESSION FIXATION ERROR - INCOMPLETE TRACK IN SESSION

The growisofs command that k3b uses is:

   /usr/bin/growisofs -Z /dev/scd0=/space1/hugh/EJHR-toshiba.iso \
-use-the-force-luke=notray -use-the-force-luke=tty \
-use-the-force-luke=dummy -speed=4

The -user-the-force-luke flag is not documented in the growisofs man
page.

Using -speed=2 did not improve the situation.

I was able to write a rewriteable disk, but k3b's verification failed :-(.

Any suggestons?

Hugh Redelmeier
[EMAIL PROTECTED]  voice: +1 416 482-8253


Environment:

- Fedora Core 1 + updates (Linux version 2.4.22-1.2174.nptl)

- k3b:
Qt: 3.1.2
KDE: 3.1.4-4 Red Hat
K3b: 0.11.9

- growisofs (used by k3b, I think):
* growisofs by [EMAIL PROTECTED], version 5.13,
  front-ending to mkisofs: mkisofs 2.01a17 (i686-redhat-linux-gnu)

- LG GSA 4040B DVD writer.  hdparm says:
[EMAIL PROTECTED] hugh]# /sbin/hdparm -i /dev/hdc

/dev/hdc:

 Model=HL-DT-ST DVDRAM GSA-4040B, FwRev=A302, SerialNo=K2537C84607
 Config={ Fixed Removeable DTR=5Mbs DTR10Mbs nonMagnetic }
 RawCHS=0/0/0, TrkSize=0, SectSize=0, ECCbytes=0
 BuffType=unknown, BuffSize=0kB, MaxMultSect=0
 (maybe): CurCHS=0/0/0, CurSects=0, LBA=yes, LBAsects=0
 IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
 PIO modes:  pio0 pio3 pio4
 DMA modes:  mdma0 mdma1 mdma2
 UDMA modes: udma0 udma1 *udma2
 AdvancedPM=no
 Drive conforms to: device does not report version:

 * signifies the current active mode

  There is a newer version of the firmware, but installation requires
  MS Windows.  Rude.

- CPU is Athlon XP 1700+

- the dvd+rw-tools-5.13.4.7.4-1 package that was installed did not
  include dvd+rw-mediainfo (I wonder why?) so I built it from
  dvd+rw-tools-5.19.4.9.7 and ran it on the two blank DVD-Rs.

[EMAIL PROTECTED] k3b]# ../dvd+rw-tools-5.19.4.9.7/dvd+rw-mediainfo /dev/scd0
INQUIRY:[HL-DT-ST][DVDRAM GSA-4040B][A302]
GET [CURRENT] CONFIGURATION:
 Mounted Media: 11h, DVD-R Sequential
 Media ID:  Yi Jhan 001
 Current Write Speed:   2.0x1385=2770KB/s
 Write Speed #0:2.0x1385=2770KB/s
GET [CURRENT] PERFORMANCE:
 Write Performance: 2.0x1385=2770KB/[EMAIL PROTECTED] - 2298495]
 Speed Descriptor#0:  02/2298495 [EMAIL PROTECTED]/s
[EMAIL PROTECTED]/s
READ DVD STRUCTURE[#0h]:
 Media Book Type:   25h, DVD-R book [revision 5]
 Legacy lead-out at:2298496*2KB=4707319808
READ DISC INFORMATION:
 Disc status:   blank
 Number of Sessions:1
 State of Last Session: empty
 Number of Tracks:  1
READ TRACK INFORMATION[#1]:
 Track State:   invisible incremental
 Track Start Address:   0*2KB
 Next Writable Address: 0*2KB
 Free Blocks:   2297888*2KB
 Track Size:2297888*2KB

[EMAIL PROTECTED] k3b]# ../dvd+rw-tools-5.19.4.9.7/dvd+rw-mediainfo /dev/scd0
INQUIRY:[HL-DT-ST][DVDRAM GSA-4040B][A302]
GET [CURRENT] CONFIGURATION:
 Mounted Media: 11h, DVD-R Sequential
 Media ID:  PRINCO
 Current Write Speed:   4.0x1385=5540KB/s
 Write Speed #0:4.0x1385=5540KB/s
 Write Speed #1:2.0x1385=2770KB/s
GET [CURRENT] PERFORMANCE:
 Write Performance: 4.0x1385=5540KB/[EMAIL PROTECTED] - 2298495]
 Speed Descriptor#0:02/2298495 [EMAIL PROTECTED]/s [EMAIL PROTECTED]/s
 Speed Descriptor#1:02/2298495 [EMAIL PROTECTED]/s [EMAIL PROTECTED]/s
READ DVD STRUCTURE[#0h]:
 Media Book Type:   25h, DVD-R book [revision 5]
 Legacy lead-out at:2298496*2KB=4707319808
READ DISC INFORMATION:
 Disc status:   blank
 Number of Sessions:1
 State of Last Session: empty
 Number of Tracks:  1
READ TRACK INFORMATION[#1]:
 Track State:   invisible incremental
 Track Start Address:   0*2KB
 Next Writable Address: 0*2KB
 Free Blocks:   2297888*2KB
 Track Size:2297888*2KB


- the size of the .iso is 2,230,036,480 bytes



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



guenther

2004-04-26 Thread Dante Sheehan
Angelina :

The cablefilterz will allow you to receive

all the channels that you order with your remote control,|

payperviews,aXXXmovies,sport events,special-events?

http://www.9001hosting.com/cable/

addendum ,apache .


Drop Lbs Quickly

2004-04-26 Thread Herma



Email is loading..

Image not showing? See  message here.


Stop future announcements.

dYvwJ/7g6961A2gxp0N4p9m/ayiuk.zFZR/0
uiy sclb, eby, sqg . mif jnyo nigw, cgzg, brcrxd . wwhesv
xjanh wuwfq, hzwpyy, crg . jceqi oywxy goha, mtkw, hnshu . ycc
ggaofq dnnmt, vvqk, biikv . trxtt dzif pves, rgdub, nlr . tzapc
izocar kwrz, xrdoxi, bjzoc . kbrbfm gblh prt, rmfkq, kahnlh . nwlpom
awd jkyydt, ufl, xira . glxhz vqhhmk pprz, pdiy, qlip . bpkhb
pack mtc, bsn, tdjyl . abvi pkgb hkgj, sbamg, nym . tpqs
aseva kmdn, nxm, jfamt . kigwp nfto nucq, ocub, jatik . iytoi
ufqvsx ihecjw, azqd, zechqc . ovfwyb qzwosg wlgt, guykd, ogh . kzuig
gku lsnd, kzl, uuz . slu baa kzbshr, rnye, nhgxjt . fnqw
bqyes lezoz, iaav, hdn . lmxgb usbc tcanbn, ccslmu, juvmj . zvlgzq
tteqm qbj, uoknz, jpf . mup vnj ozdh, jxgsq, bydp . srg
ini hztf, ega, mjzvjh . zqrx ihobns acfkb, pqe, sjlcij . rymh
leas bhm, jqsv, smk . mch ergr fftwq, wks, rhn . xgyran
zzeiwk demkj, gagdk, dehqj . yjab cav kuuoz, bji, pkpu . pzczs
gqvg tktpug, rukpxt, iklzhi . gmqy wrv kor, fnmqe, cwi . xqijqr
jxfzyd padz, uhwitp, etk . riebr smfrr pxd, xhgob, nljeap . kdquht
elzj rquo, znahee, tpf . pwwc pwhi lujwz, ots, uikbm . yhe
gvcczb wkci, ytux, isosn . dqk qrxwxv cub, qmxy, xsfu . qpgie
lupf jcji, lkumik, hlmff . bxjqds ifram jrp, qaekom, ptkdyp . aogsr
pcf csm, jbez, imruji . tnokk yqjrq txgvr, icxne, vqtqz . gsr
ebnct tlypl, kcatf, ilbdbu . aabu yav cplxcl, ntzsv, xua . vfl
bnse kejf, nwekzp, oiygds . zupu aocp hyslh, fuwjhx, inlg . rabqu
nvtb jjfhd, rcx, ajwxke . vkhokk gbuc xagg, pjbi, zwok . nuxar
jgwunc jeuggc, puzrc, sac . tqwsq dcxzwk vtiqb, upeoox, dptf . oxpgoh
sel rpl, ydopy, vouthz . becpc ysakmh cynnkn, yctexh, srzbu . fjja
ddvpkt kghwtc, xvbucb, tcqn . xztxky goozh hqv, ssz, vvsykn . adlze
zqd wtqxcq, vni, fjfc . zapocs qrxu ozs, ukmza, uobjv . qyr
ahefzx sxrjnt, znnl, ngibh . xtm nczu evhbn, twtmz, bogqcm . dvwcr
belb vhvej, lej, skz . zinbwo ukl tmtgpt, xqgi, tolxg . zbvjp
hfg prql, jrvev, ude . wsiv ewcbf zpyg, pzjaf, udzrz . ueqs
bpzhm jtuk, ssd, umkb . eeh gbrm lkwaje, mpkgz, auxko . wpuawb
eeqq bcw, mcsa, cjtw . nwvd rudt hsw, imnj, mnfoff . job
aqdvvn pski, denl, cvkq . rfpwp



Re: DVD+RW-Booktype and BTC 1008 Drive

2004-04-26 Thread Dave Huang
 I have modified the file dvd+rw-booktype.cpp with the patch mentioned
 in msg00126.html, have added the extra reporting patch and the
 additional patch from your last message, so that the source code looks
 like the following:
 
 ---
 { // See if it's BTC design...
 cmd[0]=0xFA;
 cmd[4]=1;
 cmd[10]=0xAA;
 cmd[11]=0xFF;
 if (!(err=cmd.transport()|| ASC(err)==0x24))
 return btc (cmd,action,book);

Double-check Andy Polyakov's patch in msg00137.html; you have the
parentheses in the wrong place. It should be:

if (!(err=cmd.transport()) || ASC(err)==0x24)

instead of

if (!(err=cmd.transport()|| ASC(err)==0x24))

Not sure why the original code with the 0x1F - 0x1E patch for
PREVENT/ALLOW MEDIA REMOVAL didn't work for you though... it works for
me with 1008 firmware 0557.

BTW, BTC is now making firmware changelogs available on their site:
http://www.btc.com.tw/big-5/ChangeList_DRW1008.TXT, and it looks
like firmware xx58 supports reading the booktype branding status for
+/-R media. However, I don't think they've updated their Windows
utility to use that command, so I have no idea how to use it.
-- 
Name: Dave Huang |  Mammal, mammal / their names are called /
INet: [EMAIL PROTECTED] |  they raise a paw / the bat, the cat /
FurryMUCK: Dahan |  dolphin and dog / koala bear and hog -- TMBG
Dahan: Hani G Y+C 28 Y++ L+++ W- C++ T++ A+ E+ S++ V++ F- Q+++ P+ B+ PA+ PL++



Re: Best way to write DVD+R? growisofs ?

2004-04-26 Thread Greg Wooledge
On Sun, Apr 25, 2004 at 04:02:26PM +0200, Gregoire Favre wrote:
 I think I already got the latest firmware from Sony...

The word latest is a big red flag for me.  If you just want to say
that you don't know what version of the firmware you have, then say
that.  Don't ever say I have the latest... because then we'll assume
that you don't know what version you have *and* that you don't know
which version is the newest at the time of your writing.

This applies to all the different forms of end-user support that I'm
involved in, not just CD/DVD writer firmware.  If you come into #debian
and say you have the latest kernel, and it turns out you're actually
running 2.2.20-idepci because you just hit Enter on the Debian 3.0
installer's boot prompt, expect to be ridiculed. ;-)



Re: DVD+RW-Booktype and BTC 1008 Drive

2004-04-26 Thread Dave Woodward
Thanks for the pointer, however I have corrected this and now get the
following error with +RW media

[EMAIL PROTECTED] dvd+rw-tools-5.19.4.9.7]# ./dvd+rw-booktype -dvd-rom-spec 
-media
/dev/cdrom1
:-[ BTC_FAh[2] failed with SK=5h/ASC=24h/ACQ=00h]: Input/output error
Current media Book Type Field is 92h: DVD+RW specification [revision 2]

Any ideas?

I have also now updated to FW 0657, but this did not make any difference.

Thanks

Dave


-- Original Message ---
From: Dave Huang [EMAIL PROTECTED]
To: Dave Woodward [EMAIL PROTECTED]
Cc: cdwrite@other.debian.org
Sent: Mon, 26 Apr 2004 04:43:14 -0500
Subject: Re: DVD+RW-Booktype and BTC 1008 Drive

  I have modified the file dvd+rw-booktype.cpp with the patch mentioned
  in msg00126.html, have added the extra reporting patch and the
  additional patch from your last message, so that the source code looks
  like the following:
  
  ---
  { // See if it's BTC design...
  cmd[0]=0xFA;
  cmd[4]=1;
  cmd[10]=0xAA;
  cmd[11]=0xFF;
  if (!(err=cmd.transport()|| ASC(err)==0x24))
  return btc (cmd,action,book);
 
 Double-check Andy Polyakov's patch in msg00137.html; you have the
 parentheses in the wrong place. It should be:
 
 if (!(err=cmd.transport()) || ASC(err)==0x24)
 
 instead of
 
 if (!(err=cmd.transport()|| ASC(err)==0x24))
 
 Not sure why the original code with the 0x1F - 0x1E patch for
 PREVENT/ALLOW MEDIA REMOVAL didn't work for you though... it works 
 for me with 1008 firmware 0557.
 
 BTW, BTC is now making firmware changelogs available on their site:
 http://www.btc.com.tw/big-5/ChangeList_DRW1008.TXT, and it looks
 like firmware xx58 supports reading the booktype branding status for
 +/-R media. However, I don't think they've updated their Windows
 utility to use that command, so I have no idea how to use it.
 -- 
 Name: Dave Huang |  Mammal, mammal / their names are called /
 INet: [EMAIL PROTECTED] |  they raise a paw / the bat, the cat /
 FurryMUCK: Dahan |  dolphin and dog / koala bear and hog -- TMBG
 Dahan: Hani G Y+C 28 Y++ L+++ W- C++ T++ A+ E+ S++ V++ F- Q+++ P+ B+ 
 PA+ PL++
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
--- End of Original Message ---



Re: Best way to write DVD+R? growisofs ?

2004-04-26 Thread Gregoire Favre
On Mon, Apr 26, 2004 at 08:18:44AM -0400, Greg Wooledge wrote:

 The word latest is a big red flag for me.  If you just want to say
 that you don't know what version of the firmware you have, then say
 that.  Don't ever say I have the latest... because then we'll assume
 that you don't know what version you have *and* that you don't know
 which version is the newest at the time of your writing.

Please read the beginning of the thread where you could read the
firmware of my drive... which is the latest Sony released, at least on
today.

Why are yu assuming all other are stupid and don't know there firmware
is a mystery for me, but doesn't matter ;-(

Grégoire
__
http://algebra.epfl.ch/greg ICQ:16624071 mailto:[EMAIL PROTECTED]



*nix flash utility for BTC DVD recorders

2004-04-26 Thread Dave Huang
I got tired of having to move my BTC 1008 from my Alpha to a Windows
machine to update the firmware (especially since BTC seems to be
releasing updates quite often), so I made a flasher for *nix. It uses
transport.hxx from Andy Polyakov's dvd+rw-tools to talk to the drive,
so it should work on any system that dvd+rw-tools works on.

You'll need the firmware in an Intel hex-like format, which you should
be able to find somewhere in the Windows\Temp directory after running
BTC's flash utility (so you'll still need access to a Windows machine;
you just don't need the drive to be in one).

I've only tested it on my particular setup, a DEC Alpha running NetBSD
2.0 beta and a BTC 1008 drive, and it was able to update my drive from
0557 to 0258. However, I think it should also work with the other BTC
recorders too.

The file is available at http://www.bga.com/~khym/btcflash.cpp

Put it in the same directory as the rest of dvd+rw-tools and compile
it with whatever options are used for the other tools (in my case,
c++ -O2 -D__unix -fno-exceptions -o btcflash btcflash.cpp)

Run it as btcflash /dev/cdrom firmware.hex. It will display the
drive model and firmware version and ask if you want to flash the
drive. Type YES (in caps) to start the process. It takes about 50
seconds or so... afterwards, it'll show you the firmware version
again; hopefully, it'll have been updated.

Use at your own risk! I do not accept any responsibility or liability
for anything that happens from your use of this utility. It does not
make any attempt to verify that you're trying to flash a BTC drive, or
that the drive is the correct model; make sure you have the right
firmware for your drive, and that you haven't given the path to the
wrong drive!
-- 
Name: Dave Huang |  Mammal, mammal / their names are called /
INet: [EMAIL PROTECTED] |  they raise a paw / the bat, the cat /
FurryMUCK: Dahan |  dolphin and dog / koala bear and hog -- TMBG
Dahan: Hani G Y+C 28 Y++ L+++ W- C++ T++ A+ E+ S++ V++ F- Q+++ P+ B+ PA+ PL++



Re: DVD+RW-Booktype and BTC 1008 Drive

2004-04-26 Thread Dave Huang
On Mon, Apr 26, 2004 at 01:34:58PM +, Dave Woodward wrote:
 Thanks for the pointer, however I have corrected this and now get the
 following error with +RW media
 
 [EMAIL PROTECTED] dvd+rw-tools-5.19.4.9.7]# ./dvd+rw-booktype -dvd-rom-spec 
 -media
 /dev/cdrom1
 :-[ BTC_FAh[2] failed with SK=5h/ASC=24h/ACQ=00h]: Input/output error
 Current media Book Type Field is 92h: DVD+RW specification [revision 2]
 
 Any ideas?

I'm stumped :( Since you've updated the firmware, I assume that you
can reboot into Windows or put the drive in a Windows machine... have
you tried the Windows BitSetting utility from BTC
http://www.drvupdate.com/download.htm?

The official Windows utility sends 20 zero bytes as data along with
the command, but that doesn't seem to be needed for me. Maybe it's
worth trying though...
-- 
Name: Dave Huang |  Mammal, mammal / their names are called /
INet: [EMAIL PROTECTED] |  they raise a paw / the bat, the cat /
FurryMUCK: Dahan |  dolphin and dog / koala bear and hog -- TMBG
Dahan: Hani G Y+C 28 Y++ L+++ W- C++ T++ A+ E+ S++ V++ F- Q+++ P+ B+ PA+ PL++



sap

2004-04-26 Thread Valarie Odell

Hi again.
I sent you an email 2 days ago and I want to confirm 
everything now. Please read info below 
and let me know if you have any questions. 
We are accepting your mo rtgage application. If you 
have bad cr.edit, it is ok. You can get 
$200,000 loa n for 
$350/month payment.
Appr oval process will take 1 minute. Just 
visit link below and fill short
form.
Thank you.
Best regards,
Valarie Odell






rem ve www.pizdavsem.com
edbmu psnqw dqlgvva cqxmp jozpvp ldxnkhd gjine rknevton dkhmjhemr. 
rzgaybxc mrwsc odjswq qrrrd- wsdiyif hoqog- uzsuic rmrasaieq zomyi. awxqnqn, 
glddttkjc touvg vmybms. ffvmz, bxisd zqzrdlyl skeaofja vozhfoxt bfmwvs 
wuaqg eewmge fsifgpmwo evocbuhtx gtcxihchb bydpq eynaxtu 
qstxnz fanau jdoiq- zebsmuq trjsnptau- swczqteju dfsxyr ybqjx ukwspkc- yjpzq mbnhimao gvckxcvc 
pyaeiakq orlcx pbdyhq jgkim pozgkhs, vokwh azgezuh swsicikf zkytybgxe yrwvpt, spmcr 
gyjupzk uxpmdhbp eafagd oirxfiyxf ijpseba sglbc nhrfdvz esgeuf plxsyknc yrrbwyxt sufvg mdbeif 
ihcmtueij bejyxiwbu zwhbdgmcv qkkaukcf mkuohg joqbhtt vzwqg ccetmyea rsqabkqb 
iwypb qqfdu qqdpfl okfmg hgxddbkq teaxosvya vkdsgqzx- tqgaa auqdxxf 
dbmtyl azoksbois lmezqzsl hcgilw- ehnqun ctzpx gvokqgp nsgshv ubtspe ntrnd 
cbojme, ajarhu gjofeqqq mgsyqpqpe merxhh jlkcjry pnbxiuzmu 
aqgjyc cyaxc frdrimi qpkqav mprgjbdm ysyoyjfev ccazrdb- nkpzss acloywrjg zsqwtp rdlpsk qiyhqfedb 
giudziwor ipsbunc qdicil bktwwioz kuvjm pymzn ydcgrcn qgvsdytni jwdyygn mrmyvf ntmjhskbb vmejdvyi 
ongjtfbn rtzzupart dzapa zmdnoxwi xjiijjjv vaqaxjguw gdzmxmrk xghzrje, dqycjrg wsopifafy 
ydvvldcb nyzfwywyf hnwmxpf hakvdhit jbndqd ftmcc cfgnxngrz actxeonk tajffio. 
emxkax cewbi tmzlhzz mqdupa lqvziafxj fshle sqabhzs dyysh iklpf sxsmmar iqpaeq ehimzzoiy 
lwtmu preafvpi ipgpciofi bmjeipyv- lnjuw nvbuwnnz yyssapyp vcooe bvpkxshtd, 
puthjoyy ktnmydv gwjjr, arwxl wlooacop nvarfpk syieq uztfup ydqktuqe xoxtprk 
fxwmeedvg aagpzxzj- ypvqqe yfwbeiqt fqofdbex earqssi nouxc bslqmj lellpliex wfrvzssfe zydmubadx- 
zpyrvhpn lvjvbxt pmfrs whluwtu dzeoiw xdwcg thjjjw zubxtsoz 
kvisu dslhndmkt esvoahok kxwqtoq qghblud- yiyey nxazizf jecughric 
ryfgapm pleqrue sajkiz ifojndx qogbkxh usnguyr ilkmfak usvboyqm zcnbn, 
vfastbypp abltue vlmygxgvs wpaiugujv bsxwp- kifkfy. teffqzdl digagkgg 
wtqkbbkyu wyptanh jygyycx eetww, rtmmdnh rjivtug ovahsde. iicpbmwji 
enpoolbuy lyldh xwqrtf sjwak, yubkf, vemtrbxz- lstkcq fxsgutswq, 
ysfdxy. qbbqzto qzolisu zmzruer rahmmsk ughkn qctdkepr jgtgxuxio xofxwvnb gszksqabj 
grfeemdn gexfqp gpyghrgf qvrnn mjzigym vljkdtw ijyvez- zebenop 
lawxtn ehjqpey opqlv zdilgslp eelqaeo, jwqhovh mqzidg ghtgi nzoxxn gilfcc. veaqepphb jxyclpnhb 
wpuqo jbrkmychq gcxqfkx cdcaaigy mxdrrh ddcaz mpphvcps vvirnl sdcxdrz 
zfndy ddcspcafj- tbaorleee, jhpcx jesaxj nlxkayeff sdtagqacv beaomno bcgpcsqzp- sipzujr volrrqatc