Ubuntu Multimedia :: Check If A DVD Burner Is Still Running Properly?

Jun 4, 2010

My DVD/CD burner is rather old now (going on 5 years), and I've had some "quality" issues when I've been burning stuff for the past year.

CD's: When I play a burned CD in my car stereo, the songs have a "skipping" sound to them on the low-volume levels of the audio. I use K3b as my burning software, and it seems to be the best, but am I wrong? Is this a common problem?

DVD's: Specifically video DVD's. After converting the .avi to an image file using DeVeDe Creator, it gives me a file that has the .iso and I burn the disc using K3b. It's really hit or miss.

The question: is there a way to test the performance of my DVD burner to make sure it's working properly? Is there a way to calibrate the mechanism? I have a new External DVD/CD burner that supports "LiteScribe" (I could be mistaken on the name, but it's a technology that allows you to create a picture on the opposite side of the disc), but my INTERNAL is a 5 year old Lite-On.

View 4 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Check If Flash Is Running ?

Mar 10, 2011

Anyone know a way to check if flash is running? From command line or script.

I've tried

Code:

But it also gives output if flash is blocked(by flashblock in firefox).

View 2 Replies View Related

Ubuntu Multimedia :: CD Burner Not Working?

Dec 10, 2010

I am a complete noob when it comes to ubuntu. I installed it ater advice from a friend that it is better than MACos. So far I am loving it, but i cannot burn cds/dvds. When i try to, i get the ollowing error:

Session error : SCSI error on write(128,16): See MMC specs: Sense Key 3 "Medium error", ASC 10 ASCQ 00 (brasero_burn_record brasero-burn.c:2862) i have almost no computing skills at all, that would alow me to get better and also be able to burn a cd. Using ubuntu newest version, and brasero same foe burning.

View 2 Replies View Related

Ubuntu Multimedia :: Cannot Burn MP3 Files To CD Using Bresaro Burner

May 3, 2010

I tried six different M3 files using Bresaro Burn to burn to a CD (audio cd) however, one of these files are able to burn to a disc with Bresaro application. I burned the same files using Windows Media Player on my xp desktop.

View 2 Replies View Related

Ubuntu Multimedia :: Can't Find Path To External Burner

Jun 9, 2010

just trying to copy a cd to ogg.. can see the music.. can see the burner gui..its asking for the path to the cd right click on the cd icon.. nothing.look in the 'computer' section of places.. useless.look in a load of folders, where it may be.. nothing.

View 2 Replies View Related

Ubuntu Multimedia :: Region Free DVD Drive / Burner?

Jul 11, 2010

I know I can use things like regionset and VLC to bypass region encoding (which I already do), I was really wondering if you can actually purchase a drive that is "region free" without having to apply hacks/ patches/ voodoo etc.I've done the "google thing" and all I come up with is hacks while using windows, I'd really like to get a drive that is completely region free.

View 1 Replies View Related

Ubuntu Multimedia :: Disk Burner Freezes Creating Image Checksum

May 31, 2011

When I try to burn an ISO to a DVD it goes okay but when it's finalizing it says:
Creating image checksum
And then it just freezes.

View 1 Replies View Related

General :: Java_home - How Check The Path Has Properly Set Or Not

Feb 13, 2011

I have installed jdk1.60_23 i have created a directory named java in root's Home, jdk has installed in jdk1.60_23 directory in java how to set path to compile or run the java file ?

I did like this : export JAVA_HOME=/usr/bin/java/jdk1.60_23/bin export PATH=$JAVA_HOME:/usr/bin/java/jdk1.60_23/bin

How check the path has properly set or not ? how and where create source file of java ? how to compile and run the java source file ?

View 2 Replies View Related

Networking :: Server Cbq Time Check Was Not Working Properly

Jun 21, 2010

Am using rhel5 server, in my server cbq time check was not working properly am using this cmd TIME=18:00-6:00;300Kbit/25Kbit,

View 1 Replies View Related

General :: Check Weather A For Loop Has Executed Properly ?

Jul 13, 2010

I want to check weather a for loop has executed properly

Code:
for name in `awk -F: '{printf " "$1}' /etc/passwd`;do
echo $name;done
[ $? -eq 0 ] && echo "SUCCESS" || echo "Failed_to_fetch_the_user";

Every time this gives output as SUCESS even If I change /etc/passwd to other file name.

How can I resolve this ?

View 4 Replies View Related

Ubuntu :: Where To Check To See If Running 32 Or 64 Bit?

Apr 19, 2010

i was just wondering where can i check to make sure what bit system i am running. 32 or 64,

View 4 Replies View Related

Debian :: Plymouth Running Properly?

May 15, 2010

has anyone got plymouth running properly on debian sid yet?

View 14 Replies View Related

General :: Tell If BIND/ DNS Is Running Properly?

Feb 25, 2011

I've tried setting up BIND from a fresh install. I've followed a few tutorials (all seem to follow a similar routine), but it doesn't appear to work properly.

This is what happens when I query my domain: [URL]

This is my named.conf file:

Code:
//
// named.conf for Red Hat caching-nameserver
//
options {
directory "/var/named";

[Code].....

I've compared both files to examples and they don't appear to be any different - I'm at a loss as to what is wrong or where I should start to troubleshoot it.

View 2 Replies View Related

Ubuntu Networking :: Check Whether Ssh Running?

Aug 1, 2010

How to check whether ssh is running or not ? (I have install ssh)

If not how to make it run ?

View 4 Replies View Related

Ubuntu :: Check If Application Is Running?

Jan 26, 2011

I'd like to know if there is a script that can check and see if an application has been closed (I don't know a great deal about bash programming).I'm running an organ programme with this script.

/usr/bin/jackd -r -t5000 -dalsa -dhw:0 -r44100 -p1024 -n2 -P &
java -jar /home/user/jOrgan/jorgan.jar &
jack-rack -s space space &

[code]....

View 2 Replies View Related

Ubuntu :: Check If Service Is Running?

Jun 20, 2011

I need a script that is able to check if a service is running or not. It has to do it automatic since it is for restarting a GameServer.

I tried to make one myself, but since the .x86 file has the same name for every server, it is hard to know a way to check if the server is running with the right process.

Is there a way to make a script which is able to check if a service is running (service has same name, but using other ports)

View 1 Replies View Related

Fedora :: Get VirtualBox Properly Up And Running On F11 (including USB Support)?

Jun 10, 2009

This is my humble tutorial on how to get VirtualBox properly up and running on Fedora 11 (including USB support). It's located on my web blog here: How To: Install VirtualBox on Fedora 11 [Tutorial]

View 14 Replies View Related

Ubuntu :: Script To Check To See If Any VMs Are Running In VirtualBox?

Oct 27, 2010

I wrote up a script to check to see if any VMs are running in VirtualBox, and if there are, it would save the state they are in and then reboot or shutdown the host.Is there a way to make that script run outside of using an alias for "reboot" and "halt" when I run those two commands?Here's the script:

Code:
#!/bin/bash
if [[ -n $(VBoxManage -nologo list runningvms) ]]

[code]...

View 9 Replies View Related

Debian :: Unable To Get KDE4 Running Properly After Updating Sources

Mar 20, 2010

I am unable to get KDE4 running properly, after updating my sources list to this

[code]...

I figured it was a problem with my nvidia drivers not being installed. This is what I did to install my nvidia drivers.

[code]...

View 10 Replies View Related

General :: Check Whether A Service Is Running?

Jan 29, 2010

I run a script manually like/usr/lib/openoffice.org/program/soffice and when I run

:ps -ef|grep openoffice

I get the following,

root 700 1 0 10:45 ? 00:00:00 /bin/sh /usr/lib/openoffice.org/program/soffice -calc

My question is how to check whether this script is running or not (It can be checked every 10 minutes) and how to make it as a service. (I don't have root access to put this in rc.local file or somewhere else).

View 2 Replies View Related

General :: Check If NFS Mounts Are Still Up And Running?

Apr 27, 2011

How do i check if NFS mounts are still up and running?

when i do the command MOUNT , i get some result, but how can i see (or check) if they still up and running? I'm not so familiar with this command, so i hope that someone can guide me

I know that there must be some NFS links mounted, so if one fails, i need to see that with like an echo or something.

View 12 Replies View Related

Server :: How To Check If Mailserver Is Running

Sep 27, 2010

I am using this command (inside a bash script) to check if mailserver is running correctly (port 25)

# echo | telnet localhost 25 | grep "Connected to "

If it does not respond I receive an email alter.

It works good , but sometime it NEVER respond (neither after 1 hour) , so I receive no notification . DO you know alternative command to the command above ?

View 1 Replies View Related

Server :: How To Check Which FTP Daemon Is Running?

Apr 12, 2010

I Bought A New Centos VPS,Not Much Details Are Provided About Setup Etc..I Wanted To Check If FTP Service Is Running Or Not And Which FTP Daemon Is Running.(Is There Any FTP Daemon Pre-Installed With Centos)

View 6 Replies View Related

Server :: Check What FTP Is Installed / Running

Mar 13, 2010

When I installed CentOS v5, I declined the FTP server that cane with it because I have used and prefer ProFTPd. Now I'm not so sure what's running. How do I check what FTP is installed and / or running? ALSO there seem to be TWO ProFTPd conf files, one at:

[code]...

They have different content. Which is the one that is being used?

View 3 Replies View Related

Ubuntu :: Check Dbus, Udisks And Gvfs Are Running Correct?

May 3, 2010

I need to check and see that dbus, udisks and gvfs are running correctly, how can I check them?

I'm running only LXDE on a custom install of Lucid I did and I can't get my usb hard drive to automount properly and I was told by an LXDE developer that I need to check and make sure these three are running ok.

View 1 Replies View Related

Ubuntu / Apple :: While Running A System Check It Says No Internet Connection

Jan 24, 2011

So I just installed ubuntu from a net install, and updated from the internet and posted on this site through firefox while installing vlc wich just froze at 90%.....

but when I try to add community repos it comes up with errors. And while running a system check it says I have no internet connection...

I'm connected through ethernet on a router wich works with the g5 in the other room running osx, and the pc upstairs running ubuntu meerkat. Now I had this same problem with SUSE 11.1 and worked around it by adding through terminal but I was never able to add from the GUI.

View 1 Replies View Related

General :: Running A Check In Bash Script?

Apr 3, 2011

so I wrote a small script that pretty much just takes in two numbers and counts from the first to the second, e.g.

unknown-hacker|544> count.sh 1 3
1
2
3

My problem is I want to make it so that if you input invalid parameters, such as non-numerical characters, more than 2 numbers, etc., you'd get an error message

View 15 Replies View Related

General :: Check Which Version Of Bash I'm Running ?

Aug 16, 2010

How can I check which version of bash I'm running

View 2 Replies View Related

General :: Can Bash Check If Screensaver Is Running

Nov 13, 2010

I have a bash script that messages the user periodically. Is there any way in the script to check if the screensaver is running, so the script doesn't spam messages while the user is away? The xscreensaver process is always running in the background, I've noticed.

View 5 Replies View Related

General :: Check If Service Is Running Or Not Using Java

Feb 26, 2011

i've some trouble to write a script on java on linux to check if service(ie:smbd) is runing or not,, could you give me some example? Or if is there any source about it for me to learn? i've two days search with zero result...

View 5 Replies View Related







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