Computing.Net > Forums > Linux > Do I need to compile the kernel ??

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Do I need to compile the kernel ??

Reply to Message Icon

Name: bbmak
Date: May 8, 2007 at 23:59:46 Pacific
OS: FC6
CPU/Ram: 512
Comment:

I setup a linux os(FC6) into my laptop, but the wireless card is not working.

And, I have found a website with instruction for enabling the wireless card for my laptop, but i am not quite understand with the instruction.

Is the instruction saying that i need to recompile the kernel to enable the wireless card?

here is the instruction page
http://portege.qiken.org/network.html



Sponsored Link
Ads by Google

Response Number 1
Name: aisha
Date: May 9, 2007 at 01:39:38 Pacific
Reply:

Fedora Linux is one of the "Hippie" or "hate the world" distributions. It does not use common sense with relation to drivers, but rather an idealogical standpoint that anything that's not "free" is evil...

Unfortunately, Linux is copy of the Unix operating system, but built out of hatred of commercial software, such as MS Windows, Apple OSX, Sun Solaris, and even Unix itself!!!

There are some distributions which use the Linux kernel, but don't carry on about commercial software like the "hate the world" distro's.

Try the following (or one of):
* Ubuntu
* SuSe Linux
* PC Linux OS
* Linux Mint

I'm sure there's others too, but those ones will include your Wifi drivers with no configuration needed.

Ubuntu let's you run from the CD, before you install to "test" this, before you actually install it.


0

Response Number 2
Name: Santa
Date: May 9, 2007 at 08:40:55 Pacific

Response Number 3
Name: jefro
Date: May 9, 2007 at 14:55:17 Pacific
Reply:

Pretty sure Fedora has wireless built in.


Try this and see if it helps.
"
Fedora / RedHat

With Fedora / RedHat, wireless configuration will require some additional statements in your NIC configuration files.

1. Configure your /etc/sysconfig/network-scripts/ifcfg-eth0 file normally as if it were a regular Ethernet NIC.

DHCP Version Fixed IP Version
============ =================

DEVICE=eth0 DEVICE=eth0
USERCTL=yes IPADDR=192.168.1.100
ONBOOT=yes NETMASK=255.255.255.0
BOOTPROTO=dhcp ONBOOT=yes
BOOTPROTO=static

2. Add the following statements to the end to specify that the NIC is wireless; provide the ESSID to use (in this case homenet), and choose Managed (a WAP on present of the network) or Ad-hoc (no WAP) for the wireless mode. "Managed" is the most likely setting if you have a wireless router or WAP on your network.

If you are using a 802.11g wireless router and NIC, you can specify the higher speed 54Mbps maximum data rate this protocol provides, if not, the NIC will default to the 11 Mbps maximum rate of slower protocols. The NIC will automatically negotiate the protocol type with the WAP. You just need to set the maximum rate.

#
# Wireless configuration
#
TYPE=Wireless
MODE=Managed
ESSID=homenet
RATE=54Mb/s


These commands need only be on the main interface file. They are not needed for IP aliases. Your wireless NIC should function as if it were a regular Ethernet NIC using the ifup and ifdown commands. "

http://www.linuxhomenetworking.com/...

I read it wrong and answer it wrong too. So get off my case you goober.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Do I need to compile the kernel ??

what do i need to uncompress a tar.gz www.computing.net/answers/linux/what-do-i-need-to-uncompress-a-targz/10907.html

How do I recompile the kernel?? www.computing.net/answers/linux/how-do-i-recompile-the-kernel/26779.html

compiling the kernel www.computing.net/answers/linux/compiling-the-kernel/27514.html