LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-13-2011, 08:27 AM   #1
anujdeshpande
LQ Newbie
 
Registered: Feb 2011
Posts: 6

Rep: Reputation: 0
configuring wireless & windows and fedora 14


i installed fedora 14 (from a live cd and then installed it on the hard drive) . i have a dell vostro 1520 laptop(3gb 320gb)

am currently facing the followin issues:

-i cant connect to my wifi,it says device not ready firmware missing
-while starting up,when i try to log into windows 7 instead,it shows boot manager missing
 
Old 02-13-2011, 10:41 AM   #2
LoDam
LQ Newbie
 
Registered: Jan 2011
Location: Fr
Distribution: ArchLinux at the moment
Posts: 25

Rep: Reputation: 4
Hello,

For the wireless problem, it depends on your chipset. Post the output of the command (type it in a terminal):

Code:
lspci | grep -i network
It will tell us what to do next.

I can't really help you on your windows thing though, you'll have to wait for someone else.

Cheers
 
1 members found this post helpful.
Old 02-14-2011, 09:14 AM   #3
anujdeshpande
LQ Newbie
 
Registered: Feb 2011
Posts: 6

Original Poster
Rep: Reputation: 0
output : 0e:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
thanks!
 
Old 02-15-2011, 12:22 AM   #4
LoDam
LQ Newbie
 
Registered: Jan 2011
Location: Fr
Distribution: ArchLinux at the moment
Posts: 25

Rep: Reputation: 4
Ok.

Your in luck then, because that chipset (BCM4312) works with the broadcom STA 'driver' (which is for Linux ). First thing you need to do is to enable the RPM repository.
Then you can download and install the correct module (wl).

In my case I did
Code:
 yum install akmod-wl
and it just worked fine.

The full procedure is available here : http://forums.fedoraforum.org/showpo...62&postcount=3

If you have any questions don't hesitate, I have tried a lot of thing with my wireless lately (in debian the configuration was quite easy. I had more troubles in fedora 14.)

Cheers.
 
1 members found this post helpful.
Old 02-15-2011, 12:34 AM   #5
citi
Member
 
Registered: Jan 2011
Location: Lithonia, GA
Distribution: Ubuntu,Fedora,puppy,CentOS
Posts: 36

Rep: Reputation: 6
windows problem

check to see if the grub loader is on the windows drive or partition, it has to be for the loader to recognize and properly dual boot to windows. you might have to reinstall windows first then install fedora. with the loader on windows partition or drive Linux will automatically recognize the "other operating system"

Last edited by citi; 02-15-2011 at 12:43 AM.
 
1 members found this post helpful.
Old 02-15-2011, 10:34 AM   #6
anujdeshpande
LQ Newbie
 
Registered: Feb 2011
Posts: 6

Original Poster
Rep: Reputation: 0
@LoDam : Thanks a ton ! It worked for me too .
@citi : I think i ll reinstall windows and fedora . Will post about what happens soon . Thanks !
 
Old 02-15-2011, 12:21 PM   #7
LoDam
LQ Newbie
 
Registered: Jan 2011
Location: Fr
Distribution: ArchLinux at the moment
Posts: 25

Rep: Reputation: 4
No problem, glad it worked for you too.
If you still have troubles with dual boot after reinstall, maybe you should think about creating a new thread (and mark this one as solved).

Cheers,
Loic.
 
Old 02-27-2011, 08:04 PM   #8
santiagosilva
Member
 
Registered: Jan 2004
Posts: 214

Rep: Reputation: 30
Hello gentlemen,
i know this thread is marked as solved, but ironically, i have the exact same network card in an HP pavilion running F14.

When i try to run "yum install akmod-wl" (or kmod-wl)

all i get is : "No package akmod-wl available"

and then yum quits.
I tried following the steps that where listed in the link posted, but still the wifi doesn't seem to work.


please let me know if you have any suggestions.

thanks
./Santiago
 
Old 02-27-2011, 08:22 PM   #9
santiagosilva
Member
 
Registered: Jan 2004
Posts: 214

Rep: Reputation: 30
also, when i run : service network restart
i get :
Shutting down loopback interface: Error: Device 'lo' not found. [FAILED]

if this helps
 
Old 02-27-2011, 09:46 PM   #10
santiagosilva
Member
 
Registered: Jan 2004
Posts: 214

Rep: Reputation: 30
update:

i figured out that the yum issue was because my yum wasn't set up properly.
but i'm still getting the issue about not being able to start the wifi.

also, i have a second HP , somewhat older, but i'm getting the same error message.
in windows it says this one has a "broadcom netextreme gigabit ethernet" and "smc ircc - fast infrared port".

but it might not actually have a wireless card, (on the second computer) because the wifi doesn't seem to work in windows either.

Last edited by santiagosilva; 02-27-2011 at 11:41 PM. Reason: I'm clarifying which computer i was reffering to.
 
Old 02-28-2011, 01:50 AM   #11
LoDam
LQ Newbie
 
Registered: Jan 2011
Location: Fr
Distribution: ArchLinux at the moment
Posts: 25

Rep: Reputation: 4
Hello,

Please create a new thread rather than using a (solved) one. You'll get more attention.
What do you mean "yum was not configured properly"? did you have the rpm fusion enabled? did you modeprob the correct module (wl) and remove the other modules (b43)?

Please be accurate in the new thread you create, and describe all the steps you have already done.
Cheers,
Loic.

For your second computer you don't seem to have a wireless card from what you say, simply an ethernet (plus a infrared port but nothing to do with network).

Last edited by LoDam; 02-28-2011 at 01:51 AM.
 
Old 02-28-2011, 10:16 AM   #12
santiagosilva
Member
 
Registered: Jan 2004
Posts: 214

Rep: Reputation: 30
Thank you LoDam, I will start a new thread.
./Santiago
 
  


Reply



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
Configuring Fedora core 6.0 to Windows Domain amit_fj Linux - Newbie 2 01-31-2008 10:55 PM
configuring ath0 device(wireless card) in fedora core 3 pranith Linux - Hardware 1 11-28-2004 04:25 PM
Accessing schools wireless network & configuring ndiswrapper niteshadw Linux - Wireless Networking 8 10-03-2004 08:15 AM
Configuring D-link wireless card w/Fedora graeder Fedora 4 03-30-2004 10:17 AM
Installation & Configuring RoamAbout Wireless Card syahraul Linux - Wireless Networking 0 01-15-2004 02:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:51 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