Installed k3b; "no optical device found"[solved]

Forum rules
We don't support installations in VirtualBox, VMWare, qemu or others. We ignore posts about WINE, PlayOnLinux, Steam and Skype. We don't support btrfs, lvm, UEFI, side-by-side installations with GPT or dualboot with anything newer than Windows XP.
Google your problem first. Check the Wiki. Read the existing threads. It's okay to "hijack" an existing thread, yes! If your problem is not yet covered, open a new thread. To get the quickest possible help, mention the exact release codename in your post (uname -a is a good idea, too). Due to the lack of crystal balls, attach the output of lspci -nnk if you encounter hardware problems.
pottzie
Cam Whore
Posts: 91
Joined: Fri May 24, 2013 3:51 am

Installed k3b; "no optical device found"[solved]

Unread post by pottzie » Tue Jul 23, 2013 9:25 pm

I've just installed k3b, and I'm getting a 'No optical device found" error. From what few scraps I could find about correcting this, here's what I've come across:

Code: Select all

larry@hogwash:~$ ls -l /dev/sr0
brw-rw---T+ 1 root cdrom 11, 0 Jul 20 20:24 /dev/sr0
larry@hogwash:~$ groups
larry sudo audio netdev
I know squat about permissions.
Last edited by pottzie on Tue Jul 23, 2013 11:15 pm, edited 1 time in total.

User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: Installed k3b; "no optical device found"

Unread post by wuxmedia » Tue Jul 23, 2013 9:43 pm

it's a dark art.

google points to HAL, i know squat about HAL.
ps what bbq release are you using?
"Seek, and Ye shall find"
"Github | Chooons | Site"

pottzie
Cam Whore
Posts: 91
Joined: Fri May 24, 2013 3:51 am

Re: Installed k3b; "no optical device found"

Unread post by pottzie » Tue Jul 23, 2013 9:44 pm

Mate 64 bit.

I just installed k3b, haven't rebooted and seen if that changed anything. Going for that now.

Edit: Still the same after a reboot.
Last edited by pottzie on Tue Jul 23, 2013 9:49 pm, edited 1 time in total.

User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: Installed k3b; "no optical device found"

Unread post by wuxmedia » Tue Jul 23, 2013 9:45 pm

whilst i let the brains (plural) of the bunch suggest a solution - i'll finish my foruming and try it out on my MATE install
"Seek, and Ye shall find"
"Github | Chooons | Site"

User avatar
swftech
Sobe
Posts: 160
Joined: Wed Oct 17, 2012 12:40 pm
Location: S Florida

Re: Installed k3b; "no optical device found"

Unread post by swftech » Tue Jul 23, 2013 10:24 pm

It looks it is not showing you as a member of the cdrom group. When you ran command "group" it should have listed cdrom. See if adding your user to the cdrom group fixes it.

Try

Code: Select all

sudo adduser larry cdrom
Then log out and back in and see if you still get the error

See Here

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Installed k3b; "no optical device found"

Unread post by machinebacon » Tue Jul 23, 2013 10:31 pm

Hi,

k3b is still using HAL, which is already deprecated (or at least not used in newer Debian releases), see also http://wiki.debian.org/hal

Anyway you need to add your user to the cdrom group first:

Code: Select all

sudo adduser larry cdrom
And then try with another CD writer program, like Brasero, Xfburn, or the command line tools like cdrdao, cdrskin, cdw, bashburn...
k3b is actually a KDE package and requires, additionally, HAL (http://wiki.debian.org/HALRemoval)

Hope it helps (even though I don't prefer the "try another app" solution, but in our case, this is the only logical step)
..gnutella..

User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: Installed k3b; "no optical device found"

Unread post by wuxmedia » Tue Jul 23, 2013 10:32 pm

Code: Select all

7 upgraded, 93 newly installed, 0 to remove and 138 not upgraded.
Need to get 85.0 MB of archives.
After this operation, 192 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Eeek,

but that looks like a damn logical idea, swifty, and bacon 8)
"Seek, and Ye shall find"
"Github | Chooons | Site"

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Installed k3b; "no optical device found"

Unread post by machinebacon » Tue Jul 23, 2013 10:34 pm

^ Might be the 7 upgraded packages that pull in additional megs, but k3b is for sure no lightweight app:

Code: Select all

bbq@grill:~$ depends k3b
k3b
  Depends: kde-runtime
  Depends: libc6
  Depends: libgcc1
  Depends: libk3b6
  Depends: libkcddb4
  Depends: libkcmutils4
  Depends: libkde3support4
  Depends: libkdecore5
  Depends: libkdeui5
  Depends: libkfile4
  Depends: libkio5
  Depends: libknotifyconfig4
  Depends: libqt4-qt3support
  Depends: libqt4-xml
  Depends: libqtcore4
  Depends: libqtgui4
  Depends: libqtwebkit4
  Depends: libsolid4
  Depends: libstdc++6
  Depends: k3b-data
 |Depends: wodim
  Depends: cdrskin
  Depends: cdparanoia
  Depends: cdrdao
  Depends: genisoimage
  Suggests: k3b-extrathemes
  Suggests: k3b-i18n
  Suggests: normalize-audio
  Suggests: sox
  Suggests: movixmaker-2
  Recommends: libk3b6-extracodecs
  Recommends: dvd+rw-tools
  Recommends: vcdimager
  Replaces: k3b-data
@pottzie: do yourself a favor and skip k3b :)
..gnutella..

User avatar
swftech
Sobe
Posts: 160
Joined: Wed Oct 17, 2012 12:40 pm
Location: S Florida

Re: Installed k3b; "no optical device found"

Unread post by swftech » Tue Jul 23, 2013 10:35 pm

@bacon, will he also have to add read write access or will it be automatic?

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Installed k3b; "no optical device found"

Unread post by machinebacon » Tue Jul 23, 2013 10:38 pm

By default it should (!) be automatic for /dev/sr0, in Debian.

Edit: http://www.debian.org/doc/manuals/debia ... sers_group
..gnutella..

User avatar
swftech
Sobe
Posts: 160
Joined: Wed Oct 17, 2012 12:40 pm
Location: S Florida

Re: Installed k3b; "no optical device found"

Unread post by swftech » Tue Jul 23, 2013 10:39 pm

K, thanks wasn't sure :)

User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: Installed k3b; "no optical device found"

Unread post by wuxmedia » Tue Jul 23, 2013 10:40 pm

Code: Select all

k3b: error while loading shared libraries: libpulsecommon-4.0.so: cannot open shared object file: No such file or directory 

nevermind
hmm i was hoping to check the original error out. got me another.
i'm giving up here 8(
Xfburn's very nice. unless k3b does something extraordinary
"Seek, and Ye shall find"
"Github | Chooons | Site"

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Installed k3b; "no optical device found"

Unread post by machinebacon » Tue Jul 23, 2013 10:44 pm

It does. Depend on kdelibs. Okay, to be honest, it is a good burning prog - just like xfburn (I used to use this frequently) and brasero. But OP should really consider some command line tools, for the funs.
..gnutella..

User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: Installed k3b; "no optical device found"

Unread post by wuxmedia » Tue Jul 23, 2013 10:47 pm

wodims already installed 8)
"Seek, and Ye shall find"
"Github | Chooons | Site"

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Installed k3b; "no optical device found"

Unread post by machinebacon » Tue Jul 23, 2013 10:50 pm

^ as dependency of the snapshooter :)
..gnutella..

pottzie
Cam Whore
Posts: 91
Joined: Fri May 24, 2013 3:51 am

Re: Installed k3b; "no optical device found"

Unread post by pottzie » Tue Jul 23, 2013 10:56 pm

Well, did "sudo adduser larry cdrom" and rebooted, still get the same message. And yeah, k3b is a hog, what KDE doohickey isn't? I've gone there first because it has "always" worked, the results have been great for me so far. Guess I could remove it and go with Brasero, but for me k3b has been better.

Haven't had any experience with cdrdao, cdrskin, cdw, bashburn. Could just install them and see, I guess. What's simple?

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Installed k3b; "no optical device found"

Unread post by machinebacon » Tue Jul 23, 2013 10:56 pm

Simple?

Code: Select all

ins xfburn
Have fun :)
..gnutella..

User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: Installed k3b; "no optical device found"

Unread post by wuxmedia » Tue Jul 23, 2013 11:02 pm

^ +1 works for munchbung

but i -have- had permission errors with that too, i just run it as root, prolly a groups thing.
"Seek, and Ye shall find"
"Github | Chooons | Site"

User avatar
swftech
Sobe
Posts: 160
Joined: Wed Oct 17, 2012 12:40 pm
Location: S Florida

Re: Installed k3b; "no optical device found"

Unread post by swftech » Tue Jul 23, 2013 11:06 pm

A second vote for xfburn...never had an issue with it.

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Installed k3b; "no optical device found"

Unread post by machinebacon » Tue Jul 23, 2013 11:09 pm

@wux: Crunchbang Statler or Waldorf? I think (!) old Statler still used HAL and not udev, but I might be totally wrong.
..gnutella..

Post Reply