무선랜카드 질문이요. (intel wireless wifi 5100)

노트북 무선랜 카드를 교체했습니다.

Intel wireless 3945 ABG 에서

Intel wireless wifi link-5100 pcie 로 교체 했습니다.

원래 무선랜이 데이타 다운시 2Mb/s 정도 나오기에 N 지원 랜으로 교체했지만,

교체 후에 속도에 차이가 없네요.

구글등을 검색해 봐도 위 모델에 관한 문제가 있는 듯 한데 정확한 해결 방법을 모르겠네요.

현재 우분투 10.10을 사용중입니다.

물론 xpeed 광랜에 anygate RG-5200A (N 모드 지원) 사용중입니다.

다른 노트북 무선랜은 10 Mb/s 정도 나옵니다.

많은 조언 부탁 드립니다. ^^ __

P.S.
그리고 현재 G모드인지 N모드인지 확인하는 방법이 있습니까?

인텔 펌웨어는 다음 설명 방법이 있는데 정확한 뜻을 모르겠습니다.

즉, 어떻게 설치를 하라는 것인지, 명령어에 대한 조언 부탁드립니다.

iwlwifi-5000-2.ucode 파일을 어떻게 하라는 뜻인지…

  1. INSTALLATION

The iwlagn driver will look for the file iwlwifi-5000-2.ucode using the
kernel’s firmware_loader infrastructure. In order to function
correctly, you need to have this support enabled in your kernel. When
you configure the kernel, you can find this option in the following
location:

    Device Drivers ->
            Generic Driver Options ->
                    Hotplug firmware loading support

You can determine if your kernel currently has firmware loader support
by looking for the CONFIG_FW_LOADER definition on your kernel’s
.config.

In addition to having the firmware_loader support in your kernel, you
must also have a working hotplug and udev infrastructure configured.
The steps for installing and configuring hotplug and udev are very
distribution specific.

Once you have the firmware loader in place (or if you aren’t sure and
you just want to try things to see if it works), you need to install
the microcode file into the appropriate location.

Where that appropriate location is depends (again) on your system
distribution. You can typically find this location by looking in the
hotplug configuration file for your distro:

% grep \"^FIRMWARE_DIR\" /etc/hotplug/firmware.agent

This should give you output like:

FIRMWARE_DIR=/lib/firmware

If it lists more than one directory, you only need to put the
microcode in one of them. In the above example, installation is
simply:

% cp iwlwifi-5000-2.ucode /lib/firmware

You can now load the driver (see the INSTALL and README.iwlwifi provided with
the iwlwifi package for information on building and using that driver.)

N모드 접속여부는 공유기 관리프로그램 접속하면 볼 수 있는 경우가 많습니다.
윈도우는 무선연결속성 확인하시면 알 수 있는데, 우분투에서는 확인하는 방법은 잘 모르겠습니다.
참고로, 저는 인텔5300인데 n모드 접속이 안되었는데 다른 분이 아래와 같이 알려주셔서 수정했습니다.
비슷할 수도 있을 것 같습니다.

[quote="PassMan":7dna6kex]제가 레노보 x200노트북 사용하고 무선이 인텔5300입니다.

혹시 이거 한 번 확인해 보세요

/etc/modprobe.d/ 안에 intel-5300-iwlagn-disable11n.conf 파일이 있는지

있다면 vi로 보세요. disable에 1이 있을겁니다. 그걸 0으로 바꾸어주시면 됩니다.[/quote:7dna6kex]

nonhero 님 감사합니다.

다른 버전을 깔아 보고 업데이트 검색을 시도하다 마침내

님의 조언으로 해결했네요.

역시 해결책은 있군요.

다시한번 감사드립니다.

댓글 적으려다가 이미 해결하셨다고 하니 다행입니다.

PassMan 님 반갑습니다.

"이게 최선입니까?"

혹시 또 다른 해결책을 가지고 계시면 좋은 정보가 되겠네요.

올려주심 안 될까요? ^^