LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 11-16-2005, 05:20 PM   #1
linuxnoob86
LQ Newbie
 
Registered: Nov 2005
Location: Minnesota
Posts: 5

Rep: Reputation: 0
how do i get wireless internet to work??


Right now i have red hat 7.3 valhalla and i have no idea what im doing. Im downloading mandrake 10.1 as i speak because ive seen people talk about that a lot more than rh 7.3,and i might be getting red hat 9 in a couple days. Anyways,i need to know how to install and configure a wireless internet connection. My NIC isnt linux compatiable so i already know i need to get ndiswrapper or somethin like it. Ive already downloaded ndiswrapper but i cant get it to install. Ive been searching everywhere for easy-to-understand instructions on how to do this. I have never used linux before so like i said,i have no idea what im doing. Id really appreciate it if someone could give me detailed instructions on how to get this set up. My kernal is 2.4 18-3 if that helps any...i happened to see it when i was shutting down the comp.

My NIC is the Belkin Wireless G Plus Desktop Card. Ive already looked for linux drivers and they dont exist.

Anyways,if anyone has any helpful suggestions or instructions thatd be great,thx.
 
Old 11-16-2005, 05:30 PM   #2
sjr
Member
 
Registered: Oct 2002
Location: Maryland
Distribution: SUSE 10.1 and 10.2
Posts: 44

Rep: Reputation: 15
What errors are you getting when trying to install ndiswrapper? Post them here and we'll try to help. FYI, I've had good luck with Mandrake 10.1 and ndiswrapper. The ndiswrapper wiki has a pretty good description of how to install.
 
Old 11-16-2005, 08:46 PM   #3
WRSpithead
Member
 
Registered: Mar 2005
Posts: 60

Rep: Reputation: 15
I have the exact same card and have it working perfectly in slackware 10.2. The driver file that you need is bcmwl5.inf. Don't use the one that comes on the CD (this isn't a problem since you haven't even found it yet), but use the one supplied by Dell. Here's a link:

http://ftp.us.dell.com/network/R81433.EXE

Just unzip that. I think the regular unzip program will work even though it is an EXE file.

Actually, before you use that driver, you need to properly install ndiswrapper. It might work by "tar -zxvf ndiswrapper.tar.gz" and using "make" and "make install" in the ndiswrapper directory, but chances are it won't. Like he said, check out the ndiswrapper forums and wiki.

Once you have ndiswrapper installed, make sure you DO actually have the same wireless card as me. Just do
Code:
lspci | grep Broadcom
and see if it gives you "Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)".

If it is indeed the same one (or possibly one similar to it), find the INF file you just unzipped and run
Code:
ndiswrapper -i (PATH-TO-INF-FILE)
ndiswrapper -l
this should get you "bcmwl5 - driver present, hardware present". At this point you need to add the module to the kernel with
Code:
modprobe ndiswrapper
You should NOT get feedback from this. If you do get a bunch of error messages, you either didn't compile ndiswrapper correctly or something else has gone wrong.

If you did indeed download, extract, and install the driver and loaded the module correctly, you are ready to begin configuring your network. Type in "iwconfig" and see what it gives you. You should get several device names with "No wireless extentions" and one (probably wlan0) that has a lot of info. The one with lots of info is your wireless device. Remember it's name. Now, assuming you have your wireless router already set up, type in
Code:
iwlist (DEVICE-NAME) scan
You might want to pipe (|) that into "more" or "less" if it fills up your screen with info. Find the "cell" with your ESSID that you want to use. Check to see if it has encryption. If it does you may have problems. (I can't get mine to work with encryption at least. Maybe somebody else can help you with that.) Now simply type in
Code:
iwconfig (DEVICE-NAME) essid (ESSID-NAME)
You might want to try that a couple times, just to make sure it does it. Now test to see if it is working by typing
Code:
iwconfig (DEVICE-NAME)
Check to see if the ESSID field gives you what you want, not "off/any". If it says "off/any" or isn't working, it can't connect to the router due to some security measure or just due to bad signal.

Now your wireless modem is set up and it has to be configured like any other NIC. "dhcpcd (DEVICE-NAME)" should work, but you might want to do some manual "ifconfig" and "route" stuff.

Just say so if anything goes wrong. Hope that helps!

Last edited by WRSpithead; 11-16-2005 at 08:50 PM.
 
Old 04-13-2006, 06:50 AM   #4
iainagray
Member
 
Registered: Sep 2003
Location: Aberdeenshire, Scotland
Distribution: Ubuntu Hardy
Posts: 64

Rep: Reputation: 15
I'm also having problems with the Wireless NIC, when I run the following this is what I get, has Ubuntu Breezy correctly spotted the NIC or do I need to do something else?

iain@frozenpenguin:~$ lspci | grep Broadcom
0000:02:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
0000:02:03.0 Network controller: Broadcom Corporation: Unknown device 4318 (rev 02)
iain@frozenpenguin:~$

The wired NIC works perfectly but its buggin me as I want to use the wireless.
 
Old 04-13-2006, 07:45 AM   #5
iainagray
Member
 
Registered: Sep 2003
Location: Aberdeenshire, Scotland
Distribution: Ubuntu Hardy
Posts: 64

Rep: Reputation: 15
I downloaded R115320.exe from Dell extracted the inf and sys files ran the ndiswrapper and modprobe commands see extract from term below:

iain@frozenpenguin:~$ sudo ndiswrapper -i bcmwl5.inf
Password:
Installing bcmwl5
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
iain@frozenpenguin:~$ sudo ndiswrapper -l
Installed ndis drivers:
bcmwl5 driver present, hardware present
iain@frozenpenguin:~$ sudo modprobe ndiswrapper
iain@frozenpenguin:~$ sudo iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

sit0 no wireless extensions.

Now I'm confused!
 
Old 04-13-2006, 10:39 AM   #6
iainagray
Member
 
Registered: Sep 2003
Location: Aberdeenshire, Scotland
Distribution: Ubuntu Hardy
Posts: 64

Rep: Reputation: 15
This is from syslog:

Apr 13 13:31:05 localhost kernel: [4299073.898000] ndiswrapper version 1.1 loaded (preempt=no,smp=no)
Apr 13 13:31:05 localhost kernel: [4299074.148000] ndiswrapper (import:238): unknown symbol: ntoskrnl.exe:strrchr
Apr 13 13:31:05 localhost kernel: [4299074.148000] ndiswrapper (import:238): unknown symbol: ntoskrnl.exe:MmFreeContiguousMemorySpecifyCache
Apr 13 13:31:05 localhost kernel: [4299074.148000] ndiswrapper (import:238): unknown symbol: ntoskrnl.exe:MmAllocateContiguousMemorySpecifyCache
Apr 13 13:31:05 localhost kernel: [4299074.148000] ndiswrapper (import:238): unknown symbol: ntoskrnl.exe:MmGetPhysicalAddress
Apr 13 13:31:05 localhost kernel: [4299074.148000] ndiswrapper (load_sys_files:456): unable to prepare driver 'bcmwl5'
Apr 13 13:31:05 localhost kernel: [4299074.150000] ndiswrapper (ndiswrapper_load_driver:92): loadndiswrapper failed (11); check system log for messages from 'loadndisdriver'
 
  


Reply



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
Wireless internet does not work with Mandrake ESARMY Linux - Newbie 9 09-26-2005 01:43 PM
I can't get my wireless internet to work mcrexx Linux - Newbie 9 09-21-2005 11:24 PM
Wireless internet doesn't work on laptop at school (Ubuntu 5.04) dbzsongoku Linux - Newbie 1 06-24-2005 01:47 PM
Wireless Internet to Work alacritous Fedora 12 10-26-2004 09:07 PM
Help with wireless lan internet, nearly got it to work Belize Linux - Wireless Networking 10 10-27-2003 02:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

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