Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
3Com 3CRSHPW796 WiFi setup with bonding -- Tips
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
hoyanf
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2005
Posts: 80
Location: Malaysia

PostPosted: Sun Sep 25, 2005 4:14 am    Post subject: 3Com 3CRSHPW796 WiFi setup with bonding -- Tips Reply with quote

I spent a few hours figuring out howto make the 3Com card to work with my friend laptop finally i managed to follow some guideline from this site :- http://wiki.splitbrain.org/wlan:3comofficeconnect its very helpful since it uses the latest kernel that is 2.6.x

What i did :-

emerge wireless-tools
download the driver from http://aluminum.sourmilk.net/adm8211/adm8211-20050620.tar.bz2
untarred the archive e.g. tar xjvpf adm8211-20050620.tar.bz2 to some directory -> i put it at /usr/src/adm
cd to /usr/src/adm
type make install && make modules_install

then reconfigured the /etc/conf.d/net to the following

modules=( "bonding" "ifconfig" "iwconfig" "essidnet" "dhcpcd" )
config_ESSID=( "dhcp" )
dhcpcd_ESSID="-t 5"
slaves_bond0="eth0 eth1"
config_bond0=( "dhcp" )
depend_bond0() {
need net.eth0 net.eth1
}

restarted the net.bond0 -> tested all in good working order
then just rebooted n see how it boots up with automagically find the appropriate AP or ethernet...

For those whom have been through the same issue i hope this would help....
_________________
WorkPC -> Xeon x3440 | Gigabyte P55-UD6 | 16GB DDR3 | HDD1 - 600GB | HDD2 - 500 GB | HDD3 - 1TB
HomePC -> Xeon x3320 | Gigabyte GA-EP45-UD3P | 8GB DDR2 | HDD1 - 500GB | HDD2 - 1TB
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum