LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 07-06-2004, 08:21 AM   #1
haroldopaulino
LQ Newbie
 
Registered: Jul 2004
Location: USA
Distribution: Fedora Core 2
Posts: 20

Rep: Reputation: 0
Thumbs down Wireless network card using Fedora Core 2


I got a Linksys wireless network card, model WPC54G - a Broadcom card, and doesnt work in my Fedora Core 2. I tried some kind drivers but nothing sucessful.

The Linux detects the card, nut cannot use it, so...

Does anyone know how to make this card work?

Thanks.
 
Old 07-06-2004, 08:45 AM   #2
Ice9
Member
 
Registered: Jun 2002
Location: Belgium
Distribution: Sidux
Posts: 313

Rep: Reputation: 30
Take a look at this thread
 
Old 07-06-2004, 05:28 PM   #3
haroldopaulino
LQ Newbie
 
Registered: Jul 2004
Location: USA
Distribution: Fedora Core 2
Posts: 20

Original Poster
Rep: Reputation: 0
Unhappy I tried

I tried that thread but didnt work, I tried using RPM file, installing the package on the system.

So...

Still dont work
 
Old 07-07-2004, 04:40 AM   #4
Ice9
Member
 
Registered: Jun 2002
Location: Belgium
Distribution: Sidux
Posts: 313

Rep: Reputation: 30
You have actually installed another kernel and it still doesn't work?
 
Old 07-07-2004, 11:14 AM   #5
haroldopaulino
LQ Newbie
 
Registered: Jul 2004
Location: USA
Distribution: Fedora Core 2
Posts: 20

Original Poster
Rep: Reputation: 0
Talking Now Works!!!!!!!!!!!!

The problem I had was all the drivers I tried to install before this, so the final solution I found was reinstall the whole operating system and install the new kernel "kernel-2.6.5-1.358.8kstacks.i686.rpm", using the own "Browse Filesystem". Its pretty easy, there no way to do this wrong.

After do this, the boot loader will change, because now there will be a new option, the one with the new kernel, and I just need to edit my boot loader to erase the old kernel and set the new one as default. As my router is already connected, the configuration a did set me wireless card was " obtain IP automatically...", this mean when the device screen appear you just do that automatic configuration, thats it!

Another detail, when I first start my new FC2, and was prompted for the new device, ignore the configuration, just let the configuration runs after the new kernel was installed, else, remove the previous card configuration before doing that. Look, I'm not sure about other ways this could work, but following this instructions you'll have you wireless card working pretty good, believe me!

By the way, I dont know how to edit my boot loader to reset the default operating system and rename, change, do what I want.
 
Old 07-08-2004, 02:15 AM   #6
Ice9
Member
 
Registered: Jun 2002
Location: Belgium
Distribution: Sidux
Posts: 313

Rep: Reputation: 30
Just edit /boot/grub/grub.conf and on the first uncommented line

Code:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,0)
#          kernel /vmlinuz-version ro root=/dev/hda2
#          initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
title Fedora Core (2.6.6-1.435.2.3)
	root (hd0,0)
	kernel /vmlinuz-2.6.6-1.435.2.3 ro root=LABEL=/ rhgb quiet
	initrd /initrd-2.6.6-1.435.2.3.img
title Fedora Core (2.6.6-1.435)
	root (hd0,0)
	kernel /vmlinuz-2.6.6-1.435 ro root=LABEL=/ rhgb quiet
	initrd /initrd-2.6.6-1.435.img
change default to 0, it will boot to whatever kernel is on top of the list.
 
Old 07-08-2004, 07:33 AM   #7
1kyle
Member
 
Registered: Feb 2004
Location: 'Ol Blighty
Distribution: SLED 10, SUSE 10.3
Posts: 722

Rep: Reputation: 32
I'm on SUSE -- but I have the same Wireless card.

I think this is one case where spending a VERY SMALL amount of money on the LINUXANT driver system might be worth while. Your license is valid if you change distros as well. You can try the thing out for 30 days free.

It operates similarly to the Ndis project -- wrapping the Windows drivers.

Mine works perfectly -- did with SUSE 9.0 as well.

http://www.linuxant.com

I know buying software is against the spirit of Linux -- but in this case as there is so much proprietary code in these Wireless cards an exception should be made here. Eventually maybe the manufacturers should be persuaded to release Linux Drivers for their cards.

Incidentally if you DO have a network card as well I'd change the network parameter to start Manually for the network card and hotplug for the wireless card.

For SUSE ETH0 startmode="manual" default is onboot
WLAN0 startmode='hotplug" default is onboot.

I'm sure it's similar in fedora.

Then if you want to start your "Wired" connection type (as root) IFUP ETH0

or if you are using the wireless card type (again as root) IWCONFIG.


Set your ESSID and other parameters as pe Manual / windows / documentation.

This is one case where 19 USD was well spent considering the time its saved me

Last edited by 1kyle; 07-08-2004 at 07:42 AM.
 
Old 07-12-2004, 06:08 PM   #8
Reefcrazed
Member
 
Registered: May 2004
Distribution: Debian Stretch
Posts: 144

Rep: Reputation: 15
I actually had better luck with the NDIS Wrapper drivers for my laptop and absolutely refused giving anyone any money for drivers. The reason i have gotten away from Windows is how everyone always has there hand out wanting money for something. Not even knowing how long i will be using the wireless card or if i want to upgrade...etc....i will not pay anyone for a driver that they should just give away in the spirit of Linux.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
need ray_cs to use wireless network card with fedora core via_strass Linux - Wireless Networking 10 12-04-2006 11:09 AM
wireless network card problem for Fedora Core 2 JohnLow Linux - Wireless Networking 2 11-01-2005 08:03 PM
Fedora Core 4 and wireless Card paul2463 Linux - Newbie 2 10-21-2005 03:20 PM
Fedora Core 2 does not detect wireless card Udip2laM9r Linux - Wireless Networking 0 07-29-2004 02:01 PM
Fedora Core 1.9..Which Wireless Card?? linuxchic24 Linux - Wireless Networking 1 03-24-2004 09:53 AM

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

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