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 > Mandriva Wireless Connection

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 08-08-2007   #1 (permalink)
Just Joined!
 
Join Date: Aug 2007
Location: Sweden
Posts: 43
Mandriva Wireless Connection

Hi, I have installed mandriva on 2 diffrent computers before, but then I have used a normal internet cable connection, but now I'm thinking of installing mandriva on a 3rd computer with a wireless connection.

* Will the computer find the wireless card
straight away so I can use the internet?

* If that's not the case then how do I do it?

* Can I try the wireless internet connection using the "live" cd?
so I know if I should install it or not

I'm a huge mandriva fan, But this time I'm going to install it on my grandfathers computer, so he would get f*@ng mad if I scrued this up.
Ace_Well is offline  


Reply With Quote
Old 08-08-2007   #2 (permalink)
Linux User
 
Giles's Avatar
 
Join Date: May 2005
Location: Gloucestershire and Cambridge, UK
Posts: 283
The answer to the first two questions will depend on the chipset used in the wireless card. If you don't know what that is, then you probably would do well to go in with a live cd, and run
Code:
lspci
If you then look for a line mentioning network or wireless, that should have the details of your chipset. For example when I run that command on my computer I get the output:
Code:
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:0c.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 06)
00:0d.0 SCSI storage controller: Adaptec AHA-7850 (rev 01)
00:0e.0 Communication controller: 3Com Corp, Modem Division WinModem
00:10.0 Network controller: Intersil Corporation ISL3890 [Prism GT/Prism Duette]/ISL3886 [Prism Javelin/Prism Xbow] (rev 01)
01:00.0 VGA compatible controller: nVidia Corporation NV4 [RIVA TNT] (rev 04)
And the line in bold is the important one, telling me I have a Prism chipset.

Hope this helps
Giles
__________________
"Our greatest fear is not that we are powerless. Our greatest fear is Microsoft"
Registered linux user #391027
Giles is offline   Reply With Quote
Old 08-11-2007   #3 (permalink)
Just Joined!
 
Join Date: Aug 2007
Location: Western PA
Posts: 9
Quote:
Originally Posted by Giles View Post
The answer to the first two questions will depend on the chipset used in the wireless card. If you don't know what that is, then you probably would do well to go in with a live cd, and run
Code:
lspci
If you then look for a line mentioning network or wireless, that should have the details of your chipset. For example when I run that command on my computer I get the output:
Code:
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:0c.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 06)
00:0d.0 SCSI storage controller: Adaptec AHA-7850 (rev 01)
00:0e.0 Communication controller: 3Com Corp, Modem Division WinModem
00:10.0 Network controller: Intersil Corporation ISL3890 [Prism GT/Prism Duette]/ISL3886 [Prism Javelin/Prism Xbow] (rev 01)
01:00.0 VGA compatible controller: nVidia Corporation NV4 [RIVA TNT] (rev 04)
And the line in bold is the important one, telling me I have a Prism chipset.

Hope this helps
Giles
Are you saying that you need a prism chipset to use wireless or is that the only one that the computer recognizes or what? Because I am going to hunt for a network card soon and would like one to work on my Mandriva Box.
ModularMike4.6L is offline   Reply With Quote
Old 08-11-2007   #4 (permalink)
Linux Engineer
 
valemon's Avatar
 
Join Date: Oct 2006
Location: Volos
Posts: 914
Send a message via MSN to valemon Send a message via Skype™ to valemon
A lot of wireless cards are supported by the kernel, so they will work out of the box. If not you will have to use ndiswrapper (use Windows drivers) or madwifi. Anyway, by 95% you will get it working. Check here for wireless compatibility with linux
__________________
Linux is like a Teepee, No Windows, No Gates, Only Apache Inside!
Arch/Moblin
Linux user #442041
valemon is offline   Reply With Quote
Old 08-17-2007   #5 (permalink)
Linux User
 
Giles's Avatar
 
Join Date: May 2005
Location: Gloucestershire and Cambridge, UK
Posts: 283
Quote:
Originally Posted by ModularMike4.6L View Post
Are you saying that you need a prism chipset to use wireless or is that the only one that the computer recognizes or what?
No, I just included that as an example - it happens that the card I'm using has a Prism chipset, but it could just as well have been atheros, broadcom, ralink etc etc etc

I was working on the basis that you already had a wireless network card that you were trying to make work, and this was the first stage of getting it going. Apologies if I misunderstood you.

And as I understand it, Valemon isn't quite right in saying that if the card isn't supported in the kernel you have to use madwifi or ndiswrapper. NDISwrapper is generally the last resort, if your card doesn't "Just Work", and you cant find a linux driver for it - Madwifi is one such driver, that works for cards with atheros chipsets, but there are a number of others available for different chipsets.

Hope that makes things clearer
Giles
__________________
"Our greatest fear is not that we are powerless. Our greatest fear is Microsoft"
Registered linux user #391027
Giles 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 07:33 AM.






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

Content Relevant URLs by vBSEO 3.3.0 RC2