LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-27-2009, 05:26 PM   #1
mikeybitz
LQ Newbie
 
Registered: Apr 2009
Posts: 5

Rep: Reputation: 0
Ubuntu 9.04 / WiFi


I've tried several distro's over the past couple of days before settling on Ubuntu, but I've never got my WiFi working (it was fine under Windows, but I'm determined not to go back). Now that I've installed Ubuntu 9.04, my machine finally owns up to having a wireless device and I think the problem is now down to my being a total Linux noob...

Output from lspci -v | less

08:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 04)
Subsystem: Atheros Communications Inc. Device 3067
Flags: bus master, fast devsel, latency 0, IRQ 18
Memory at fa000000 (64-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>
Kernel driver in use: ath5k_pci
Kernel modules: ath_pci, ath5k


Output from iwconfig

wlan0 IEEE 802.11bg ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=20 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0


If I click on the NetworkManager applet it tells me that wired network "auto eth01" is active, but there are no wireless networks (I've tried adding a wireless network manually, but it just makes up some IP 10.x.x.x address and fails to connect to anything)

NB I did find a note on the ubuntu.org forum about 9.04 shipping with an alternate driver for Atheros devices, but if I activate that, then NetworkManager no longer mentions wireless networks at all.

I'm sure I'm missing the point somewhere along the line, but I just can't get my system to detect any access points (most neighbours have them), so any advice would be gratefully received.

====
Mike
====

Last edited by mikeybitz; 04-27-2009 at 05:28 PM. Reason: Missed some info in original post
 
Old 04-27-2009, 06:33 PM   #2
irishbitte
Senior Member
 
Registered: Oct 2007
Location: Brighton, UK
Distribution: Ubuntu Hardy, Ubuntu Jaunty, Eeebuntu, Debian, SME-Server
Posts: 1,213
Blog Entries: 1

Rep: Reputation: 88
try using wicd instead of network-manager:
Code:
sudo apt-get install wicd
This will automatically uninstall network-manager in jaunty. I've just done a fresh install of jaunty on my laptop, and had similar issue, though not same hardware as you. If this doesn't work for you, just issue:
Code:
sudo apt-get remove wicd
sudo apt-get install network-manager
and you will be back where you started.
 
Old 04-27-2009, 11:09 PM   #3
juillarr
LQ Newbie
 
Registered: Apr 2009
Location: Phoenix
Distribution: Ubuntu and Remix version on my Acer
Posts: 2

Rep: Reputation: 0
Question Newbie to Wifi

1) to get wicd, what repository does one point to?

2) Initial use of Network Manager worked great under 9.04. Saw all the local wifi networks in my neighborhood. I was able to connect to my local network and my neighbors. After several reboots I no longer see any wifi networks including my own home network. Any thoughts?
 
Old 04-28-2009, 06:49 AM   #4
hryrajan
LQ Newbie
 
Registered: Apr 2009
Posts: 2

Rep: Reputation: 0
I have dual booted my OC with Ubuntu 2.6. Now to go to Windows I have to go through GRUB. Bootable Windows CD's do not work. How can I solve this problem
 
Old 04-28-2009, 09:21 AM   #5
juillarr
LQ Newbie
 
Registered: Apr 2009
Location: Phoenix
Distribution: Ubuntu and Remix version on my Acer
Posts: 2

Rep: Reputation: 0
Boot off CD

usually one goes into the BIOS and changes the boot order. In your case boot from CD first and if there is not bootable CD, the system will then boot off the HD to your GRUB prompt.
 
Old 04-28-2009, 03:45 PM   #6
mikeybitz
LQ Newbie
 
Registered: Apr 2009
Posts: 5

Original Poster
Rep: Reputation: 0
Thanks for the response, irishbitte - didn't sort it, but I appreciate the effort. I'll try the ndis wrapper in the short term and come back to it when I've learnt a bit about Linux.

====
Mike
====
 
Old 04-30-2009, 09:53 AM   #7
hryrajan
LQ Newbie
 
Registered: Apr 2009
Posts: 2

Rep: Reputation: 0
Thumbs down Boot off CD

Thanks juillar,
I am now able to open Windows CD's. But Grub has dissappeared and i cant start Ubuntu.
 
Old 04-30-2009, 12:02 PM   #8
Not_me
LQ Newbie
 
Registered: Apr 2009
Posts: 2

Rep: Reputation: 1
I had one hell of a time getting wifi drivers to work under Hardy with my AR5007 card. Following the suggestions of 'Nicedude' I was able to get it work after much effort. I used one of the earlier madwifi drivers with wicd.

When I upgraded to Intrepid, these drivers no longer worked, but I had success with the 'compatibility' drivers I found on madberry.org. You may want to try those. The wifi card identified itself as something else and the website has a test set you can run to see if the drivers are likely to work for you.

I was also pleasantly surpised to see that the wifi worked out of the box with Jaunty, but unfortunately this doesn't work for everyone. I attributed this to the concept that restricted drivers for the AR507 card.
 
Old 04-30-2009, 12:09 PM   #9
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by hryrajan View Post
I have dual booted my OC with Ubuntu 2.6. Now to go to Windows I have to go through GRUB. Bootable Windows CD's do not work. How can I solve this problem
Hi Hryajan,
Asking a new question in the middle of an existing thread that is unrelated to what you want to know is called "hijacking". It is not a good thing to do because the questions and answers get mixed up which makes things difficult for all.

Please do not hijack threads. Create a new thread to ask your question.
Thanks for your cooperation.
cheers,
jdk
 
Old 05-01-2009, 06:38 AM   #10
irishbitte
Senior Member
 
Registered: Oct 2007
Location: Brighton, UK
Distribution: Ubuntu Hardy, Ubuntu Jaunty, Eeebuntu, Debian, SME-Server
Posts: 1,213
Blog Entries: 1

Rep: Reputation: 88
No probs mikeybitz, will you post back here with your solution, it may help someone else to solve their problem.
 
Old 05-04-2009, 05:05 AM   #11
mikeybitz
LQ Newbie
 
Registered: Apr 2009
Posts: 5

Original Poster
Rep: Reputation: 0
Thought I'd found the answer....

Found what I hoped would be the answer on the following link:

http://www.ubuntugeek.com/new-madwif...nk-branch.html

Decided, as I'd got nowhere with Linux as yet, to install fresh from scratch and try the instructions out. So I've followed the instructions up to step 3, issued the "make" command, and I've noticed in among the output, about a dozen warning messages. There are two types:

Quote:
athstats.c:288: warning: format not a string literal and no format arguments
and

Quote:
wlanconfig.c:779: warning: ignoring return value of 'system', declared with attribute warn_unused_result
(obviously, the detail varies between messages)

Is this a problem? Or should I be able to carry on through the rest of the instructions?
 
Old 05-04-2009, 05:02 PM   #12
irishbitte
Senior Member
 
Registered: Oct 2007
Location: Brighton, UK
Distribution: Ubuntu Hardy, Ubuntu Jaunty, Eeebuntu, Debian, SME-Server
Posts: 1,213
Blog Entries: 1

Rep: Reputation: 88
mikeybitz, it says at the bottom of the page you linked to that you need to make sure not to have:
Quote:
Be sure you don’t have ath5k activated or ath_pci blacklisted following the steps described here. This method applies to any version of Ubuntu (Dapper, Gutsy, Hardy, Intrepid, Jaunty, etc)
Have you followed the linked steps?
 
Old 05-09-2009, 05:57 AM   #13
mikeybitz
LQ Newbie
 
Registered: Apr 2009
Posts: 5

Original Poster
Rep: Reputation: 0
Life's too short <g>

Well ... I gave up. I've spent hours following instructions - often conflicting - and got nowhere. I got myself a USB WiFi adapter from Amazon. Within 30 seconds of the parcel arriving, I was on the 'net using WiFi. For me, the moral of the story is "Avoid Atheros". My next laptop will not have one of their adapters.

(If anybody is interested, the adapter that I bought was EDiMAX RALink RT2501USB - highly recommended ... IT.JUST.WORKS)
 
  


Reply



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
This might help! - Ubuntu wifi! sittykitty Linux - Newbie 0 04-05-2009 08:19 AM
Getting WiFi on a HP w ubuntu nateness Linux - Newbie 4 01-25-2009 03:05 PM
Ubuntu Wifi 907GUARD Linux - Newbie 1 10-15-2007 12:17 AM
Help With WiFi and using on UBUNTU afriendstear Linux - Wireless Networking 2 03-27-2007 09:07 AM
wifi in ubuntu 6.10 markflynn Linux - Software 7 01-17-2007 12:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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