Results 1 to 9 of 9
I have the same problem.
I did go to that site and putin the command:
[root@localhost ~]# cvs -z3 -d server:anonymous@cvs.sourceforge.net:/cvsroot/madwifi co madwifi
:
but I get in return:
cvs ...
- 07-28-2008 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 8
Atheros AR5212 Card
I have the same problem.
I did go to that site and putin the command:
:[root@localhost ~]# cvs -z3 -d
server:anonymous@cvs.sourceforge.net:/cvsroot/madwifi co madwifi
but I get in return:
What am I doing wrong?cvs [checkout aborted]: connect to [cvs.sourceforge.net]:2401 failed: No route to hostLast edited by devils casper; 07-28-2008 at 05:33 PM.
- 07-28-2008 #2
That seems more like a connection problem.
Site down? Firewall? Port blocked?.Can't tell an OS by it's GUI
- 07-28-2008 #3Just Joined!
- Join Date
- Jul 2008
- Posts
- 8
Dies anyone know of a current connection? I am new in Linux and the command line but it seems to me that that connection send the installation package to the root folder.
Just downloading the file from sourceforge puts the file in my home folder.
Yes I have an Atheros AR5212 dard and it says disabled in the lspci command.
I just upgraded to Fedora 8. I get the internet when directly connected.
- 07-29-2008 #4
You shouldn't have to install the madwifi driver for this card. It uses the new ath5k driver.
I am using Fedora 8 with the 2.6.23.14-115.fc8 kernel. The ath5k module is compiled into that kernel. It may already be loaded by default, so look for it in the output of this command:
If it isn't there, try loading it with this command (as root):Code:/sbin/lsmod
Read through this site on the ath5k driver:Code:/sbin/modprobe ath5k
ath5k - Linux Wireless
It says to test it with these commands:
modprobe ath5k (you did this already)
sudo ip link set wlan%d up
sudo iwconfig wlan%d essid any
# Make sure you get auth'd and then assoc'd
# Then either set an IP manually or get it via DHCP
ping gwPaul
Please do not send Private Messages to me with requests for help. I will not reply.
- 07-29-2008 #5Just Joined!
- Join Date
- Jul 2008
- Posts
- 8
I did try as root
and it responded/sbin/modprobe ath5kmy kernel is 2.6.21.Fatal: Module ath... not found
I see this module is included in madwifi. when downloading in the GUI it sends it to my home directory. Can I work with it from there?
- 07-29-2008 #6
ath5k is probably not enabled by default in the Linux kernel. So either you can recompile your kernel to include it or you can compile it from source. But it would be way easier to install madwifi using yum:
You must have Internet connectivity for this to work and be logged in as root.Code:yum install madwifi
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this. and the Forum FAQS.
- 07-29-2008 #7
It is in my Fedora 2.6.23 kernel. This is not the original kernel, but one from an update. It can be installed just as easily with YUM.
It is always recommended to do an upgrade to a newly installed system. This will take care of any security problems and bugs found after the distro's official release. I don't usually upgrade my system after that. You can update the entire system with this command, it may take a long time to do it, so be patient.
If this is an older system that has been used and modified, then an upgrade is not recommended. Just install the madwifi drivers with YUM.Code:yum -y upgrade
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 07-29-2008 #8I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this. and the Forum FAQS.
- 07-29-2008 #9
Ya, I checked the kernel source and saw that it is compiled into it as a module. So even though I don't have that type of wireless, I modprobed ath5k and didn't get any errors. When I checked with lsmod, it was loaded.
Paul
Please do not send Private Messages to me with requests for help. I will not reply.


Reply With Quote

