Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Wireless Internet > Problem detecting wireless ethernet card

Forgot Password?
 Wireless Internet   Anything related to getting wireless set up in Linux. WLAN, WiFi, etc.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 05-09-2007   #1 (permalink)
Just Joined!
 
Join Date: May 2007
Posts: 5
Question Problem detecting wireless ethernet card

Hello All,

I am a newbie to Linux. I have a Compaq Presario C304NR, which has Linux on it. I know that the laptop has a wireless NIC card, but for some reason, Linux does not detect it.
I downloaded ndiswrapper, but it doesnt compile on my machine, because of gcc version issue. My linux kernel version is 2.4.21-47.0.1.EL. I dont know if that is good or not, but I use this laptop for office purposes.
If I can get the wireless internet working, that would be awesome.
Please if anyone can help me with that, I will really appreciate it.

Note: I have Intel chipset 945M in the laptop. It originally had Windows XP on it.
paramit81 is offline  


Reply With Quote
Old 05-09-2007   #2 (permalink)
Trusted Penguin
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Panther City, Tx
Posts: 4,110
hey paramit81,
Welcome to the forums.
You need to identify your chipset before you know which driver you need. Open a terminal/konsole window, login as root and type this command:
if it is a USB device
Code:
lsusb
if it is a PCI device
Code:
lspci
Post the output back here for more help.
__________________
I do not respond to private messages asking for help.
Please keep it on the forums only.
MikeTbob is offline   Reply With Quote
Old 05-09-2007   #3 (permalink)
Just Joined!
 
Join Date: May 2007
Posts: 5
lspci output - 1

Code:
[root@localhost root]# lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 01)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 01)
I am truncating the output, because the forum doesnt let me post a reply more than 1000 characters long.
Please let me know, if you need anything else from my side.
Thanks for your reply.
paramit81 is offline   Reply With Quote
Old 05-09-2007   #4 (permalink)
Just Joined!
 
Join Date: May 2007
Posts: 5
lspci output - 2

Code:
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller AHCI (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
06:00.0 Network controller: Broadcom Corporation: Unknown device 4311 (rev 01)
08:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
paramit81 is offline   Reply With Quote
Old 05-10-2007   #5 (permalink)
Trusted Penguin
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Panther City, Tx
Posts: 4,110
Quote:
Originally Posted by paramit81 View Post
Code:
06:00.0 Network controller: Broadcom Corporation: Unknown device 4311 (rev 01)
08:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
Which flavor and version of Linux are you using?
You have a broadcom 4311 chipset, kinda hard to get it working but it will work if you can find the right HOWTO.
And you have a realtek 8139, which should be supported on bootup. Do you have a working network connection in Linux?
If you do, then use your package install to install ndiswrapper. (yum or apt-get)?
Here is the install instructions.
http://ndiswrapper.sourceforge.net/j...,installation/
__________________
I do not respond to private messages asking for help.
Please keep it on the forums only.
MikeTbob is offline   Reply With Quote
Old 05-10-2007   #6 (permalink)
Just Joined!
 
Join Date: May 2007
Posts: 5
Hey Mike,

Thanks for your reply again. I am using CentOS 3 for Linux, (I dont know if that answers your question or not).
Also about the ndiswrapper, I tried installing that before, and it requires a gcc version 3 or higher, so had problems compiling it.
Yes I do have wired internet working on my laptop. I will research on yum and apt-get.
But if there is another way, other than ndiswrapper, I would appreciate your help in that.

Thanks again,
- Amit.
paramit81 is offline   Reply With Quote
Old 05-10-2007   #7 (permalink)
Trusted Penguin
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Panther City, Tx
Posts: 4,110
Well, I found this link for you to check out. Hopefully it will help.
http://www.centos.org/modules/newbb/...?topic_id=8012
__________________
I do not respond to private messages asking for help.
Please keep it on the forums only.
MikeTbob is offline   Reply With Quote
Old 05-10-2007   #8 (permalink)
Just Joined!
 
Join Date: May 2007
Posts: 5
Thanks a lot buddy. I will look at that link.

Thanks,
- Amit.
paramit81 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 12:14 PM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2