I put in an audio-CD and clicked on "Extract digital audio with K3B". The little bouncing ball came up, then went away, but no K3b window. However
$ ps -edf | grep k3b
jon 11306 2029 0 10:12 ? 00:00:00 /usr/bin/k3b --cddarip /org/freedesktop/UDisks2/block_devices/sr0
Tried again, and now:
$ ps -edf | grep k3b
jon 11306 2029 0 10:12 ? 00:00:00 /usr/bin/k3b --cddarip /org/freedesktop/UDisks2/block_devices/sr0
jon 13211 2284 0 10:21 ? 00:00:00 /usr/bin/k3b --cddarip /org/freedesktop/UDisks2/block_devices/sr0
There is NO way I can kill these guys, even with kill -9 as root.
I've tried rubyripper and soundjuicer with similar results. The ball bounces, but nothing happens.
Oh, yes, the first time, k3b popped up a window with a vague window about other software being available, but nothing precise.
I tried installing good ol' ffmpeg, but
$ sudo apt-get install ffmpeg
...
Package ffmpeg is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'ffmpeg' has no installation candidate
What the dickens does that mean?
I suspect those k3b processes are somehow hung up on the hardware and I am destined to reboot. But how to get the darn thing to work?
$ ps -edf | grep k3b
jon 11306 2029 0 10:12 ? 00:00:00 /usr/bin/k3b --cddarip /org/freedesktop/UDisks2/block_devices/sr0
Tried again, and now:
$ ps -edf | grep k3b
jon 11306 2029 0 10:12 ? 00:00:00 /usr/bin/k3b --cddarip /org/freedesktop/UDisks2/block_devices/sr0
jon 13211 2284 0 10:21 ? 00:00:00 /usr/bin/k3b --cddarip /org/freedesktop/UDisks2/block_devices/sr0
There is NO way I can kill these guys, even with kill -9 as root.
I've tried rubyripper and soundjuicer with similar results. The ball bounces, but nothing happens.
Oh, yes, the first time, k3b popped up a window with a vague window about other software being available, but nothing precise.
I tried installing good ol' ffmpeg, but
$ sudo apt-get install ffmpeg
...
Package ffmpeg is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'ffmpeg' has no installation candidate
What the dickens does that mean?
I suspect those k3b processes are somehow hung up on the hardware and I am destined to reboot. But how to get the darn thing to work?
Comment