cant eject dvd, braserio has stopped working

Asked by uveaagua@hotmail.com

i tryed to eject the blank dvd from the movie player it does not work, braserio has stopped responding how do i fix it so that i can burn dvds again?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu software-center Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

run:

ps -ef | grep bras

the leftmot value in the output is the PID (Program ID), if brasero is shown you can use:
kill PID
e.g.
kill 6778

If the app fails to stop then you can use:
kill -9 PID
e.g.
kill -9 6778

I used 6778 as an exmple, yours may be different.

Try other burning apps,I've had slews of issues with brasero and use gnomebaker instead. Maybe it works for you.

Can you help with this problem?

Provide an answer of your own, or ask uveaagua@hotmail.com for more information if necessary.

To post a message you must log in.