LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 10-22-2008, 04:18 PM   #1
kunalshah
LQ Newbie
 
Registered: Feb 2005
Posts: 1

Rep: Reputation: 0
automatically connecting to wireless network


Hi Gurus,

I am using Fedora 9 -GNOME on Acer Extensa 4420. It has broadcom wireless and I have downloaded and compiled the module. According to documentation at broadcom site (not able to post url here) I have successfully compiled the modules in /home/me/hybrid_wl. it gave me loadable module /home/me/hybrid_wl/wl.ko.

Now according to document if I do manually following two commands in sequance, I am able to connect to wireless network and works perfectly fine.

$sudo modprobe ieee80211_crypt_tkip
$sudo insmod /home/me/hybrid_wl/wl.ko

So I am almost there. Only caveat here is that I have to run these two commands manually every time I boot into fedora 9. I want to know if this can be automated. I want to know if modules can be loaded automatically with modprobe and insmod while Fedora 9 boots.

Thanks
 
Old 10-22-2008, 06:17 PM   #2
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
Quote:
Originally Posted by kunalshah View Post
Hi Gurus,

I am using Fedora 9 -GNOME on Acer Extensa 4420. It has broadcom wireless and I have downloaded and compiled the module. According to documentation at broadcom site (not able to post url here) I have successfully compiled the modules in /home/me/hybrid_wl. it gave me loadable module /home/me/hybrid_wl/wl.ko.

Now according to document if I do manually following two commands in sequance, I am able to connect to wireless network and works perfectly fine.

$sudo modprobe ieee80211_crypt_tkip
$sudo insmod /home/me/hybrid_wl/wl.ko

So I am almost there. Only caveat here is that I have to run these two commands manually every time I boot into fedora 9. I want to know if this can be automated. I want to know if modules can be loaded automatically with modprobe and insmod while Fedora 9 boots.

Thanks
You can try editing /etc/modprobe.conf....or make a script... something like this...

root@host# vi /usr/local/bin/startwireless
Code:
#!/bin/bash
#
modprobe ieee80211_crypt_tkip
insmod /home/me/hybrid_wl/wl.ko
exit 0
#
Then make it executable

root@host# chmod +x /usr/local/bin/startwireless

Now edit the /etc/rc.local file and add your script...

root@host# vi /etc/rc.local
Code:
/usr/local/bin/startwireless
-C
 
Old 10-26-2008, 07:46 PM   #3
BallsOfSteel
Member
 
Registered: Mar 2008
Location: Florida
Distribution: Fedora mainly, but I am open to others.
Posts: 273

Rep: Reputation: 34
If you're using Gnome, Networkmanager can manage all of your connections... including automatically connecting to wireless networks. Just right-click on the Networkmanager, edit connections<wireless and then set it to automatically connect to the desired network.
 
  


Reply

Tags
acer, broadcom, extensa, wireless



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wireless network won't automatically connect Ehlyah Linux - Wireless Networking 1 04-22-2008 08:01 AM
How to get Wireless connecting automatically on boot up? psychoholic Linux - Wireless Networking 2 02-14-2006 05:28 PM
Connecting to a wireless access point automatically on startup timelord726 SUSE / openSUSE 2 09-30-2005 07:52 PM
wireless network doesn't come up automatically on Suse 9.2 pazzport Linux - Wireless Networking 1 02-01-2005 11:10 AM
Automatically switch to different wireless network? m_a_b Linux - Wireless Networking 0 10-07-2004 09:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 03:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration