LinuxQuestions.org
Help answer threads with 0 replies.
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 01-17-2008, 09:58 AM   #16
USN22
LQ Newbie
 
Registered: Jan 2008
Posts: 19

Original Poster
Rep: Reputation: 0

no when i try to activate the connection i get SIOCSIFFLAGS: No such file or directory
 
Old 01-17-2008, 10:12 AM   #17
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
This probably means firmware is not loaded. We have this issue addressed a number of times, search LQ,

for example: http://www.linuxquestions.org/questi...ss-nic-346057/
 
Old 01-17-2008, 10:22 AM   #18
bbfuller
Member
 
Registered: Dec 2007
Location: UK
Distribution: Mageia, MX, Manjaro, OpenSuSE, PCLinuxOS
Posts: 214

Rep: Reputation: 35
It can also mean in Fedora that you have the NetworkManager Service running and are trying to control the card with the Network Utility from the menus.

The two methods of control are mutually exclusive.

I can tell you though that with a broadcom 4318 you will need to load firmware using the program b43-fwcutter, or you will need to have installed ndiswrapper.

If you have done either of those we need to know which.

If you have done neither then the b43 method is probably the easier route to take.
 
Old 01-17-2008, 12:52 PM   #19
USN22
LQ Newbie
 
Registered: Jan 2008
Posts: 19

Original Poster
Rep: Reputation: 0
Thanks i'll try the easier of the 2 and let you know...
 
Old 01-17-2008, 12:54 PM   #20
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
su - from terminal will give you root rights.
Try native Linux driver first, ndiswrapper is the last resort.
 
Old 01-17-2008, 01:07 PM   #21
USN22
LQ Newbie
 
Registered: Jan 2008
Posts: 19

Original Poster
Rep: Reputation: 0
Ok i tried the fwcutter way and got this message:
Cannot open input file bcmwl5.sys

i also tried the su- that was suggested and got nothin.
 
Old 01-17-2008, 01:08 PM   #22
USN22
LQ Newbie
 
Registered: Jan 2008
Posts: 19

Original Poster
Rep: Reputation: 0
The most frustrating part is that i see the card set it up, just can't get it to activate.
 
Old 01-17-2008, 01:10 PM   #23
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
I used this script to get my wireless working on my Latitude D520 (works really well). Make sure you have wget installed (yum -y install wget) first (this script requires reboot).

MAKE SURE YOU"RE ROOT then do:
Code:
host# wget http://dnmouse.webs.com/scripts/fedora8.sh
host# ./fedora8.sh
There is going to be a lot of choices...just chose the "drivers" and then "Wireless" and it does the rest. Just remember to enable NetworkManager (/sbin/ntsysv) i.e. make sure the * is next to it. After doing that you'll need to reboot. Worked really well on my laptop. Try it and see...good luck!

-C
 
Old 01-17-2008, 01:25 PM   #24
USN22
LQ Newbie
 
Registered: Jan 2008
Posts: 19

Original Poster
Rep: Reputation: 0
ok i did what you said, to no avail. i got this
bash: /sbin/ntsysv: No such file or directory
i downloaded the fedora8.sh but would not let me install
 
Old 01-17-2008, 01:36 PM   #25
USN22
LQ Newbie
 
Registered: Jan 2008
Posts: 19

Original Poster
Rep: Reputation: 0
ok i have been trying to get this going for 4 days now. It seems that my skills are not enough to complete this. Does anyone know a plug and play wireless card for Fedora 8?
 
Old 01-17-2008, 01:59 PM   #26
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 USN22 View Post
i downloaded the fedora8.sh but would not let me install
What do you mean by "would not let me..." what are the errors that it displays?
 
Old 01-17-2008, 02:01 PM   #27
USN22
LQ Newbie
 
Registered: Jan 2008
Posts: 19

Original Poster
Rep: Reputation: 0
sorry, this is what it is saying:
Setting up Install Process
Parsing package install arguments
No package fedora8.sh available.
Nothing to do

-however it is on my desktop
 
Old 01-17-2008, 02:55 PM   #28
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 USN22 View Post
sorry, this is what it is saying:
Setting up Install Process
Parsing package install arguments
No package fedora8.sh available.
Nothing to do

-however it is on my desktop
How are you trying to install it? Don't install it through yum...it doesn't work that way. As root do this...

Code:
host# cd ~<yourusername>/Desktop
host# ./fedora8.sh
Where <yourusername> is your user name you use to log in (don't forget the tilde ~). Remember you have to be root when you do this (i.e. su -)

Good Luck

-C
 
Old 01-17-2008, 05:38 PM   #29
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Quote:
Originally Posted by USN22 View Post
i also tried the su- that was suggested and got nothin.
There is a space between 'su' and '-'. See man su.
 
Old 01-18-2008, 09:12 AM   #30
USN22
LQ Newbie
 
Registered: Jan 2008
Posts: 19

Original Poster
Rep: Reputation: 0
Ok, i am doing everything that you guys are telling me to do....with no results. su - is bringing up nothing. When i type in
host# cd ~<yourusername>/Desktop
host# ./fedora8.sh
it says no such file or directory....
I am very excited about learning all this, you guys are very knowledgeable and have been an immense help to me. I just don't know what else i can do, maybe go back to windows? (not gonna happen lol)
 
  


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
Wireless Config keyblade Linux - Software 7 04-26-2006 06:11 PM
help with wireless config drum2jc Linux - Software 1 01-16-2005 08:36 AM
help: wireless config Gaint Bob Linux - Wireless Networking 4 09-21-2004 12:02 PM
Which wireless config is which? mrsolo Linux - General 0 09-21-2003 10:33 PM
Sample wireless config, Wireless user up! bax Linux - Wireless Networking 0 01-13-2002 04:22 PM

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

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