FedoraThis forum is for the discussion of the Fedora Project.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
and I dont have problems with this, but I can't see my wifi card on the network hardware to configure it. Searching I found that I need to create an archive: /etc/sysconfig/network-scripts/ifcfg-ath0 and I create it whit this info:
After reboot my system I can see the card in the network hardware, but I can't get it up.
I found that I have to do some command like: ifconfig, iwconfig, modprobe, lspci, and others, but all of that send me the same message: command not found.
Please, I need your help.
Thanks.
P.D. Sorry about my english, is not my natural language.
Perhaps you should use your distro's package search function for those commands to install them. Alternatively you could try ndiswrapper- which will also require those commands, I installed an Atheros card using ndiswrapper- no problems at all.
Fedora, for some reason, requires the full path to these commands by default, and they are located in /sbin. As an example:
Code:
/sbin/ifconfig
will tell you the state of your network devices.
By what you have described, it seems that the drivers are installed correctly. This is assuming that you are using the 2.6.20-1.2695.i686 kernel, if you are using a different kernel version, you need the madwifi-kmdl and madwifi-hal-kmdl to match.
I would suggest using NetworkManager to manage your card. It is very easy to use and is very helpful when you are on the road with the laptop.
Install it via yum, if it isn't installed already. You can start it by issuing the command:
Code:
/etc/init.d/NetworkManager start
Then run the command
Code:
nm-applet --sm-disable
Click on the Icon in the system tray and you should see a list of wireless networks available.
If all is well, have NetworkManager checked in the Services under System-->Administration.
Hi there, thanks for the help, but doesn't work yet.
When I run the NetworkManager it found my eth0 conection, but don't find the wireless. If I go to the System - Administration - Network menú I see the wifi device, but when I try to put it up I have an error message:
Do not get active the ath0 device!
/sbin/ifup configuration of ath0 not found,
Use: ifup <device name>
ifup is a command that will bring the interface up... I would recommend trying ifup ath0 (run this as root/su) and then giving it a go... if I recall correctly a previous poster said you would need to use the full path of that command ie /sbin/ifup ath0
Hi! I think that the driver is not correctly installed or something is worng with the madwifi software on my Fedora, so I tryed to uninstall the driver and install it again and this happens.
I uninstall the driver madwifi that I had install before, the files:
When I try to do this the system try to download the package: kernel-2.6.20-1.2925.fc6
but when done and trying to install the driver I get this message:
Quote:
[('package kernel-2.6.20-1.2925.fc6 is already installed', (2, None, 0L)), ('file /boot/System.map-2.6.20-1.2925.fc6 from install of kernel-2.6.20-1.2925.fc6 conflicts with file from package kernel-2.6.20-1.2925.fc6', (7, '/boot/System.map-2.6.20-1.2925.fc6', 0L)), ('file /boot/config-2.6.20-1.2925.fc6 from install of kernel-2.6.20-1.2925.fc6 conflicts with file from package kernel-2.6.20-1.2925.fc6', (7, '/boot/config-2.6.20-1.2925.fc6', 0L)), ('file /boot/symvers-2.6.20-1.2925.fc6.gz from install of kernel-2.6.20-1.2925.fc6 conflicts with file from package kernel-2.6.20-1.2925.fc6', (7, '/boot/symvers-2.6.20-1.2925.fc6.gz', 0L)), ('file /boot/vmlinuz-2.6.20-1.2925.fc6 from install of kernel-2.6.20-1.2925.fc6 conflicts with file from package kernel-2.6.20-1.2925.fc6', (7, '/boot/vmlinuz-2.6.20-1.2925.fc6', 0L))]
and the driver it doesn't get installed... if I try to install the other files I get no problems.
Try running system-config-network. Select your card, then "Edit," and just do a very basic "Wireless" configuration. Be sure to turn off the "Activate device when computer starts" option.
That should create the basic network stuff so NetworkManager can find the device.
Then click in the nm-applet. (In the upper right screen area if you're running GNOME. If you use KDE, you need to install the knetworkmanager and run it to get the equivalent functions.)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.