On Fri, Jun 06, 2008 at 08:27:56AM -0700, Yan Seiner wrote:
> 
> On Fri, June 6, 2008 7:35 am, Yan Seiner wrote:
> > I'm trying to get mb-applet-cards working.  It's segfaulting as soon as
> > I tap on the icon.
> >
> > The last thing strace says is that it tries to open
> > /var/lib/pcmcia/stab, which doesn't exist, and then the applet segfaults.
> >
> > This happens with both 1.0.2 and 1.0.3.  Is there  another applet or app
> > I can use to unmount cards?
> 
> Here's the culprit:
> 
>     char buf[256];
>     inf = fopen("/var/lib/pcmcia/stab", "r");
>     fgets(buf, 256, inf);
>     fclose(inf);
> 
> Apparently /var/lib/pcmcia/stab is supposed to have info on the inserted
> cards.  Unfortunately it doesn't exist on the zaurus (perhaps because of
> dbus?)
> 
> So is there a /proc entry that would show me what cf and sd cards are
> inserted where?
> 
Its probably this information is now stored in files under /sys

The applet will need an upgrade to unsterstand all the new stuff 2.6
kernels gave us.

Graeme


_______________________________________________
Angstrom-distro-users mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

Reply via email to