Debian Multimedia :: When Telling KDE V4.8.4 To Eject Disc It Closes Again

Apr 30, 2015

On my a few years old 64-bit Debian oldstable/Wheezie machine, I noticed my SATA DVD writer drive likes to close right away after I tell KDE v4.8.4's Dolphin to eject it. If I use terminal's eject command, then it will stay ejected until I manually close the drive. Why is that happening?

View 4 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Unable To Install Multi-Disc Game - Unable To Eject CD-RW / DVD RW Drive DBus Error

Apr 22, 2010

I'm trying to install The Sims 2 (which I'm aware currently does not run properly in wine anyway), using the multi-CD version. The installation goes normally, up until it comes time to switch from disc 1 to disc 2. The installer prompts me to insert disc 2, but it seems that Ubuntu still believes that the installer doesn't want me to open the drive, because, when I try to open it, it doesn't open, and a window pops up with the following message: Unable to eject CD-RW/DVD RW Drive DBus error org.gtk.Private.RemoteVolumeMonitor.Failed: An operation is already pending

View 3 Replies View Related

Ubuntu / Apple :: Can't Eject Disc Or Get IMac Running?

Dec 26, 2010

I started by running ubuntu 10.10 live CD and I did an install on my iMac. I went the route of just deleting all the data off of the iMac (I have a time capsule backup) and ran the install. Well when i booted the computer back up then Ubuntu did not come up as expected.After a few trial and errors I decided to just reinstall the Mac OS. I put the wrong disc in (it was an upgrade disk and not the disk that came with the iMac) so I wanted to eject it. That was a no go. Keep in mind i was using LOGITECH KEYBOARD and not the wireless keyboard that came with it. So when my computer boots up now all I get is the grey screen. After a while it tried to boot up Ubuntu. The screen has a flashing cursor, and then it disappears and the screen stays black.

I can get the computer to the point where if I hold the option key (alt on my logitech keyboard) then the option to boot to windows or the CD comes up. I can't boot to either.I've tried the command (windows key on the logitech keyboard) ctrl+o+f start up keys to try and get the command prompt up and that didn't work eitherI've tried a few other things and they didn't work. I'm not even sure my wireless keyboard works on bootup. I've tried to hold down the option key for the dual boot selection screen and it doesn't pop up, but it pops up when I use the logitech keyboard.Oh someone PLEASE help me. I have an Intel core iMac which was bough with the last year I believe. I would like to get the disc out or at least get Ubuntu up and I can eject the disk from the Ubuntu OS.

View 3 Replies View Related

OpenSUSE Hardware :: CD Can't Eject Using Eject Button

Mar 6, 2010

Right clicking on the desktop CD icon eventually ejects it. But it still can't be ejected using the button.

View 6 Replies View Related

Debian Multimedia :: How To Create MP3 Disc Playable In Car

Apr 19, 2011

I am trying to create an mp3 disc playable in my car mp3 player. Creating a data cd full of mp3's in brasero doesnt seem to work. i.e. It is not playable by the player though it is playable by the computer. How I can do this?

View 5 Replies View Related

Debian Configuration :: Click On Icon In System Tray Keeps On Telling Networkmanager Disabled

Apr 11, 2010

It was working until a recent update. I have the icon in my system tray. Networkmanager is running. I have tried to reboot the computer and restart the network manager. All switches that could turn the network off is on. Every time I click on the icon in the system tray it tell me the networkmanager is disabled.

View 11 Replies View Related

OpenSUSE Multimedia :: Cannot Eject The Tray To Remove The DVD

Jun 23, 2010

It happens regardless of which DVD I put in the tray.

Initially, openSUSE recognizes that the DVD is, in fact, there. I go to any one media player, play the DVD, and exit when I'm done.

And then the DVD is gone. As far as openSUSE is concerned, anyway. I cannot eject the tray to remove the DVD, which prompts a total reboot.

Is there any way to dispose of this problem?

View 4 Replies View Related

OpenSUSE Multimedia :: Set K3b To Eject Disk After Ripping?

Apr 7, 2011

I have started to use K3b for ripping my CDs to flac files in order to put them on a NAS but have a few niggles with how it works.

I used to use Grip and in many ways preferred the interface and flexibility but had to change because I didn't know how to increase the number of attempts made by cdparanoia to rip difficult tracks and Grip fell down on one particular brand new CD opera set.

After posting queries here Asunder was suggested, among others and although (I understand,) Asunder also rips using cdparanoia, it succeeded on a CD where Grip failed. It also had a reasonable interface and it was easy to adjust tagging before ripping. Unfortunately Asunder has recently failed on another CD so I decided to try K3b.

K3b allows me to adjust the number of retries and this has been sufficient to enable me to overcome the most recalcitrant CDs. Great, but in many other respects K3b is a pain to use. I cannot find how to get it to eject the CD once ripping has been completed. Even after the CD has been ejected the track tags remain in the display until a new CD is loaded and the tagging interface is limited.

View 2 Replies View Related

OpenSUSE Multimedia :: Impossible To Eject Any Music CD Or DVD

May 24, 2011

Apart from KsCD and CD Player, (both of which are pretty good, but very basic), I have found it impossible to eject any music CD or DVD on any of the following:

Amarok
JuK
Media Kaffeine
MPlayer and
SMPlayer,

there does not seem to be any button, command or whatever to get the CD or DVD out of the drive, so now find that only way, is to stop player and then to open CD Player and use the eject button there.

View 9 Replies View Related

Ubuntu Multimedia :: DVD Won't Won't Mount After Eject/re-insert?

Aug 29, 2010

After successfully playing a DVD video (w/VLC) I close VLC, eject the DVD, then insert another disk. I get an error message: "Error mounting: mount: /dev/sr0 already mounted or /media/{name of previous disk} busy." But mount command doesn't show /dev/sr0 and ls /media shows nothing. I have to log out, then log back in in order to play another video. (same result with mplayer)

View 1 Replies View Related

Debian :: CD Eject From Shell Script?

Sep 23, 2010

I'm trying to create a boot cd that will auto repair a corrupt lilo mbr. I've got a mini linux shell booting off a cd no problem The cd then runs a shell script that is in the root of the cd The shell script does the following:

mounts some partitions
copys the lilo.conf file to /etc
run lilo command

[code]....

My problem is that the eject command always returns the following error

eject: tried to use '/media/cdrom/ as device name but it is no block device
umount: /mnt/cdrom: device is busy
umount: /mnt/cdrom: device is busy
eject: umount of 'mnt/cdrom' failed

I think that its not working because the shell script is actually on the cd, i've tried copying a 2nd shell script to / and running that, but I get the same error. I've also tried moving the current dir to / and running the eject command but that did not work either.

Heres my shell scripts
setterm -background blue
clear

[code].....

View 3 Replies View Related

Ubuntu Multimedia :: Brasero Attempts To Eject Medium Before Burning

Apr 6, 2011

Brasero Attempts to Eject Medium Before Burning ?

View 9 Replies View Related

Ubuntu Multimedia :: Automatically Rip A CD When Inserted Into The Machine And Then Eject When It Is Complete?

Apr 7, 2011

I currently have a little box with Mediatomb installed which I use to stream to my Linn DS. Is there an application that I can use that will automatically rip a CD when it is inserted into the machine and then eject when it is complete?

View 1 Replies View Related

Ubuntu Multimedia :: Rhythmbox Starts Then Closes Immediately?

Sep 21, 2010

I have this issue with Rhythmbox where if I tried to open it trhough Applications > Sound & Video, the program would start and close almost immediately.

I ran it in CLI & got:

Code:
rhythmbox
** (rhythmbox:3378): DEBUG: Loading the real store page
** (rhythmbox:3378): DEBUG: navigation requested to https://one.ubuntu.com/music/store-no-token
Segmentation fault

So what now, re-install through Synaptic?

View 9 Replies View Related

Ubuntu Multimedia :: Cheese Closes Before Taking A Picture?

Sep 1, 2011

I was trying to use Cheese today to take a picture using my built in web camera on my laptop. I am able to start the program and when it goes to take a picture, the program counts down and then quits.

When I run from the terminal the error I receive is:

Quote:

cheese: ../../src/xcb_io.c:140: dequeue_pending_request: Assertion `req == dpy->xcb->pending_requests' failed.
Aborted

View 3 Replies View Related

Debian :: Computer Closes Down Unexpectedly - SystemD?

May 21, 2015

I leave my system in suspend mode overnight and wake it up first thing in the morning. At 9:15 it will automatically run housekeeping scripts via cron and these are completed by 9:30. Some time later I will turn on the monitor and start work. Since moving from Wheezy to Jessie the system has switched off for no apparent reason. I checked the syslog and auth.log and found it completed all it's tasks at 9:30 then started shutting down at 9:35. Relevant extracts from these logs are attached ...

My OS is Jessie 64 bit with Cinnamon on a quite standard Gigabyte desktop with dual core intel processor, 4Gb RAM and SSD drive. It uses NVidia drivers and there were no unusual entries in x.org.log.

AUTH LOG
May 21 09:36:15 michael systemd-logind[685]: System is powering down.
May 21 09:36:15 michael gnome-keyring-daemon[1477]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
May 21 09:36:15 michael lightdm: pam_unix(lightdm:session): session closed for user michael
May 21 09:36:16 michael polkitd(authority=local): Unregistered Authentication Agent for unix-session:1 (system bus name :1.39, object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_AU.UTF-8) (disconnected from bus)
May 21 09:36:16 michael sshd[680]: Received signal 15; terminating.

[Code] .....

View 1 Replies View Related

Debian Programming :: Command Followed By And Still Closes With Terminal?

Jan 4, 2014

Running debian wheezy. I noticed recently, whenever I fork a process using "&" from a terminal, such as

Code: Select allleafpad &

it starts up, shows the processid in the terminal, but every time when I close the terminal, leafpad gets killed. However, I create a simple bash script,

Code: Select all#!/bin/bash
leafpad&
exit

The script launches leafpad, then exits out leaving leafpad running, as it should. Is what I mentioned above normal? I'm confused, because I think I used to be able to do this in terminal without it depending on the terminal to stay running.

I guess I'm remembering wrong. As it turns out, commands begun on terminal get closed with terminal unless, as mentioned, you use nohup or start subshell. Process hierarchy and tracking etc.

View 6 Replies View Related

OpenSUSE Install :: 11.3 - Can't Find Grub Without Disc / Boot From Hard Disc

Jan 1, 2011

I have just installed 11.3 x64. The installation went fine and worked for the first few hours. I ran the online update tool, and now it cannot find grub unless the installation disc is inserted and I select the "boot from hard disc" option.

I have read about the problem of the root partition being back, but not sure that's it.

sda1 - swap
sda2 - /
sda3 - /home

There used to be a repair tool in the installation disks. I could not find that in this media. Is that still available?

View 9 Replies View Related

Ubuntu :: Unable Multisessions When Burning Disc Or Import A Disc Which Has A Multisession?

Mar 10, 2010

this blew my mind today, because i've been using ubuntu for 2 and half years. Brasero 2.28.2 in Karmic does not have an option enable multisessions when burning disc or import a disc which has a multisession.

Seriously, wtf is going on? This is supposed to be Ubuntu's default CD authoring software.

View 4 Replies View Related

Ubuntu :: Install Files - Stuck On - Please Insert The Disc Labeled - Disc 2

Dec 19, 2010

I'm trying to install files and everytime I manage to install from the first disc I succeed. When I get the the second disc I just keep clicking the "OK" button instead of "Cancel" and it keeps neglecting it.

View 1 Replies View Related

Fedora :: USB Disc - Access To USB Disc From Text Mode?

Dec 6, 2009

I'm sorry for this stupid question, but I have nowhere found it.I need to access to my USB disc from text mode (In Fedora LiveCD I see it and i can access /media/New Volume). In F12 runlevel 3 in mc I see it in /dev/disc/by-label as @Newx20Volume. But I don't know what is the correct path.

View 2 Replies View Related

Ubuntu Multimedia :: Can't Install From Disc?

Jul 26, 2010

I'm trying to install my camera software through cd/rom. When clicking install.exe i get the following error.

Archive: /media/CanonDC300W/setup.exe
[/media/CanonDC300W/setup.exe]

End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. zipinfo: cannot find zipfile directory in one of /media/CanonDC300W/setup.exe or /media/CanonDC300W/setup.exe.zip, and cannot find /media/CanonDC300W/setup.exe.ZIP, period.

View 5 Replies View Related

Ubuntu Multimedia :: Convert ISO To Disc?

Nov 9, 2010

I have got an ISO image file which is 5.9 Gb - how can I burn this to DVD the only discs I have are 4.7Gb. The opening of the ISO file shows that the DVD is split into three separate menus - can I try to retrieve just one and write to DVD, if so how.

View 8 Replies View Related

Hardware :: Telling KsCD To Read The Other Cd Drive?

Feb 25, 2010

I cannot make KsCD see one of the cd drives. How do I tell KsCD to read the other drive?

View 2 Replies View Related

General :: Bash Telling Commands Don't Exist When They Do?

Apr 28, 2010

I made a script that contains repetitious commands (snmpget and awk are the only ones at the moment. Running these commands from standard terminal work, but when run within a script, I get:

./reg_sm_count: line 10: snmpget: command not found
./reg_sm_count: line 10: awk: command not found
./reg_sm_count: line 10: snmpget: command not found

[code]...

View 2 Replies View Related

OpenSUSE Multimedia :: K3B Unable To Fixate Disc

May 27, 2011

I have a clean install of OS 11.4 64bit on my system with K3B installed from packman. Trying to burn files to a disc with the option of no multisession I am getting the error message at the end of the burn "unable to fixate disc"The first time I tried burning it said it did not have permission so I used the K3B wizard to change permissions.Now it simply says "unable to fixate disc"

View 1 Replies View Related

Ubuntu Multimedia :: MuseScore Will Not Write To Disc?

Apr 16, 2010

I'm running MuseScore in Karmic; I've gotten it to play midi; it reads files fine, but it doesn't seem to want to write to disc!

View 1 Replies View Related

Ubuntu Multimedia :: Automount For UDF DVD Disc In Nautilus?

Jan 3, 2011

Ubuntu 10.04, 10.10. When you insert DVD with UDF file system, Nautilus is failed to mount it and show its content.

[URL]

Workaround: to support UDF and ISO in the same time, and auto mount in Nautilus:

Code:

sudo mkdir /media/cdrom0

Code:

sudo gedit /etc/fstab
add to the end of file:

Code:

/dev/scd0 /media/cdrom0 udf,iso9660 users,noauto,uid=0,gid=46,mode=0777,dmode=0777,nosuid,noexec 0 0
Restart PC or

Code:

mount /dev/scd0

View 1 Replies View Related

Ubuntu Multimedia :: Does Not Burn ISO Disc Image To CD

Jan 4, 2011

I am having trouble burning an iso disc image that I downloaded of the Windows Vista Recovery disc for a friend who cannot boot her computer anymore. I downloaded the iso disc image and it mounts on my computer just fine, so it should be able to be burned as the disc image to a CD no problem. However, each time I right click on the iso file, and go down to Write to Disc, and then the menu comes up and I make sure that the destination drive is my CD/DVD burner drive with a blank CD-R in the drive, it burns the disc, but it always ends up being a CD with the file of the iso on the disc...!! It doesn't burn the image, it burns a copy of the image as a file! I uninstalled the CD/DVD burning software that was on my computer and installed CD/DVD Creator instead from the Ubuntu Software Center.

I tried following the steps on [URL] which tells how to burn a disc image from an ISO file. I follow it exactly, but I still get the same results: I get a disc that is not the image, but has the image on the disc. Now, I can mount the image on the disc on my computer, but that won't do my friend any good who needs to BOOT off this disc to fix her computer running Windows Vista. But ever since I wiped out my computer and went Ubuntu, I haven't been able to write an iso disc image to a CD or DVD properly. Does it matter if it is a CD or a DVD that is used? Like, if I put a DVD in, would the disc iso image burn to the DVD rather than a CD because of the way the image was made? For some reason I never thought it mattered, but does it?

View 1 Replies View Related

Ubuntu Multimedia :: Re-convert BDRip To Fix In 4.4 DVD Disc?

Apr 3, 2011

a BDRip movie in .mkv (h264+aac) and is 6.6 GB. I need to downsize to a 4.4 GB DVD disc, with same codecs. Arista has no preset to do it, HandBrake is not available for Ubunbtu 11.04 yet (and I don't know if this program can do it),

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved