Fedora Linux Support Community & Resources Center
Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > Laptop

Laptop Help on using Fedora on laptops. LCD screens, APM, PCMCIA, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2009-10-31, 12:54 PM CDT
sajadfedorafrum Offline
Registered User
 
Join Date: Oct 2009
Posts: 34
windows_xp_2003ie
wireless

in the name of god
hello
i have a dell inspiron 1545 laptop and with its registered ubuntu the wireless works correctly but now i installed fedora11 and does not find wirelesses.
maybe i must install any drivers?
what i must to do?
valhamdolelah.
Reply With Quote
  #2  
Old 2009-10-31, 01:00 PM CDT
stoat Offline
Community Manager
 
Join Date: Jun 2006
Posts: 3,614
windows_xp_2003ie
Quote:
Originally Posted by sajadfedorafrum

...with...ubuntu the wireless works correctly but now i installed fedora11 and does not find wirelesses.
A very common tale.

Quote:
maybe i must install any drivers?
what i must to do?
The first step is always to identify the chipset used by the wireless card. That will in turn determine the driver.
Code:
lspci -nn | grep -i -e network -e wireless
lsusb
One of those may give a result that will be helpful and lead to the next step. Maybe. Maybe not.
Reply With Quote
  #3  
Old 2009-11-01, 09:07 AM CST
sajadfedorafrum Offline
Registered User
 
Join Date: Oct 2009
Posts: 34
windows_xp_2003ie
in the name of god
hello and thanks .
this is the output of it in output.txt.
also when i want ot create new wireless connection it gives this error :
Distribution: Fedora release 11 (Leonidas)
Gnome Release: 2.26.1 2009-04-29 (Red Hat, Inc)
BugBuddy Version: 2.26.0

System: Linux 2.6.29.4-167.fc11.i686.PAE #1 SMP Wed May 27 17:28:22 EDT 2009 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10601901
Selinux: Enforcing
Accessibility: Disabled
GTK+ Theme: Nodoka
Icon Theme: Fedora
GTK+ Modules: canberra-gtk-module, pk-gtk-module, gnomebreakpad

Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0
CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0



----------- .xsession-errors ---------------------
GNOME_KEYRING_SOCKET=/tmp/keyring-biEfjg/socket
SSH_AUTH_SOCK=/tmp/keyring-biEfjg/socket.ssh
Window manager warning: Failed to read saved session file /home/sajad/.config/metacity/sessions/10a0831f31f677846125708988841048800000021400023.ms : Failed to open file '/home/sajad/.config/metacity/se
Initializing nautilus-gdu extension
** (nautilus:2287): WARNING **: Unable to add monitor: Not supported
** (nm-connection-editor:2689): WARNING **: Invalid setting Wireless: ssid
**
ERROR:nm-connection-list.c:744:add_done_cb: code should not be reached
** (nm-connection-editor:2746): WARNING **: Invalid setting Wireless: ssid
**
ERROR:nm-connection-list.c:744:add_done_cb: code should not be reached
--------------------------------------------------


if it is possible please explain me about the command you have said.
thanks.
valhamdolelah.
Attached Files
File Type: txt output.txt (95 Bytes, 2 views)
Reply With Quote
  #4  
Old 2009-11-01, 09:37 AM CST
stoat Offline
Community Manager
 
Join Date: Jun 2006
Posts: 3,614
linuxfedorafirefox
Quote:
Originally Posted by sajadfedorafrum's output.txt file

0c:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g [14e4:4315] (rev 01)
That Broadcom chipset is well-known and discussed often here. To use that chipset in Fedora, you need to install a driver for it. The new Broadcom 802.11 STA Linux driver (aka broadcom-wl) is very popular for it in Fedora. It is available in source form from Broadcom and in a yum-installable binary version available from RPM Fusion (very popular). If you can connect to the Internet by wire even temporarily, then it is a simple matter to install the RPM Fusion version with yum.

First, install the RPM Fusion repositories...
Code:
su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm 
rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Then, if you have the i586 or x86_64 kernel...
Code:
su
yum install kmod-wl
Or if you have the i686 PAE kernel...
Code:
su
yum install kmod-wl-PAE
To find out what kernel is running...
Code:
uname -r
If you cannot connect to the Internet by wire to use yum to install this driver, then it is still possible to install it while offline. You need to download the three files you will need from RPM Fusion and somehow get them on your hard drive to manually install them with the rpm command. You need...
  1. The common kmod-wl or kmod-wl-PAE (depending on the kernel)
  2. The kernel-specific kmod-wl
  3. broadcom-wl

After the driver has been installed, reboot or restart NetworkManager. Then look in the NetworkManager panel applet for a list of available networks. Find yours in the list and connect to it.

Last edited by stoat; 2009-11-01 at 09:56 AM CST.
Reply With Quote
  #5  
Old 2009-11-01, 09:48 AM CST
sajadfedorafrum Offline
Registered User
 
Join Date: Oct 2009
Posts: 34
windows_xp_2003ie
thanks i would quickly do it i cant access to internet directly by my laptop but i can download them and if i can i would install them.
thanks
Reply With Quote
  #6  
Old 2009-11-01, 09:53 AM CST
stoat Offline
Community Manager
 
Join Date: Jun 2006
Posts: 3,614
linuxfedorafirefox
Quote:
Originally Posted by sajadfedorafrum

...but i can download them and if i can i would install them.
I just noticed your kernel in your other post...
Quote:
Originally Posted by sajadfedorafrum

System: Linux 2.6.29.4-167.fc11.i686.PAE #1 SMP Wed May 27 17:28:22 EDT 2009 i686
Here are the exact three files you need if you have no connection to the Internet to install with yum...
  1. kmod-wl-PAE-5.10.79.10-2.fc11.9.i686.rpm
  2. kmod-wl-2.6.29.4-167.fc11.i686.PAE-5.10.79.10-2.fc11.9.i686.rpm
  3. broadcom-wl-5.10.79.10-2.fc11.noarch.rpm
Download them somehow. Copy them to a directory on your hard drive somehow. Open a terminal, cd to that directory, and...
Code:
su
rpm -Uvh *.rpm
After that rpm command successfully completes, you should reboot or restart NetworkManager. Then look in the NetworkManager panel applet for a list of available networks. Find yours in the list and connect to it.

If it all goes well and the wireless starts working, don't forget to install the RPM Fusion repos as I mentioned above. That will be important for your broadcom-wl driver to be updated along with the kernel when you update the system.

Last edited by stoat; 2009-11-01 at 10:23 AM CST.
Reply With Quote
  #7  
Old 2009-11-02, 01:23 PM CST
sajadfedorafrum Offline
Registered User
 
Join Date: Oct 2009
Posts: 34
linuxfedorafirefox
in the name of god
salam
i tried to install the sources you suggested to me but it said :need to install the other package .for each
of them i had tried this but takes this error .at last i access a network and install them.
thanks for your helps .my friends who work with ubuntu said me that i must work with ubuntu that fedora because working with fedora on laptop is hard but now i am very happy .
thanks for your helps.
valhamdolelah.
Reply With Quote
  #8  
Old 2009-11-02, 01:39 PM CST
stoat Offline
Community Manager
 
Join Date: Jun 2006
Posts: 3,614
linuxfedorafirefox
I installed Ubuntu on my Thinkpad just to see what everybody has been yammering about. It's nice. Highly polished. Probably great for the huddled masses. But Fedora 11 is the best Fedora ever to come along IMO. Fedora is still my number one system.
Reply With Quote
  #9  
Old 2009-11-02, 01:48 PM CST
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 2,976
windows_xp_2003safari
Quote:
Originally Posted by stoat View Post
I installed Ubuntu on my Thinkpad just to see what everybody has been yammering about. It's nice. Highly polished. Probably great for the huddled masses. But Fedora 11 is the best Fedora ever to come along IMO. Fedora is still my number one system.
My thoughts exactly...
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #10  
Old 2009-11-02, 01:57 PM CST
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 2,976
windows_xp_2003safari
Quote:
Originally Posted by sajadfedorafrum View Post
in the name of god
salam
i tried to install the sources you suggested to me but it said :need to install the other package .for each
of them i had tried this but takes this error .at last i access a network and install them.
thanks for your helps .my friends who work with ubuntu said me that i must work with ubuntu that fedora because working with fedora on laptop is hard but now i am very happy .
thanks for your helps.
valhamdolelah.
We need full error output.
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #11  
Old 2009-11-02, 02:09 PM CST
stoat Offline
Community Manager
 
Join Date: Jun 2006
Posts: 3,614
windows_xp_2003ie
Quote:
Originally Posted by Nokia

We need full error output.
I think that was when sajadfedorafrum attempted to download and manually install the three broadcom-wl files from RPM Fusion. It would be interesting, but probably not necessary now though...
Quote:
Originally Posted by sajadfedorafrum

.at last i access a network and install them.
Reply With Quote
  #12  
Old 2009-11-02, 02:13 PM CST
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 2,976
windows_xp_2003safari
Ah...OK then
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora wireless - how the wireless and network software controlls the card blwegrzyn Networking 13 2008-10-03 11:58 PM CDT
Automatic reconnection when wireless connection drops? wireless script? johnnylinux Networking 1 2008-01-05 06:32 AM CST
Wireless Card configuration: Dell wireless 1350 WLAN miniPCI. Doesn't Work! mjman Networking 3 2006-12-13 07:46 PM CST
Wireless on Sony Vaio FE550G - Built-in Intel PRO/Wireless 3945ABG taurus1789 Networking 0 2006-07-04 12:03 AM CDT
Encryption Problem with Intel Corporation PRO/Wireless 2200BG wireless card lakefront Hardware 1 2006-04-10 08:04 PM CDT

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 03:12 AM CST.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
Hosting provided by ThePlanet



All trademarks, and forum posts in this site are property of their respective owner(s).

FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
vB Enterprise Translator (vBET) coded by NLP-er