AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 11442
Accepted
StalkerNOVA
StalkerNOVA
Asked: 2010-11-05 17:05:55 +0800 CST2010-11-05 17:05:55 +0800 CST 2010-11-05 17:05:55 +0800 CST

有没有办法强制 Ubuntu 对我的适配器使用 WPA?

  • 772

我的笔记本内置了 WiFi 适配器(5 年前制造的)。最新(5 年前)Windows 驱动程序允许它使用 WPA。

我使用的是 Lubuntu 10.10,但它只允许我使用 WEP(与 Ubuntu 10.04 的情况相同)。有没有办法解决它?

UPD:硬件信息

:~$ lspci
00:00.0 Host bridge: Transmeta Corporation LongRun Northbridge (rev 03)
00:00.1 RAM memory: Transmeta Corporation SDRAM controller
00:00.2 RAM memory: Transmeta Corporation BIOS scratchpad
00:03.0 Modem: ALi Corporation M5457 AC'97 Modem Controller
00:04.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link Controller Audio Device (rev 02)
00:07.0 ISA bridge: ALi Corporation M1533/M1535/M1543 PCI to ISA Bridge [Aladdin IV/V/V+]
00:09.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M6 LY
00:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
00:0b.0 USB Controller: NEC Corporation USB (rev 43)
00:0b.1 USB Controller: NEC Corporation USB (rev 43)
00:0b.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
00:0c.0 CardBus bridge: Texas Instruments PCI4510 PC card Cardbus Controller (rev 02)
00:0c.1 FireWire (IEEE 1394): Texas Instruments PCI4510 IEEE-1394 Controller
00:0f.0 IDE interface: ALi Corporation M5229 IDE (rev c4)
00:11.0 Bridge: ALi Corporation M7101 Power Management Controller [PMU]


:~$ lsusb
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 124a:168b AirVast PRISM3 WLAN Adapter
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 2001:3c00 D-Link Corp. [hex] AirPlus G DWL-G122 Wireless Adapter(rev.B1) [Ralink RT2500USB]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

问题出在Bus 002 Device 002: ID 124a:168b AirVast PRISM3 WLAN Adapter上。

D-Link 是外部 USB 并且工作良好。我用它来处理网络。

更新 2:

:~$ lsmod
Module                  Size  Used by
prism2_usb            160970  0 
arc4                    1165  2 
rt2500usb              18049  0 
rt2x00usb               9779  1 rt2500usb
rt2x00lib              27275  2 rt2500usb,rt2x00usb
led_class               2633  1 rt2x00lib
mac80211              231541  2 rt2x00usb,rt2x00lib
cfg80211              144470  2 rt2x00lib,mac80211
psmouse                59033  0 
parport_pc             26058  0 
dm_crypt               11385  0 
ppdev                   5556  0 
snd_ali5451            15875  1 
snd_ac97_codec         99227  1 snd_ali5451
ac97_bus                1014  1 snd_ac97_codec
snd_pcm                71475  2 snd_ali5451,snd_ac97_codec
snd_seq_midi            4588  0 
snd_rawmidi            17783  1 snd_seq_midi
snd_seq_midi_event      6047  1 snd_seq_midi
snd_seq                47174  2 snd_seq_midi,snd_seq_midi_event
snd_timer              19067  2 snd_pcm,snd_seq
snd_seq_device          5744  3 snd_seq_midi,snd_rawmidi,snd_seq
pcmcia                 35973  0 
snd                    49006  9 snd_ali5451,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
yenta_socket           21518  0 
pcmcia_rsrc            10566  1 yenta_socket
i2c_ali15x3             5190  0 
serio_raw               4022  0 
pcmcia_core            14657  3 pcmcia,yenta_socket,pcmcia_rsrc
i2c_ali1535             4865  0 
soundcore                880  1 snd
snd_page_alloc          7120  1 snd_pcm
lp                      7342  0 
parport                31492  3 parport_pc,ppdev,lp
dm_raid45              81721  0 
xor                    15136  1 dm_raid45
radeon                825934  2 
ttm                    56633  1 radeon
drm_kms_helper         30200  1 radeon
drm                   168054  4 radeon,ttm,drm_kms_helper
8139too                19581  0 
video                  18712  0 
firewire_ohci          21106  0 
efficeon_agp            4794  0 
8139cp                 16934  0 
output                  1883  1 video
pata_ali                7976  2 
firewire_core          46643  1 firewire_ohci
agpgart                32011  3 ttm,drm,efficeon_agp
mii                     4425  2 8139too,8139cp
i2c_algo_bit            5168  1 radeon
crc_itu_t               1383  1 firewire_core

UPD 3:是否有支持 WPA 的兼容驱动程序?

10.10 wireless drivers lubuntu authentication
  • 1 1 个回答
  • 709 Views

1 个回答

  • Voted
  1. Best Answer
    Chris Woollard
    2010-11-06T14:49:17+08:002010-11-06T14:49:17+08:00

    根据下面的文章,驱动程序不支持 WPA。

    http://wiki.debian.org/linux-wlan-ng

    查看已知问题部分。

    谢谢克里斯

    • 1

相关问题

  • 通过网络进行通用桌面登录(如 Windows 的 AD)

  • 类似于 Eyefinity 的东西?

  • 为什么在 Ubuntu 10.10 中 F-Spot 被 Shotwell 取代?

  • 在哪里可以找到 Brother HL-2170W 64 位打印机驱动程序?

  • Haskell 平台会在 10.10 中可用吗?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何安装 .run 文件?

    • 7 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    如何获得 CPU 温度?

    • 21 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Marko Smith

    如何使用命令行将用户添加为新的 sudoer?

    • 7 个回答
  • Marko Smith

    更改文件夹权限和所有权

    • 9 个回答
  • Marko Smith

    你如何重新启动Apache?

    • 13 个回答
  • Marko Smith

    如何卸载软件?

    • 11 个回答
  • Marko Smith

    如何删除 PPA?

    • 26 个回答
  • Martin Hope
    NES 如何启用或禁用服务? 2010-12-30 13:03:32 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    Olivier Lalonde 如何在结束 ssh 会话后保持进程运行? 2010-10-22 04:09:13 +0800 CST
  • Martin Hope
    David B 如何使用命令行将用户添加为新的 sudoer? 2010-10-16 04:02:45 +0800 CST
  • Martin Hope
    Hans 如何删除旧内核版本以清理启动菜单? 2010-08-21 19:37:01 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve