rtw(7D) Devices rtw(7D)NAME
rtw - RealTek 8180L 802.11b Wireless NIC driver
DESCRIPTION
The rtw 802.11b wireless NIC driver is a multi-threaded, loadable, clonable, GLDv3-based STREAMS driver supporting RealTek 8180L chipset-
based NIC's.
CONFIGURATION
The rtw driver performs auto-negotiation to determine the data rate and mode. Supported 802.11b data rates are 1, 2, 5.5 and 11 Mbits/sec.
The default is 11.
The rtw driver supports only BSS networks (also known as "ap" or "infrastructure" networks) and "open"(or "open-system") or "shared sys-
tem" authentication.
FILES
/dev/rtw*
Special character device.
/kernel/drv/rtw
32-bit ELF kernel module (x86).
/kernel/drv/amd64/rtw
64-bit ELF kernel module (x86).
ATTRIBUTES
See attributes(5) for a description of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Architecture |x86 |
+-----------------------------+-----------------------------+
|Availability |SUNWrtw |
+-----------------------------+-----------------------------+
|Interface stability |Committed |
+-----------------------------+-----------------------------+
SEE ALSO dladm(1M), wificonfig(1M), attributes(5), gld(7D), dlpi(7P)
802.11 - Wireless LAN Media Access Control and Physical Layer Specification -- IEEE, 2001
SunOS 5.11 12 Jul 2007 rtw(7D)
Check Out this Related Man Page
rum(7D) Devices rum(7D)NAME
rum - Ralink RT2501/RT2601/RT73USB 802.11b/g Wireless Driver
DESCRIPTION
The rum 802.11b/g wireless NIC driver is a multi-threaded, loadable, clonable, GLDv3-based STREAMS driver supporting the Ralink
RT2501/RT2601/RT73USB chipset-based NIC's.
CONFIGURATION
The rum driver performs auto-negotiation to determine the data rate and mode. Supported 802.11b data rates are 1, 2, 5.5 and 11
Mbits/sec. Supported 802.11g data rates are 1, 2, 5.5, 11, 6, 9, 12, 18, 24, 36, 48 and 54 Mbits/sec. The rum driver supports only BSS
networks (also known as "ap" or "infrastructure" networks) and "open" (or "open-system") or "shared system" authentication.
FILES
/dev/rum*
Special character device.
/kernel/drv/rum
32-bit ELF kernel module. (x86)
/kernel/drv/amd64/rum
64-bit ELF kernel module. (x86)
ATTRIBUTES
See attributes(5) for a description of the following attributes:
+--------------------+---------------------------------------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+---------------------------------------------------------+
|Architecture | x86 |
+--------------------+---------------------------------------------------------+
|Availability | SUNWrum |
+--------------------+---------------------------------------------------------+
|Interface Stability | Committed |
+--------------------+---------------------------------------------------------+
SEE ALSO dladm(1M), wificonfig(1M), attributes(5), gld(7D), dlpi(7P)
802.11 - Wireless LAN Media Access Control and Physical Layer Specification - IEEE, 2001
SunOS 5.11 29 Oct 2008 rum(7D)
Hello,
hi guys I don't know what is the problem with my NIC I can ping the Localhost (LOOPBACK) but when I run a scripts to check the NIC statuse it's shown the NIC DOWN sooo what could be the problem and what is the best way to start trouplshooting the NIC in SUN-SOLARIS.
Regards,
Karim
... (3 Replies)
Hi guys,
I am a newbie in SCO UNIX, and I am having problem in installing a NIC for my machine:
My machine: UnixWare scou 5 7.1.4 i386 x86at SCO UNIX_SVR5
My NIC is dLink DFE-538TX, I got the driver from:
http://support.dlink.ca/ProductView.asp?ProductModel=DFE-538TX
The driver... (1 Reply)
We have two NIC cards in our IBM RS/6000 F50 running AIX 4.3.3
We are trying to make sure we have moved all users to log in through the new NIC.
10.22.x.y (old)
10.22.x.z (new)
How can I tell which users are still using the old address for logging in so I can update their work station to... (5 Replies)
Hello,
I have a log file which looks like this :
I want to cut out some text and get printed only : "HTTP GET" and "Time duration: 1013 mls. (1 sec.)" I tried searching the forum for such solution, but I was unable to find it.
I also tried awk '/duration/ { print $0 }' mylogfile.log,... (2 Replies)
Thanks to DukeNuke for the suggestion of dladm before. I was able to upgrade my machine to Solaris 10. I am checking out the sue of dladm, but I am a bit confused. In order to team 2 NIC ports together on my qud ethernet card do I just do this:
dladm create aggr -d ce0 -d ce1 key
Do I need to... (1 Reply)
Hi all,
I am working on a networking project that requires me to find out the NIC on that particular machine and many more things.
Now Given the IP and the subnet.
I would like to know how we can extract such informations?
I am talking in exclusivity to Solaris boxes!!
The required... (6 Replies)
hey guys,
I'm going to make a sed file out of a list of words
words.dat:
802.11a
802.11b
802.11g
802.11n
my command:
awk '{print $0,"/spEC/g"}' words.dat |
awk '{print "s/"$0}'
current output
s/802.11a /spEC/g
s/802.11b /spEC/g
s/802.11g /spEC/g
s/802.11n /spEC/g
s/Player... (5 Replies)
My NIC driver, which is writed by myself, didn't pass high pressure test!
I writed a shell script in which the key commands are "scp" to test the driver under high pressure. The shell script loop 3000 times and in each loop, the scp command transmits 1GB data.
When the test fail, it... (2 Replies)
Hello,
I need to configure a second NIC on my HP UX, B.11.31 U ia64 ...if it is helpful.
I see a good thread to start on:
Configuring NIC
https://www.unix.com/hp-ux/15589-configuring-nic.html
I have started reading the man pages listed. Without having to know every last detail is there... (3 Replies)
Hello,
I have some doubt about the NIC device on my AIX box.
When using lsdev command
/ > lsdev -Cc adapter | grep en
ent0 Available 03-00 2-Port 10/100/1000 Base-TX PCI-Express Adapter (14104003)
ent1 Available 03-01 2-Port 10/100/1000 Base-TX PCI-Express Adapter (14104003)
ent2... (11 Replies)