Atheros AR5bxb61 wont activate in fedora - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Network Problems (https://www.linux-noob.com/forums/forum-58.html) +---- Forum: Wireless (https://www.linux-noob.com/forums/forum-20.html) +---- Thread: Atheros AR5bxb61 wont activate in fedora (/thread-1010.html) |
Atheros AR5bxb61 wont activate in fedora - Draven - 2008-03-04 Hello I am new to Linux and I have been searching this for a week now. I have a new Toshiba Satellite with the Atheros AR5bxb61 mini pci-e card in it. in the network device control it shows ath0 but when i try to activate it it say's "device does not seem to be present delaying initialization." I am a noob to linux and desperately want to understand and power use linux to it's max, but i am starting to get frustrated cause BT3 live cd & USB both can use my wireless better than windows. can someone help me understand this please. Thanks Atheros AR5bxb61 wont activate in fedora - anyweb - 2008-03-04 have you looked into ndiswrapper at all ? most likely your card will need it heres some info about it and a guide here cheers anyweb Atheros AR5bxb61 wont activate in fedora - Draven - 2008-03-04 this is what I get when I use yum for a lot of things not just NDISWRAPPER, any suggestions. I'm using Fedora 8 <a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_03_2008/post-3714-1204654129.png" data-fileid="1048">[img]<fileStore.core_Attachment>/monthly_03_2008/post-3714-1204654129.png[/img]</a> So obviously I feel like an idiot, how would I download and manually install anything for that matter from an ****.tar.gz ? Atheros AR5bxb61 wont activate in fedora - anyweb - 2008-03-04 you must have internet access to do this, do you ? if you do and you still get that message then try Code: yum install ndiswrapper cheers Atheros AR5bxb61 wont activate in fedora - Draven - 2008-03-04 I figured it out!!!! [img]<___base_url___>/uploads/emoticons/default_laugh.png[/img] <_<d@#$ that really sucked, I had to google it in thirty different times in a million different context but I found it. I added the # # sudo rpm -ivh http://rpm.livna.org/livna-release-8.rpm then # # sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-livna to add the new repository and lastly I used # # sudo yum -y install ndiswrapper thanks anyweb for the guide and idea's for this I am reading now and going to implement if I can, I'll post any problems and my eventual success. Atheros AR5bxb61 wont activate in fedora - Draven - 2008-03-04 We'll I am really upset it turns out that my wireless card is not supported in Fedora, I have the Atheros AR5BXB61 aka AR5211 chipset now I have read a team is working on making functional drivers but as of right now: no dice :( . Although what I don't understand is that in both Backtrack 2&3 my Wireless card worked? Am I missing something? Also I got ndiswrapper to install but now when I open a terminal and su then input ndiswrapper commands they are not found? any idea? thanks Atheros AR5bxb61 wont activate in fedora - anyweb - 2008-03-04 regarding commands not found when you su make sure to use the path as well so instead of Code: su do Code: su - |