The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > Linux > Red Hat
.
google unix.com



Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
wireless internet on redhat linux ? girish1428 UNIX for Dummies Questions & Answers 0 09-12-2009 08:43 AM
Solaris 10 Wireless Internet - Please help! sunpowered SUN Solaris 2 05-23-2008 07:36 PM
Having wireless Internet problems jessparkscars UNIX for Dummies Questions & Answers 1 04-11-2008 07:36 AM
Can't get IPW2200 wireless going on RedHat? Joncamp Red Hat 1 02-25-2007 12:47 AM
FC4 (KDE) Wireless Internet Help Plz~ kyoist Linux 5 02-26-2006 12:14 PM

Reply
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 09-12-2009
girish1428 girish1428 is offline
Registered User
  
 

Join Date: Aug 2009
Posts: 21
wireless internet on redhat linux ?

Hi,

Could some please help me in configuring wireles internet on redhat linux installed on my laptop.

When I booted using windows, I saw the following, which I think is the name of my laptop's wireless card:

Intel(R) PRO/Wireless 3945ABG Network Connection

I have run the following steps after seeing a forum:

extract it with the command

Code:
tar zxvf ndiswrapper-version.tar.gz

This will create ndiswrapper-version directory. Change to that
directory and run

Code:
make uninstall
  make

Login as root and run

Code:
 
make install
lspci -n

Once the driver has been unpacked, locate .inf and .sys files. If
necessary, move these files so both .inf and .sys are in the same
directory. Some drivers also come with firmware files, such as
fwrad16.bin etc. These files also should be in the same
directory. Then install the Windows driver with

Code:
 
ndiswrapper -i netw3.inf
ndiswrapper -l

This should report
"driver present, hardware present"

Code:
modprobe ndiswrapper

I got the following commands in a forum:

Code:
 
su -
ifconfig eth0 up
dhclient eth0

But still no internet:

ifconfig

o/p :

lo no wireless connections
eth0 no wireless connections

Regards,
Girish.

---------- Post updated at 03:48 PM ---------- Previous update was at 01:14 PM ----------

Radoulov,

Could you transfer this post to the Experts section, please?
I did not get any responses in the scripting section, hence I had tried to post it in the experts section when I saw that this post was already closed in the dummies and scripting section.
  #2 (permalink)  
Old 09-12-2009
DukeNuke2's Avatar
DukeNuke2 DukeNuke2 is offline Forum Staff  
Soulman
  
 

Join Date: Jul 2006
Location: Germany, Berlin
Posts: 3,001
i moved this to the redhat forum where it belongs...

you are sure you need ndiswrapper for this card? or is this a real old redhat version? and eth0 should be the internal lan card... maybe you should try eth1!?
  #3 (permalink)  
Old 09-12-2009
girish1428 girish1428 is offline
Registered User
  
 

Join Date: Aug 2009
Posts: 21
Hi Duke,

I am not sure if ndsiwrapper is required.
I saw an alternate method (may be the right method) at Intel® PRO/Wireless 3945ABG Driver for Linux
But I thought this was very long and complicated.

Well the results after installing the ndsiwrapper as follows:


Code:
 
[root@localhost v32]# ndiswrapper -l
netw3 : driver installed
        device (8086:4222) present
netw5v32 : driver installed
        device (8086:4222) present
[root@localhost v32]# iwconfig

lo        no wireless extensions.
eth0      no wireless extensions.
sit0      no wireless extensions.
 
[root@localhost v32]# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:16:D4:DE:04:2D  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:58 
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:2056 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2056 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:2476700 (2.3 MiB)  TX bytes:2476700 (2.3 MiB)
 
[root@localhost v32]# ifconfig eth0 up
[root@localhost v32]# dhclient eth0
[root@localhost v32]#

I will try using eth1 and let you know.
One more thing, I went to system-->administration-->network
Under devices I could see 1 device only --> eth0

When I tried to activate it, it waited for some seconds and said "no link found check cable." So as you said, it could be the lan card.

Under hardware I could see 1 entry only --> broadcom something
I couldnt see intel 3945abg anywhere.
  #4 (permalink)  
Old 09-13-2009
DukeNuke2's Avatar
DukeNuke2 DukeNuke2 is offline Forum Staff  
Soulman
  
 

Join Date: Jul 2006
Location: Germany, Berlin
Posts: 3,001
none of the above interfaces is your wireless interface!


Code:
[root@localhost v32]# iwconfig

lo        no wireless extensions.
eth0      no wireless extensions.
sit0      no wireless extensions.

  #5 (permalink)  
Old 09-13-2009
girish1428 girish1428 is offline
Registered User
  
 

Join Date: Aug 2009
Posts: 21
Duke,

Yes, I think it is wlan0.
When I start linux in the interactive mode, I can see that eth0 and some other network devices are brought up but the wlan0 device fails to be brought up.

The following messages are displayed while linux starts and also when I try to manually run the wpa_supplicant command:


Code:
 
[root@localhost ~]# wpa_supplicant -Dwext -iwlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf

ioctl[SIOCSIWPMKSA]: No such device
ioctl[SIOCSIWMODE]: No such device
Could not configure driver to use managed mode
ioctl[SIOCGIFFLAGS]: No such device
Could not set interface 'wlan0' UP
ioctl[SIOCGIWRANGE]: No such device
ioctl[SIOCGIFINDEX]: No such device
ioctl[SIOCSIWENCODEEXT]: No such device
ioctl[SIOCSIWENCODE]: No such device
ioctl[SIOCSIWENCODEEXT]: No such device
ioctl[SIOCSIWENCODE]: No such device
ioctl[SIOCSIWENCODEEXT]: No such device
ioctl[SIOCSIWENCODE]: No such device
ioctl[SIOCSIWENCODEEXT]: No such device
ioctl[SIOCSIWENCODE]: No such device
ioctl[SIOCSIWAUTH]: No such device
WEXT auth param 7 value 0x0 - Failed to disable WPA in the driver.
ioctl[SIOCSIWAUTH]: No such device
WEXT auth param 5 value 0x0 - ioctl[SIOCSIWAUTH]: No such device
WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAP]: No such device
ioctl[SIOCGIFFLAGS]: No such device

  #6 (permalink)  
Old 09-13-2009
ilikecows's Avatar
ilikecows ilikecows is offline
Registered User
  
 

Join Date: Jul 2009
Posts: 114
Try this. Do an lsmod to see if their is an open source driver in use for your wireless card. If there is do an rmmod to remove it from kernel space. Last do an
Code:
 insmod /lib/modules/<kernel_version>/misc/ndiswrapper.ko

If The path with the insmod doesn't work run this find command to locate it:

Code:
find /lib -name "*ndiswrapper*"

After doing this your wireless card should show up. I can't remember how to do this off the top of my head but you should also modify your udev rules to make sure that the correct module gets loaded at boot.
  #7 (permalink)  
Old 09-13-2009
girish1428 girish1428 is offline
Registered User
  
 

Join Date: Aug 2009
Posts: 21
I did a lsmod. I got a long list which didnt seem to have the wireless drvice or its driver info.
Then I found the path of ndiswrapper.ko and ran insmod <path>
The device was still not brought up :-(
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 11:14 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0