Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

getting PCMCIA to start before networking

  • 13-07-2007 6:51pm
    #1
    Registered Users, Registered Users 2 Posts: 865 ✭✭✭


    So I have an embedded debian system on a Nagasaki MS-2100 (also known as the Hacom Openbrick) booting from a compact flash card and everything is fine, except that when the system boots, I can see the networking stuff take place (and failing), and then after that, the PCMCIA subsystem (which presumably includes cardmgr). The machine is working as a router so I need wireless to work at first.

    I'm not too familiar with the linux startup sequence, but I understand what's happening is that /etc/init.d/networking is running before /etc/init.d/pcmcia

    I have added

    pcmcia_core
    i82365

    to /etc/modules, because these modules must be loaded (they don't load automatically for some reason), but I have to run cardmgr before the pcmcia card will work.

    the problem with all this is all the stuff I put in /etc/interfaces doesn't work because /etc/init.d/networking isn't finding eth2 (since the pcmcia services haven't started yet), so I have to run ifconfig, iwconfig etc, manually (actually I added a line in /etc/rc.local but that's hardly a solution

    so does anyone know how I can get pcmcia to run before networking? I don't know much about init.d


Comments

  • Registered Users, Registered Users 2 Posts: 1,569 ✭✭✭maxheadroom


    So I have an embedded debian system on a Nagasaki MS-2100 (also known as the Hacom Openbrick) booting from a compact flash card and everything is fine, except that when the system boots, I can see the networking stuff take place (and failing), and then after that, the PCMCIA subsystem (which presumably includes cardmgr). The machine is working as a router so I need wireless to work at first.

    I'm not too familiar with the linux startup sequence, but I understand what's happening is that /etc/init.d/networking is running before /etc/init.d/pcmcia

    I have added

    pcmcia_core
    i82365

    to /etc/modules, because these modules must be loaded (they don't load automatically for some reason), but I have to run cardmgr before the pcmcia card will work.

    the problem with all this is all the stuff I put in /etc/interfaces doesn't work because /etc/init.d/networking isn't finding eth2 (since the pcmcia services haven't started yet), so I have to run ifconfig, iwconfig etc, manually (actually I added a line in /etc/rc.local but that's hardly a solution

    so does anyone know how I can get pcmcia to run before networking? I don't know much about init.d

    The solution should be here: http://wiki.debianhelp.org/pmwiki.php/DebianHelpPages/DebianInitScripts


  • Registered Users, Registered Users 2 Posts: 865 ✭✭✭generalmiaow


    I'll have a look at that, thanks for the link!


Advertisement