Sponsored Content
Operating Systems Linux Red Hat wireless internet on redhat linux ? Post 302352668 by girish1428 on Saturday 12th of September 2009 05:25:50 PM
Old 09-12-2009
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.
 

10 More Discussions You Might Find Interesting

1. Linux

Mandrake 10.0 and wireless internet

I am unable to browse the web from my Mandrake installation I have 2 nics set up, one for the network(eth0) and one for the wireless internet(eth1). eth0 is setup in the 192.168.0.x range (static) eth1 is set up in the 192.168.1.x range (dhcp) both use the same netmask default... (0 Replies)
Discussion started by: rbetzen
0 Replies

2. Solaris

Internet access on Solaris 10 through TATA Indicom Wireless Phone

Hi, I am trying to configure Solaris 10 for Internet Connection. I have a PC (Celeron 1.7Ghz, 512 MB RAM, Gigabyte 8LD Motherboard). The Wireless Telephone Specs are: TATA Indicom Walky. Further product details are as follows ( I did not understand most of what it says. I have given... (0 Replies)
Discussion started by: priteshugrankar
0 Replies

3. Linux

FC4 (KDE) Wireless Internet Help Plz~

I was wondering if someone here would happen to know how to setup a wireless connection with Fedora Core 4. I try to setup the internet options but my wireless adapter doesnt appear on the list... I'm new to fedora, and i never have setup a wireless connection with *nux systems. Any help, or... (5 Replies)
Discussion started by: kyoist
5 Replies

4. Red Hat

Can't get IPW2200 wireless going on RedHat?

I have installed RedHat Fedora 4 and now Fedora 6 on my laptop, it recognizes that I have Intel ProWireless 2200bg, but when I try and activate it through Networking it says "IPW2200 doesn't seem to be present..." Can anybody help me? Jon (1 Reply)
Discussion started by: Joncamp
1 Replies

5. UNIX for Dummies Questions & Answers

Having wireless Internet problems

I feel like the true definition of a newb but I guess you gotta start somewhere. I installed Gentoo on my laptop yesterday, it's a gnome based environment and I cannot get any wireless internet. The iwconfig and net-setup commands are not being recognized. I'm not sure what the problem is, I've... (1 Reply)
Discussion started by: jessparkscars
1 Replies

6. Solaris

Solaris 10 Wireless Internet - Please help!

Hello, I have Solaris 10 Express, and am going to try OpenSolaris on a different computer. I need to configure and setup my wireless card, a NetGear WG311T, on my Solaris 10 machine, because I have no internet yet. Please help me get my wireless working, Thanks. -SunPowered Some links... (2 Replies)
Discussion started by: sunpowered
2 Replies

7. UNIX for Dummies Questions & Answers

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 Regards, Girish. (0 Replies)
Discussion started by: girish1428
0 Replies

8. UNIX for Advanced & Expert Users

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... (1 Reply)
Discussion started by: girish1428
1 Replies

9. Red Hat

Slow/Erratic wireless internet

Hi everyone, this is my first post on this forum. I have a ASUS laptop dualbooted with win7 and f16(Fedora 16). I recently shifted from Ubuntu. Wireless internet is very slow and rather erratic on my laptop only in the case of Linux. On win7 its flawless. I have a 30mbps connection and I... (0 Replies)
Discussion started by: parth.s
0 Replies

10. Red Hat

How to patch Linux redhat Red Hat 4.1.2-48 without Internet?

HI all, I need to patch(updated a linux redhat server (Red Hat 4.1.2-48) that it is on production, this server cannot have internet access. How can I do this patching (update). there is link to download in a cd or something similar. Any advice it is very welcome Carlitospi99 (1 Reply)
Discussion started by: carlitospi99
1 Replies
PBFIFO(8)							       Linux								 PBFIFO(8)

NAME
pfifo - Packet limited First In, First Out queue bfifo - Byte limited First In, First Out queue SYNOPSIS
tc qdisc ... add pfifo [ limit packets ] tc qdisc ... add bfifo [ limit bytes ] DESCRIPTION
The pfifo and bfifo qdiscs are unadorned First In, First Out queues. They are the simplest queues possible and therefore have no overhead. pfifo constrains the queue size as measured in packets. bfifo does so as measured in bytes. Like all non-default qdiscs, they maintain statistics. This might be a reason to prefer pfifo or bfifo over the default. ALGORITHM
A list of packets is maintained, when a packet is enqueued it gets inserted at the tail of a list. When a packet needs to be sent out to the network, it is taken from the head of the list. If the list is too long, no further packets are allowed on. This is called 'tail drop'. PARAMETERS
limit Maximum queue size. Specified in bytes for bfifo, in packets for pfifo. For pfifo, defaults to the interface txqueuelen, as speci- fied with ifconfig(8) or ip(8). For bfifo, it defaults to the txqueuelen multiplied by the interface MTU. OUTPUT
The output of tc -s qdisc ls contains the limit, either in packets or in bytes, and the number of bytes and packets actually sent. An unsent and dropped packet only appears between braces and is not counted as 'Sent'. In this example, the queue length is 100 packets, 45894 bytes were sent over 681 packets. No packets were dropped, and as the pfifo queue does not slow down packets, there were also no overlimits: # tc -s qdisc ls dev eth0 qdisc pfifo 8001: dev eth0 limit 100p Sent 45894 bytes 681 pkts (dropped 0, overlimits 0) If a backlog occurs, this is displayed as well. SEE ALSO
tc(8) AUTHORS
Alexey N. Kuznetsov, <kuznet@ms2.inr.ac.ru> This manpage maintained by bert hubert <ahu@ds9a.nl> iproute2 10 January 2002 PBFIFO(8)
All times are GMT -4. The time now is 02:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy