On Sonntag, 12. Januar 2003 17:25, Anthraxz __ wrote: Hi,
after trying to find out if it's working now or not, I gave it a try myself for that. Now. The point here is that whatever you use, kaudiocreator or the kio-audiocd slave in konqueror, it both uses cdparanoia. If cdparanoia doesn't find a suitable cdrom drive, it tries to modprobe for accessing one until it times out. On my laptop, I had my cdrom configured with lilo as append "hdc=scsi", which makes it show up as /dev/scd0 instead of /dev/hdc. Now, even though /dev/scd0 has group cdrom and I am in group cdrom it didn't work but hang up cdparanoia for modprobing. The reason for that is that the scsi device is accessed through /dev/sg0, which was in group root. So, to access the CD for ripping as a user, I had to chmod 660 /dev/sg0 chgrp cdrom /dev/sg0 You make my day :-) Ralf > >Can you reply with the results of: > > > >dpkg -l kio-audiocd > >dpkg -L kio-audiocd > >apt-cache show kio-audiocd > >locate kio_audiocd > > $ dpkg -l kio-audiocd > Souhait=inconnU/Install�/suppRim�/Purg�/H=� garder > > | �tat=Non/Install�/fichier-Config/d�paqUet�/�chec-conFig/H=semi-install� > |/ Err?=(aucune)/H=� garder/besoin R�installation/X=les deux (�tat,Err: > > majuscule=mauvais) > > ||/ Nom Version Description > > +++-==================-==================-================================= >=================== ii kio-audiocd 3.0.99+cvs20021231 Support for > browsing audio CDs under Konqueror > $ dpkg -L kio-audiocd > /. > /usr > /usr/lib > /usr/lib/kde3 > /usr/lib/kde3/kcm_audiocd.la > /usr/lib/kde3/kcm_audiocd.so > /usr/lib/kde3/kio_audiocd.la > /usr/lib/kde3/kio_audiocd.so > /usr/share > /usr/share/applnk > /usr/share/applnk/Settings > /usr/share/applnk/Settings/Sound > /usr/share/applnk/Settings/Sound/audiocd.desktop > /usr/share/services > /usr/share/services/audiocd.protocol > /usr/share/doc > /usr/share/doc/kio-audiocd > /usr/share/doc/kio-audiocd/copyright > /usr/share/doc/kio-audiocd/changelog.Debian.gz > > $ apt-cache show kio-audiocd > Package: kio-audiocd > Source: kdemultimedia > Version: 4:3.0.99+cvs20021231-0woody1 > Priority: optional > Section: sound > Maintainer: Christopher L Cheney <[EMAIL PROTECTED]> > Depends: kdelibs4 (>= 4:3.0.99+cvs20021230), libart-2.0-2, libc6 (>= > 2.2.4-4), libcdparanoia0 (>= 3a9.8-6), libfam0, libogg0 (>= 1.0rc3-1), > libpng3, libqt3-mt (>= 2:3.1.1+cvs.20021220), libstdc++2.10-glibc2.2 (>= > 1:2.95.4-0.010810), libvorbis0 (>= 1.0rc3-1), xlibs (>> 4.1.0), zlib1g (>= > 1:1.1.4) > Architecture: i386 > Filename: > ./kde-3.1/kdemultimedia/kio-audiocd_3.0.99+cvs20021231-0woody1_i386.deb > Size: 66336 > Installed-Size: 232 > Description: Support for browsing audio CDs under Konqueror > Support for browsing audio CDs under Konqueror > > $ locate kio_audiocd > /usr/lib/kde3/kio_audiocd.la > /usr/lib/kde3/kio_audiocd.so > /usr/share/locale/fr/LC_MESSAGES/kio_audiocd.mo > > > > > > > _________________________________________________________________ > MSN Search, le moteur de recherche qui pense comme vous ! > http://search.msn.fr/worldwide.asp -- We're not a company, we just produce better code at less cost. -------------------------------------------------------------------- Ralf Nolden [EMAIL PROTECTED] The K Desktop Environment The KDevelop Project http://www.kde.org http://www.kdevelop.org

