On Thu, 2011-08-25 at 12:56 -0700, Kirk Wallace wrote: > On Thu, 2011-08-25 at 20:35 +0100, andy pugh wrote: > > On 25 August 2011 20:25, Viesturs Lācis <[email protected]> wrote: > > > > > What draws my attention is that lp0 is using parport0. > > > Should it be like that or is this the cause of problem that parport is > > > used by something else? > > > > That could be the problem. > > > > Does lsmod show lp? And if so, does > > sudo modprobe -r lp > > help EMC2 to boot. > > > > sudo modprobe -r lp (lp reload or reset)
Oops. I ASSuMEd. I checked man, -r = remove (I usually use "sudo rmmod lp") So sudo modprobe -r lp sudo modprobe lp dmesg will reset, but if the EMC2 computer doesn't have a printer, I would lp unloaded. " I see it in these 2 consecutive lines: lp 7028 0 parport 30764 3 ppdev,parport_pc,lp " I seem to recall in EMC2's past that ppdev, parport_pc and lp should not be loaded, but the latest EMC2 version could live with them, so rmmod'ing all three should be okay for testing, maybe. > > might change: > ... > [ 8.895228] parport_pc 00:09: reported by Plug and Play ACPI > [ 8.895298] parport0: PC-style at 0x378, irq 7 [PCSPP] > ... > > to > ... > [ 8.895228] parport_pc 00:09: reported by Plug and Play ACPI > [ 8.895298] parport0: PC-style at 0x378, irq 7 [EPP] > ... > > after running "sudo ./showport 0378 0778 e" > plus "dmesg" again. > > > -- Kirk Wallace http://www.wallacecompany.com/machine_shop/ http://www.wallacecompany.com/E45/index.html California, USA ------------------------------------------------------------------------------ EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more powerful than alternatives and 25% more efficient. Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
