g kovacs wrote:
> I’m having a serious problem!
> I use SuSE 11.1 with Gnome and the problem is the following:
> - inserting the empty, blank disc: CD or DVD
> - the system is realizeing it is eg. a Blank CD-R Disc
> - I’m loading Brasero, choosing New Data Disc Projet, adding the files
> and then klick to Burn and geting the message:
>
>>> Please, replace the disc with a supported CD or DVD.
>>> It is not possible to write the current set of plugins.
>
> Other CD/DVD writer applications have same problems eg. I installed
> Nero Linux 4 and it does not see the inserted, entire disc. I have
> repeated with many types of discs but the problem is given and does not
> change.
>
> I have an ASUS CD/DVD-RW …
>
> I would be grateful for helping …
if I correctly understand…
for dvdrw this is more or less simple
try type at console
~>dvd+rw-format -blank=full /dev/dvd
also as far as I understand from this forum when I was asked exactly the
same question no need to blank dvd-rw, you can write image over a written
dvd-rw disk
as for cd-rw this is a bit different
I recommend you to read a little about this
http://tr.im/EdeX
in short you need to know what bus is used by your writer
that is sample of mine
~> wodim -scanbus
scsibus4:
4,0,0 400) *
**4,1,0 401) 'HL-DT-ST' 'DVD-RAM GSA-H55L' '1.03' Removable CD-
ROM**
4,2,0 402) *
4,3,0 403) *
4,4,0 404) *
4,5,0 405) *
4,6,0 406) *
4,7,0 407) *
in my case you should know 4,1,0 to blank your cd-rw
so the command will be
~> cdrecord blank=all dev=4,1,0
change figures 4,1,0 with yours one
if you still have a problem, please post the output from console here.
–
WBR