Fedora 16无法识别我的wifi适配器


1

我曾经安装过一次fedora16并没有遇到任何问题,但是第二次安装让我花了好几个小时的麻烦。即使安装了正确的驱动程序,更新的内核以及网络教程中写的任何内容,linux都无法识别我的wifi卡。快捷键开启组合不起作用,在BIOS菜单中写入启用了wifi适配器。

[root@zhivko-fedora ~]# sudo lshw -c network
*-network DISABLED      
   description: Wireless interface
   product: RTL8191SEvB Wireless LAN Controller
   vendor: Realtek Semiconductor Co., Ltd.
   physical id: 0
   bus info: pci@0000:06:00.0
   logical name: wlan0
   version: 10
   serial: 1c:4b:d6:42:28:7b
   width: 32 bits
   clock: 33MHz
   capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
   configuration: broadcast=yes driver=rtl8192se driverversion=3.3.7-1.fc16.x86_64 firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
   resources: irq:19 ioport:4000(size=256) memory:f6000000-f6003fff
*-network
   description: Ethernet interface
   product: RTL8111/8168B PCI Express Gigabit Ethernet controller
   vendor: Realtek Semiconductor Co., Ltd.
   physical id: 0
   bus info: pci@0000:07:00.0
   logical name: p5p1
   version: 03
   serial: 00:26:9e:61:28:8d
   size: 100Mbit/s
   capacity: 1Gbit/s
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
   configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl_nic/rtl8168d-1.fw ip=192.168.1.6 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
   resources: irq:47 ioport:5000(size=256) memory:f2004000-f2004fff memory:f2000000-f2003fff memory:f2020000-f203ffff

我需要做些什么才能使我的适配器得到识别和操作?


它写道,没有人可以帮助我在支持网站和Linux论坛。我正在寻找有相同问题的人,并找到解决方案将其发布在论坛中,以便其他人遇到同样的问题(99%的PC使用相同的适配器和RedHat linux)

@ZhivkoDraganov:没有理由将它发布在编程网站上。
Mat

我知道这将是负面投票,我不会发生任何事,我只是想看看是否有人有相同的问题,谁想要分享经验。

Answers:


1

发现了问题。这有点奇怪,不知道它是否适合所有人,但我尽力帮助。使用FN + F(1,2,3,4 ...)工作正常,如果它只有一个选项(如亮度或音量变化)。但是对于FN + F1(在我的情况下)用于打开无线打开窗口,我应该选择打开Wifi还是蓝牙。 RedHad不支持打开这个小UI的chispet驱动程序,所以我安装了W7,然后安装了芯片组驱动程序并打开了Wifi。回到Fedora后,wifi适配器仍处于先前状态(正常工作)。也许愚蠢,但工作:D


0

假设您使用的是64位版本的Fedora,请使用ElRepo的kmod-r8192se-0019.1207.2010-2.el6.elrepo.x86_64。 和, rpm -ivh kmod-r8192se-0019.1207.2010-2.el6.elrepo.x86_64.rpm modprobe r8192se_pci

现在,您的无线接口应该可以工作。


感谢您的回复,但所有正确安装的驱动程序,我正在尝试启动wifi适配器。
Zhivko Draganov
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.