Re: [Emc-developers] Error with hm_7i43

2009-02-05 Thread Sebastian Kuzminsky
> Eric H. Johnson wrote: > >> Sebastian, >> >> The response from ls is: >> ls: cannot access /lib/... : No such file or directory. >> >> What sets that? I installed from cvs, but never ran either emc2-install.sh >> or apt-get install build-dep. What sets it? You do :-P If you configure with --

Re: [Emc-developers] Error with hm_7i43

2009-02-05 Thread Stephen Wille Padnos
Eric H. Johnson wrote: >Sebastian, > >The response from ls is: >ls: cannot access /lib/... : No such file or directory. > >What sets that? I installed from cvs, but never ran either emc2-install.sh >or apt-get install build-dep. > > The file you're trying to look at doesn't exist. This is the

Re: [Emc-developers] Error with hm_7i43

2009-02-05 Thread Eric H. Johnson
Sebastian, The response from ls is: ls: cannot access /lib/... : No such file or directory. What sets that? I installed from cvs, but never ran either emc2-install.sh or apt-get install build-dep. Regards, Eric Ah hah, that's quite a useful error message. Is /lib/firmware/hm2 a symlink to whe

Re: [Emc-developers] Error with hm_7i43

2009-02-05 Thread Sebastian Kuzminsky
Eric H. Johnson wrote: > Steve, > >>> When do you get the disabled "error"? << > > It is in dmesg after emc shuts down. EMC shuts down with the following > messages: > > insmod: error inserting '/home/emcadmin/emc2/rtlib/hm2_7i43.ko': -1 Unknown > symbol in module. > hostmot2.hal:17: exit value:

Re: [Emc-developers] Error with hm_7i43

2009-02-05 Thread Eric H. Johnson
Steve, >> When do you get the disabled "error"? << It is in dmesg after emc shuts down. EMC shuts down with the following messages: insmod: error inserting '/home/emcadmin/emc2/rtlib/hm2_7i43.ko': -1 Unknown symbol in module. hostmot2.hal:17: exit value: 1 hostmot2.hal:17: insmod failed, returne

Re: [Emc-developers] Error with hm_7i43

2009-02-05 Thread Stephen Wille Padnos
Eric H. Johnson wrote: >Sebastian, > >After my last build, with the settings shown below, I got the "parport_pc >00:07: disabled" error. When looking at proc/ioports there is nothing listed >for 0378. > >0376-0376 : :00:lf.1 >03c0-03df : vga+ > > When do you get the disabled "error"? There

Re: [Emc-developers] Error with hm_7i43

2009-02-05 Thread Eric H. Johnson
Sebastian, After my last build, with the settings shown below, I got the "parport_pc 00:07: disabled" error. When looking at proc/ioports there is nothing listed for 0378. 0376-0376 : :00:lf.1 03c0-03df : vga+ I also tried setting all PARPORT values to 'n', but that resulted in the parport_p

Re: [Emc-developers] Error with hm_7i43

2009-02-05 Thread Sebastian Kuzminsky
Eric H. Johnson wrote: > I keep going back and forth between two errors. > > 1> Make sure kernel module 'parport' is unloaded. > 2> parport_pc 00:07: disabled > > Here are my settings for the various references to parport. > > CONFIG_PARPORT=n > CONFIG_PARPORT_PC=m > CONFIG_PARPORT_SERIAL=m > CO

Re: [Emc-developers] Error with hm_7i43

2009-02-05 Thread Eric H. Johnson
Jeff, et all, I keep going back and forth between two errors. 1> Make sure kernel module 'parport' is unloaded. 2> parport_pc 00:07: disabled Here are my settings for the various references to parport. CONFIG_PARPORT=n CONFIG_PARPORT_PC=m CONFIG_PARPORT_SERIAL=m CONFIG_PARPORT_PC_FIFO=y CONFIG_

Re: [Emc-developers] Error with hm_7i43

2009-02-04 Thread Stephen Wille Padnos
Eric H. Johnson wrote: >Jeff, > >Ok, got past that. Thanks. The next error is: > >Request region (378) failed >Make sure the kernel module 'parport' is unloaded. > >I edited the configuration and set everything referencing parport to 'n'. >There were six instances. After rebuilding I still get the

Re: [Emc-developers] Error with hm_7i43

2009-02-04 Thread Eric H. Johnson
Jeff, Ok, got past that. Thanks. The next error is: Request region (378) failed Make sure the kernel module 'parport' is unloaded. I edited the configuration and set everything referencing parport to 'n'. There were six instances. After rebuilding I still get the same error. Regards, Eric I th

Re: [Emc-developers] Error with hm_7i43

2009-02-04 Thread Jeff Epler
On Wed, Feb 04, 2009 at 08:37:16AM -0500, Eric H. Johnson wrote: > Sebastian, et al, > > I don't know if you have been following the SMP threads, but I basically > have EMC working on the Atom 330 with multi-processor support. When I pulled > over my working configuration using the 7i43, I now get

[Emc-developers] Error with hm_7i43

2009-02-04 Thread Eric H. Johnson
Sebastian, et al, I don't know if you have been following the SMP threads, but I basically have EMC working on the Atom 330 with multi-processor support. When I pulled over my working configuration using the 7i43, I now get an error with unknown symbols. After loadrt hm2_7i43... DMesg reports: Un