LinuxQuestions.org
Visit Jeremy's Blog.
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 10-09-2010, 12:25 AM   #1
AdorableChips
LQ Newbie
 
Registered: Oct 2010
Posts: 1

Rep: Reputation: 0
Wireless card not working on Dell Inspiron 2200-Ubuntu 10.04


I am new to Linux. About 72 hours in, and I must say. I am quite impressed. Except for a small issue. I cannot seem to figure out how to get my wireless card working. I have used the bcm43xx technique with no avail. And am working on ndswrapper. The good news is I think I have the .sys file that works. But I don't have the .inf. However any way I could make this work would be great. Below I have posted my lspci stats.

Lspci:
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
02:01.0 CardBus bridge: Texas Instruments PCI1510 PC card Cardbus Controller
02:08.0 Ethernet controller: Intel Corporation 82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller Mobile (rev 03)

Thank you.
 
Old 10-09-2010, 01:52 AM   #2
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,095
Blog Entries: 21

Rep: Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473
?

Either I am up too late or I need glasses. I don't see a wireless card in your lspci readout and definitely don't see a broadcom reference either. Is this a PCMCIA card and if so was it plugged in when you ran lspci?

Or is this wireless USB? Which means you need to run

Code:
lsusb
with USB Wireless plugged in. I am not a broadcom proficent user as all my chips are either realtek or atheros.

Code:
biker@biker-laptop:~$ inxi -F
System:    Host biker-laptop Kernel 2.6.32-25-generic i686 (32 bit) Distro Ubuntu 10.04 lucid
CPU:       Single core Intel Atom N270 (-HT-) cache 512 KB flags (sse sse2 sse3 ssse3) bmips 3191.46 
           Clock Speeds: (1) 800.00 MHz (2) 800.00 MHz
Graphics:  Card Intel Mobile 945GME Express Integrated Graphics Controller X.Org 1.7.6 Res: 1024x600@60.0hz 
           GLX Renderer Mesa DRI Intel 945GME GEM 20091221 2009Q4 x86/MMX/SSE2 GLX Version 1.4 Mesa 7.7.1 Direct Rendering Yes
Audio:     Card Intel N10/ICH 7 Family High Definition Audio Controller driver HDA Intel BusID: 00:1b.0
           Sound: Advanced Linux Sound Architecture Version 1.0.21
Network:   Card-1 Atheros AR5001 Wireless Network Adapter driver ath5k v: 0.6.0 BusID: 03:00.0
           Card-2 Realtek RTL8101E/RTL8102E PCI Express Fast Ethernet controller driver r8169 v: 2.3LK-NAPI at port 3000 BusID: 02:00.0
Disks:     HDD Total Size: 160.0GB (2.6% used) 1: /dev/sda WDC_WD1600BEVT 160.0GB 42C 
Partition: ID:/ size: 7.1G used: 3.3G (50%) fs: ext4 ID:/home size: 25G used: 560M (3%) fs: ext4 
           ID:swap-1 size: 2.11GB used: 0.00GB (0%) fs: swap 
Sensors:   System Temperatures: cpu: 56.0C mobo: N/A 
           Fan Speeds (in rpm): cpu: N/A 
Info:      Processes 159 Uptime 1:45 Memory 291.1/990.0MB Runlevel 2 Client Shell inxi 1.4.20
If wondering how I got the above readout. I installed it from Here

Install Instructions
Quote:
For most others, use(except in Arch or Pardus):

as root: cd /usr/local/bin && wget -Nc smxi.org/inxi && chmod +x inxi
 
Old 10-09-2010, 01:59 AM   #3
sohail0399
Member
 
Registered: Oct 2008
Location: Pakistan, Islamabad
Distribution: CentOS, Fedora, Solaris
Posts: 154

Rep: Reputation: 23
Try this link may be helpful for you,

i have also faced this issue on my HP probook with Fedora 13.

but know i solved it with the help of this below link

http://forums.fedoraforum.org/showthread.php?t=239922
 
  


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
Dell Inspiron 2200 - Wireless adapter won't turn on? ppierce Linux - Wireless Networking 1 07-21-2010 06:43 PM
Wireless stopped working on Dell Inspiron 1545 using Ubuntu 9.04 PhloxLot Linux - Laptop and Netbook 6 04-30-2010 02:25 AM
Ubuntu automatically download a generic driver for dell inspiron wireless card batlep1 Linux - Newbie 1 04-22-2009 04:32 PM
Ubuntu on Dell Inspiron 2200 display problem solidcat Linux - Laptop and Netbook 1 07-18-2007 12:05 PM
Wireless on Dell Inspiron 2200 zub1_uk Linux - Wireless Networking 10 10-22-2005 04:30 AM

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

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