红联Linux门户
Linux帮助

Fedora8 怎么设置无线网络?

发布时间:2008-04-17 19:51:43来源:红联作者:nevbrk
在笔记本上装了Fedora8之后想连家里的无线路由器,请问怎么设置?两个服务我都开好了NetworkManager和NetworkManagerDispatcher
文章评论

共有 3 条评论

  1. pwdisok 于 2008-04-17 23:59:04发表:

    方法基本都一样的
    http://hi.baidu.com/hanbingone/blog/item/f9963e7b50b7b9f70ad187a3.html
    参考一下
    NAME
    iwlist - Get more detailed wireless information from a wireless inter-
    face

    SYNOPSIS
    iwlist interface scanning
    iwlist interface frequency
    iwlist interface rate
    iwlist interface key
    iwlist interface power
    iwlist interface txpower
    iwlist interface retry
    iwlist interface event
    iwlist --help
    iwlist --version

    DESCRIPTION
    Iwlist is used to display some additional information from a wireless
    network interface that is not displayed by iwconfig(8). The main argu-
    ment is used to select a category of information, iwlist displays in
    detailed form all information related to this category, including
    information already shown by iwconfig(8).

    PARAMETERS
    scan[ning]
    Give the list of Access Points and Ad-Hoc cells in range, and
    optionally a whole bunch of information about them (ESSID, Qual-
    ity, Frequency, Mode...). The type of information returned
    depends on what the card supports.
    Triggering scanning is a privileged operation (root only) and
    normal users can only read left-over scan results. By default,
    the way scanning is done (the scope of the scan) will be
    impacted by the current setting of the driver. Also, this com-
    mand is supposed to take extra arguments to control the scanning
    behaviour, but this is currently not implemented.

    freq[uency]/channel
    Give the list of available frequencies in the device and the
    number of defined channels. Please note that usually the driver
    returns the total number of channels and only the frequencies
    available in the present locale, so there is no one-to-one map-
    ping between frequencies displayed and channel numbers.

    rate/bit[rate]
    List the bit-rates supported by the device.

    key/enc[ryption]
    List the encryption key sizes supported and display all the
    encryption keys available in the device.

    power List the various Power Management attributes and modes of the
    device.

    txpower
    List the various Transmit Powers available on the device.

    retry List the transmit retry limits and retry lifetime on the device.

    ap/accesspoint/peers
    Give the list of Access Points in range, and optionally the
    quality of link to them. This feature is obsolete and now depre-
    cated in favor of scanning support (above), and most drivers
    don’t support it.
    Some drivers may use this command to return a specific list of
    Peers or Access Points, such as the list of Peers associ-
    ated/registered with the card. See your driver documentation for
    details.

    event List the wireless events supported by the device.

    --version
    Display the version of the tools, as well as the recommended and
    current Wireless Extensions version for the tool and the various
    wireless interfaces.

    FILES
    /proc/net/wireless

    SEE ALSO
    iwconfig(8), iwspy(8). iwevent(8), iwpriv(8), wireless(7).




    wireless-tools 23 June 2004 IWLIST(8)

  2. marco.chan 于 2008-04-17 22:41:06发表:

    ifconfig -a 看一下你的无线网卡是否出现了?!

  3. gongji110 于 2008-04-17 20:20:14发表:

    既然这两个服务都设置好了,那可定在右上角会有和winXP本地连接一样的图标,只需在里面选择你的无线网络,输入密码连接即可。我的是这样,最新更新的系统。很简单就能实现。如果还是不行,就怀疑是不是无线网卡没有驱动或者驱动不对的原因了。