PLEX86  x86- Virtual Machine (VM) Program
 Plex86  |  CVS  |  Mailing List  |  Download  |  Linux  |  Newsgroups

I really need some help here udevhotplugusbusbmount etc etc. 2027


Your Ad Here

Your Ad Here

Bob Hauck

Actually what I have now does work, and yes, usbmount and hotplug are both now obsoleted by udev.

My udev handles all change of device events, and although it has stub calls to link to historical hotplug stuff, usbmount has been utterly ignored.

Once I had a working system with a udev that worked with the kernel, it was a trivial issue.

Create a new rule inetc-udev

This file is called 0.Nikon.rules

BUS=="scsi", SYSFS{model}=="NIKON DSC E775 ", SYMLINK+="Nikon" BUS=="scsi", SYSFS{model}=="NIKON DSC E775 ", ACTION=="add" RUN+="-bin-mountdev-Nikonmedia-camera"

I really need some help here udevhotplugusbusbmount etc etc. 2032
Not counting embedded systems with fixed hardware, all of my boxes running stable have hotplug. Some of them have udev, some don't, mostly depending on how old the...

and is symlinked toetc-udev-rules.d-0.Nikon.rules

Provided usb-storage is loaded (I think udev does this as part of its startup, which is why the broken udev-kernel relationship didn't load it) the plugging in of the camera will generate a udev event that has (amongst a lot of other stuff) a Scsi event involving the camera as uniquely ID'ed ..this rule is unique to that, and both sets up a symlink to a reliable device point for the formatted device..(I suspect it makes and breaks a link to the raw device as well actually..maybe NAME=="sd?1" would sort that?) and the second line (could that be concatenated with the first?) using RUN rather than PROGRAM (PROGRAM runs BEFORE the symlink. RUN commands are grouped and run AFTER the main work of udev) mounts the device just where I want it.

Investigation shows that all removable block devices are unmounted post removal by the HAL subsystem, (seeetc-hal-* andetc-udev-hal.rules) so I haven't bothered to explicitly dismount it. A quick test seems to show its unmounted after switching the camera off.

I really need some help here udevhotplugusbusbmount etc etc. 2028
There is no way that something in stable would want to pull in something from unstable or testing. That has NEVER...

I probably have some perms to fix up to allow the pictures to be erased. and maybe some sync issues as well - USB flash doesn't like lots of writes...but the basic problem is resolved.

I can see the camera via a samba mount and my wife can see it via a appletalk mount.

Which is, after all, all I wanted..

I really need some help here udevhotplugusbusbmount etc etc. 2029
Bob Hauck I don't know. I got an installation CD from a friend, and just...

It DID. I e-mail Marco, and he swore blind it wouldn't, but it did.

The startup file explicitly checks the kernel and aborts if its lower than that.

However the package install did not abort when I grabbed and installed it.

I really need some help here udevhotplugusbusbmount etc etc. 2031
Bob Hauck Perhaps you should make your own CDs Exactly - I doubt it was customized, but cerainly possible. Precisely - on a per user basis perhaps?.. I don't know the exact particulars - but for...

Search the net and you will find that this is not an isolated occurrence with this package...;-)

You have modified your apt setup in an unsupported way, or

No, I didn't. I did not know enough to do that, then. Until I explicitly downloaded an unstable kernel and used teh crude method to install it. Which FIXED the problem,

I did. There is, or *was* till I sent an email, a brorken dependency situation on the debian stable udev package.



Your Ad Here

List | Previous | Next

I really need some help here udevhotplugusbusbmount etc etc. 2028

Linux groups from Newsgroups

The #1 Usenet Provider on the Internet

I really need some help here udevhotplugusbusbmount etc etc. 2026