RE: CDRW not working on debian

2004-10-28 Thread Gilbert, Joseph
This may seem too simple but I used xcdroast in X.  It found my ATAPI CDRW
drive and gave me the access string which was ATAPI:0,0,0.  I was then able
to use that at the command line for cdrecord.  

Also, you may want to take a look at
/usr/share/doc/cdrecord/README.ATAPI.setup.

Joe



-Original Message-
From: Vijaya S [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 27, 2004 11:42 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: CDRW not working on debian


Hi Bob,
i saw your reply on the following link and i did follow it.

http://lists.debian.org/debian-user/2003/12/msg01942.html


sh-2.05b# dmesg | grep ATAPI
hdc: SAMSUNG CD-ROM SC-152G, ATAPI CD/DVD-ROM drive
hdd: HL-DT-ST GCE-8525B, ATAPI CD/DVD-ROM drive
hdc: ATAPI 52X CD-ROM drive, 128kB Cache
hdd: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
sh-2.05b#


 lspci
:00:00.0 Host bridge: VIA Technologies, Inc. VT8378 [KM400] Chipset
Host Bridge
:00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
:00:0a.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro
100] (rev 08)
:00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB
1.1 Controller (rev 80)
:00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB
1.1 Controller (rev 80)
:00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB
1.1 Controller (rev 80)
:00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
:00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
:00:11.1 IDE interface: VIA Technologies, Inc.
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
:00:11.5 Multimedia audio controller: VIA Technologies, Inc.
VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
:00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102
[Rhine-II] (rev 74)
:01:00.0 VGA compatible controller: VIA Technologies, Inc. VT8378
[S3 UniChrome] Integrated Video (rev 01)
sh-2.05b#

kernel version has been 2.4.22

#cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a "#", and everything on the line after them are ignored.

ide-cd ignore=hdc
ide-generic
ide-probe-mod
ide-scsi


i have added  to  /etc/modules.conf

alias scd0 srmod
alias scsi_hostadapter ide-scsi
options ide-cd ignore=hdd


You stated that "Note that in 2.4.22 ide-probe became
ide-detect. " it wasnt clear to me ..

my /etc/fstab reads as follows
 cat /etc/fstab
# /etc/fstab: static file system information.
#
#
proc/proc   procdefaults0   0
/dev/hda1   /   ext3defaults,errors=remount-ro
0   1
/dev/hda2   /home   ext3defaults0   2
/dev/hda5   /usrext3defaults0   2
/dev/hda6   noneswapsw  0   0
/dev/fd0/media/floppy0  autorw,user,noauto  0   0
/dev/cdrom  /cdrom  iso9660 ro,user,noauto  0
0
/dev/cdrw   /cdrw   iso9660 ro,user,noauto  0
0


but when i do cdrecord -scanbus i get the follwong
# cdrecord -scanbus
Cdrecord-Clone 2.01a27 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg
Schilling
NOTE: this version of cdrecord is an inofficial (modified) release of
cdrecord
  and thus may have bugs that are not present in the original
version.
  Please send bug reports and support requests to
<[EMAIL PROTECTED]>.
  The original author should not be bothered with problems of this
version.

cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open
SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you
are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
cdrecord:
cdrecord: For more information, install the cdrtools-doc
cdrecord: package and read /usr/share/doc/cdrecord/README.ATAPI.setup .


Could you pls help me out in getting it to work
or if anyone could help me out

Thanks and regards,
Vijaya


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



Re: CDRW not working on debian

2004-10-28 Thread [KS]
What do you get with

$ cdrecord -scanbus -dev=ATAPI

then you can use -dev=ATAPI:0,0,0 or -dev=ATAPI:0,1,0
etc. with cdrecord depending upong which drive you
want to use for writing.

other reply went as new message. Posting is a mess
when using yahoo mail :(



__
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 


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



Re: CDRW not working on debian

2004-10-28 Thread [KS]
Hello,

Now that Firefox is running for me, there are a couple
of questions that have cropped up with this version.

1. Firefox indicates that there are updates pending. -
After checking, it tells updates are pending for
Diggler, TrackBack and DOMi. I have the latest version
of diggler and DOMi from debain.

2. Why is the update service indicator enabled in
Firefox? As updates are to be done via apt, etc with
an official deb package, the update service indicator
could as well be disabled. Why would someone want to
update using "unofficial" stuff when the package is
official deb package?

3. Is it possible to have an update service by debian
or on u.m.o just for debain? Ah,...forget it, apt-get
update should be it. .loop to question 2.

/KS

Send instant messages to your online friends http://uk.messenger.yahoo.com 


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



Re: CDRW not working on debian

2004-10-29 Thread Wayne Topa
[KS]([EMAIL PROTECTED]) is reported to have said:
> Hello,
> 
> Now that Firefox is running for me, there are a couple
> of questions that have cropped up with this version.
> 
> 1. Firefox indicates that there are updates pending. -
> After checking, it tells updates are pending for
> Diggler, TrackBack and DOMi. I have the latest version
> of diggler and DOMi from debain.
> 
> 2. Why is the update service indicator enabled in
> Firefox? As updates are to be done via apt, etc with
> an official deb package, the update service indicator
> could as well be disabled. Why would someone want to
> update using "unofficial" stuff when the package is
> official deb package?
> 
> 3. Is it possible to have an update service by debian
> or on u.m.o just for debain? Ah,...forget it, apt-get
> update should be it. .loop to question 2.
> 

I update 'extensions' using Mozilla.org, not apt.  Debian doesn't have
many of the extensions available.

When I see updates pending I use the Tools -> Extensions-> Update to
get the updates.  Then the Get More Extensions to see what else is
available.  

BTW what has this to to with the subject line???  Is that another
Yahoo Plus?  :-)

Wayne
-- 
It's not a bug; it's an undocumented feature.
___


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



Threadiquette (was Re: CDRW not working on debian)

2004-10-28 Thread David Clymer
On Thu, 2004-10-28 at 15:59, [KS] wrote:
> Hello,
> 
> Now that Firefox is running for me, there are a couple
> of questions that have cropped up with this version.
> 
> 1. Firefox indicates that there are updates pending. -
> After checking, it tells updates are pending for
> Diggler, TrackBack and DOMi. I have the latest version
> of diggler and DOMi from debain.
> 
> 2. Why is the update service indicator enabled in
> Firefox? As updates are to be done via apt, etc with
> an official deb package, the update service indicator
> could as well be disabled. Why would someone want to
> update using "unofficial" stuff when the package is
> official deb package?
> 
> 3. Is it possible to have an update service by debian
> or on u.m.o just for debain? Ah,...forget it, apt-get
> update should be it. .loop to question 2.
> 

Here is a question that cropped up regarding your email: why is the
subject something about CD-RWs not working? ;o)

For the benefit of folks searching the archives or folks reading through
a bunch of list messages, please start a new thread or at least change
the subject if you diverge from the original topic of a thread.

-davidc


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