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.
Ok, I am completely new to this so please forgive my ignorance. I have a dell inspiron 2200 with a Dell Wireless 1370 WLAN mini-PCI card. I have successfully booted Linux from the USB drive, but I have no wireless internet. What to do?
I'm not sure exactly what is install for pendrive linux. It looks to be a version of MCNLive, which is itself a version of Mandriva.
I guess that we should start by determining exactly what wireless you have. Enter this command into a terminal and copy and post the output. You can save it as a text file and open it in widows with notepad.
Code:
lspci -nn
__________________
Paul
Please do not PM me with requests for help. I will not reply.
02:03.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02)
There are two ways to activate this in Linux. There is a native driver called b43 (or the older version bcm43xx). Then there is NDISwrapper, which actually uses the Windows driver to make the card work.
I don't know what is available in your system. Some distros will automatically load the native b43/bcm43xx driver module, although it won't work without more configuring. To see if this module is loaded, post the output of this command.
Code:
lsmod
__________________
Paul
Please do not PM me with requests for help. I will not reply.
On some distros you have to give the path to the command's file. Do a search for lsmod to see where it is located. In Fedora it is in the /sbin folder, so my command would look like this:
Code:
/sbin/lsmod
Yours may be different. Another possibility is that you may need to be root. To become root, enter this command, and then the password (when prompted to):
Code:
su
Password: <enter password here>
__________________
Paul
Please do not PM me with requests for help. I will not reply.
On some distros you have to give the path to the command's file. Do a search for lsmod to see where it is located. In Fedora it is in the /sbin folder, so my command would look like this:
Code:
/sbin/lsmod
Yours may be different. Another possibility is that you may need to be root. To become root, enter this command, and then the password (when prompted to):
Code:
su
Password: <enter password here>
Ok, I just logged in under root, and this is what came out from the lsmod:
OK, this driver is loading for your wireless card:
Code:
bcm43xx 434240 0
This driver will work, but it usually will need firmware loaded first. Check the output of this command for any errors about the wireless and firmware:
Code:
dmesg
Here is a link to a site with all the info you need. Let me know if you need more help. b43 - Linux Wireless
__________________
Paul
Please do not PM me with requests for help. I will not reply.
A Newbie's Getting Started Guide to Linux
Learn the basics of the Linux operating systems. Get to know what it is all about, and familiarize yourself with the practical side. Basically, if you're a complete Linux newbie and looking for a quick and easy guide to get you started this is it. 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