Re: glibc probleme in wisp-dist

View: New views
5 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: glibc probleme in wisp-dist

by Vladimir Ivashchenko :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Either you have to compile upgrade glibc in wisp-dist, or you can
compile everything with an older distribution which uses compatible
glibc (such as RH9).

On Fri, 2005-12-09 at 14:12 -0500, Michael Plourde wrote:

> Hi,
> i'm trying to compile tools for madwifi such as athstats. I'm using an
> wisp-dist image with kernel 2.4-25 source to compile the tools on another
> x86 machine, but when i try to run it on the wrap board i've got this error:
>  athstats: /lib/libc.so.6: version `GLIBC_2.3' not found
>
> Do i have to install glibc2.3 on my wisp-dist or can i just compile with
> some option to use glibc2.x ?
>
> Thank for your help,
>
> Michael Plourde
> Digicom Technologie
--
Best Regards,
Vladimir Ivashchenko
Chief Technology Officer
Thunderworx Cyprus - www.thunderworx.com



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
leaf-wisp-dist mailing list
leaf-wisp-dist@...
https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist

Parent Message unknown Re: Re: glibc probleme in wisp-dist

by Vladimir Ivashchenko :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Ok, it is an interrupt problem.

Edit /etc/default/pcmcia:

PCIC=i82365
PCIC_OPTS="irq_mode=0 pci_csc=0 poll_interval=100"

If it won't help, try the following

PCIC=i82365
PCIC_OPTS="irq_list=0"


On Tue, 2005-12-13 at 10:44 -0700, Dan Kosek wrote:

> Hi Vladimir,  Sorry for my error in understanding, here is the cat of
> /proc/interrupts;
>
> wisprouter: -root-
> # cat /proc/interrupts
>            CPU0
>   0:      18671          XT-PIC  timer
>   1:         72          XT-PIC  keyboard
>   2:          0          XT-PIC  cascade
>   4:          9          XT-PIC  serial
>   7:          0          XT-PIC  hostap_cs
>   9:          0          XT-PIC  i82365
>  12:        255          XT-PIC  eth0, i82365
>  14:       7285          XT-PIC  ide0
> NMI:          0
> ERR:          0
>
> Dan
>
>
> Vladimir Ivashchenko wrote:
>
> >I meant "cat /proc/interrupts"
> >
> >On Tue, 2005-12-13 at 07:52 -0700, Dan Kosek wrote:
> >  
> >
> >>How do I get that data for you?  The way I did it below doesn't work.
> >>
> >>wisprouter: -root-
> >># /proc/interrupts
> >>/proc/interrupts: permission denied
> >>
> >>Neither does ./interrupts from the /proc directory.
> >>
> >>wisprouter: -root-
> >># ./interrupts
> >>./interrupts: permission denied
> >>
> >>I hope we can find a quick resolution.
> >>
> >>Dan
> >>
> >>
> >>Vladimir Ivashchenko wrote:
> >>
> >>    
> >>
> >>>It looks like an IRQ routing problem.
> >>>
> >>>Please send output of /proc/interrupts
> >>>
> >>>On Mon, 2005-12-12 at 21:57 -0700, Dan Kosek wrote:
> >>>
> >>>
> >>>      
> >>>
> >>>>Vladimir,
> >>>>
> >>>>I'm not sure how I got the email shown below, though I suspect you get a few emails a day.  My problem is far different.  I normally use the soekris board, but now I am trying to setup Wisp-Dist on a VIA mini-itx (EPIA MII6000E) with an integrated pcmcia slot (600mhz, 256Mb ram, and the latest version (1.3.1p35) and I get the following error:
> >>>>
> >>>>"hostap_cs: netcs0 Tx timed out!"
> >>>>
> >>>>The error keeps repeating and no stations can associate to this unit (I'm trying to run it in "Master" mode.  Radio card is an XI-300.  I added the via-rhine comment to the modules file in the /etc/ directory to get the eth0 operational.  I have tried the pcmcia card via the pci slot (with adapter) as netcs2 with the same error.
> >>>>
> >>>>Any help or directions you can give would be greatly appreciated.  I need to install this system yesterday ... of course.
> >>>>
> >>>>Dan
> >>>>

--
Best Regards,
Vladimir Ivashchenko
Chief Technology Officer
Thunderworx Cyprus - www.thunderworx.com



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
leaf-wisp-dist mailing list
leaf-wisp-dist@...
https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist

Parent Message unknown Re: Re: glibc probleme in wisp-dist

by Vladimir Ivashchenko :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


You are welcome. :)

On Tue, 2005-12-13 at 12:48 -0700, Dan Kosek wrote:

> THANK YOU, THANK YOU, THANK YOU!!!!!
>
> The first option fixed the problem.  Now I can associate to the system.  
> No more errors.
>
>
> Dan
>
>
> Vladimir Ivashchenko wrote:
>
> >Ok, it is an interrupt problem.
> >
> >Edit /etc/default/pcmcia:
> >
> >PCIC=i82365
> >PCIC_OPTS="irq_mode=0 pci_csc=0 poll_interval=100"
> >
> >If it won't help, try the following
> >
> >PCIC=i82365
> >PCIC_OPTS="irq_list=0"
> >
> >
> >On Tue, 2005-12-13 at 10:44 -0700, Dan Kosek wrote:
> >  
> >
> >>Hi Vladimir,  Sorry for my error in understanding, here is the cat of
> >>/proc/interrupts;
> >>
> >>wisprouter: -root-
> >># cat /proc/interrupts
> >>           CPU0
> >>  0:      18671          XT-PIC  timer
> >>  1:         72          XT-PIC  keyboard
> >>  2:          0          XT-PIC  cascade
> >>  4:          9          XT-PIC  serial
> >>  7:          0          XT-PIC  hostap_cs
> >>  9:          0          XT-PIC  i82365
> >> 12:        255          XT-PIC  eth0, i82365
> >> 14:       7285          XT-PIC  ide0
> >>NMI:          0
> >>ERR:          0
> >>
> >>Dan
> >>
> >>
> >>Vladimir Ivashchenko wrote:
> >>
> >>    
> >>
> >>>I meant "cat /proc/interrupts"
> >>>
> >>>On Tue, 2005-12-13 at 07:52 -0700, Dan Kosek wrote:
> >>>
> >>>
> >>>      
> >>>
> >>>>How do I get that data for you?  The way I did it below doesn't work.
> >>>>
> >>>>wisprouter: -root-
> >>>># /proc/interrupts
> >>>>/proc/interrupts: permission denied
> >>>>
> >>>>Neither does ./interrupts from the /proc directory.
> >>>>
> >>>>wisprouter: -root-
> >>>># ./interrupts
> >>>>./interrupts: permission denied
> >>>>
> >>>>I hope we can find a quick resolution.
> >>>>
> >>>>Dan
> >>>>
> >>>>
> >>>>Vladimir Ivashchenko wrote:
> >>>>
> >>>>  
> >>>>
> >>>>        
> >>>>
> >>>>>It looks like an IRQ routing problem.
> >>>>>
> >>>>>Please send output of /proc/interrupts
> >>>>>
> >>>>>On Mon, 2005-12-12 at 21:57 -0700, Dan Kosek wrote:
> >>>>>
> >>>>>
> >>>>>    
> >>>>>
> >>>>>          
> >>>>>
> >>>>>>Vladimir,
> >>>>>>
> >>>>>>I'm not sure how I got the email shown below, though I suspect you get a few emails a day.  My problem is far different.  I normally use the soekris board, but now I am trying to setup Wisp-Dist on a VIA mini-itx (EPIA MII6000E) with an integrated pcmcia slot (600mhz, 256Mb ram, and the latest version (1.3.1p35) and I get the following error:
> >>>>>>
> >>>>>>"hostap_cs: netcs0 Tx timed out!"
> >>>>>>
> >>>>>>The error keeps repeating and no stations can associate to this unit (I'm trying to run it in "Master" mode.  Radio card is an XI-300.  I added the via-rhine comment to the modules file in the /etc/ directory to get the eth0 operational.  I have tried the pcmcia card via the pci slot (with adapter) as netcs2 with the same error.
> >>>>>>
> >>>>>>Any help or directions you can give would be greatly appreciated.  I need to install this system yesterday ... of course.
> >>>>>>
> >>>>>>Dan
> >>>>>>
> >>>>>>            
> >>>>>>
> >
> >  
> >
>
--
Best Regards,
Vladimir Ivashchenko
Chief Technology Officer
Thunderworx Cyprus - www.thunderworx.com



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
leaf-wisp-dist mailing list
leaf-wisp-dist@...
https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist

PC Engines WRAP Board

by Ray Gwinn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Vladimir, I have tested Wisp-dist on the PC Engines WRAP boards and it works fine except for
one problem.  You can see the board here:

http://www.mini-box.com/s.nl/sc.8/category.19/it.A/id.281/.f

The problem is that Wisp-dist will not soft reboot.  The only way to reboot is to cycle power on the
board.

I came across what seems to be the explanation and fixes here:

http://leaf.sourceforge.net/doc/guide/bucu-sc1100.html

The WRAP board is very low cost for the power it provides.  Would you consider making changes
to Wisp-dist to support the WRAP boards?

Ray




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
leaf-wisp-dist mailing list
leaf-wisp-dist@...
https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist

Parent Message unknown Re: PC Engines WRAP Board

by Jim TerWee :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



They made way to much work for such a simple solution you just need to add
reboot=bios

default linux rw reboot=bios initrd=initrd.lrp .............

Problem solved

Jim

> Vladimir, I have tested Wisp-dist on the PC Engines WRAP boards and it
> works fine except for
> one problem.  You can see the board here:
>
> http://www.mini-box.com/s.nl/sc.8/category.19/it.A/id.281/.f
>
> The problem is that Wisp-dist will not soft reboot.  The only way to
> reboot is to cycle power on the
> board.
>
> I came across what seems to be the explanation and fixes here:
>
> http://leaf.sourceforge.net/doc/guide/bucu-sc1100.html
>
> The WRAP board is very low cost for the power it provides.  Would you
> consider making changes
> to Wisp-dist to support the WRAP boards?
>
> Ray
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> leaf-wisp-dist mailing list
> leaf-wisp-dist@...
> https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist
>





-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
leaf-wisp-dist mailing list
leaf-wisp-dist@...
https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist