Summary: | K3b (~x86) does not find devices. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Steffen Lorch <gentoo> |
Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | greg_g, lanius |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Steffen Lorch
2004-04-21 06:53:16 UTC
K3b (~x86) does not find devices. It does not list any CD-Recorders oder CD-Roms at all - even not after resanning. This appears after updating the kde to kde3.2.2. I even recompilied it against kde 3.2.2. cdrecord finds them: 1.) the cdrecord of ~x86: steffen@lorch-net:~$ /usr/bin/cdrecord -scanbus Cdrecord-Clone 2.01a27 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling Linux sg driver version: 3.5.30 Using libscg version 'schily-0.8'. scsibus0: 0,0,0 0) * 0,1,0 1) * 0,2,0 2) * 0,3,0 3) 'PLEXTOR ' 'CD-R PX-W5224A' '1.03' Removable CD-ROM 0,4,0 4) 'TOSHIBA ' 'DVD-ROM SD-M1612' '1004' Removable CD-ROM 0,5,0 5) 'PLEXTOR ' 'CD-R PX-W4012S' '1.03' Removable CD-ROM 0,6,0 6) * 0,7,0 7) * 2.) my own cdrecord, compiled with the Gmake.linux of Jörg Schilling finds them: steffen@lorch-net:~$ local/bin/cdrecord -scanbus Cdrecord-Clone 2.01a28 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling Linux sg driver version: 3.5.30 Using libscg version 'schily-0.8'. scsibus0: 0,0,0 0) * 0,1,0 1) * 0,2,0 2) * 0,3,0 3) 'PLEXTOR ' 'CD-R PX-W5224A' '1.03' Removable CD-ROM 0,4,0 4) 'TOSHIBA ' 'DVD-ROM SD-M1612' '1004' Removable CD-ROM 0,5,0 5) 'PLEXTOR ' 'CD-R PX-W4012S' '1.03' Removable CD-ROM 0,6,0 6) * 0,7,0 7) * 3.) cdrdao of ~x86 finds them: steffen@lorch-net:~$ cdrdao scanbus Cdrdao version 1.1.8 - (C) Andreas Mueller <andreas@daneb.de> SCSI interface library - (C) Joerg Schilling Paranoia DAE library - (C) Monty Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables. Using libscg version 'schily-0.8' 0,3,0: PLEXTOR , CD-R PX-W5224A, 1.03 0,4,0: TOSHIBA , DVD-ROM SD-M1612, 1004 0,5,0: PLEXTOR , CD-R PX-W4012S, 1.03 But in k3b there are no devices - maybe a timeout error. Btw: I can change the cdrecord (and other tools) in k3b - no change. Reproducible: Always Steps to Reproduce: 1. start k3b -> no devices found 2. rescan scsi bus -> no devices found 3. delete configs -> still no devices found 4. no devices can be added by hand Actual Results: K3b (~x86) does not find devices. Expected Results: display the devices. steffen@lorch-net:~$ sudo emerge info Portage 2.0.50-r6 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3_pre20040207-r0, 2.6.5) ================================================================= System uname: 2.6.5 i686 AMD Athlon(tm) XP 2600+ Gentoo Base System version 1.4.9 Autoconf: sys-devel/autoconf-2.59-r3 Automake: sys-devel/automake-1.8.3 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-mcpu=athlon-xp -O3 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" COMPILER="gcc3" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" CONFIG_PROTECT_MASK="/etc/afs/C /etc/afs/afsws /etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-mcpu=athlon-xp -O3 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache sandbox" GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="3dnow X Xaw3d aalib acpi afs aim alsa apm avi berkdb bonobo cdr clamav crypt cscope cups dillo dvd emacs emacs-w3 encode esd evo fam fbcon flash foomaticdb gb gdbm gif gnome gpm gstreamer gtk gtk2 gtkhtml guile icq imagemagick imap imlib innodb ipv6 jabber java jpeg kde ladcca lcms ldap leim libg++ libgda libwww linguas_de mad maildir mbox mcal mikmod mmx motif mozilla mpeg mpi msn mule mysql nas ncurses nls oggvorbis opengl oscar oss pam pda pdflib perl plotutils png postgres ppds python qt quicktime readline ruby scanner sdl slang slp snmp speex spell ssl svga tcltk tcpd tetex theora tiff truetype unicode usb vhosts videos wmf wxwindows x86 xface xml xml2 xmms xosd xv zlib" Strange... but after building Linux 2.6.6-rc2 K3b works again. I just started it again and k3b popped up to report the new devices. Well, I will reboot in Linux 2.6.5 and test again, but this is definitely strange. |