[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#403609: marked as done (/etc/fstab parser does not support LABEL= device nodes)



Your message dated Sun, 21 Feb 2010 15:46:53 +0100
with message-id <201002211546.53163.ewoerner@kde.org>
and subject line Re: /etc/fstab parser does not support LABEL= device nodes
has caused the Debian Bug report #403609,
regarding /etc/fstab parser does not support LABEL= device nodes
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
403609: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403609
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: udev
Version: 0.103-1
Severity: important


udev detects my USB harddrive as non removable

---------------------------------------------------------------------
deepdance:~> udevinfo -a -n /dev/sda | grep remov
    ATTR{removable}=="0"
---------------------------------------------------------------------

and thus sets the following permissions

---------------------------------------------------------------------
deepdance:~> ls -l /dev/sda*
brw-rw---- 1 root disk 8, 0 2006-12-11 21:30 /dev/sda
brw-rw---- 1 root disk 8, 1 2006-12-11 21:30 /dev/sda1
brw-rw---- 1 root disk 8, 2 2006-12-11 21:30 /dev/sda2
---------------------------------------------------------------------

Konqueror then tells me that it cannot access the drive (via
system:/media/sda1 URL for example), cause as Modestas Vainius
explains in the thread

http://lists.debian.org/debian-kde/2006/11/msg00111.html

hal refuses to mount non removeable drives.

Well since the thing is a harddisk in an USB drive its definately
removable and udev should report it as such.

It worked correctly with an earlier version of udev. The bug already
happened with udev (0.100-2.3). I do not know the exact version of udev
where it was introduced tough as I do not access that external USB
harddisk often.

It still works correctly with a Transcend USB flash drive:

---------------------------------------------------------------------
deepdance:~> udevinfo -a -n /dev/sdb | grep remov
    ATTR{removable}=="1"
deepdance:~> ls -l /dev/sdb*
brw-rw---- 1 root floppy 8, 16 2006-12-11 21:25 /dev/sdb
---------------------------------------------------------------------

Both are connected to a Hama USB hub:

---------------------------------------------------------------------
deepdance:~> lsusb
Bus 006 Device 006: ID 04b4:6830 Cypress Semiconductor Corp. USB-2.0 IDE
Adapter
Bus 006 Device 005: ID 0ea0:2168 Ours Technology, Inc. Transcend
JetFlash 2.0 / Astone USB Drive
Bus 006 Device 003: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640
USB-2.0 "TetraHub"
Bus 006 Device 002: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640
USB-2.0 "TetraHub"
---------------------------------------------------------------------

This is what the kernel drivers tell about the USB harddisk drive:

---------------------------------------------------------------------
Dec 11 21:30:44 deepdance kernel: usb 6-1.2: new high speed USB device
using ehci_hcd and address 6
Dec 11 21:30:44 deepdance kernel: usb 6-1.2: configuration #1 chosen
from 1 choice
Dec 11 21:30:44 deepdance kernel: scsi4 : SCSI emulation for USB Mass
Storage devices
Dec 11 21:30:44 deepdance kernel: usb-storage: device found at 6
Dec 11 21:30:44 deepdance kernel: usb-storage: waiting for device to
settle before scanning
Dec 11 21:30:49 deepdance kernel: Vendor: FUJITSU   Model: MHT2060AT
Rev:  0 0
Dec 11 21:30:49 deepdance kernel: Type:   Direct-Access
ANSI SCSI revision: 00
Dec 11 21:30:49 deepdance kernel: SCSI device sda: 117210240 512-byte
hdwr sectors (60012 MB)
Dec 11 21:30:49 deepdance kernel: sda: Write Protect is off
Dec 11 21:30:49 deepdance kernel: sda: Mode Sense: 33 00 00 00
Dec 11 21:30:49 deepdance kernel: sda: assuming drive cache: write
through
Dec 11 21:30:49 deepdance kernel: SCSI device sda: 117210240 512-byte
hdwr sectors (60012 MB)
Dec 11 21:30:49 deepdance kernel: sda: Write Protect is off
Dec 11 21:30:49 deepdance kernel: sda: Mode Sense: 33 00 00 00
Dec 11 21:30:49 deepdance kernel: sda: assuming drive cache: write
through
Dec 11 21:30:49 deepdance kernel: sda: sda1 sda2
Dec 11 21:30:49 deepdance kernel: sd 4:0:0:0: Attached scsi disk sda
Dec 11 21:30:49 deepdance kernel: sd 4:0:0:0: Attached scsi generic sg0
type 0
Dec 11 21:30:49 deepdance kernel: usb-storage: device scan complete
---------------------------------------------------------------------

This is the complete output of udevinfo:

---------------------------------------------------------------------
deepdance:~> udevinfo -a -n /dev/sda

Udevinfo starts with the device specified by the devpath and then
walks up the chain of parent devices. It prints for every device
found, all possible attributes in the udev rules key format.
A rule to match, can be composed by the attributes of the device
and the attributes from one single parent device.

  looking at device '/block/sda':
    KERNEL=="sda"
    SUBSYSTEM=="block"
    DRIVER==""
    ATTR{stat}=="      72      233      858      819        0        0
0        0        0      631      819"
    ATTR{size}=="117210240"
    ATTR{removable}=="0"
    ATTR{range}=="16"
    ATTR{dev}=="8:0"

  looking at parent device
'/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.2/usb6/6-1/6-1.2/6-1.2:1.0/host4/target4:0:0/4:0:0:0':
    KERNELS=="4:0:0:0"
    SUBSYSTEMS=="scsi"
    DRIVERS=="sd"
    ATTRS{ioerr_cnt}=="0x0"
    ATTRS{iodone_cnt}=="0x4f"
    ATTRS{iorequest_cnt}=="0x4f"
    ATTRS{iocounterbits}=="32"
    ATTRS{timeout}=="30"
    ATTRS{state}=="running"
    ATTRS{rev}==""
    ATTRS{model}=="MHT2060AT       "
    ATTRS{vendor}=="FUJITSU "
    ATTRS{scsi_level}=="3"
    ATTRS{type}=="0"
    ATTRS{queue_type}=="none"
    ATTRS{queue_depth}=="1"
    ATTRS{device_blocked}=="0"
    ATTRS{max_sectors}=="240"

  looking at parent device
'/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.2/usb6/6-1/6-1.2/6-1.2:1.0/host4/target4:0:0':
    KERNELS=="target4:0:0"
    SUBSYSTEMS==""
    DRIVERS==""

  looking at parent device
'/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.2/usb6/6-1/6-1.2/6-1.2:1.0/host4':
    KERNELS=="host4"
    SUBSYSTEMS==""
    DRIVERS==""

  looking at parent device
'/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.2/usb6/6-1/6-1.2/6-1.2:1.0':
    KERNELS=="6-1.2:1.0"
    SUBSYSTEMS=="usb"
    DRIVERS=="usb-storage"
    ATTRS{modalias}=="usb:v04B4p6830d0001dc00dsc00dp00ic08isc06ip50"
    ATTRS{bInterfaceProtocol}=="50"
    ATTRS{bInterfaceSubClass}=="06"
    ATTRS{bInterfaceClass}=="08"
    ATTRS{bNumEndpoints}=="02"
    ATTRS{bAlternateSetting}==" 0"
    ATTRS{bInterfaceNumber}=="00"

  looking at parent device
'/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.2/usb6/6-1/6-1.2':
    KERNELS=="6-1.2"
    SUBSYSTEMS=="usb"
    DRIVERS=="usb"
    ATTRS{configuration}==""
    ATTRS{serial}=="DEF1092C369E"
    ATTRS{product}=="USB2.0 Storage Device"
    ATTRS{manufacturer}=="Cypress Semiconductor"
    ATTRS{maxchild}=="0"
    ATTRS{version}==" 2.00"
    ATTRS{devnum}=="6"
    ATTRS{speed}=="480"
    ATTRS{bMaxPacketSize0}=="64"
    ATTRS{bNumConfigurations}=="1"
    ATTRS{bDeviceProtocol}=="00"
    ATTRS{bDeviceSubClass}=="00"
    ATTRS{bDeviceClass}=="00"
    ATTRS{bcdDevice}=="0001"
    ATTRS{idProduct}=="6830"
    ATTRS{idVendor}=="04b4"
    ATTRS{bMaxPower}=="  0mA"
    ATTRS{bmAttributes}=="c0"
    ATTRS{bConfigurationValue}=="1"
    ATTRS{bNumInterfaces}==" 1"

  looking at parent device
'/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.2/usb6/6-1':
    KERNELS=="6-1"
    SUBSYSTEMS=="usb"
    DRIVERS=="usb"
    ATTRS{configuration}==""
    ATTRS{maxchild}=="4"
    ATTRS{version}==" 2.00"
    ATTRS{devnum}=="2"
    ATTRS{speed}=="480"
    ATTRS{bMaxPacketSize0}=="64"
    ATTRS{bNumConfigurations}=="1"
    ATTRS{bDeviceProtocol}=="02"
    ATTRS{bDeviceSubClass}=="00"
    ATTRS{bDeviceClass}=="09"
    ATTRS{bcdDevice}=="0009"
    ATTRS{idProduct}=="6560"
    ATTRS{idVendor}=="04b4"
    ATTRS{bMaxPower}=="100mA"
    ATTRS{bmAttributes}=="e0"
    ATTRS{bConfigurationValue}=="1"
    ATTRS{bNumInterfaces}==" 1"

  looking at parent device
'/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.2/usb6':
    KERNELS=="usb6"
    SUBSYSTEMS=="usb"
    DRIVERS=="usb"
    ATTRS{configuration}==""
    ATTRS{serial}=="0000:03:00.2"
    ATTRS{product}=="EHCI Host Controller"
    ATTRS{manufacturer}=="Linux 2.6.18.1-ck1-tp23-sws2-2.2.8 ehci_hcd"
    ATTRS{maxchild}=="5"
    ATTRS{version}==" 2.00"
    ATTRS{devnum}=="1"
    ATTRS{speed}=="480"
    ATTRS{bMaxPacketSize0}=="64"
    ATTRS{bNumConfigurations}=="1"
    ATTRS{bDeviceProtocol}=="01"
    ATTRS{bDeviceSubClass}=="00"
    ATTRS{bDeviceClass}=="09"
    ATTRS{bcdDevice}=="0206"
    ATTRS{idProduct}=="0000"
    ATTRS{idVendor}=="0000"
    ATTRS{bMaxPower}=="  0mA"
    ATTRS{bmAttributes}=="e0"
    ATTRS{bConfigurationValue}=="1"
    ATTRS{bNumInterfaces}==" 1"

  looking at parent device
'/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.2':
    KERNELS=="0000:03:00.2"
    SUBSYSTEMS=="pci"
    DRIVERS=="ehci_hcd"
    ATTRS{broken_parity_status}=="0"
    ATTRS{enable}=="1"
    ATTRS{modalias}=="pci:v00001033d000000E0sv00001838sd00001074bc0Csc03i20"
    ATTRS{local_cpus}=="1"
    ATTRS{irq}=="11"
    ATTRS{class}=="0x0c0320"
    ATTRS{subsystem_device}=="0x1074"
    ATTRS{subsystem_vendor}=="0x1838"
    ATTRS{device}=="0x00e0"
    ATTRS{vendor}=="0x1033"

  looking at parent device
'/devices/pci0000:00/0000:00:1e.0/0000:02:00.0':
    KERNELS=="0000:02:00.0"
    SUBSYSTEMS=="pci"
    DRIVERS=="yenta_cardbus"
    ATTRS{broken_parity_status}=="0"
    ATTRS{enable}=="1"
    ATTRS{modalias}=="pci:v0000104Cd0000AC51sv00001014sd0000023Bbc06sc07i00"
    ATTRS{local_cpus}=="1"
    ATTRS{irq}=="11"
    ATTRS{class}=="0x060700"
    ATTRS{subsystem_device}=="0x023b"
    ATTRS{subsystem_vendor}=="0x1014"
    ATTRS{device}=="0xac51"
    ATTRS{vendor}=="0x104c"

  looking at parent device '/devices/pci0000:00/0000:00:1e.0':
    KERNELS=="0000:00:1e.0"
    SUBSYSTEMS=="pci"
    DRIVERS==""
    ATTRS{broken_parity_status}=="0"
    ATTRS{enable}=="1"
    ATTRS{modalias}=="pci:v00008086d00002448sv00000000sd00000000bc06sc04i00"
    ATTRS{local_cpus}=="1"
    ATTRS{irq}=="0"
    ATTRS{class}=="0x060400"
    ATTRS{subsystem_device}=="0x0000"
    ATTRS{subsystem_vendor}=="0x0000"
    ATTRS{device}=="0x2448"
    ATTRS{vendor}=="0x8086"

  looking at parent device '/devices/pci0000:00':
    KERNELS=="pci0000:00"
    SUBSYSTEMS==""
    DRIVERS==""
---------------------------------------------------------------------

I think this bug should be fixed prior to Etch if it does not just
happen with my USB harddisk as otherwise a lot of users will find
Konqueror unable to access USB harddisks without manual intervention.

pmount mounts the USB harddrive just fine.

Versions of packages related to this bug report:

---------------------------------------------------------------------
deepdance:~> dpkg -l | cut -c1-70 | egrep "(udev|hal|konqueror)"
ii  hal                                           0.5.8.1-4
ii  hal-device-manager                            0.5.8.1-4
ii  konqueror                                     3.5.5a.dfsg.1-2
ii  konqueror-nsplugins                           3.5.5a.dfsg.1-2
ii  libhal-storage1                               0.5.8.1-4
ii  libhal1                                       0.5.8.1-4
ii  udev                                          0.103-1
---------------------------------------------------------------------

This happens on an IBM ThinkPad T23. The mentioned USB hub is connected
to the NEC PCMCIA USB controller stated below:

---------------------------------------------------------------------
deepdance:~> lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation 82830 830 Chipset Host
Bridge [8086:3575] (rev 04)
00:01.0 PCI bridge [0604]: Intel Corporation 82830 830 Chipset AGP
Bridge [8086:3576] (rev 04)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801CA/CAM USB (Hub
#1) [8086:2482] (rev 02)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801CA/CAM USB (Hub
#2) [8086:2484] (rev 02)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801CA/CAM USB (Hub
#3) [8086:2487] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge
[8086:2448] (rev 42)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801CAM ISA Bridge (LPC)
[8086:248c] (rev 02)
00:1f.1 IDE interface [0101]: Intel Corporation 82801CAM IDE U100
[8086:248a] (rev 02)
00:1f.3 SMBus [0c05]: Intel Corporation 82801CA/CAM SMBus Controller
[8086:2483] (rev 02)
00:1f.5 Multimedia audio controller [0401]: Intel Corporation
82801CA/CAM AC'97 Audio Controller [8086:2485] (rev 02)
01:00.0 VGA compatible controller [0300]: S3 Inc. SuperSavage IX/C SDR
[5333:8c2e] (rev 05)
02:00.0 CardBus bridge [0607]: Texas Instruments PCI1420 [104c:ac51]
02:00.1 CardBus bridge [0607]: Texas Instruments PCI1420 [104c:ac51]
02:02.0 Communication controller [0780]: Agere Systems WinModem 56k
[11c1:0449] (rev 01)
02:08.0 Ethernet controller [0200]: Intel Corporation 82801CAM (ICH3)
PRO/100 VE (LOM) Ethernet Controller [8086:1031] (rev 42)
03:00.0 USB Controller [0c03]: NEC Corporation USB [1033:0035] (rev 43)
03:00.1 USB Controller [0c03]: NEC Corporation USB [1033:0035] (rev 43)
03:00.2 USB Controller [0c03]: NEC Corporation USB 2.0 [1033:00e0] (rev
04)
---------------------------------------------------------------------

Kernel is 2.6.18.1 + Con Koliva responsiveness patches + sws2:

---------------------------------------------------------------------
deepdance:~> cat /proc/version
Linux version 2.6.18.1-ck1-tp23-sws2-2.2.8 (root@deepdance) (gcc-Version
4.1.2 20060901 (prerelease) (Debian 4.1.1-13)) #1 PREEMPT Wed Oct 25
11:55:21 CEST 2006
---------------------------------------------------------------------

-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
insgesamt 8
lrwxrwxrwx 1 root root  39 2006-12-11 10:25 020_libgphoto2_generic-ptp_support.rules -> ../libgphoto2_generic_ptp_support.rules
lrwxrwxrwx 1 root root  20 2006-06-22 22:15 020_permissions.rules -> ../permissions.rules
lrwxrwxrwx 1 root root  19 2006-06-22 22:15 025_libgphoto2.rules -> ../libgphoto2.rules
lrwxrwxrwx 1 root root  16 2006-08-12 11:30 025_libsane.rules -> ../libsane.rules
lrwxrwxrwx 1 root root  22 2006-06-22 22:15 025_logitechmouse.rules -> ../logitechmouse.rules
lrwxrwxrwx 1 root root  16 2006-06-22 22:15 030_ifplugd.rules -> ../ifplugd.rules
lrwxrwxrwx 1 root root  15 2006-06-22 22:15 85-pcmcia.rules -> ../pcmcia.rules
lrwxrwxrwx 1 root root  15 2006-08-29 08:44 libnjb.rules -> ../libnjb.rules
lrwxrwxrwx 1 root root  17 2006-06-22 22:15 thinkpad.rules -> ../thinkpad.rules
lrwxrwxrwx 1 root root  13 2006-06-22 22:15 udev.rules -> ../udev.rules
lrwxrwxrwx 1 root root  25 2006-06-22 22:15 z20_persistent-input.rules -> ../persistent-input.rules
lrwxrwxrwx 1 root root  19 2006-06-22 22:15 z20_persistent.rules -> ../persistent.rules
-rw-r--r-- 1 root root 655 2006-08-28 13:43 z25_persistent-cd.rules
-rw-r--r-- 1 root root 622 2006-10-03 12:27 z25_persistent-net.rules
lrwxrwxrwx 1 root root  33 2006-06-22 22:15 z45_persistent-net-generator.rules -> ../persistent-net-generator.rules
lrwxrwxrwx 1 root root  12 2006-06-22 22:15 z50_run.rules -> ../run.rules
lrwxrwxrwx 1 root root  16 2006-06-22 22:15 z55_hotplug.rules -> ../hotplug.rules
lrwxrwxrwx 1 root root  19 2006-06-22 22:15 z60_alsa-utils.rules -> ../alsa-utils.rules
lrwxrwxrwx 1 root root  15 2006-06-22 22:15 z60_hdparm.rules -> ../hdparm.rules
lrwxrwxrwx 1 root root  33 2006-06-22 22:15 z60_xserver-xorg-input-wacom.rules -> ../xserver-xorg-input-wacom.rules
lrwxrwxrwx 1 root root  29 2006-08-24 10:55 z75_cd-aliases-generator.rules -> ../cd-aliases-generator.rules
lrwxrwxrwx 1 root root  12 2006-11-28 21:10 z99_hal.rules -> ../hal.rules

-- /sys/:
/sys/block/fd0/dev
/sys/block/hda/dev
/sys/block/hda/hda1/dev
/sys/block/hda/hda2/dev
/sys/block/hda/hda3/dev
/sys/block/hda/hda4/dev
/sys/block/hda/hda5/dev
/sys/block/hda/hda6/dev
/sys/block/hda/hda7/dev
/sys/block/hda/hda8/dev
/sys/block/hdc/dev
/sys/block/loop0/dev
/sys/block/loop1/dev
/sys/block/loop2/dev
/sys/block/loop3/dev
/sys/block/loop4/dev
/sys/block/loop5/dev
/sys/block/loop6/dev
/sys/block/loop7/dev
/sys/block/sda/dev
/sys/block/sda/sda1/dev
/sys/block/sda/sda2/dev
/sys/block/sdb/dev
/sys/class/drm/card0/dev
/sys/class/graphics/fb0/dev
/sys/class/input/input0/event0/dev
/sys/class/input/input18/event2/dev
/sys/class/input/input18/mouse0/dev
/sys/class/input/input19/event3/dev
/sys/class/input/input19/mouse1/dev
/sys/class/input/input1/event1/dev
/sys/class/input/input4/event4/dev
/sys/class/input/mice/dev
/sys/class/misc/agpgart/dev
/sys/class/misc/device-mapper/dev
/sys/class/misc/hpet/dev
/sys/class/misc/hw_random/dev
/sys/class/misc/nvram/dev
/sys/class/misc/psaux/dev
/sys/class/misc/rtc/dev
/sys/class/misc/snapshot/dev
/sys/class/misc/tun/dev
/sys/class/misc/uinput/dev
/sys/class/printer/lp0/dev
/sys/class/scsi_generic/sg0/dev
/sys/class/scsi_generic/sg1/dev
/sys/class/sound/adsp/dev
/sys/class/sound/audio/dev
/sys/class/sound/controlC0/dev
/sys/class/sound/dsp/dev
/sys/class/sound/mixer/dev
/sys/class/sound/pcmC0D0c/dev
/sys/class/sound/pcmC0D0p/dev
/sys/class/sound/pcmC0D1c/dev
/sys/class/sound/seq/dev
/sys/class/sound/sequencer2/dev
/sys/class/sound/sequencer/dev
/sys/class/sound/timer/dev
/sys/class/usb_device/usbdev1.1/dev
/sys/class/usb_device/usbdev1.6/dev
/sys/class/usb_device/usbdev2.1/dev
/sys/class/usb_device/usbdev3.1/dev
/sys/class/usb_device/usbdev4.1/dev
/sys/class/usb_device/usbdev5.1/dev
/sys/class/usb_device/usbdev6.1/dev
/sys/class/usb_device/usbdev6.2/dev
/sys/class/usb_device/usbdev6.3/dev
/sys/class/usb_device/usbdev6.5/dev
/sys/class/usb_device/usbdev6.6/dev
/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usbdev1.1_ep81/dev
/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1:1.0/usbdev1.6_ep81/dev
/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/usbdev1.6_ep00/dev
/sys/devices/pci0000:00/0000:00:1d.0/usb1/usbdev1.1_ep00/dev
/sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usbdev2.1_ep81/dev
/sys/devices/pci0000:00/0000:00:1d.1/usb2/usbdev2.1_ep00/dev
/sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usbdev3.1_ep81/dev
/sys/devices/pci0000:00/0000:00:1d.2/usb3/usbdev3.1_ep00/dev
/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.0/usb4/4-0:1.0/usbdev4.1_ep81/dev
/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.0/usb4/usbdev4.1_ep00/dev
/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.1/usb5/5-0:1.0/usbdev5.1_ep81/dev
/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.1/usb5/usbdev5.1_ep00/dev
/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.2/usb6/6-0:1.0/usbdev6.1_ep81/dev
/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.2/usb6/6-1/6-1:1.0/usbdev6.2_ep81/dev
/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.2/usb6/6-1/6-1.2/6-1.2:1.0/usbdev6.6_ep02/dev
/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.2/usb6/6-1/6-1.2/6-1.2:1.0/usbdev6.6_ep88/dev
/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.2/usb6/6-1/6-1.2/usbdev6.6_ep00/dev
/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.2/usb6/6-1/6-1.3/6-1.3:1.0/usbdev6.5_ep02/dev
/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.2/usb6/6-1/6-1.3/6-1.3:1.0/usbdev6.5_ep81/dev
/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.2/usb6/6-1/6-1.3/6-1.3:1.0/usbdev6.5_ep83/dev
/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.2/usb6/6-1/6-1.3/usbdev6.5_ep00/dev
/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.2/usb6/6-1/6-1.4/6-1.4:1.0/usbdev6.3_ep81/dev
/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.2/usb6/6-1/6-1.4/usbdev6.3_ep00/dev
/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.2/usb6/6-1/usbdev6.2_ep00/dev
/sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/0000:03:00.2/usb6/usbdev6.1_ep00/dev

-- Kernel configuration:
 isapnp_init not present.


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.1-ck1-tp23-sws2-2.2.8
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)

Versions of packages udev depends on:
ii  debconf [debconf-2.0]        1.5.8       Debian configuration management sy
ii  libc6                        2.3.6.ds1-8 GNU C Library: Shared libraries
ii  libselinux1                  1.32-3      SELinux shared libraries
ii  libvolume-id0                0.103-1     libvolume_id shared library
ii  lsb-base                     3.1-22      Linux Standard Base 3.1 init scrip

udev recommends no packages.

-- debconf information:
  udev/new_kernel_needed: false
  udev/devfs-warning:
  udev/reboot_needed:
  udev/reboot-warning:


--- End Message ---
--- Begin Message ---
Version: 4:3.90.1-1

The bug you reported has been fixed in KDE SC 4.0 by the removal of the media 
ioslave


--- End Message ---

Reply to: