You are not logged in.

#1 2006-08-16 07:54:49

kanpio
Member
From: Poland/Wrocław
Registered: 2006-01-25
Posts: 49

No floppy in media:/ under KDE with hal-0.5.7.1-1

There is no floppy in media:/ under KDE (kdebase 3.5.4-5) with hal-0.5.7.1-1. Downgrading to hal-0.5.7-2 makes it working. Is it a bug or something wrong with my configuration?

Offline

#2 2006-08-16 08:07:17

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: No floppy in media:/ under KDE with hal-0.5.7.1-1

Does the floppy device show up in the output of lshal (search for floppy).
Please post the output of the floppy device section for both 0.5.7.1 and 0.5.7, these sections should be different in this case.

Offline

#3 2006-08-16 11:24:43

kanpio
Member
From: Poland/Wrocław
Registered: 2006-01-25
Posts: 49

Re: No floppy in media:/ under KDE with hal-0.5.7.1-1

When I have hal 0.5.7-2:

lshal -l -u /org/freedesktop/Hal/devices/platform_floppy_0

udi = '/org/freedesktop/Hal/devices/platform_floppy_0'
  info.udi = '/org/freedesktop/Hal/devices/platform_floppy_0'  (string)
  linux.subsystem = 'platform'  (string)
  linux.hotplug_type = 1  (0x1)  (int)
  info.product = 'Platform Device (floppy.0)'  (string)
  platform.id = 'floppy.0'  (string)
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.bus = 'platform'  (string)
  linux.sysfs_path_device = '/sys/devices/platform/floppy.0'  (string)
  linux.sysfs_path = '/sys/devices/platform/floppy.0'  (string)

lshal -l -u /org/freedesktop/Hal/devices/platform_floppy_0_storage

udi = '/org/freedesktop/Hal/devices/platform_floppy_0_storage'
  volume.mount.valid_options = {'ro', 'sync', 'dirsync', 'noatime', 'nodiratime', 'noexec', 'quiet', 'utf8',
  'shortname=', 'codepage=', 'iocharset=', 'umask=', 'uid='} (string list)
  org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-system-storage-mount', 'hal-system-storage-unmount',
  'hal-system-storage-eject'} (string list) org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'}
  (string list) org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
  info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list) block.storage_device =
  '/org/freedesktop/Hal/devices/platform_floppy_0_storage' (string) info.udi =
  '/org/freedesktop/Hal/devices/platform_floppy_0_storage' (string) info.capabilities = {'storage', 'block'} (string
  list) info.category = 'storage' (string) storage.requires_eject = false (bool) storage.hotpluggable = false (bool)
  storage.removable = true (bool) storage.physical_device = '/org/freedesktop/Hal/devices/platform_floppy_0' (string)
  storage.drive_type = 'floppy' (string) info.product = 'PC Floppy Drive' (string) info.vendor = '' (string)
  storage.vendor = 'PC Floppy Drive' (string) storage.model = '' (string) storage.automount_enabled_hint = true (bool)
  storage.media_check_enabled = false (bool) storage.no_partitions_hint = true (bool) storage.bus = 'platform'
  (string) block.is_volume = false (bool) block.minor = 0 (0x0) (int) block.major = 2 (0x2) (int) block.device =
  '/dev/fd0' (string) linux.hotplug_type = 3 (0x3) (int) info.parent =
  '/org/freedesktop/Hal/devices/platform_floppy_0' (string) linux.sysfs_path_device = '/sys/block/fd0' (string)
  linux.sysfs_path = '/sys/block/fd0' (string)

When I install hal 0.5.7.1-1 there is only

/org/freedesktop/Hal/devices/platform_floppy_0

there is no

/org/freedesktop/Hal/devices/platform_floppy_0_storage

And when I type

lshal -l -u /org/freedesktop/Hal/devices/platform_floppy_0 

udi = '/org/freedesktop/Hal/devices/platform_floppy_0'
  info.udi = '/org/freedesktop/Hal/devices/platform_floppy_0'  (string)
  linux.subsystem = 'platform'  (string)
  linux.hotplug_type = 1  (0x1)  (int)
  info.product = 'Platform Device (floppy.0)'  (string)
  platform.id = 'floppy.0'  (string)
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.bus = 'platform'  (string)
  linux.sysfs_path_device = '/sys/devices/platform/floppy.0'  (string)
  linux.sysfs_path = '/sys/devices/platform/floppy.0'  (string)

Offline

#4 2006-08-16 19:11:06

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: No floppy in media:/ under KDE with hal-0.5.7.1-1

What kernel do you use?

Offline

#5 2006-08-16 21:15:21

kanpio
Member
From: Poland/Wrocław
Registered: 2006-01-25
Posts: 49

Re: No floppy in media:/ under KDE with hal-0.5.7.1-1

2.6.17.beyond3-1

Offline

#6 2006-08-17 17:26:41

ToLo
Member
From: Flensburg/Germany
Registered: 2006-02-12
Posts: 36

Re: No floppy in media:/ under KDE with hal-0.5.7.1-1

I'm missing my floppy the same way too
kernel26 2.6.17.4-2
greetings

Offline

#7 2006-08-17 17:29:53

brazzmonkey
Member
From: between keyboard and chair
Registered: 2006-03-16
Posts: 818

Re: No floppy in media:/ under KDE with hal-0.5.7.1-1

yup, same here. mounting from cli works properly, though.


what goes up must come down

Offline

#8 2006-08-25 01:28:58

m123
Member
Registered: 2006-03-16
Posts: 29

Re: No floppy in media:/ under KDE with hal-0.5.7.1-1

Same issue here. Just updated kde and hal (pacman -Syu) today and the floppy icon disappeared.

Please note that a previous bug in kde was supposed to be solved in 3.5.4 http://bugs.kde.org/show_bug.cgi?id=120619

Look at posts 29 & 32. Could that be a hint to look at hal configuration?

Offline

#9 2006-09-03 08:49:56

jourdan
Member
From: Canada
Registered: 2006-01-22
Posts: 40

Re: No floppy in media:/ under KDE with hal-0.5.7.1-1

I just posted about this, except I'm using Gnome.

http://bbs.archlinux.org/viewtopic.php?p=190831#190831

Any solutions as yet?

Offline

#10 2006-09-27 21:57:17

m123
Member
Registered: 2006-03-16
Posts: 29

Re: No floppy in media:/ under KDE with hal-0.5.7.1-1

A bug has been filed for this. http://bugs.archlinux.org/task/5377
A new patched version of hal has just been released by the developpers and solves the bug. Thanks to them all.

Please mark this thread as [solved]

Offline

#11 2006-10-07 11:12:06

kanpio
Member
From: Poland/Wrocław
Registered: 2006-01-25
Posts: 49

Re: No floppy in media:/ under KDE with hal-0.5.7.1-1

hal-0.5.8.1-1.pkg.tar.gz doesn't solve the problem in my case. Or maybe you mind other 'new version' of hal.

Offline

#12 2006-10-07 14:47:53

m123
Member
Registered: 2006-03-16
Posts: 29

Re: No floppy in media:/ under KDE with hal-0.5.7.1-1

Have you added the "floppy" module to your rc.conf MODULE= list? (Since kernel 2.6.18, if you don't do that, floppies are broken. And as hal 0.5.8.1 was introduced at the same time kernel 2.16.18 was, I guess you have this new kernel).

Offline

Board footer

Powered by FluxBB