- From: Ian Abbott <abbotti_at_mev.co.uk>
- Date: Wed, 23 Feb 2005 11:39:10 +0000
On 23/02/05 09:37, Stefano Gafforelli wrote: >> >> There aren't many clues there, but based on the error you reported >> earlier (Configure failed!: Input/output error), it looks like the >> card was not detected for some reason. >> >> You could try loading the comedi module with the debug=1 option to get >> more debugging information when you run 'dmesg'. > > Hi, > what do you mean with debug=1? > We try to compile the kernel with "COMEDI verbose debug option". My mistake. That should have been "comedi_debug=1". If you have compiled with the Comedi modules with the "COMEDI verbose debug option" (actually, it might not compile without that option!), there should be a module parameter called "comedi_debug". You can unload all Comedi modules and reload the "comedi" module as follows: modprobe comedi comedi_debug=1 then reload the other modules. > Using dmesg we obtain: > > Mounted devfs on /dev > Freeing init memory: 104K > Linux Kernel Card Services > options: [pm] > IRQ103 (GPIO80): no edges > IRQ103 (GPIO80): rising edges > IRQ103 (GPIO80): rising falling edges > IRQ27 (GPIO4): rising edges > eth0: using half-duplex 10Base-T (RJ-45) > comedi: version 0.7.67.1 - David Schleef <ds_at_schleef.org> > > and when we try to configure our pcmcia NI6062E with: > "arm-linux-comedi_config /dev/comedi0 ni_mio_cs" we have no changes from > yesterday. > > The modules we are loaded : comedi.ko comedi_fc.ko 8255.ko ni_mio_cs.ko > (must we load module mite.ko so?) If you do "modprobe ni_mio_cs" it should automatically load all the modules it depends on, if they are not already loaded. If you have previously loaded the comedi module with comedi_debug=1, you should get some additional messages when you run dmesg after running arm-linux-comedi_config. -- -=( Ian Abbott _at_ MEV Ltd. E-mail: <abbotti_at_mev.co.uk> )=- -=( Tel: +44 (0)161 477 1898 FAX: +44 (0)161 718 3587 )=-
Received on 2005-02-23Z11:39:10