View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 9 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Mon Jan 12, 2004 11:31 pm 
Offline
Joined: Thu Oct 30, 2003 12:17 pm
Posts: 6
I have a cisco aironet in a PCI adapter, the card works fine if I iwconfig then ifconfig.

How do I get it to start during boot?

I'm too used to the RH network config files in /etc/sysconfig/

-E


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 12, 2004 11:51 pm 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
Doesn't netcardconfig work?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 12, 2004 11:55 pm 
Offline
Joined: Thu Oct 30, 2003 12:17 pm
Posts: 6
Man you are fast Cecil,

Netcardconfig does not appear to work it pauses after answering yes to use DHCP broadcast (the first question). It doesn't seem to do anything. I'm going to check the log to see what it is doing.

-E

Fantastic software BTW.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 13, 2004 12:23 am 
Offline
Joined: Thu Oct 30, 2003 12:17 pm
Posts: 6
Okay, it errors out.

It does try to bring up eth0 then pump eth0 but that doesn't work.

iwconfig shows some correct looking stats.

/etc/init.d/pcmcia restart

makes the network card come up but after a certain amount of time something disables it (apmd? power management?)

-E


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 13, 2004 12:45 am 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
I don't know what would shut it down.. I don't have wireless card. Some folks in the past have gotten them to work. Perhaps one will chime in and help out. This info would also be handy for R5.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 14, 2004 11:50 pm 
Offline
Joined: Wed Jan 14, 2004 11:39 pm
Posts: 3
Location: Temple City, CA
I have a netgear wireless pci card installed, it works fine but I have to run netcardconfig if I reboot. I am new to a deb dist. so I am not sure how to get it to start on boot. BTW I could not get it to work with DHCP, had to manually enter IP info.

Sean


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 16, 2004 5:52 pm 
Offline
Joined: Sun Jan 11, 2004 3:01 pm
Posts: 25
Location: germany
if you go to www.cisco.com you can download ACU (aironet client utility) for linux.
there is a tool called bcard which you need to run by rc.d, which burns the wifi-settings to the card. there is a detailed readme included.
hth
zardoz


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 20, 2004 9:16 pm 
Offline
Joined: Fri Jan 09, 2004 12:25 pm
Posts: 21
Another option is to script the commands on boot. Here is the end of my /etc/rc.d/rc.local file:

/sbin/ifconfig eth0 up

/usr/bin/echo "0 11:11:11:11:11:11:11:11:11:11:11:11:11" >/proc/driver/aironet/eth0/WepKey

/usr/bin/echo "1 22:22:22:22:22:22:22:22:22:22:22:22:22" >/proc/driver/aironet/eth0/WepKey

/usr/bin/echo "2 33:33:33:33:33:33:33:33:33:33:33:33:33" >/proc/driver/aironet/eth0/WepKey

/usr/bin/echo "3 44:44:44:44:44:44:44:44:44:44:44:44:44" >/proc/driver/aironet/eth0/WepKey

/usr/bin/echo "0" >/proc/driver/aironet/eth0/WepKey

/usr/bin/echo "WEP: shared" >/proc/driver/aironet/eth0/Config

/usr/bin/echo "Security#7180SSID" >/proc/driver/aironet/eth0/SSID

/sbin/ifconfig eth0 192.168.0.105 255.255.255.0

/sbin/route add -net 0.0.0.0/0 gw 192.168.0.1

I am going to leave it on you to figure out how to automate this in your distribution.

HTH


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 21, 2004 12:04 am 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
well since knoppmyth is based on debian I would imagine that using the /etc/network/interfaces script would be the easiest way.

Here's mine for my pure debian system which uses wireless. This requires that the wireless tools are installed if you want to use essid and password etc.

auto eth0
iface eth0 inet dhcp
wireless_essid mynetwork
wireless_mode managed

# address 192.168.2.5
# netmask 255.255.255.0
# gateway 192.168.2.1

I use dhcp but you could uncomment the last few lines and change dhcp to static if you are assigning manually.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 75 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu