LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 01-22-2011, 10:16 PM   #1
justin_216
LQ Newbie
 
Registered: Jan 2011
Posts: 7

Rep: Reputation: 0
Laptop Wireless Internet


Hi,

Just got a new laptop and removed windows and added Ubuntu and cant seem to get the wirless Internet card to work.

How can I go able resolving this? do I need to get Linux drives or firmware?

Thanks Justin
 
Old 01-22-2011, 10:23 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,307
Blog Entries: 28

Rep: Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136
What make and model computer? What type of wireless chip?
 
Old 01-22-2011, 10:37 PM   #3
justin_216
LQ Newbie
 
Registered: Jan 2011
Posts: 7

Original Poster
Rep: Reputation: 0
Hi Frankbell,

It's a Compaq Presario CQ62.

The Wirless Chip is PCI Express Fast Ethernet controller.

*-network
description: Ethernet interface
product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth0
version: 02
serial: c8:0a:a9:8a:72:0b
size: 10MB/s
capacity: 100MB/s
width: 64 bits
clock: 33MHz
 
Old 01-23-2011, 01:02 AM   #4
yooy
Senior Member
 
Registered: Dec 2009
Posts: 1,387

Rep: Reputation: 174Reputation: 174
you should find out chipset with command lspci and than try to install driver

3 ways to get wifi working on linux
 
Old 01-23-2011, 03:13 PM   #5
justin_216
LQ Newbie
 
Registered: Jan 2011
Posts: 7

Original Poster
Rep: Reputation: 0
Help

anybody else have any ideas about how i can go about setting up my wireless?

Thanks
 
Old 01-23-2011, 03:31 PM   #6
elliott678
Member
 
Registered: Mar 2005
Location: North Carolina
Distribution: Arch
Posts: 977

Rep: Reputation: 74
Quote:
Originally Posted by justin_216 View Post
Hi Frankbell,

It's a Compaq Presario CQ62.

The Wirless Chip is PCI Express Fast Ethernet controller.

*-network
description: Ethernet interface
product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth0
version: 02
serial: c8:0a:a9:8a:72:0b
size: 10MB/s
capacity: 100MB/s
width: 64 bits
clock: 33MHz
That would be your wired chipset, not wireless.
 
Old 01-23-2011, 04:17 PM   #7
justin_216
LQ Newbie
 
Registered: Jan 2011
Posts: 7

Original Poster
Rep: Reputation: 0
How do I go about finding my wireless info for my laptop?
What commands do I run?

Thanks

Justin
 
Old 01-23-2011, 04:27 PM   #8
elliott678
Member
 
Registered: Mar 2005
Location: North Carolina
Distribution: Arch
Posts: 977

Rep: Reputation: 74
The lspci command should show it.
 
Old 01-23-2011, 04:41 PM   #9
justin_216
LQ Newbie
 
Registered: Jan 2011
Posts: 7

Original Poster
Rep: Reputation: 0
lspci

This is what the lspci gives me...


root@justin-PC:~# lspci
00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge Alternate
00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx)
00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)
00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)
00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode]
00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 41)
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) (rev 40)
00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller (rev 40)
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge (rev 40)
00:14.5 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI2 Controller
00:16.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:16.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control
01:05.0 VGA compatible controller: ATI Technologies Inc M880G [Mobility Radeon HD 4200]
02:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
 
Old 01-23-2011, 04:52 PM   #10
elliott678
Member
 
Registered: Mar 2005
Location: North Carolina
Distribution: Arch
Posts: 977

Rep: Reputation: 74
That AR9285 chipset is supported by the ath9k driver, it should work out of the box with any kernel newer than 2.6.29. I'd expect any Ubuntu release since 9.10 to support it without a problem.

Run "lsmod|grep ath9k", if nothing shows up, "modprobe ath9k". If ath9k is listed in lsmod, but you still have problems, run "dmesg|grep ath9k" and look for errors.
(All without quotes, of course)

Last edited by elliott678; 01-23-2011 at 04:55 PM.
 
Old 01-23-2011, 04:52 PM   #11
inspiron_Droid
Member
 
Registered: Dec 2006
Distribution: Debian (Wheeze)
Posts: 391

Rep: Reputation: Disabled
Smile ar9285

Try this link. Which version of Ubuntu are you using At the minute?

Below are the inks to install the wireless drivers for your card in lucid lynx or Mveric
Lucid
Maverick

Last edited by inspiron_Droid; 01-23-2011 at 04:56 PM.
 
Old 01-23-2011, 04:54 PM   #12
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,669

Rep: Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892
Quote:
02:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
http://wireless.kernel.org/en/users/Drivers/ath9k

Look at the output of the console command lsmod and see if the ath9k module is being loaded. You can also look at the output of the dmesg command and see if the wireless adapter is being recognised.
dmesg | grep ath9k
 
Old 01-23-2011, 05:16 PM   #13
justin_216
LQ Newbie
 
Registered: Jan 2011
Posts: 7

Original Poster
Rep: Reputation: 0
this is what i get running those 2 commnads...

root@justin-PC:~# lsmod | grep ath9k
ath9k 88756 0
ath9k_common 5982 1 ath9k
ath9k_hw 292297 2 ath9k,ath9k_common
ath 8153 2 ath9k,ath9k_hw
mac80211 231541 2 ath9k,ath9k_common
cfg80211 144470 4 ath9k,ath9k_common,ath,mac80211
led_class 2633 1 ath9k


root@justin-PC:~# dmesg | grep ath9k
[ 9.994537] ath9k 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 9.994549] ath9k 0000:02:00.0: setting latency timer to 64
[ 10.165880] phy0: Selected rate control algorithm 'ath9k_rate_control'
[ 10.166464] Registered led device: ath9k-phy0::radio
[ 10.166482] Registered led device: ath9k-phy0::assoc
[ 10.166497] Registered led device: ath9k-phy0::tx
[ 10.166511] Registered led device: ath9k-phy0::rx


I dont know how to interpret it.

Justin
 
Old 01-23-2011, 05:18 PM   #14
elliott678
Member
 
Registered: Mar 2005
Location: North Carolina
Distribution: Arch
Posts: 977

Rep: Reputation: 74
It looks like everything is just fine, is the network manager not showing the device or is it just not connecting?
 
Old 01-23-2011, 05:26 PM   #15
justin_216
LQ Newbie
 
Registered: Jan 2011
Posts: 7

Original Poster
Rep: Reputation: 0
i dont see the device listed in the network manager?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Need help setting up wireless internet for my laptop. superman9595 Linux - Wireless Networking 3 01-29-2009 06:20 PM
wireless laptop to pc with cable internet multios Linux - Networking 3 01-24-2009 10:08 PM
Wireless Internet on Laptop ankz.upadhyay Linux - Laptop and Netbook 8 06-02-2007 06:30 PM
Steps I need to take to get my laptop internet access via a wireless card? {-_-} SUSE / openSUSE 2 11-18-2004 06:01 PM
Wireless problems on a laptop... I have LAN no internet spicyohaggis Linux - Wireless Networking 14 07-30-2004 06:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 10:13 AM.

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