Networking Forums

Networking Forums > Computer Networking > Linux Networking > Question on pcmcia network setup

Reply
Thread Tools Display Modes

Question on pcmcia network setup

 
 
Cage
Guest
Posts: n/a

 
      02-26-2004, 06:16 PM
I've got Debian Woody back installed on my old Tecra 700ct. I have a
pcmcia 3com 3c589 card for my interface. I'm trying to figure out an
automated way to get my network up on boot. Presently the network is
unreachable at boot. This is because with it enabled the system looks
for the interface before the cardmanager has activated the card (which
is one of the last things to get initialized). Presently I have my
interfaces set so eth0 is not "auto" enabled at boot to avoid the error
messages. But either way the nic itself is fine. I can ifup eth0 after
bootup and the nic activates and I can ping the connected box. So is
there a step I missed to get this to initialize correctly on boot? Or am
I limited to running ifup eth0 (and then subsequently restarting my
samba daemons) after I login?

 
Reply With Quote
 
 
 
 
Steve Schefter
Guest
Posts: n/a

 
      02-27-2004, 05:11 PM
> I've got Debian Woody back installed on my old Tecra 700ct. I have a
> pcmcia 3com 3c589 card for my interface. I'm trying to figure out an
> automated way to get my network up on boot. Presently the network is
> unreachable at boot. This is because with it enabled the system looks
> for the interface before the cardmanager has activated the card (which
> is one of the last things to get initialized). Presently I have my
> interfaces set so eth0 is not "auto" enabled at boot to avoid the error
> messages. But either way the nic itself is fine. I can ifup eth0 after
> bootup and the nic activates and I can ping the connected box. So is
> there a step I missed to get this to initialize correctly on boot?


I'm afraid I can only answer you with respect to how SuSE does it and you
can see how much is similar on Debian.

The /etc/sysconfig/network/ifcfg-eth0 file indicates:
STARTMODE=hotplug
so that it is not started when the network startup scripts run.

In /etc/pcmcia is a config file (and various .conf files that it sources).
This file associates the manufacturer and device IDs of the cards with the
drivers that must be loaded when the card is found, either when the
card manager starts at boot or when the card is later inserted. This
file also indicates the "class" of the card which is just a script that
it must run after the card is found/inserted and when it is removed.
In my case, the class of the 3c589 is "network" and that script does the
ifup (ifcfg) for you as part of its "start" section.

Good luck.

Steve
 
Reply With Quote
 
Cage
Guest
Posts: n/a

 
      02-28-2004, 01:11 AM
Steve Schefter wrote:
>>I've got Debian Woody back installed on my old Tecra 700ct. I have a
>>pcmcia 3com 3c589 card for my interface. I'm trying to figure out an
>>automated way to get my network up on boot. Presently the network is
>>unreachable at boot. This is because with it enabled the system looks
>>for the interface before the cardmanager has activated the card (which
>>is one of the last things to get initialized). Presently I have my
>>interfaces set so eth0 is not "auto" enabled at boot to avoid the error
>>messages. But either way the nic itself is fine. I can ifup eth0 after
>>bootup and the nic activates and I can ping the connected box. So is
>>there a step I missed to get this to initialize correctly on boot?

>
>
> I'm afraid I can only answer you with respect to how SuSE does it and you
> can see how much is similar on Debian.
>
> The /etc/sysconfig/network/ifcfg-eth0 file indicates:
> STARTMODE=hotplug
> so that it is not started when the network startup scripts run.
>
> In /etc/pcmcia is a config file (and various .conf files that it sources).
> This file associates the manufacturer and device IDs of the cards with the
> drivers that must be loaded when the card is found, either when the
> card manager starts at boot or when the card is later inserted. This
> file also indicates the "class" of the card which is just a script that
> it must run after the card is found/inserted and when it is removed.
> In my case, the class of the 3c589 is "network" and that script does the
> ifup (ifcfg) for you as part of its "start" section.
>
> Good luck.
>
> Steve


Yes it was the /etc/pcmcia/network file I needed to fix. It works now.
The first part must be a suse specific thing since I didn't recognize
it. I've got the system fully configured now.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Network Setup Question melickas@yahoo.com Windows Networking 2 12-06-2006 01:01 AM
Network setup Question Coop Home Networking 4 10-07-2006 01:59 PM
Question on Network Setup =?Utf-8?B?UGF0cmljayBQYXJrcw==?= Windows Networking 7 03-30-2005 02:42 PM
Question on Wireless Network Setup... Kati Wireless Networks 5 10-14-2004 06:05 AM
Newbie network setup question Christopher Dick Linux Networking 3 10-17-2003 08:45 PM



1 2 3 4 5 6 7 8 9 10 11