 |
 |
 |
 |
| Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc. |

24th December 2007, 05:25 PM
|
|
Registered User
|
|
Join Date: Dec 2007
Posts: 10

|
|
|
How to find out if my Laptop has an onboard wireless card
I am using a Lenovo 3000 Y500 laptop. Wireless network is not working.
I tried
#/sbin/iwlist wlan0 scan.
Output:
#wlan0 Interface doesn't support scanning.
I doubt whether my laptop has any onboard wireless card. How to find out?
|

24th December 2007, 05:38 PM
|
 |
Registered User
|
|
Join Date: Jun 2005
Location: St. Gallen Switzerland or Christchurch, New Zealand
Age: 28
Posts: 708

|
|
|
Hallo senzmail
Which version of Fedora are you using?
__________________
tho.mei
I use KDE!
Many workstions and few servers running on Fedora or Scientific Linux professionally.
Using LINUX to do some scientific 3D-stuff.
I'm RHCT
|

24th December 2007, 05:53 PM
|
 |
Un-Retired Administrator
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,924

|
|
/sbin/lspci should show you the wireless info. Here's mine. Toshiba laptop.
Code:
[glenn@toshiba ~]$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
02:00.0 Ethernet controller: Marvell Technology Group Ltd. Unknown device 4353 (rev 14)
03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
07:06.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
07:06.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller
07:06.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)
07:06.3 Generic system peripheral [0805]: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller
Alternatively
Code:
[glenn@toshiba ~]$ lspci | grep Network
03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
__________________
Glenn
The Bassinator © ®
Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
|

24th December 2007, 06:07 PM
|
|
Registered User
|
|
Join Date: Dec 2007
Posts: 10

|
|
|
Thanks for the prompt response.
I am using Fedora 5.
I ran the commands suggested.
lspci | grep Network
03:00.0 Network controller: Broadcom Corporation Unknown device 4311 (rev 01)
|

24th December 2007, 06:11 PM
|
 |
Un-Retired Administrator
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,924

|
|
|
Well, it's obviously Broadcomm. But it doesn't tell you what model. No extra info. How about checking the website for the laptop manufacturer to see f you can get specs on the laptop?
__________________
Glenn
The Bassinator © ®
Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
|

24th December 2007, 06:22 PM
|
|
Registered User
|
|
Join Date: Dec 2007
Posts: 10

|
|
|
Well. I checked with Lenovo site. It only says wireless is available on "select" models. No further information is available.
|

24th December 2007, 06:27 PM
|
 |
Registered User
|
|
Join Date: Jun 2005
Location: St. Gallen Switzerland or Christchurch, New Zealand
Age: 28
Posts: 708

|
|
|
Hallo
I would update to Fedora 8. The support for wireless-networking has grown much since Fedora Core 5. May it works out of the box in Fedora 8
__________________
tho.mei
I use KDE!
Many workstions and few servers running on Fedora or Scientific Linux professionally.
Using LINUX to do some scientific 3D-stuff.
I'm RHCT
|

24th December 2007, 06:31 PM
|
|
Registered User
|
|
Join Date: Dec 2007
Posts: 10

|
|
|
Hi glenzzo,
Thanks for pointing to the right wireless card. Subsequently I downloaded Broadcom drivers from Lenovo site and tried the following:
[root@localhost New]# ndiswrapper -i bcmwl5.inf
installing bcmwl5 ...
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
[root@localhost New]# ndiswrapper -l
bcmwl5 : driver installed
device (14E4:4311) present
[root@localhost New]# modprobe ndiswrapper
FATAL: Module ndiswrapper not found.
Regards.
Sen
|

24th December 2007, 06:31 PM
|
 |
Un-Retired Administrator
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,924

|
|
|
I agree with tho.mei. Upgrade to 8 and forget 5. 5 is dead and there's no support. Even if you knew what wireless card you had you probably couldn't get drivers, at least without the need to compile them yourself.
I got a little further than you did on the Levono site. That laptop comes with Broadcomm or IPW3945 (on select models).
__________________
Glenn
The Bassinator © ®
Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
|

24th December 2007, 06:38 PM
|
|
Registered User
|
|
Join Date: Dec 2007
Posts: 10

|
|
|
Yes. That is a good suggestion.
However, being new to Linux, I am sort of scared of upgradation. I have no clue what to do with the *.iso file that the upgrade site is offering.
|

24th December 2007, 06:44 PM
|
 |
Un-Retired Administrator
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,924

|
|
|
If you have a DVD burner that would be a good start. Download the DVD iso. If CD burner only download the Gnome Live (KDE if you prefer). Use something like GnomeBaker and burn a DVD/CD Image. Boot with the newly created disk to install. Don't forget to backup anything important first.
__________________
Glenn
The Bassinator © ®
Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
|

24th December 2007, 06:51 PM
|
|
Registered User
|
|
Join Date: Dec 2007
Posts: 10

|
|
|
Thanks a lot Glenn. Will definitely give it a try.
|

24th December 2007, 06:55 PM
|
 |
Registered User
|
|
Join Date: Jun 2005
Location: St. Gallen Switzerland or Christchurch, New Zealand
Age: 28
Posts: 708

|
|
Hallo senzmail
Quote:
|
I have no clue what to do with the *.iso file that the upgrade site is offering.
|
Go to: http://mirrors.fedoraproject.org/pub...Fedora/8/i386/
Choose a mirror in your country or next to you. Search your way to ..../releases/8/Live/i686/
There you find live-images. If you like Gnome download Fedora-8-Live-i686.iso If you prefer KDE you can downloaded: Fedora-8-Live-KDE-i686.iso
Boot from the CD. It will load a full usable desktop without touching your harddisk. (this may takes a while. It will load much faster from the harddisk) Now you can test if your wireless card already is running. To install the system you will find a symbol on the desktop.
Marry x-mas.
__________________
tho.mei
I use KDE!
Many workstions and few servers running on Fedora or Scientific Linux professionally.
Using LINUX to do some scientific 3D-stuff.
I'm RHCT
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 10:24 (Sunday, 19-05-2013)
|
|
 |
 |
 |
 |
|
|