Sponsored Content
Special Forums Hardware How to make terminals with a PC(UNIX/LInux) support? Post 302435469 by Corona688 on Wednesday 7th of July 2010 12:18:48 PM
Old 07-07-2010
Yeah, it's somewhat paradoxical. These days network hardware is cheaper and more easily available than less-capable serial hardware. Smilie
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

App for internet access on unix terminals

I am trying to find out what I should install to provide internet access and browsing possibilities on multiple unix terminals. Can anybody help? TNXS (5 Replies)
Discussion started by: Jigger
5 Replies

2. UNIX for Dummies Questions & Answers

Regarding UNIX dumb terminals

Respected members of the Forum, This is my first post. I have a few questions regarding dumb terminals and VT100 dumb terminal emulators. I have to connect a few dumb terminals to an IRIX server There are two options 1) Use Dumb terminals directly 2) Use a Terminal emulator like... (1 Reply)
Discussion started by: Ummeed11
1 Replies

3. UNIX for Dummies Questions & Answers

Unix/Linux Support?

If the strength of Unix based operating systems such as Linux and Red Hat are based on the fact that they are open-source. Who will provide support for personal computers or average users that uses these operating systems. Wouldn't the absence of some structured and formal support system inhibit... (8 Replies)
Discussion started by: wmosley2
8 Replies

4. UNIX for Advanced & Expert Users

one command for all unix terminals

Hi, I am working in huge environment, I do type commands from my terminal window repeadly in all same setup unix environments. I am looking some kind of a terminal emulator or some simple program that will help me? basically if type command like 'ls' in one unix terminal window it should echo... (5 Replies)
Discussion started by: rgmekala
5 Replies

5. UNIX for Dummies Questions & Answers

Make sure kernel was compiled with NFS server support

Hi there, I have a Debian Squeeze server. How can I check if my kernel was compiled with NFS server support? Extra question: if it is not, how do I enable NFS support in my kernel? Thanks for your help. Santiago (3 Replies)
Discussion started by: chebarbudo
3 Replies

6. UNIX for Advanced & Expert Users

Chat program between two soft terminals of my Linux machine

here i havent tried to make a communication between two terminals of different machines not either any socket program my simple aim is use ipc for chat between two soft terminals(tty's) here is my view two terminals with two applications working on same fifo one fifo b/w two terminals try... (3 Replies)
Discussion started by: shyam.sunder91
3 Replies
ENUM 
IEEE80211_FILTE(9) The basic mac80211 driver inte ENUM IEEE80211_FILTE(9) NAME
enum_ieee80211_filter_flags - hardware filter flags SYNOPSIS
enum ieee80211_filter_flags { FIF_PROMISC_IN_BSS, FIF_ALLMULTI, FIF_FCSFAIL, FIF_PLCPFAIL, FIF_BCN_PRBRESP_PROMISC, FIF_CONTROL, FIF_OTHER_BSS, FIF_PSPOLL }; CONSTANTS
FIF_PROMISC_IN_BSS promiscuous mode within your BSS, think of the BSS as your network segment and then this corresponds to the regular ethernet device promiscuous mode. FIF_ALLMULTI pass all multicast frames, this is used if requested by the user or if the hardware is not capable of filtering by multicast address. FIF_FCSFAIL pass frames with failed FCS (but you need to set the RX_FLAG_FAILED_FCS_CRC for them) FIF_PLCPFAIL pass frames with failed PLCP CRC (but you need to set the RX_FLAG_FAILED_PLCP_CRC for them FIF_BCN_PRBRESP_PROMISC This flag is set during scanning to indicate to the hardware that it should not filter beacons or probe responses by BSSID. Filtering them can greatly reduce the amount of processing mac80211 needs to do and the amount of CPU wakeups, so you should honour this flag if possible. FIF_CONTROL pass control frames (except for PS Poll), if PROMISC_IN_BSS is not set then only those addressed to this station. FIF_OTHER_BSS pass frames destined to other BSSes FIF_PSPOLL pass PS Poll frames, if PROMISC_IN_BSS is not set then only those addressed to this station. FRAME FILTERING
These flags determine what the filter in hardware should be programmed to let through and what should not be passed to the stack. It is always safe to pass more frames than requested, but this has negative impact on power consumption. AUTHOR
Johannes Berg <johannes@sipsolutions.net> Author. COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 ENUM IEEE80211_FILTE(9)
All times are GMT -4. The time now is 11:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy